MySQL and File System Backup to FTP Server
I've put some shell scripts together to automate the backup process of my root server (basically a LAMP system).
You can read the how-to and get the download links to the backup scripts at mycodedump wiki.
For those how just want the code, fast - here you go:
Any comments or suggestions for improvements etc. are welcome!
Back again?
Hefty! It's been quiet here for almost 2 years, which feels like 20 on the internet, but then Google still looks the same as on the 24th of April 2008, right?
Well, I've started using Google Code together with Mercurial repositories to manage some of the codings I did. Most of them are probably not very useful, but then again, they where useful for me at some point in time and could be a starting point for others. Furthermore, using a Google Code project is a great way of backing up stuff that needs no privacy ;).
My code dump has two repositories so far:
- CMS Made Simple stuff (like plugins, tools etc.), my CMS of choice for small websites.
- Shell Scripts I wrote. Some to integrate with Nautilus, some to be used on the command line
Use wget!
This is all it takes:
wget -q -O /dev/null http://domain.com/url.phpAnd it just works :)
Easy Audio Stream Recording with Streamripper
streamripper.exe http://213.186.43.150:8192 -d E:/tmp/streams -r 9009 -M 67 -o never -TStreamripper expects an url to the stream in the first place, followed by some parameters (there is a nice readme, explaining full potential of streamripper, I will only explain the ones I need): (More)

