A note on Ubuntu 8.04 LTS installation
May 19, 2008 at 8:01 am (ubuntu)
Tags: acer, guide, installation, mr-paul, step-by-step, travelmate 4002, ubuntu 8.04 LTS
I’ve decided to cleanly install Ubuntu 8.04 LTS on my machine today.
So this is rather a note on how I get it back to work the way I love it.
(i) configure keyboard shortcuts (gnome-keybinding-properties)
Show the panel run application dialog -> Shift+Ctrl+D
Activate window menu -> Shift+Ctrl+W
Close window -> Alt+Q
Switch to workspace on the left -> Alt+,
Switch to workspace on the right -> Alt+.
(ii) set typing mode for gnome-terminal (bash)
echo -e “\nPS1=’\${debian_chroot:+(\$debian_chroot)}\u@\h:\W\$ ‘\nset -o vi \nbind -m vi-command -r ‘v’” >> .bashrc
(iii) update the repositories
deb http://archive.ubuntu.com/ubuntu/ hardy main universe restricted multiverse
deb-src http://archive.ubuntu.com/ubuntu/ hardy main universe restricted multiverse
deb http://security.ubuntu.com/ubuntu/ hardy-security universe main multiverse restricted
deb-src http://security.ubuntu.com/ubuntu/ hardy-security universe main multiverse restricted
deb http://archive.ubuntu.com/ubuntu/ hardy-updates universe main multiverse restricted
deb-src http://archive.ubuntu.com/ubuntu/ hardy-updates universe main multiverse restricted
deb http://archive.ubuntu.com/ubuntu/ hardy-proposed universe main multiverse restricted
deb-src http://archive.ubuntu.com/ubuntu/ hardy-proposed universe main multiverse restricted
deb http://archive.ubuntu.com/ubuntu/ hardy-backports universe main multiverse restricted
deb-src http://archive.ubuntu.com/ubuntu/ hardy-backports universe main multiverse restricted
deb http://packages.medibuntu.org/ hardy free non-free
deb http://wine.budgetdedicated.com/apt hardy main #WineHQ
(iii) update & upgrade
wget -q http://wine.budgetdedicated.com/apt/387EE263.gpg -O- | sudo apt-key add -
wget -q http://packages.medibuntu.org/medibuntu-key.gpg -O- | sudo apt-key add -
sudo apt-get update
sudo apt-get upgrade
(iv) remove unnecessary softwares
sudo apt-get remove –purge totem* evolution*
(v) install necessary softwares from the repositories
sudo apt-get install blender yafray vim-gnome w32codecs libdvdcss2 mplayer mencoder mplayer-doc inkscape k3b libk3b2-extracodecs quanta build-essential wine paprefs padevchooser vcdimager imagemagick compizconfig-settings-manager
Done!!!
wearetherock said,
June 11, 2008 at 6:49 am
On my ubuntu box, there is a problem about keyboard layout, i can switch keyboard layout between thai-english , but every time after reboot machine i can’t (keyboard indicator was change but only english character appear) , do you know how to fix this?