I wrote this to simply backup a site. Its quick and dirty, but gets the job done. Save this file as “savesite” or whatever you want and “chmod +x {filename}”. If its hushed-up a bit it can be set as a cronjob. I’ll mess around with this when its not 1:30am on a thursday.
MAKE SURE [...]
More
Edit: I just started using subversion and like it way better — CVS has been retired for now. This is partially because SVN works from my office and CVS doesn’t
This is just a simple way to setup CVS on your dreamhost account. My current setup is that I do most of my development on my [...]
More
Before Reading…
Google has betrayed you! This post is _very_ old (2007) and I’ve lost the images somewhere along the way (as well as depreciated this blog). If you haven’t checked this already, I’d recommend using StackOverflow’s version, which is much more up-to-date (Or gedit-mate which looks actively maintained. Sorry for the trouble.
And if you have [...]
More
Found this while looking for something that isn’t this. It will take a normal string and convert it into numbers. There really is no point to it, I think it was written years ago as a learning exercise or because I was really bored. Anyways, I converted it really fast to a shell script instead [...]
More
This is my home desktop. Its just an old Dell running ubuntu feisty fawn (7.04) and some random open windows. Also running beryl window manager in this shot.
Screenshot (Click for bigger image)
More
Well, it’s been a while and I feel like I should pop up a quick update. The past few months have been mind numbing to say the least, but now I can breathe (somewhat). Anyway, I was bored a couple of weeks ago and was tooling around with ubuntu and got the brilliant idea to [...]
More
I had never really thought about it until today, but I am constantly deleting those pesky .DS_Store files that finder loves put everywhere. Since I’m always in the terminal anyway its just become a habit to rm .DS_Store when i come accross them. Today I decided that this is like killing 1 rabbit while the [...]
More
I’m sure this is already a wide spread practice, but its worth a mention anyway. What i’m talking about is keeping all of your library files (php/javascript/etc) outside of the web root and sym linking it all together. All you need is shell access to your domain. At the time of writing this, i am [...]
More
Im pretty satisfied with DreamHost so far, although it kind of urked me that they did not support native php SOAP. Why not? It seems like it would be a pretty popular thing.. Anyway, I’m not a big fan of NuSoap or any of the other SOAP libraries written in PHP so I started on [...]
More