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.
It is a simple task to make things complex, but a complex task to make them simple.
General Tips
Copy Image to Floppy by digitalpeer, updated Monday, October 18, 2004
Simple tips for formatting and copying an image to a floppy drive.
Broadcast a Command with SSH by digitalpeer, updated Saturday, July 17, 2004
Use ssh to broadcast a command to a list of hosts given that you've already setup ssh keys and the login is automatic.
File Distribution Using rsnyc by digitalpeer, updated Saturday, July 17, 2004
See how you can use rsync to distribute files in a Linux cluster to do such things as enable distributed accounts.
Backup Script Using tar by digitalpeer, updated Saturday, July 17, 2004
A simple backup script that performs monthly, weekly, and daily incremental backups using tar and gzip.