Mount JFFS2 Image
Saturday, October 25, 2008
Example of how to mount a JFFS2 image using mtdblock.
There are two ways of constructing a software design. One way is to make it so simple that there are obviously no deficiencies. And the other way is to make it so complicated that there are no obvious deficiencies.
- Charles Hoare
Nano .nanorc w/CPP Syntax Highlighting
Tuesday, January 31, 2006 by digitalpeer
Nano is a very simple and easy to use console editor derived from the likes of pico. Back in the old days, the pico and pine combo was the ultimate Linux mail viewer. Nano has come a long way with features, but still has the same look and feel- simple, fast and easy. Granted, it's no emacs or vi, but it's pretty dang common and arguably easier to use for the novice. Anyhow, I've attached a .nanorc file I've been using over in the event somebody might make some updates to it or find it useful. It has a good start for C++ syntax highlighting.