Jason | 19th July 2013
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. […]
Jason | 18th July 2013
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 […]
Jason | 12th July 2013
Chrome 27.0.1 This could keep you busy for hours. When trying to debug an error in the XHR (AJAX) requests, the status of the request is returned as simply canceled, without a valid HTTP Header. Very Useful. This unusual error is almost always caused by a violation of the Same Origin Policy. Basically, the policy […]
Contact Me
Please fill out the form below and I will reply ASAP. I aim to answer all emails in 48 hours or less.