Archive for the 'Ubuntu' Category

Unintall VMWare Server on Ubuntu

Written by coregps on Friday, November 16th, 2007 in Linux, Ubuntu.

If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!

I’ve ever installed VMWare Server on my Ubuntu server. Now I want to uninstall it. This can be done by opening a terminal and type the following command.

sudo /usr/bin/vmware-uninstall.pl

Hope it is helpful to anyone who has the same problem.

Install GD support php5-gd in Ubuntu

Written by coregps on Monday, July 23rd, 2007 in PHP, Ubuntu.

I have installed a support ticket system with captcha enabled and everything works well except the images does not display.

It seems that the does not configured with by default. However comes with package called . Just type following command to install this module:

$ sudo apt-get install php5-gd

And then restart Apache

$ sudo /etc/init.d/apache2 restart



Site Navigation