Category Archives: Shell Scripting

Pre-loading debconf values for easy installation

Debian’s configuration management might take some getting used to, but after you learn your way around /etc/{default,init.d,} it makes good sense. Now when you have to do the same thing over and over again (ever said yes 25 times to … Continue reading

Posted in Debian, Debian/Ubuntu, Packages, Shell Scripting, Ubuntu, one-liners | Tagged , | Leave a comment

svn move multiple directories with confirm

I had to rearrange multiple directories, but not all, in a svn tree to make a project more compatible with Eclipse. For this I used the following one-liner so I could do this more easily. for file in `find -maxdepth … Continue reading

Posted in Eclipse, SVN, one-liners | Leave a comment