Installing Ubuntu 10.04 Lucid Lynx (on the Desktop)

2010/05/06 by Paulo Pereira

~/categories/Linux #Linux #Ubuntu #Ubuntu 10.04 #Lucid Lynx

Last week Ubuntu 10.04, codename Lucid Lynx, was released.This is a Long Time Support (LTS) release and will be supported until 2013.

After installing Lucid in my desktop my motherboard died, so I had to do a fresh install in a new computer.

I will be the using the 64 bit desktop cd (ubuntu-10.04-desktop-amd64.iso).

Before you start

Running the live cd

Boot from the cd.

After booting it’s important to check the integrity of the cd. Burning cds also fails.

Hardware to check (during the live cd session)

Hard Drive Partition Layout

I changed my layout in order to have my home folder in another physical hard drive.

/dev/sda
  /dev/sda1   ext4   /         	        15 GB     -- primary
  /dev/sda5    swap                       2 GB     -- extended
  /dev/sda6    ext4   /storage/pool        60 GB     --  extended
/dev/sdb
  /dev/sdb5    ext4   /home           250 GB     --  extended

Post-install: Wired Network

I had to manually configure my IP because I don’t have DHCP activated in my router.

Post-install: Graphics Card

I had a warning about an available proprietary driver. Just had to activate it. Ubuntu downloaded and installed the driver. Pretty simple.

Post-install: Multimedia

References:Complete Streaming, Multimedia & Video How-to and Medibuntu

sudo wget --output-document=/etc/apt/sources.list.d/medibuntu.list  http://www.medibuntu.org/sources.list.d/$(lsb_release -cs).list  && sudo apt-get --quiet update && sudo apt-get --yes  --quiet --allow-unauthenticated install medibuntu-keyring &&  sudo apt-get --quiet update
sudo apt-get install ubuntu-restricted-extras w64codecs libdvdcss2

Post-install: Preferences and Look and Feel

Here’s some things I changed right away:

Post-install: SAMBA Server

Click here.

Post-install: LAMP Server

To install Apache, MySQL and PHP, check here.

Post-install: Software Sources

Post-install: extra software

List of extra installation software installed:

sudo apt-key adv --keyserver pgp.mit.edu --recv-keys 5044912E
sudo apt-get update
sudo apt-get install nautilus-dropbox
sudo apt-get install libappindicator0.0-cil  banshee-extension-appindicator banshee-extension-lyrics  banshee-extension-ubuntuonemusicstore
sudo apt-get install sun-java6-jre sun-java6-plugin sun-java6-fonts