11 Aug, 2008 in Guru Special by admin

This is a very simple process. Although there are a few other ways of doing this, I am going to show you the most “macho” way. There are three permission “groups”, and each one has three types of permissions you can set. Each type of permission has a numerical value, and when you add up [...]

11 Aug, 2008 in Linux by admin

Two commands:
$ /sbin/ifconfig eth0:0 192.168.0.4
$ /sbin/route add -host 192.168.0.4 dev eth0:0
(replace that IP with the one you’d like to add)
This change will no longer be in effect after rebooting. Therefor you must add the two commands to the bottom of your /etc/rc.local file. Your NIC should now be listening and responding on both this and [...]

11 Aug, 2008 in LAMP, Linux by admin

I first used httpd-2.0.43 and php-4.3.0 with RedHat 7.3. I am now using httpd-2.2.3 and php-5.2.0 with SUSE 10.1.
Note: If you have problems with PHP and think it’s a recent bug, you may want to consider using the latest http://snaps.php.net/ snapshot. Beware that snapshots frequently have regression and are not for production use. Usually problems [...]