Archive for März, 2016

Ordner synchronisieren mit rsync

Dienstag, März 15th, 2016

rsync [options] [source directory] [target directory]

http://www.admin-magazine.com/Articles/Using-rsync-for-Backups

Quake auf Raspberry PI compilieren

Montag, März 14th, 2016

http://www.raspbian.org/RaspbianQuake3

Samba-Ordner auf Linux client mounten

Montag, März 14th, 2016

In /etc/fstab folgende Zeile hinzufügen (Beispielwerte bitte ersetzen):

//192.168.1.1/projekte /home/horst/serverprojekte cifs user=horst,pass=abc 0 0

Danach mit sudo mount -all das Verzeichnis mounten

https://wiki.samba.org/index.php/Mounting_samba_shares_from_a_unix_client