This is an old trick and there are tons of how-to’s over the internet. I’m posting this for my own reference but it might help some developers looking for this solution. Okay, so here’s the problem. I have a dedicated server hosted at DigitalOcean and all it gives you is the IP address and a …
Tag: ubuntu
Configuring ISA Proxy in Ubuntu
Corporate policies have always been there. In my company, we’ve been forced to use Windows boxes and all other ports are blocked except for port 80, which is generally used for web browsing. Now, I am a developer and I love to explore things. Anyway, I needed to configure my workstation to suit my needs. …
Switching Python Versions
Okay so I haven’t written an article for quite a long time and here I am surprisingly posting something on switching python versions. Hell yeah I’m doing Python right now. In any case, there’s this program that I was tasked to modify. It is running on Python 2.6 but unfortunately the server to which it …
How To Install Common Lisp on Ubuntu
It’s been nearly two weeks since I started learning Lisp. I must say that before you start doing something, you need to know where to start. As my old friend Confucius told me, “A journey of a thousand miles, begins with a single step.” So there, I’ll be posting here how to get started with …
Ubuntu Audio Problems on an ACER 5570WNXCi Laptop
Last summer, after installing ubuntu 7.04 (feisty fawn) on my laptop. I can’t get the audio running. Prolly thedevice driver was not detected or so. I don’t know exactly what happened. But i did a little research though. I saw this on a post in ubuntu forums but i deleted unnecessary instructions. 🙂 HDA Intel …
Configuring your .ssh
When you are working with a lot of servers or terminal boxes, it would be very hard typing those long text with their parameters. Like for example, i connect with four(4) servers: let’s say that the servers’ IP addresses are 123.45.6.1, 123.45.6.2, 123.45.6.3, and 123.45.6.4. So everytime I connect with the first server, I would …