So Far, So Good...
Nov. 30th, 2007 04:26 pm![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
...as the man said to himself as he passed by each floor as he fell from the skyscraper.
The new 320 Gb hard drive is in, Ubuntu is installed on it, and everything seems to be running smoothly.
Ubuntu immediately recognized the graphics card, informed me that the proper drivers weren't open source, and asked me if I wanted to install them anyway. After a bit of (ahem) discussion, both monitors are up and running happily.
My AIM account is working in Pidgin, the IM client that comes with Ubuntu; I've blown off ICQ entirely.
The data from my old D: drive is intact and fully accessible.
Now I just have to figure out how to install new software!
The new 320 Gb hard drive is in, Ubuntu is installed on it, and everything seems to be running smoothly.
Ubuntu immediately recognized the graphics card, informed me that the proper drivers weren't open source, and asked me if I wanted to install them anyway. After a bit of (ahem) discussion, both monitors are up and running happily.
My AIM account is working in Pidgin, the IM client that comes with Ubuntu; I've blown off ICQ entirely.
The data from my old D: drive is intact and fully accessible.
Now I just have to figure out how to install new software!
no subject
Date: 2007-12-01 01:20 am (UTC)sudo apt-get install APPLICATION
For some things, it's easy, ie:
sudo apt-get install firefox
If you don't know the name you can do:
apt-cache search APPLICATION
However, I don't remember if the apt sources by default is configured to check non-CD sources. You should check the file:
/etc/apt/sources.lst
to see if it has something like this:
deb http://us.archive.ubuntu.com/ubuntu/ edgy main restricted universe multiverse
deb-src http://us.archive.ubuntu.com/ubuntu/ edgy main restricted universe multiverse
deb http://us.archive.ubuntu.com/ubuntu/ edgy-updates main restricted universe multiverse
deb-src http://us.archive.ubuntu.com/ubuntu/ edgy-updates main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu edgy-security main restricted universe multiverse
deb-src http://security.ubuntu.com/ubuntu edgy-security main restricted universe multiverse
Substitute edgy for whatever distro you're using, of course.
no subject
Date: 2007-12-01 04:03 am (UTC)no subject
Date: 2007-12-01 01:44 am (UTC)no subject
Date: 2007-12-01 04:03 am (UTC)no subject
Date: 2007-12-01 05:35 am (UTC)no subject
Date: 2007-12-01 06:16 am (UTC)