-
http://www.draisberghof.de/usb_modeswitch/
USB_ModeSwitch is a little script to help switch multi-mode USB devices between modes. Mostly it's for 3g wireless modems which load initially as a usb drive with the Windows drivers. Compatible with the Huawe E220 and E169.
-
http://dalelane.co.uk/blog/?p=254
Article on how to get the Huawei E169 running on the EEE PC (a Linux distro). Includes very detailed instructions including links to USB_ModeSwitch.
-
http://gregarius.net/
Gregarius is a web-based RSS/RDF/ATOM feed aggregator, designed to run on your web server, allowing you to access your news sources from wherever you want.
-
http://www.virtualbox.org/
VirtualBox is an open source virtualisation system. It comes in two versions, open source and enterprise. The enterprise version is free for personal use, which includes commercial use, but not large scale deployment. Looks very, very good.
-
http://piwik.org/
Piwik is an open source alternative to Google Analytics. It uses the same type of javascript tracking, but is self hosted. It also has an extensive plugin architecture, so you can add / remove features fairly easily.
-
http://developer.yahoo.com/yslow/
YSlow is an extension for Firebug which shows ways to speed up page loads. It's published by Yahoo as part of their developer network.
-
http://www.gelatocms.com/
gelato cms is described as a tumblelog cms. It's based around the tumbr concept, you can easily post snippets. Various themes and plugins are available.
-
http://lifetype.net/
LifeType is a multi-user, multi-blog blogging platform. It started in 2003 and is up to date as at Mar 2008. Seems to support all the major features.
-
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://www.s9y.org/
Serendipity is a PHP / MySQL blogging system. It uses the Smarty template engine.
-
http://www.habariproject.org/en/
Habari is an open source PHP / MySQL blogging platform (like WordPress).
-
http://en.wikipedia.org/wiki/Blog_software#Free.2FLibre.2FOpen-Source_software
A list of free / open source blogging platforms on Wikipedia. Handy. :)
-
http://www.openstreetmap.org/
OpenStreetMap is a free editable map of the whole world. It's a wiki-like map which users can edit. You can upload GPS traces of areas and add street names, etc. Eat your heart out Google Maps.
-
http://www.ultramonkey.org/
Ultra Moneky is a load balancer similar to the likes of pound and haproxy. It allows multiple web servers to be seen as 1 by the client.
-
http://haproxy.1wt.eu/
HAProxy is a TCP proxy / load balancer which will work for HTTP and a range of other applications. It advertises a small but expert user base and offers a range of very useful load balancing features. Apparently it competes with pound and ultramonkey.
-
http://lucene.apache.org/hadoop/
Hadoop is a distributed computing platform / filesystem. It provides HDFS which is similar to GFS (Google Filesystem) and MapReduce which splits programming tasks into small chunks. It's target is 10'000 node clusters.
-
http://www.webload.org/
WebLOAD is an open source web site stress testing tool. Useful for simulating load on servers.
-
http://wikkawiki.org/HomePage
Wikka is a very simple PHP/ MySQL wiki. It has very basic functionality, without the advanced features of something like MediaWiki, but it's extremely easy to use.
-
http://www.linuxvirtualserver.org/
The Linux Virtual Server as an advanced load balancing solution can be used to build highly scalable and highly available network services, such as scalable web, cache, mail, ftp, media and VoIP services.
-
http://openidenabled.com/php-standalone-openid-server
An OpenID server that supports Yadis discovery and Simple Registration (sreg) written in PHP under a GPL license.
-
http://reductivelabs.com/trac/puppet
Puppet is a system to abstract system administrator tasks such as configuring web servers, deploying database servers, and so on. It provides an abstract language to specify configurations and then handles deployment for you.
-
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://www.radeox.org/
Radeox is a wiki render engine for Java. It turns wiki markup into XHTML. It's released under the Apache 2.0 open source license.
-
http://www.openads.org/
OpenAds (previously phpAdsNew) is an open-source ad / banner server. It provides groupings, tracking, and various other features. It's mature software.
-
http://kosmosfs.sourceforge.net/
An open source, distributed, failure resilient file system similar to GFS (from google). Supports automatic addition of nodes, redundancy, and so on.