Setup a Subversion Server in 4 Minutes

Code, Linux 18 Comments »
You are going to need to type fast but I think you can do it in 4 minutes. :) These are my notes on what worked for me on my Fedora core 6 with svn lib already installed by the package manager: 1. Create a Repository svnadmin create /svnrepos

Copy an Entire Directory in Linux

Linux 28 Comments »
Yeah, this is simple but I'm forgetful so heres how you copy an entire directory, its subdirectories, and files: cp -R dirtocopy/ newdir/

Create a tar file of an entire directory and its sub-directories

Linux 3 Comments »
To create a tar archive of an entire directory including all files and sub-directories: tar -cvf mytarfile.tar mydir/

grep all files and sub-directories in a directory for a string

Linux 4 Comments »
This is mostly just a post for my recollection. To search all files and subdirectories recursively for a phrase: grep -r -i somethingtosearchfor ./
WP Theme & Icons by N.Design Studio
Entries RSS Comments RSS Login