Droolix - Dare to Continue

Archive for June, 2009

Linux

June 11, 2009

Mail Server 2

Tags: ,

Good News Everyone. My mail server is working. It did take an uninstall and a reinstall but I got there. The good news is that I am getting quicker at installing and configuring the Zimbra Software. I didn’t actually find the cause of the original issue, but after the reinstall it has all worked out [...]

Linux,Technical

June 4, 2009

Useful Commands update

Tags:

Just a quick update for the Useful commands page. SSH The scp Command to copy from a remote server to a local host: scp username@sourcehost:sourcefile /localfolder/destinationfile or scp username@sourcehost:sourcefile username@destinationhost:/localfolder/destinationfile Port Forwarding Allows encrypted data streams between 2 hosts. All traffic coming to port 1234 on the client will be forwarded to port 23(can be [...]