David Nanch
David Nanch
btar looks like a very interesting piece of software. it could be used to provide the best features to users looking for advanced feature sets. Philosophically, tarbackup is focused on...
create a new group called rsyncgroup addgroup rsyncgroup add this line to the createusers.pl script ``` usermod -a -G rsyncgroup USER ``` configure the sshd_config file at /etc/ssh/sshd_config to match...
writing to userstocreate.txt is not atomic and should be. use a file lock (userstocreate.txt.lock) to guarantee that there is only one writer to the file at any given time. reference:...
It would be nice to be able to use curl/mail from the command-line to securely email yourself an attachment of your private encryption key for safe-keeping. A 1-liner without installing...
Since the storage array is a RAID-6 rather than ZFS or BTRFS, there should be regular integrity checks to verify the integrity of the data. This can be done by...
quotas should be enabled so that system performance can be predictable
Updated the Graph API call to /taggable_friends since the /friends api call was deprecated by Facebook