Jeremy Stein - Brain

« »

Ubuntu 7.10 customizations

I started with Ubuntu 7.10 on a Dell Inspirion 530n. Here are the changes I made:

Get latest updates (but don’t upgrade to 8.04).

Label my external hard drive:
e2label /dev/sdb1 Backup

And check that it worked:
vol_id /dev/sdb1

Create a mount point
sudo mkdir /mnt/backup

Add it to /etc/fstab with this line:
LABEL=Backup /mnt/backup ext3 defaults 0 2
(The 0 means don’t back it up. The 2 means run fsck, but after the root filesystem is done.)

Via mplayer:
Install GStreamer ffmpeg video plugin
Install GStreamer plugins for aac, xvid, mpeg, faad
Install GStreamer plugins for mms, wavpack, quicktime, musepack
Install GStreamer extra plugins

Install wine
Install cabextract
Follow these instructions: http://appdb.winehq.org/objectManager.php?sClass=version&iId=7179&iTestingId=15035

Set up the printer with these instructions: http://ubuntuforums.org/showthread.php?t=674727
Set up the scanner with these instructions: http://solutions.brother.com/linux/sol/printer/linux/sane_install.html

Install firefox per these directions:
http://ubuntuzilla.wiki.sourceforge.net/

Install rsnapshot
Edit /etc/cron.d/rsnapshot
0 */4 * * * root /usr/bin/rsnapshot hourly
Create cron.daily/rsnapshot
#!/bin/sh
/usr/bin/rsnapshot daily
And again for weekly and monthly

Install libtiff-tools (for tiffcp)

Install kino
edit /etc/udev/rules.d/40-permissions.rules to put raw1394 in the video group

wget -q http://packages.medibuntu.org/medibuntu-key.gpg -O- | sudo apt-key add – && sudo apt-get update
sudo wget http://www.medibuntu.org/sources.list.d/gutsy.list -O /etc/apt/sources.list.d/medibuntu.list
sudo apt-get update
Open Synaptic (System, Administration, Synaptic Package Manager)
Enable the Recommended Updates (Settings, Repositories, Select the Updates tab, check the box in “Recommended Updates (gutsy-updates)”, click Close)
Reload your package information (Ctrl+R)
sudo apt-get install acroread acroread-escript acroread-plugins mozilla-acroread

July 1, 2008 No Comments.

No Comments

Be the first to comment!

Leave a Reply

Your email address will not be published. Required fields are marked *

Why ask?

« »