Rsync as a demon

Posted Over 10 years ago by mgns.
jveweb.net

sudo rsync --daemon

Create a Debian Package

Posted Over 10 years ago by mgns.
tomprogs.at

Ordnerstruktur erstellen wie zukünftig unter / DEBIAN/control Datei erstellen Package: helloworld Version: 0.0.1-0 Section: misc Priority: extra Architecture: all

Installing Linux on USB – Which Linux filesystem for USB devices?

Posted Over 11 years ago by mgns.
linux.koolsolutions.com

USB Hard Drives = Ext3 or Ext2; USB Flash Drives = Ext2 with “noatime” or “relatime” mount option

Give group access to a directory where everybody may read/write/update using the SGID bit.

Posted Over 11 years ago by mgns.
library.yale.edu

SGID is usually used on directories shared by GroupID. Where users join a group and share access to a directory...