The process is EXTREMELY simple. One line to install SVN, two to create the repository, and one to run the daemon: yum install subversion.i386 mkdir /svn svnadmin create /svn/my-repo/ svnserve -d Here’s what my results produced (The first line confirms I...
If you host lots of different sites for people, one of the things you might want to know is what versions of WordPress each site is running. WordPress stores the version number in a variable named $wp_version which is set in...
While working with Lee Newton over at b5media I was able to watch him build up some server tools over time that were invaluable to diagnosing exactly what was going on on the server. Now I find I need to make...