-
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://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://ubuntu-tutorials.com/2007/08/17/7-steps-to-an-encrypted-partition-local-or-removable-disk/
A tutorial on setting up encrypted partitions in Ubuntu Gutsy Gibbon (7.10). Goes into some detail as to what each command does. Useful.
-
http://www.asterisk2billing.org/
a2billing is built on top of Asterisk and handles all kinds of billing requirements. Prepaid calling cards, post-paid, CLI authenticated, etc, etc. Very powerful. Commercial support available.
-
https://code.google.com/p/adb-fastboot-install/
Package containing the adb and fastboot binaries and a handful of simple shell scripts to drop them into the appropriate places on mac / linux. Nice.
-
https://www.appfog.com/
PaaS offering for a wide range of platforms, free up to 8 servers, 2G of ram, 100M database. Supports, PHP, Node.js and more.
-
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://www.asterisk.org/
An open source PBX based on Linux used as a building block in most voice on linux systems.
-
http://auctionlisterpro.com/
Manage your eBay auctions from ZenCart and use the ZenCart checkout for eBay auctions.
-
http://doc.bazaar.canonical.com/bzr.dev/en/user-reference/authentication-help.html
How to save usernames / passwords so bazaar doesn't ask for them every time. Handy.
-
http://www.techcrunch.com/2008/01/22/automattic-lands-massive-295m-for-wordpress-other-products/
TechCrunch on Automattic's raising $29.5 million dollars.
-
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://www.telmon.org/?p=631
Interesting article including a script that figures out a mapping from unencrypted filenames into ecryptfs encrypted filenames. Potentially useful.
-
http://www.boastr.de/#features
A must have mouse customisation app for OSX which is free (as in beer?). Includes awesomeness like snap windows to positions and other genius. Looks outstandingly useful.
-
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://codex.buddypress.org/extending-buddypress/changing-internal-configuration-settings/
Very useful page on configuring buddyPress through the wp-config equivalent bp-custom.php.
-
http://nuts-and-bolts-of-cakephp.com/2012/07/18/cakephp-mongodb-introduction/
Useful intro to using MongoDB with CakePHP. Works quite nicely, load the plugin, specify your model should use Mongo, and boom, you're in business.
-
http://www.capify.org/
Capistrano is a system built in Ruby to execute commands on many servers, in parallel via SSH. Config files, jobs, etc are written in Ruby.
-
http://www.jkwiens.com/2010/01/04/changing-pdf-metadata-on-ubuntu/
Handy howto edit PDF metadata using pdftk. In summary: `pdftk file.pdf dump_data output file.txt`, `gedit file.txt`, `pdftk file.pdf update_info file.txt output newfile.pdf`
-
http://www.londonchocolateshops.com/
A funky site listing chocolate shops in London! A nice example of wordpress-geo-mashups in use.
-
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://coffeescriptcookbook.com/
Awesome walkthrough of various coffeescript features / options / design patters, etc. Found it via the section on regexes, excellent, useful.
-
http://collabtive.o-dyn.de/?lang=en
Collabtive is an open source clone of BaseCamp (the 37 signals project management software) built in PHP backed by MySQL.