I love developing with multiple desktops. For a long time I was looking for a solution that would work for me in Windows 7. Some worked, but they all seemed to have difficulties with my terminal windows or just not work very well at all. I use Cygwin running through mintty for my development in… Read more »
Posts Tagged: programming
Listing and Downloading Files Over SFTP with PHP and ssh2
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
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 »