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.
Don't regret things you do, cause at one point what you did was what you wanted.
Recursive Directory Download/Upload for Putty SFTP
Monday, December 27, 2004 by digitalpeer, updated Saturday, January 22, 2005
I have had a lot of requests for recursive directory downloads and uploads with
Putty's SFTP client. The current version (0.56) lacks this feature as well as wildcards. There are current plans to add in wildcard support (it's already been added for the SCP client), however, the developers don't wish to include mget and mput. So, I've just posted this patch. Just download the source, apply the patch, and you have a modified SFTP version with the new commands.
What the Patch Does and Does Not Do
- Adds new mget and mput commands which just use existing internal commands.
- mget and mput commands do not support restarts like the normal get and put commands.
Download the putty source, apply the patch or replace the PSFTP.C file with the one below, and compile.