-
http://apptob.org/
Scripts to auto install node.js on Ubuntu. Includes a few handy dependencies, etc. Neat.
-
http://arcriley.blogspot.com/2010/06/using-android-without-google-part-1.html
Useful article on using an Android phone without google's services. Nice.
-
http://askubuntu.com/questions/41302/how-to-connect-usb-monitor
Sounds like it's a solution to the green screen on plugging in a usb monitor and getting a green screen.
-
http://auctionlisterpro.com/
Manage your eBay auctions from ZenCart and use the ZenCart checkout for eBay auctions.
-
http://b2evolution.net/
b2evolution is an open source PHP / MySQL blog platform. It seems to be more basic and less polished than the likes of WordPress, MovableType or Habari.
-
http://backpress.org/
The core WordPress / bbPress features broken out into their own (sort of) framework. Interesting if building something resembling WordPress but a little off-piste.
-
http://bazaar-vcs.org/
Bazaar is a distributed version control system available under the GPL. It supports upload of repos by ftp, rsync, sftp, etc. Repos can be hosted on a standard web server or by a bazaar specific server.
-
http://blog.dustinkirkland.com/2010/06/ecryptfs-backup-strategy.html
One strategy to backup encrypted ecryptfs data as suggested by the author of ecryptfs. Useful and simple. Backup the metadata and the raw files with rsync.
-
http://blog.dustinkirkland.com/2011/04/introducing-ecryptfs-recover-private.html
A critical utility for ecryptfs called ecryptfs-recover-private which automates and simplifies the process of recovering encrypted home directory data from Ubuntu.
-
http://blog.fsck.com/2009/03/tethering-your-kindle.html
I think this was the original "tether your kindle via usbnetworking" post. The same fella also hacked his Kindle to get Ubuntu running (more or less) on it.
-
http://blog.joeandrieu.com/2012/01/30/the-worlds-simplest-autotweeter-in-node-js/
A really simple walkthrough of how an auto tweeting tool was created in node.js. Includes some useful links to node-oauth, forever (monit for node), and express, a web framework for node!
-
http://blog.liip.ch/archive/2005/05/26/planet-php-faq.html
The Planet PHP FAQ from the authors including how to download the source they use.
-
http://blog.rootshell.be/2009/04/15/forensics-reconstructing-data-from-pcap-files/
Really handy article on how to reconstruct files from http traffic captured via wireshark. It's incredibly simple... :-)
-
http://buddypress.org/
BuddyPress is a series of plugins which transform a vanilla WordPress MU installation into a social network. It's due for final release around Dec 2008.
-
http://catb.org/~esr/faqs/smart-questions.html
A very, very, very verbose article on how to ask smart questions in IRC / etc. Great for sending to n00bs! :-)
-
http://civicrm.org/
CiviCRM is the first open source and freely downloadable constituent relationship management solution.
-
http://cloudmade.com/
CloudMade are a mapping technology company built by some of the people behind OpenStreetMap.org, using that data as a base. Professional open source mapping services.
-
http://code.google.com/p/gmapcatcher/
An AWESOME piece of code that creates a python based gui google maps browser and auto-downloader for offline user. Really, really, really useful. :-)
-
http://code.google.com/p/google-maps-icons/
A whopping 900 map icons, released under the GPLv3. Colour coded, categorised, and all sorts.
-
http://code.google.com/p/pidgin-facebookchat/
A pidgin plugin for Facebook Chat, it adds Facebook as a protocol to pidgin accounts.
-
http://code.google.com/p/skype4pidgin/
A pidgin plugin for Skype. If you have skype installed (and running) you can use pidgin to chat with friends. Genius. All the other pidgin plugins also work (off the record messaging, spell check, etc). Sweeeeeet.
-
http://code.google.com/p/yourls/
A host your own url shortening service written by ozh, big into WordPress development. Needs to be installed in its own directory.
-
http://code.trac.wordpress.org/
All sorts of goodies released under the GPL from the folks behind WordPress. Including jobs, stats stuff, mediawiki login integration, wpshell, and lots more.
-
http://codex.buddypress.org/extending-buddypress/changing-internal-configuration-settings/
Very useful page on configuring buddyPress through the wp-config equivalent bp-custom.php.
-
http://coffeescriptcookbook.com/
Awesome walkthrough of various coffeescript features / options / design patters, etc. Found it via the section on regexes, excellent, useful.