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.
Videos
Sunday, July 29, 2007
Assortment of videos.
Who's General Failure and why's he reading my disk?
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.