Tag: debian

  • pbuilder on Debian kFreeBSD Wheezy

    There is a little trick if you want to use pbuilder on kFreeBSD. Add these links in /etc/pbuilderrc:

    MIRRORSITE=http://cdn.debian.net/debian
    USEPROC=yes
    USEDEVFS=yes
    USEDEVPTS=yes
    BINDMOUNTS=”/home/goneri”

  • Finally, a 4096 GnuPG key


    -----BEGIN PGP SIGNED MESSAGE-----
    Hash: SHA1

    I finally generated a 4096 key ( 0x049ED9B94765572E ) which is signed
    by my old key 0x37D9412C. I will revoke this old key in the coming months.

    The old 1024bit key:
    pub 1024D/37D9412C 2004-08-18
    Key fingerprint = D3BC 65BB 48B1 1DA8 BC8A 5C88 B0A4 C5A4 37D9 412C
    uid Gonéri Le Bouder
    uid Gonéri Le Bouder
    uid Gonéri Le Bouder
    uid Gonéri Le Bouder
    uid [jpeg image of size 7650]
    uid Gonéri Le Bouder (Professional address)
    uid [jpeg image of size 4672]
    sub 1024g/E47802B2 2004-08-18
    sub 2048R/F89D348A 2013-06-01

    The new key:
    pub 4096R/4765572E 2013-06-18 [expires: 2023-07-15]
    Key fingerprint = 1FF3 68E8 0199 1373 1705 B8AF 049E D9B9 4765 572E
    uid Gonéri Le Bouder
    uid Gonéri Le Bouder
    uid Gonéri Le Bouder
    uid [jpeg image of size 7650]
    uid Gonéri Le Bouder
    sub 4096R/E496738B 2013-06-18

    -----BEGIN PGP SIGNATURE-----
    Version: GnuPG v1.4.15 (GNU/Linux)

    iEYEARECAAYFAlJlJjsACgkQsKTFpDfZQSxwzwCeLDuJoMOwJ4H2fbQionyejDck
    GX8Anjp0V+rZHJ5fLlLv3yXWbsBt9K5m
    =RHzK
    -----END PGP SIGNATURE-----

  • prefetch apt packages

    I use this command to speed up deb packages download. It will do parallel download of the require .deb files with puf.

    For example with otrs:

    cd /var/cache/apt/archives/ && apt-get -y --print-uris install otrs|awk '{print $1}'|grep "'http" | xargs puf