Not been following Deluge for the past few months. I had to fall back to Windows since my damn Exchange server could not work with Linux. But anyway, talking about good timing. OpenSUSE 11 is set to be out in 2 days and my office decides to get me a new notebook. A lenovo R61, [...]
This is a newbie question I get quite often. Configuring your Linux machine to run on a static IP is easy. Tools like system-config-network and netconfig provide you simple GUIs to do this. For today, I’ll show you how to do this from the command line instead. Navigate to /etc/sysconfig/network-scripts/ [root@baboo]# cd /etc/sysconfig/network-scripts/ Every network [...]
Oracle got into the Linux playing field with it’s Oracle Enterprise Linux which is based on Redhat’s Enterprise Linux. Oracle then put together the Oracle Unbreakable Linux support program to provide full Linux support to their customers. Oracle Unbreakable Linux support is not limited to only Oracle products. Customers can switch any of their current [...]
Sending a process to the background in Linux is quite easy. All you need is bg, fg, &, and ctrl+Z ( ^Z ). For this example I will use a simple bash script test.sh I put together to print “Test” every 5 seconds. #!/bin/bash #This script will print “Test” every 5 seconds # while [ [...]
Received my Ubuntu 8.04 LTS Hardy Heron cds in the mail today. Who doesn’t like to receive internatioanl packages with goodies? The best part is when I tell my non OSS friends that the cds were shipped free of charge. You will be suprised to know that many people don’t believe that there are people [...]