Entries from January 2012 ↓

Access a pandboard with a ‘screen’ serial console

Easy as:

/usr/bin/screen /dev/ttyUSB0 115200

ACTA / SOPA / PIPA

Iedereen die het nog niet gedaan heeft: onderteken de ACTA petitie nu!

git add -u

This is a nice one:

git add -u

This only adds already commited files to a new commit. And leaves files not in the git repository alone.