Home » Archive

Articles tagged with: Ubuntu

Planet Ubuntu, Ubuntu »

[28 Oct 2009 | No Comment | 409 views]

Ubuntu has announced the release schedule of Ubuntu 10.04, Lucid Lynx. Lucid Lynx is scheduled for release on April 29, 2010, which will be the next Long Term Support release in the Ubuntu lineup. The schedule is as follows:

Planet Ubuntu, Ubuntu Tutorials »

[28 Oct 2009 | 13 Comments | 5,760 views]

Now that you have Ubuntu 9.10 installed, we are going to add all the basic programs, codecs, and customizations that you may need on Ubuntu.

Planet Ubuntu, Ubuntu Tutorials »

[7 Jun 2009 | 12 Comments | 1,897 views]

Now that you have Ubuntu 9.04 installed, we are going to add all the basic programs, codecs, and customizations that you may need on Ubuntu.
Services
Your new install probably has some services running that you don’t need. Let’s remove those to free up some system resources. To do this select System > Administration > Services. Unlock the services tab by entering your password. Then remove the services you do not need.

Planet Ubuntu, Ubuntu Tutorials »

[4 Jun 2009 | No Comment | 310 views]

We are going to go over how to install Ubuntu 9.04 Jaunty Jackalope onto your computer.
1. Creating bootable media
Download the software and create in installation disk. You can download Ubuntu 9.04 from http://www.ubuntu.com/getubuntu/download After downloading Ubuntu, create an install CD.

Planet Ubuntu, Ubuntu Tutorials »

[31 May 2009 | No Comment | 85 views]

Ubuntu has reciently announced the release schedule for the new version of Ubuntu (9.10) due in October of 2009. The schedule is as follows:
May 14, 2009 » Alpha 1 Release
June 11, 2009 » Alpha 2 Release
July 23, 2009 » Alpha 3 Release
August 13, 2009 » Alpha 4 Release
September 3, 2009 » Alpha 5 Release
September 17, 2009 » Alpha 6 Release
October 1, 2009 » Beta Release
October 22, 2009 » Release Candidate
October 29, 2009 » Ubuntu 9.10 Karmic Koala Final Release

Planet Ubuntu, Ubuntu Tutorials »

[29 Apr 2009 | 17 Comments | 12,515 views]

After using Lighttpd for a couple of months, I wasn’t really happy with it, so I have decided to move from Lighttpd to Nginx, which is another open-source lightweight web server. In this tutorial, I am going to go over setting up Nginx, MySQL, and PHP5 on an Ubuntu server.

1. Install Nginx

aptitude install nginx
For some reason Nginx does not start automatically when it is installed, so we need to start Nginx.
/etc/init.d/nginx start
Now we want to make sure that Nginx installed properly. Open your web browser and point it to your …