How to User Secure Copy (scp)

SCP let's you easily copy files and directories from a remote host down to local…

Keep SSH Connections Alive When Behind Proxy

On Mac fire up Terminal and use vim to edit the file (username is your…

Program Evaluation and Review Technique (PERT)

Trying to estimate the time to allocate for a specific task can be a troubling…

Fire and Forget Async Calls Using RestClient

Thread.new do #RestClient::Request.execute(....) end

Moving Uncommitted Changes With Git

Sometimes when working on some code you realize that you're not working in the correct…