#1 - Add medibuntu repositorium:
Enter command in the terminal(all on one line!): sudo wget http://www.medibuntu.org/sources.list.d/jaunty.list --output-document=/etc/apt/sources.list.d/medibuntu.list
Enter command in the terminal(all on one line!): sudo apt-get update && sudo apt-get install medibuntu-keyring && sudo apt-get update
#2 - Updating Ubuntu
sudo apt-get update (downloads list of updates)
sudo apt-get upgrade (downloads & installs updates)
#3 - Make it so that bootloader won't wait 3 seconds:
- command in the terminal:
sudo gedit /boot/grub/menu.lst
- change to timeout:0 and save
ps. You can still get to grub menu by pressing esc repeatedly
#4 - Installing the Tahoma font (enter the following commands copy&paste line by line):
cd ~
wget http://www.stchman.com/tools/MS_fonts/tahoma.zip
sudo unzip -d /usr/share/fonts/truetype/msttcorefonts ~/tahoma.zip
sudo fc-cache -f -v
rm -f ~/tahoma.zip
#5 - Install useful packs in synaptic (or in the terminal: sudo apt-get installpackage name)
- codecs:
ubuntu-restricted-extras
w32codecs (for 64 bit sytems w64codecs)
libdvdcss2
gstreamer0.10-alsa
gstreamer0.10-ffmpeg
gstreamer0.10-gnomevfs
gstreamer0.10-pitfdll
gstreamer0.10-plugins-bad
gstreamer0.10-plugins-bad-multiverse
Enter command in the terminal(all on one line!): sudo wget http://www.medibuntu.org/sources.list.d/jaunty.list --output-document=/etc/apt/sources.list.d/medibuntu.list
Enter command in the terminal(all on one line!): sudo apt-get update && sudo apt-get install medibuntu-keyring && sudo apt-get update
#2 - Updating Ubuntu
sudo apt-get update (downloads list of updates)
sudo apt-get upgrade (downloads & installs updates)
#3 - Make it so that bootloader won't wait 3 seconds:
- command in the terminal:
sudo gedit /boot/grub/menu.lst
- change to timeout:0 and save
ps. You can still get to grub menu by pressing esc repeatedly
#4 - Installing the Tahoma font (enter the following commands copy&paste line by line):
cd ~
wget http://www.stchman.com/tools/MS_fonts/tahoma.zip
sudo unzip -d /usr/share/fonts/truetype/msttcorefonts ~/tahoma.zip
sudo fc-cache -f -v
rm -f ~/tahoma.zip
#5 - Install useful packs in synaptic (or in the terminal: sudo apt-get installpackage name)
- codecs:
ubuntu-restricted-extras
w32codecs (for 64 bit sytems w64codecs)
libdvdcss2
gstreamer0.10-alsa
gstreamer0.10-ffmpeg
gstreamer0.10-gnomevfs
gstreamer0.10-pitfdll
gstreamer0.10-plugins-bad
gstreamer0.10-plugins-bad-multiverse
gstreamer0.10-plugins-base
gstreamer0.10-plugins-base-apps
gstreamer0.10-plugins-good
gstreamer0.10-plugins-ugly
gstreamer0.10-plugins-ugly-multiverse
gstreamer0.10-schroedinger
gstreamer0.10-tools
gstreamer0.10-plugins-base-apps
gstreamer0.10-plugins-good
gstreamer0.10-plugins-ugly
gstreamer0.10-plugins-ugly-multiverse
gstreamer0.10-schroedinger
gstreamer0.10-tools
