Archives
- 2019
- 2018
- 2017
- 2016
- 2015
- 2014
- 2013
-
2012
-
December
-
Duplicity bug in current Ubuntu LTS
16/12/12
If attempting to resume a partial backup with duplicity on Ubuntu 12.04 LTS the bug #946988 affects the current duplicity-0.6.18-0ubuntu3 package available.
Indications of this are "gpg: public key decryption failed: bad passphrase" when using GPG to encrypt and/or sign the bac -
Counting lines of code
01/12/12
To measure the lines of code in a codebase (on a standard Linux machine):
find -iname "*.c" -or -iname "*.cpp" -or -iname "*.h" -or -iname "*.hpp" | while read i; do wc -l "$i"; done | cut -d " " -f 1 | awk '{total = total +
-
Duplicity bug in current Ubuntu LTS
- November
- September
- July
- June
- May
- March
- February
-
December
- 2011
- 2010
- 2009
Archives



