Removing those pesky .svn folders Subversion l leaves behind with find

May 27, 2010

When I am working on a project that unnecessarily has .svn folders strew about from Subversion I get a little annoyed. Luckily Linux has a solution (or is the solution!), the find command. find is a tool that can be very simple or very complex depending on how it is used. In this instance I

2009 Fluxbox Keys File

April 10, 2009

This post will be of no interest to most of you. I am simply posting the keys file for my fluxbox configuration. I tend to forget to save it when I do a clean install and therefore loose it all the time. I am pretty lazy on getting it setup again. Finally did it after

PHP: Find and manipulate the data between delimiters

October 24, 2008

I am currently working on a site where the client has a rich text box to enter content for his articles. This is not unusual in itself, however he wants the ability to do some wikiish syntax in the text box and have the system magically produce the output for him. For instance, \[\[ThisIsSomePage\]\] could

MySQL Game

August 24, 2008

My tech posts have been a bit lacking of late, and though this one isn’t really much of a techy post it is a pretty geeky game. Instead of using a fancy visual interface this game is played through using sql statements. mysqlgame

Unix File Permissions Cheat Sheet

March 24, 2008

I am always forgetting what numbers have what permissions, so I made myself a text file with the answer. I use it so much I figure I may as well share it with all of you. I hope you find it useful. These numbers will work on any Unix based operating system. This includes Linux