Travels – Getting Back to Writing

Life

Ninety minutes until we have to check out. I’ve been meaning to do a lot more writing on this two week journey of the Pacific Northwest. It’s been over a year since my last post and an incredible amount has happened in my life during that time. It’s difficult to know where to start, or… Read more »

Listing and Downloading Files Over SFTP with PHP and ssh2

Programming

While working on a project, I found myself having to download files using SFTP. This seemed like a fairly straightforward task and I thought PHP would surely have something that could help me along. A quick Google search provided me with ssh2_sftp to take a look at. I work in Micro$oft shop, so the ssh2… Read more »

Disabling Empty Tab Completion in Bash to Prevent Delays

Programming

While typing in a terminal, tab completion is a huge time saver. Being able to auto-complete file names or commands is very nice, especially if you can’t quite remember what it is. There are times, however, that this has become quite annoying for me as a developer. More than once a day when I really… Read more »