Auf dieser und den folgenden Unterseiten habe ich nützliche und hilfreiche Informationen zu Ubuntu 12.04.1 LTS zusammen getragen. Damit ich nicht jeden Trick und jeden Kniff bei einer Neuinstallation erneut recherchieren muss gibt es hier die wichtigsten Infos zusammengefasst.
Wenn die Ubuntu-Installation von der DVD (12.04 oder 12.10) mit einem „unrecoverable Error“ plötzlich abbricht ist evtl. die sog. Slideshow (Funktionspräsentation) während der Installation schuld daran. Dieses Problem kann man mit folgenden Schritten einfach umgehen:
sudo apt-get remove ubiquity-slideshow-ubuntu
Jetzt sollte die Installation fehlerfrei durchlaufen.
Notebook: DELL VOSTRO 3560 (Intel i7, 4x 2,1 GHz, 8GB RAM, 32GB SSD, 500 GB HDD)
Treiber von der AMD Seite herunterladen und ein Ubuntu Paket erstellen, dann installieren.
Installing Catalyst Manually (from AMD/ATI's site)
http://wiki.cchtml.com/index.php/Main_Page
[all variants] AMD/Intel Hybrid Graphics works!
ATI driver re-install fail
root@notebook:# aticonfig --help ... --px-list-active-gpu --pxl List current activated GPU --px-dgpu Activate discrete GPU (High-Performance mode), must re-start X to take effect --px-igpu Activate integrated GPU (Power-Saving mode), must re-start X to take effect ... root@notebook:# aticonfig --px-dgpu
Siehe http://askubuntu.com/questions/141606/how-to-fix-the-system-is-running-in-low-graphics-mode-error
Ubuntuusers Wiki: USB ModeSwitch
Huawei E173 unter Ubuntu 12.04
Huawei E173 does not switch to modem mode after uparge to 12.04LTS
USB Modem working on Ubuntu 11.10 but not on 12.04
Ubuntu-restricted-extras
zusätzliche PPAs
"Unsettings" - grafisches Konfigurationsprogramm für die Unity Desktop-Umgebung
apt-get install gnome-system-tools
How can I configure Unity?
Ubuntuusers Wiki - Unity
Ubuntuusers Wiki - Unity Startmenü
Michael Koflers Blog - Unity-Konfiguration
Unity – Launcher und Panel Transparenz, Icongröße und Verhalten
Best Indicator Applets
Application Indicators machen Applets für das GNOME Panel vergessen
What Application Indicators are available?
10 Useful Application Indicators for Ubuntu 11.04 Natty Narwhal
Unity Tipps – Teil 2
Setting up Conky
17 Best Conky Configs for Linux Desktops
Ubuntuusers Forum - Systemmonitor im Panel/conky
ConkyWizard: GUI To Set Up Conky Automatically
Great Looking Conky Lua Configuration For Ubuntu
ArchLinux Wiki - Conky
mkdir -p ~/.config/gtk-3.0 cat <<EOF > ~/.config/gtk-3.0/gtk.css @binding-set NoKeyboardNavigation { unbind "<shift>F10" } * { gtk-key-bindings: NoKeyboardNavigation } EOF
Struggling to find a way to use my ipod with Ubuntu Multimedia & Video
gtkpod Home - Playlists, Podcasts & Photos
Ubuntuusera Wiki - gtkpod
apt-get clean cd /var/lib/apt mv lists lists.old mkdir -p lists/partial apt-get clean apt-get update
Ein Signaturschlüssel ist abgelaufen und es ist empfehlenswert den sog. Ubuntu Keyring
(Signaturen Schlüsselbund) zu erneuern:
sudo apt-get update && sudo aptitude reinstall ubuntu-keyring sudo apt-key update sudo apt-get update && sudo apt-get upgrade
Disable Guest Session
If you would like to remove the ability for a Guest to log onto your computer, simply run this command:
# sudo /usr/lib/lightdm/lightdm-set-defaults --allow-guest false