Zazwyczaj, po instalacji świeżego systemu muszę zainstalować kilka dodatkowych programów.

Wrzucę tu swój skrót:

grupami:
sudo apt-get install mc elinks aptitude testdisk gparted gnome-session gnome-panel synaptic #terminal, konsola, ubuntu classic
sudo apt-get install k3b kdenlive krusader krename konqueror vlc kwalletmanager unrar-free sbackup #ogólne [w krusaderze: ustawienia->zależności->, /usr/lib/kde4/libexec/kdesu, /usr/bin/gksudo , lub /usr/bin/kdesudo]
sudo apt-get install exaile audacity clementine #muzyka
sudo apt-get install chromium-browser thunderbird pidgin flashplugin-installer #internet
sudo apt-get install smstools #modem
sudo apt-get install guvcview #kamery
sudo apt-get install freemind unetbootin #biuro
sudo apt-get install inkscape gimp gimp-plugin-registry gimp-data-extras gthumb scribus scribus-ng #grafika
sudo apt-get install kile texlive-lang-polish latex-sanskrit latex-cjk-all texlive-plain-extra texlive-generic-extra texlive-latex-extra texlive-lang-arabic texlive-fonts-extra ttf-arphic-ukai ttf-linex ttf-linux-libertine #latex
sudo apt-get install aspell-pl myspell-pl hyphen-pl mythes-pl thunderbird-locale-pl firefox-locale-pl ipolish #lokaliza
sudo apt-get update
sudo apt-get upgrade

wszystkie:
sudo apt-get install mc elinks aptitude testdisk gparted gnome-session gnome-panel synaptic k3b kdenlive krusader krename konqueror vlc kwalletmanager unrar-free unetbootin sbackup exaile audacity clementine chromium-browser thunderbird pidgin flashplugin-installer smstools guvcview inkscape gimp gimp-plugin-registry gimp-data-extras gthumb scribus scribus-ng kile texlive-lang-polish latex-sanskrit latex-cjk-all texlive-plain-extra texlive-generic-extra texlive-latex-extra texlive-lang-arabic texlive-fonts-extra ttf-arphic-ukai ttf-linex ttf-linux-libertine aspell-pl myspell-pl hyphen-pl mythes-pl thunderbird-locale-pl firefox-locale-pl ipolish freemind

sudo add-apt-repository ppa:danielrichter2007/grub-customizer
sudo apt-get update
sudo apt-get install grub-customizer

sudo add-apt-repository ppa:otto-kesselgulasch/gimp
sudo apt-get update && sudo apt-get install gimp gimp-data gimp-data-extras

sudo add-apt-repository ppa:scribus/ppa
sudo apt-get update
sudo apt-get install scribus-trunk #scribus najnowsza wersja

inne:
sudo add-apt-repository deb http://repo.wuala.com stable main

Lyb:
wuala http://www.wuala.com/en/download/linux
skype http://www.skype.com/intl/pl/get-skype/on-your-computer/linux/

Ustawienia bootowania z acera 722:

nolapic_timer irqpoll

Usununięcie konta gościa:

sudo gedit /etc/lightdm/lightdm.conf

na końcu dodajemy linijkę:

allow-guest=false

Zmiana hasła do konta w terminalu:
sudo passwd USER

Na podstawie strony: http://dug.net.pl/tekst/151/wprowadzanie_znakow_niedostepnych_na_klawiaturze/ dodałem skrypt o tym, jak wprowadzać znaki półpauzy i pauzy, U2013 (–), U2014 (—) w klawiszu 20 ( -, _) oraz cudzysłów dolny i górny U201E ( „ ) i U201D  ( ” ) w klawiszu 48 (’, „) 

xmodmap -e 'keycode 20 = minus underscore minus underscore U2013 U2014' #półpauza i pauza
xmodmap -e 'keycode 48 = apostrophe quotedbl apostrophe quotedbl U201E U201D dead_circumflex dead_caron' #cudzysłów dolny i górny

wszystko do basha:
#!/bin/bash
xmodmap -e 'keycode 20 = minus underscore minus underscore U2013 U2014' && xmodmap -e 'keycode 48 = apostrophe quotedbl apostrophe quotedbl U201E U201D dead_circumflex dead_caron'

i do autostartu:

/home/NAZWA_UŻYTKOWNIKA/ogonki_autostart.sh

Może też być problem niemożności wyświetlania wideo w chromium.

sudo apt-get remove chromium-codecs-ffmpeg
sudo apt-get install chromium-codecs-ffmpeg-extra
sudo apt-get install chromium-browser