1. GnuPG settings

    For new machine, here is my GnuPG settings.

    .gnupg/gpg.conf

    I create .gnupg/gpg.conf file with the following content.

    use-agent
    personal-digest-preferences SHA256
    cert-digest-algo SHA256
    default-preference-list SHA512 SHA384 SHA256 AES256 AES192 AES CAST5 ZLIB BZIP2 ZIP Uncompressed
    
    default-key 0x4ca7babe
    

    Let gpg-agent manage SSH key

    I deactivate seahose-agent. Also, I …

    more »
  2. Installing More Packages

    I install more packages to do the work for my sites.

    packages to maintain www.gniibe.org

    I install following packages to maintain www.gniibe.org.

    • python-cherrypy3 This is application engine as wll as HTTP server.
    • mini-httpd gitweb package (or web application) requires 'httpd'. python-cherrypy3 doesn't provides 'httpd' with unknown …
    more »
  3. Installing Debian Squeeze

    My (somewhat not new) notebook PC

    I have a notebook PC, that is, Dell Latitude X1. I replaced its Toshiba 1.8 inch hard disk drive to Compact Flash 64GB 450X (with CF to 50-pin IDE adaptor).

    Since it is a good opportunity, I install Debian Squeeze to this machine …

    more »
  4. Running services behind firewall

    This web service is running at my home. The network structure is like:

    Internet <-+
               |
             +------+
             |Router|
             +------+
                 |    Internal network
                 +-------------+--------...-----+----
                               |                |
                            +------+          +----+
                            |Sheeva|          | PC |
                            +------+          +----+
    

    I am running the web service on Sheeva on port 8080.

    Since the router gets dynamic IP address, I need to use nusupdate to update an entry of DNS A records …

    more »