Mount JFFS2 Image
Saturday, October 25, 2008
Example of how to mount a JFFS2 image using mtdblock.
Clay Shirky: Institutions vs. collaboration
Monday, July 14, 2008
This is a rather interesting talk that takes some very foundational ideas from open source software development, P2P networks, and social networking and implies that these paradigms can apply to a lot more.
Join the army, meet interesting people, and kill them.
Using CVS Over SSH
Wednesday, December 1, 2004 by digitalpeer
Set the CVS_RSH environment variable.
export CVS_RSH="ssh"
Set the CVSROOT environment variable using your SSH username and the path to CVS on the remote server.
export CVSROOT=:ext:username@domain:/cvspath
Now you can simply run CVS commands. It will ask you each time for your SSH password.