October 2010
5 posts
Oct 31st
Vim: reload file using encoding
:e ++enc=<encoding>
Oct 27th
How to use git+ssh with non-standard port
From: http://scie.nti.st/2007/11/14/hosting-git-repositories-the-easy-and-secure-way Non-standard SSH port If you run SSH on a non-standard port on your server, don’t use the syntax “git@myserver.com:1234:/foo/bar”, it won’t work. Putting the port in the URL doesn’t seem to make gitosis, or git, (not sure which) happy. Instead, put this in your ~/.ssh/config...
Oct 27th
Quix Bookmarklet →
Use the quix bookmarklet to speed up your web dev workflow and also some other shortcuts
Oct 25th
tmux →
divide up your terminal screen easily with this. brew install tmux
Oct 25th