Today is “Day Against DRM” , and in celebration I project that I have been helping bootstrap went live today, DrmFree.org. DrmFree.org is a federated search engine that can help you find music to purchase or download for free that does not use DRM. The basic principle is simple, if consumers are educated and shown that they have a choice, we believe they will choose to purchase music that is free of DRM. For more info check out the about page.
-
RSS Links
Categories
- /bike
- /blog
- /categoryless
- /coffee
- /dev/random
- /food
- /freenetworks
- /friends
- /funny
- /geek
- /GirTheCadillac
- /Lebowski
- /Life
- /LifeWithDog
- /me
- /metrix
- /music
- /National Wireless Summit 2006
- /phonecamera
- /photo
- /potpourri
- /seadrunks
- /seattle
- /seattlewireless
- /shmoocon
- /softball
- /StupidShellTricks
- /sysadmin
- /travel
- /unix
- /work
- cons
- monitoring
- pyramid
- ruby
Archives
- January 2011
- December 2010
- September 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- December 2008
- December 2007
- August 2007
- July 2007
- May 2007
- January 2007
- December 2006
- November 2006
- October 2006
- September 2006
- August 2006
- June 2006
- April 2006
- March 2006
- February 2006
- January 2006
- December 2005
- November 2005
- October 2005
- September 2005
- August 2005
- July 2005
- June 2005
- May 2005
- March 2005
- February 2005
- January 2005
- December 2004
- November 2004
- October 2004
- September 2004
- August 2004
- July 2004
- June 2004
- February 2004
- January 2004
- December 2003
- November 2003
- August 2003
isimoin, easy MoinMoin wiki synchronization
I have been using Isimoin for a couple of weeks now and am quite happy with it. It does a couple of things:
create-farm)
create_farm
;;
create-instance)
name=”$1″
create_standalone_instance “$name”
;;
create-slave)
name=”$1″
master=”$2″
create_slave “$name” “$master”
;;
synchronize-slave)
name=”$1″
synchronize_slave “$name”
;;
run-instance)
name=”$1″
run_standalone_instance “$name”
;;
I would like to add another function that assumes your local desktop wiki is the Master and the remote is a slave. Since I keep my primary personal MoinMoin instance on my laptop but like to back it up to a remote MoinMoin farm I have so I can access it from any computer if I need to. It would basically be reversing the synchronize-slave function. This is mainly because I cannot always guarantee that my laptop will be available via ssh for the rsync due to NAT/Firewall situations.
It would be cool to a simple tool like this that can use MoinMoin RPC Syncronization.