Mount JFFS2 Image
Saturday, October 25, 2008
Example of how to mount a JFFS2 image using mtdblock.
A year spent in artificial intelligence is enough to make one believe in God.
- Alan J. Perlis - Epigrams of Programming
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.