Televangelists ‘defrauded tens of million of dollars from Christian network Related video: Two former employees of the world’s largest Christian television channel Trinity Broadcasting Network are accusing the non-profit...
Backing up Linux with Acronis 2014 These are some hastily made notes, and, things may work similarly with other versions of Acronis. Basically, with an...
Disable ssh timeouts Add the following to /etc/ssh/sshd_config: ClientAliveInterval 30 TCPKeepAlive yes ClientAliveCountMax 99999 service ssh restart
Blocking bullshit emails with badmailfrom Virtually all of the email emanating from the “new”, weird, top-level domain extensions are SPAM. In qmail, you can...
Hosts.allow & hosts.deny basics TCP wrapper based access List Rules can be included in the two files – /etc/hosts.allow and /etc/hosts.deny . Work precedence: /etc/hosts.allow–...
Add samba users – Ubuntu, etc. Step # 1: Add a user joe to UNIX/Linux system adduser command adds user to the system according to...
Using sed to find/copy files on Linux Sed Command in Unix and Linux Examples Sed is a Stream Editor used for modifying the files in...
Auto-mount secondary partition on Linux Example steps First you need to find out the UUID of the hard drives. You can use the command...