Drupal
Drupal is a Free and Open Source content management system (
CMS). Started by
Dries Buytaert, it is now a global project with a large and active community.
DEVELOPER LINKS
Speed Test
How fast does your site load? This tool is very useful for a quck check on the speed of your website.
Apache setup in one command
Extremely simple. If you develop in ubuntu (or similar Linux distro), you will appreciate this command. However, to get the full LAMP setup, you need to add a few more packages: like MySQL-client, MySQL-server and PHP5.
Ruby net::ftp tip
I was establishing a connection just fine, but the interaction commands with the server weren't working. ftp.list and ftp.dir weretiming out. Turns out to be a mistake in modes! Just set ftp.passive=true!