Author Archives: Jason

SCP Files Over A Non-Standard Alternate Port

scp I seem to rant often about changing the SSH port. Hmmm. Today, I want to secure copy (scp) a file to the remote server where SSH accepts incoming connections on a non-standard port (anything other than 22). Here’s the command: 1$ scp -P 2222 /source/files.zip [email protected]:/destination/directory/ And that is all there is to it. […]

Clean Theme For Sublime Text 2 And 3

Sublime Text 3 Alpha There is so much to like about Sublime Text. Version 3 introduces a host of new features and performance tweaks that look promising. While I’m on it, there’s only one thing I would change; the search/find-and-replace functionality. Otherwise, it gets a 9/10 in my book. Ok, why are we here? I […]