checkout
How to determine your free disk space in Linux
The first command we’ll look at is the “df†command. It comes bundled with all distributions of Linux. “df†stands for “disk freeâ€. It gives you a reading of the state of all your partitions. It gives you the total disk space, the used space, the space available, and then the percentage of space being [...]
How to Manage repositories in SVN
Subversion manages branches a bit differently than CVS; there’s a good document (SVN for CVS users) at the Subversion site. You should read that. The long short of it is that you have to restructure your directories a little bit before using Subversion. Caveat: this restructuring isn’t neccessary, and the following tree hierarchy isn’t neccessarily [...]
