SSHFS-MUX TakeLAN Now testing on its servers this package with some patches to meet our own “Cloud” requirements. Background to what is SSHFS-MUX: SSHFS-MUX is an extension of SSHFS (SSH Filesystem)(link is external), it can mount many remote hosts to a local mount point at the same time over SSH channels. Although the functionality of SSHFS-MUX

Okay, at times SpamAssassin can be a bit hard to correctly make it work on some environments if you’re not using a commercial product like CPanel Okay, let’s go over the basics, we need to make sure plugins are installed correctly and its dependencies ofc. Lets do some installing of Pearl and Spam Assassin. Once this

How to transfer files over servers flawlessly. If you followed the previous tutorial, you’d know how to transfer files over servers without passwords. So to transfer a file from server to server issue the following command (USING SCP). scp /path/to/my.file me@otherserver(link sends e-mail):/path/to/destination/my.file Now the same using Rsync: # apt-get install rsync Or # apt-get install