Bo Wu's IT Lab

If winter comes, can spring be far behind?

Browsing Posts in Ubuntu

You have two options to install WordPress in Ubuntu 9.10. The first option is to download and install WordPress manually. If you are in a shared web hosting environment, you have to do this way. The second option is to install it from the Ubuntu’s repository. If you are the root, you can just type: [...]

Q. I am using Apache server and PHP5. How do I install install php gd support? A. PHP is used mainly in server-side application software along with various addons. PHP includes a large number of free and open source libraries with the core build. PHP is a fundamentally Internet-aware system with modules built in for [...]

NFS was developed at a time when we weren

If you have an Ubuntu installation, and want to check what version it is, you have a number of options. The most “right” way I’ve found is to simply look at the /etc/lsb-release file, which should tell you explicitly what version of Ubuntu is installed, its codename, and its version number. Or, if you like [...]

Remove a Service: # update-rc.d -f apache2 remove cd /etc/init.d # update-rc.d -f apache2 remove Removing any system startup links for /etc/init.d/apache2 … /etc/rc0.d/K09apache2 /etc/rc1.d/K09apache2 /etc/rc2.d/S91apache2 /etc/rc3.d/S91apache2 /etc/rc4.d/S91apache2 /etc/rc5.d/S91apache2 /etc/rc6.d/K09apache2 Add a Service: # update-rc.d apache2 start 91 2 3 4 5 . stop 09 0 1 6 . Adding system startup for /etc/init.d/apache2 … [...]

1. Change IP Address: Usually, you need to change from DHCP client to a Static IP address.

1. How To Create an ISO Image from a CD or DVD 1) Insert the CD or DVD that you want to make an ISO image of. 2) Open a terminal window. 3) Execute the following command: cat /dev/scd0 > /home/your_username/image_file.iso where /dev/scd0 is the device name for your drive (to find this, go to [...]