You are here

Ubuntu

Error message

  • Unable to create CTools CSS cache directory. Check the permissions on your files directory.
  • Unable to create CTools CSS cache directory. Check the permissions on your files directory.

Never change a running system!
(Ursprung)

* https://de.wikipedia.org/wiki/Ubuntu#Versionstabelle

Linux für alte Rechner

https://help.ubuntu.com/community/PAE (Physical Address Extension)
$ grep --color pae /proc/cpuinfo

Weitere Informationen der CPU
$ lscpu
$ sudo lshw -c cpu
$ grep --color lm /proc/cpuinfo (64-bit processor)
$ uname -a

siehe auch: https://askubuntu.com/questions/37159/is-my-processor-64-or-32-bit

ISO --> USB:
* https://wiki.ubuntuusers.de/Live-USB/
* https://wiki.ubuntuusers.de/UNetbootin/
* https://unetbootin.github.io/

Die Fehlermeldung:
Missing parameter in configuration file: keyword path
gfxboot.c32:not a COM32R image
wird vom Startmedienersteller (andere Version) verursacht.
Lösung:
boot: help
Oder:
Taste: [TAB]

Ubuntu MATE

* https://de.wikipedia.org/wiki/MATE_Desktop_Environment
* https://wiki.ubuntuusers.de/Ubuntu_MATE/
* https://ubuntu-mate.org/download/

Lubuntu

* https://de.wikipedia.org/wiki/Lubuntu
* https://help.ubuntu.com/community/Lubuntu
* https://help.ubuntu.com/community/Lubuntu/Documentation/MinimalInstall
* https://help.ubuntu.com/community/Lubuntu-fake-PAE

Ubuntu 12.04.4 für alte Rechner (non pae)

http://www.heise.de/open/artikel/Ubuntu-12-04-4-fuer-alte-Rechner-215298...
oder: http://heise.de/-2152983
* Mini-ISO: http://archive.ubuntu.com/ubuntu/dists/precise/main/installer-i386/curre...

Weitere Systeme

* https://www.tecchannel.de/a/die-besten-linux-distributionen-fuer-alte-ha...
* http://www.techradar.com/news/10-of-the-best-lightweight-linux-distros
--> http://www.absolutelinux.org/installing/index_de.shtml

antiX

* http://antix.mepis.org
* https://www.heise.de/newsticker/meldung/MX-16-Linux-Distribution-auch-fu...
* Für alte PC's : AntiX Linux MX 14.3 non-pae 32bit Debian Xfce: https://youtu.be/xZZfkOyaaLQ

TinyCore

* http://www.tinycorelinux.net

Puppy Linux

* https://www.pcwelt.de/ratgeber/Xubuntu_und_Lubuntu_mit_uralten_CPUs_nutz...
--> https://www.pcwelt.de/ratgeber/Alte_PCs_und_Laptops_mit_Puppy_Linux_fit_...

* http://puppylinux.org/main/Overview%20and%20Getting%20Started.htm
* http://puppylinux.org/main/Puplet%20for%20special%20features.htm
* http://puppylinux.org/main/How%20to%20download%20Puppy.htm
* http://puppylinux.org/main/Long-Term-Supported%20Puppy.htm

Ubuntu 14.04

http://linuxundich.de/gnu-linux/10-20-todos-nach-installation-von-ubuntu...

Einstellungen (12.04+)

Änderung der Sprache (12.04)

$ vim ~/.pam_environment

export LANGUAGE="de"
export LC_MESSAGES="de_DE.UTF-8"
export LC_CTYPE="de_DE.UTF-8"
export LC_COLLATE="de_DE.UTF-8"
export LANG="de_DE.UTF-8"

http://wiki.ubuntuusers.de/Spracheinstellungen#nderung-der-Systemsprache...

Gastzugang sperren (12.04)

$ sudo vim /etc/lightdm/lightdm.conf

[SeatDefaults]
user-session=ubuntu
greeter-session=unity-greeter
allow-guest=false

http://wiki.ubuntuusers.de/LightDM#Gastsitzung

Bluetooth deaktiviert beim Starten

$ sudoedit /etc/rc.local

# deactivate bluetooth on startup
rfkill block bluetooth
# exit without error
exit 0

http://askubuntu.com/questions/67758/how-can-i-deactivate-bluetooth-on-s...

Kein Unity-Desktop

$ sudo apt-get install gnome-panel
Umstellung erfolgt beim Login (Klick auf Icon rechts oben im Loginbereich): Gnome.

Applets für Panel/Menü (12.04)

Systemmonitor

$ sudo apt-get install indicator-multiload
http://wiki.ubuntuusers.de/Unity/Unity_Desktop#Systemmonitor

Für die Integration das entsprechende Applet (z.B. indicator-multiload) in Startprogramme eintragen.

Wetter

$ sudo apt-get install indicator-weather
https://bugs.launchpad.net/weather-indicator/+bug/1090890

Alternative:
$ sudo add-apt-repository ppa:atareao/atareao
$ sudo apt-get update
$ sudo apt-get install my-weather-indicator
http://www.noobslab.com/2013/01/install-my-weather-indicator-in-ubuntu.html

http://www.wetterzentrale.de/pics/radanim2.gif
http://www.wettergefahren.de/wundk/radar/Radarfilm_WEB_DL.gif (4h)

Drop-Down-Menü für Anwendungen-Auswahl

http://www.florian-diesch.de/software/classicmenu-indicator/
$ sudo dpkg -i ~/Downloads/classicmenu-indicator_*_all.deb
$ sudo apt-get install python-gmenu
http://wiki.ubuntuusers.de/Unity/Unity_Desktop#Classic-Menu-Indicator

Sound (12.04)

$ sudo amixer set Master mute
$ sudo amixer set Master unmute
falls letzter Befehl nicht funktioniert, laesst sich der Bug umgehen mit:
$ sudo amixer -D pulse set Master 1+ unmute
sicherer ist, nur den Wert zu ändern:
$ sudo amixer sset Master 100%
$ sudo amixer set Master 100

Android / MTP (12.04)

$ sudo add-apt-repository ppa:webupd8team/unstable
$ sudo apt-get update
$ sudo apt-get install go-mtpfs go-mtpfs-unity
"Mount Android Device"-Icon von der Dash-Startseite in den Launcher ziehen.
Mit rechte Maustaste auf das Icon...

Oder im Terminal:
$ go-mtpfs /media/MyAndroid
$ fusermount -u /media/MyAndroid

Quelle:
http://www.webupd8.org/2012/12/how-to-mount-android-40-ubuntu-go-mtpfs.html
Alternativ:
http://linuxundich.de/android/mit-go-mtpfs-unter-linux-auf-android-handy...
Weitere:
http://linuxundich.de/gnu-linux/gvfs-update-ermoglicht-unter-ubuntulinux... (ab 12.10)
https://launchpad.net/~langdalepl/+archive/ubuntu/gvfs-mtp

Tools

System & Tools:
$ sudo apt-get install htop gparted mc vim geany meld redshift
Multi-Media & Internet:
$ sudo apt-get install gimp soundconverter asunder audacity chromium-browser
weitere Tools:
$ sudo apt-get install stardict ktouch
Spiele etc:
$ sudo apt-get install gnugo cgoban quarry aisleriot gnome-mahjongg gnome-sudoku gnome-mastermind gnome-mines pingus

siehe auch:
* http://www.f-blohm.de/de/tools#4._Debian_/_Ubuntu
* https://wiki.ubuntuusers.de/Spiele/
* https://wiki.ubuntuusers.de/Spiele/Go/
* https://de.wikipedia.org/wiki/Qix

Suchen nach Patience: Solitaire

LibreOffice

$ sudo apt-get install libreoffice-help-de libreoffice-l10n-de hyphen-de mythes-de

OCR

$ sudo apt-get install tesseract-ocr tesseract-ocr-deu gocr gocr-tk ocrfeeder
https://wiki.ubuntuusers.de/Texterkennung/
https://wiki.ubuntuusers.de/OCRFeeder/

Teamviewer

https://www.teamviewer.com/en/download/linux/
$ dpkg -i teamviewer_12.0.85001_i386.deb

Skype

$ sudo add-apt-repository "deb http://archive.canonical.com/ubuntu $(lsb_release -sc) partner"
$ sudo apt-get update
$ sudo apt-get install skype
https://wiki.ubuntuusers.de/Skype/
https://www.skype.com/de/download-skype/skype-for-linux/

Redshift - Farbtemperatur des Bildschirms

* https://wiki.ubuntuusers.de/Redshift/
$ sudo apt-get install gtk-redshift redshift
$ wget https://raw.githubusercontent.com/jonls/redshift/master/redshift.conf.sample -O ~/.config/redshift.conf
Test:
Uhrzeit zwischen 22 und 4 Uhr stellen
$ gtk-redshift -v
--> gtk-redshift in den https://wiki.ubuntuusers.de/Autostart/
* http://jonls.dk/redshift/
* https://justgetflux.com/

DVD abspielen (12.04)

* http://wiki.ubuntuusers.de/VLC
$ sudo apt-get install vlc
* Falls ein Kopierschutz das Abspielen verhindert:
$ sudo apt-get install libdvdread4
$ sudo sh /usr/share/doc/libdvdread4/install-css.sh
Quelle: http://wiki.ubuntuusers.de/DVD-Wiedergabe#Libdvdcss

Sollte das nicht funktionieren, hiermit probieren...
* http://www.videolan.org/developers/libdvdcss.html
* http://download.videolan.org/ubuntu/pool/libdvdcss/
$ sudo dpkg -i libdvdcss2_*.deb

Oder:
* http://wiki.ubuntuusers.de/Codecs

Flash

Installationsstatus prüfen:
$ dpkg -l | grep flash

Chrome (Pepper-basierter Flash Player) (12.4+)

$ sudo add-apt-repository ppa:skunk/pepper-flash
$ sudo apt-get update
$ sudo apt-get install pepflashplugin-installer
$ echo '. /usr/lib/pepflashplugin-installer/pepflashplayer.sh' | sudo tee -a /etc/chromium-browser/default
http://www.noobslab.com/2014/01/pepper-flash-alternative-to-adobe-flash....

Adobe Testseite:
http://www.adobe.com/de/software/flash/about/

StarDict (12.04)

$ sudo apt-get install stardict
$ stardict &
Wenn nach dem (Auto-) Start nix passiert, könnte es daran liegen,
dass das Hauptfenster versteckt startet und zusätzlich Scannen nicht aktiviert ist.
$ gedit ~/.gconf/apps/stardict/preferences/main_window/%gconf.xml
Folgenden Wert auf true setzen:
<entry name="hide_on_startup" mtime="1415306042" type="bool" value="true"/>

Die Restlichen Einstellungen können nach einem Neustart von StarDict über die GUI geändert werden.
Alternativ kann das Hauptfenster gestartet werden, wenn StarDict schon läuft:
$ stardict
Wenn das Hauptfenster geschlossen wird, wird StarDict komplett beendet!
Das Hauptfenster wieder verstecken mit:
$ stardict -h

Weiteres (z.B. Wörterbücher --> ablegen in: ~/.stardict/dic):
* http://stardict-4.sourceforge.net/
* http://wiki.ubuntuusers.de/W%C3%B6rterb%C3%BCcher#StarDict-QStarDict

System

* https://wiki.ubuntuusers.de/Logical_Volume_Manager

Disk Utility (Laufwerksverwaltung) kann verwendet werden um die SMART-Werte der Festplatte auszulesen (z.B. Betriebsstunden, fehlerhafte Sektoren, etc.).
$ sudo apt-get install gnome-disk-utility

Speichermedien und Dateisystem

Speicherkarten (Memory-Stick, SD) stoßen bei 32 GiB mit FAT/FAT32 an ihre jeweiligen Grenzen. (...)
* https://wiki.ubuntuusers.de/exFAT/

Mount

$ sudo blkid

$ sudo mount /dev/sdc1 /media/cnMemory32GBexFAT/ -t exfat
Ubuntu 12.04 erkennt exfat automatisch.

home als separate Partition

$ mount /dev/sda6 /mnt/tmp
$ rsync -avx --progress /home/ /mnt/tmp

$ sudo blkid
$ sudo vim /etc/fstab

# home
UUID=86ae3ef6-97a0-4d89-92e8-05fe4e0cd875 /home ext4 defaults 0 2

https://wiki.ubuntuusers.de/Home_umziehen/

pwd

root shell prompt
$ mount -rw -o remount /
$ passwd BENUTZER
https://www.liberiangeek.net/2012/09/recover-lost-passwords-in-ubuntu-12...

Einstellungen über udev

* https://michael.stapelberg.de/Artikel/sysfs_conf_obsolete --> udev-Regeln

Service (12.04)

$ sudo service apache2 stop
$ sudo update-rc.d -f apache2 disable
$ sudo service mysql stop
$ sudo update-rc.d -f mysql remove
* http://askubuntu.com/questions/138487/how-to-keep-apache-and-mysql-from-...

Grub

* http://ubuntuforums.org/showthread.php?t=1599293
* http://www.it-muecke.de/grub-rescue
* http://wiki.ubuntuusers.de/GRUB
* http://wiki.ubuntuusers.de/GRUB-Umgebung_analysieren

* https://wiki.ubuntuusers.de/GRUB_2
* https://wiki.ubuntuusers.de/GRUB_2/Skripte#Configfile
* http://ubuntuforums.org/archive/index.php/t-2105635.html

UEFI

https://de.wikipedia.org/wiki/Unified_Extensible_Firmware_Interface

* http://www.pc-magazin.de/ratgeber/windows-10-dual-boot-windows-7-8-linux...

* http://wiki.ubuntuusers.de/grub_2/reparatur
* https://wiki.ubuntuusers.de/EFI_Nachbearbeitung#EFI-Eintrag-neu-erstellen
-->
* https://wiki.ubuntuusers.de/EFI_Problembehebung#EFI-Eintrag-wurde-geloes...
-->
* https://wiki.ubuntuusers.de/UNetbootin#Verwendung-fuer-U-EFI

* https://wiki.ubuntuusers.de/EFI_Bootmanagement