Recently in Bash Category
October 4, 2009
How to install: flvtool2, flvtool++ and yamdi under Centos
Last week we had the need to test out flvtool2, flvtool++ and yamdi to see which one suited best for us. Today i thought it would be cool to show you a step by step on how to install them under Centos (the OS we use and recommend for servers).
December 30, 2008
Migrating from svn to git
We have been using subversion for quite a while but some of us have also used git on personal projects. So, after a couple of discussions we are migrating everything into git. All our repos are password protected and with lots of revisions. This is how we did the migration.
November 9, 2008
Remove .svn folders command linux/mac
You know that the only way to download a repo from subversion without all those .svn folders it to do an export, but what happens if you don't have internet access but you have the repo locally? That happened to us and this is how we fix it.