Version [76933]
Dies ist eine alte Version von LinuxWissen erstellt von WojciechLisiewicz am 2017-02-10 20:25:15.
Linux als effizientes Betriebssystem
Infos, Tipps und Tricks
A. Nützliche Befehle für die Konsole
Allgemein nützliche Befehle für kleine Aufgaben
- snapshot-Backups erstellen: http://linuxwiki.de/rsync/SnapshotBackups
- Zugriff über rsync ohne Passworteingabe (über ssh): http://troy.jdmz.net/rsync/index.html
- kurze Anleitung zu rsync: manual do rsync - hier gleichzeitig ein simples backup-System beschrieben
- noch einmal Zertifikate, diesmal direkt unter Mac OSX: http://macfidelity.de/2010/01/22/mac-ssh-unter-mac-os-x-10-6/
- show all installed packages: dpkg -l | less
- show installed packages with "part string" in the name: dpkg -l | less | grep part-string
- installing packages from special repositories: aptitude -t lenny-backports install debian-backports-keyring
- installing nvidia drivers: http://wiki.debian.org/NvidiaGraphicsDrivers
- installing VirtualBox: http://wiki.debian.org/VirtualBox
B. Insbesondere Netzwerk
Statische Netzwerkadressen konfigurieren:
https://help.ubuntu.com/lts/serverguide/network-configuration.html
C. Konzepte
D. Sonstiges
CategoryITWL