Archive for the 'Linux' 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

Installing OTRS on Ubuntu

Written by coregps on Saturday, July 21st, 2007 in General, Linux, Open Source, PHP.

is an open-source Issue tracking system software package which a company, organisation or institution can use to assign tickets to incoming queries, thereby greatly facilitating the handling of support requests and other customer traffic. The most exciting is it is already contained in the package repositories. Installing OTRS is easy as 1-2-3!

1. Install OTRS package and dependencies:

$sudo apt-get install otrs

2. Copy the file /etc/otrs/apache2-httpd.include.conf to /etc/apache2/conf.d.

3. Restart Apache service:

$sudo /etc/init.d/apache2 force-reload

4. Use the following address to access the web installer, then follow the steps and setup the system.

http://localhost/otrs/installer.pl

5. Restart Apache again:

$sudo /etc/init.d/apache2 force-reload

That’s all. Now, you can visit admin interface at http://localhost/otrs/index.pl, and customer interface at http://localhost/otrs/customer.pl.

Canonical and Sun Expand Joint Ubuntu/Sun Presence in the Enterprise and Open Source Communities ? Sun Microsystems, and Canonical, the commercial sponsor of the rapidly-growing Ubuntu GNU/Linux distribution, have announced that the open-source Java Enterprise Edition 5 application server (specifically, the GlassFish Community reference implementation) will be made available on the widely popular Ubuntu operating system.

Red Hat Academy

Written by coregps on Friday, July 29th, 2005 in Linux.

Red Hat offers a worldwide Red Hat Academy program for high schools and higher education to teach students the most practical and relevant Linux and open source skill sets. Red Hat Academy assures students truly understand the content by deploying the only 100% web-delivered Linux curriculum with hands-on assignments and performance-based assessments.



Site Navigation