Articles tagged with: Ubuntu
Planet Ubuntu, Ubuntu »
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 »
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 »
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 »
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 »
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 »
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 …

