Debian

Webseite: http://www.debian.org

Download: http://www.debian.org/CD/http-ftp/

Die Installation erfolgt am einfachsten über einen USB-Stick. Der Debian-Installer sollte wie folgt auf den Stick kopiert werden:

cp debianimage.iso /dev/sdX
sync

ACHTUNG: Alle Daten auf sdX werden überschrieben! Daher muss unbedingt das richtige Device angegeben werden! Informationen über alle verfügbaren Devices bekommt man z. B. über fdisk -l oder fsarchiver probe.

Debian aktualisiert sich über ein sogenanntes Rolling-Release. Das bedeutet, dass sich das System kontinuierlich selbst auf dem neuesten Stand hält. Im Idealfall installiert man einmal sein System und muss dann jahrelang nichts mehr tun.

Ein tolles Nachschlagewerk zu Debian findet sich unter: http://debiananwenderhandbuch.de

Meine sources.list:

deb http://ftp.de.debian.org/debian/ jessie main contrib non-free
# deb-src http://ftp.de.debian.org/debian/ jessie non-free contrib main

deb http://security.debian.org/ jessie/updates main contrib non-free
# deb-src http://security.debian.org/ jessie/updates non-free contrib main

deb http://ftp.debian.org/debian/ jessie-proposed-updates main contrib non-free
# deb-src http://ftp.debian.org/debian/ jessie-proposed-updates main contrib non-free

#Third Parties Repos
#Debian Multimedia
deb http://ftp.uni-kl.de/debian-multimedia/ testing main non-free
# deb-src http://ftp.uni-kl.de/debian-multimedia/ testing main non-free

#Opera
## wget -O - http://deb.opera.com/archive.key | apt-key add -
deb http://deb.opera.com/opera/ stable non-free

#Mozilla
## wget -q http://mozilla.debian.net/archive.asc -O- | apt-key add -
deb http://mozilla.debian.net/ wheezy-backports iceweasel-beta
deb http://security.debian.org/ wheezy/updates main  

#Multisystem
## wget -q http://liveusb.info/multisystem/depot/multisystem.asc -O- | sudo apt-key add -
deb http://liveusb.info/multisystem/depot all main

#Oracle VM VirtualBox
## wget -q http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc -O- | apt-key add -
deb http://download.virtualbox.org/virtualbox/debian/ wheezy contrib non-free

evtl. sind folgende Zeilen auch noch notwendig

apt-get install debian-keyring
gpg --keyring /usr/share/keyrings/debian-keyring.gpg -a --export 07DC563D1F41B907 |apt-key add -
wget -q http://mozilla.debian.net/pkg-mozilla-archive-keyring_1.1_all.deb -O- | apt-key add -

Der Desktopmanager LightDM ist unter Debian so eingestellt, dass Benutzernamen nicht angezeigt werden. Möchte man Dateinamen anzeigen so muss in der Datei /etc/lightdm/lightdm.conf statt greeter-hide-users=true der Wert greeter-hide-users=false eingetragen werden.

Debian kennt zunächst den sudo-Befehl nicht. Abhilfe:
apt-get install sudo
addgroup user sudo

Unter Debian heißt Firefox „Iceweasel“ und Thunderbird wird zu „Icedove“.