Home » Archive

Articles in the Ubuntu Tutorials Category

Headline, Linaro, Planet Ubuntu, Ubuntu, Ubuntu Tutorials »

[21 Feb 2012 | One Comment | 125 views]

My buddy Dustin Kirkland pointed me to a neat little utility that he wrote with Scott Moser called ssh-import-id. Since he showed it to me a few months ago, I have used it many times and it has made my life quite a bit easier.
ssh-import-id fetches a the defined user(s) public keys from Launchpad, validates them, and then adds them to the ~/.ssh/authorized_keys file. That’s it, but if you need to add multiple people, or don’t know which key they are going to want used, this will save you …

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 …