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.
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
Enabling Quotas
Saturday, July 24, 2004 by digitalpeer
Edit your fstab entry to something like
/dev/hda1 /home ext3 defaults,usrquota 1 2
- umount and mount the disk read-only
- run quotacheck -c /home to create the quota file in the root directory of the disk
- umount and mount the disk read-write
- run quotaon /home to turn on the quota checking
- use edquota or setquota to set individual quotas