1. Installing Debian Wheezy (snapshot) as of 20120828 to Kuro Sheeva

    Two machines of Kuro Sheeva got broken this summer (by power supply unit problem ).

    For new machine (which bought in 2010), I installed Debian Wheezy (snapshot).

    I use 32GB SD card for secondary storage and use USB memory for installer.

    Basically, it went well (except /etc/inittab entry).

    Update U-boot …

    more »
  2. MTA on notebook PC

    On this notebook computer, I am using/testing Evolution as MUA (Mail Transfer Agent). When I compose e-mail, it is done by Evolution and Emacsclient.

    But, I need to send e-mail by command line sometimes.

    For those cases, I installed a package named 'ssmtp'.

    The configuration is like this.

    mailhub …
    more »
  3. Installing Development Packages

    I install many packages to build GCC on my system.

    I did:

    apt-get build-dep gcc
    apt-get build-dep gcc-4.4
    apt-get install libmpc-dev
    

    It seems that libmpc is requirement since GCC 4.5 (but not for 4.4).

    Besides, I install to build GDB on my system:

    apt-get install libncurses5-dev
    
    more »