Logo

ZLB



Archive for August, 2010

converted to GIT

Monday, August 30th, 2010

git in action

After seeing some benefits of it and listening to a lecture by Linus Torvalds on Git I was persuaded to switch to Git, at least to try it out in one project. I’m using GitX as a GUI, and I’m quite liking the process. It’s very easy to create branches, and to save the current working condition and go back to the previous state (git stash).

batch rename files in the terminal

Thursday, August 19th, 2010

Change from .sc to .rtf:

for f in *sc ; do mv $f `basename $f sc`rtf; done

info_at_friendlyvirus.org
sales_at_friendlyvirus.org
www.myspace.com/friendlyvirus/