Automounting EncFS Using fstab

I’m using encfs to encrypt my data before storing it in the cloud, e.g., on Dropbox. Thereby, companies have no access to the original data. On the other hand, I should be able to access my files as easy as possible, including automatic mounting without the need to enter any password. At first, we need a custom wrapper for the encfs binary, which we will create in /home/me/bin/encfs: #!/bin/sh encfs --public --extpass="cat /home/me/bin/encfs_password" $* We need this wrapper, because it isn’t possible to provide encfs options in fstab. The public option allows every user to access the decrypted files, even if the directory was mounted by root (via fstab). Via extpass the password is read from the file /home/me/bin/encfs_password. This file should only contain the encfs password. Don’t forget to make the wrapper executable. ...

July 8, 2012

Wordclock Mit Dem Kleinen Ribba Rahmen

Platinenlayout Hier ein kleiner Teaser für die Wordclock. Basierend auf dem Schaltplan aus dem Artikel bei mikrocontroller.net ist dieses Platinenlayout entstanden. Die Platine ist 20 x 20 cm² groß und passt somit in den kleinen RIBBA-Rahmen von IKEA. Fast alle Leitungen befinden sich auf der Lötseite, damit sie günstig hergestellt werden kann. Der nächste Schritt ist die Bestellung aller Bauteile, damit ich überprüfen kann, ob sie alle auf die Platine passen. ...

May 27, 2012