Mount JFFS2 Image
Saturday, October 25, 2008
Example of how to mount a JFFS2 image using mtdblock.
Pessimists, we're told, look at a glass containing 50% air and 50% water and see it as half empty. Optimists, in contrast, see it as half full. Engineers, of course, understand the glass is twice as big as it needs to be.
- Bob Lewis
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.