"A human being should be able to change a diaper, plan an invasion, butcher a hog, conn a ship, design a building, write a sonnet, balance accounts, build a wall, set a bone, comfort the dying, take orders, give orders, cooperate, act alone, solve equations, analyze a new problem, pitch manure, program a computer, cook a tasty meal, fight efficiently, die gallantly. Specialization is for insects." (Robert A. Heinlein)

Sunday, 26 April 2009

Installed Ubuntu 9.04 on Sempron 2400


I really couldn't resist not to try the recently released Ubuntu version.  I so cleared an almost forgotten 20GB partition on my desktop computer (Sempron 2400) and I started installing Ubuntu 9.04.
Ubuntu, Kubuntu or ...
I'm an eternal undecided between Gnome or KDE (and XFCE isn't bad too) but, since I'm using EEEBuntu on the EEEPC, I got more used to Gnome and this leaded me into installing Ubuntu.
Downloading
I downloaded the ISO image of Ubuntu CD from the torrent download page. I usually prefer downloading big files using TorrentFlux (on my PIII 550 server). I so started the download in the evening of the 23rd and went to bed. The next morning the download was completed.

Saturday, 11 April 2009

Happy Easter!

Just a simple but sincere Happy Easter to everybody!

Installing Calibre on EEEBuntu

I use often my EEEPC as E-Book reader especially when I travel by train. The program I use (FBReader) works fine and, in border-less mode with the page tilted of 90°, makes the EEPC an almost optimal E-Book reader. But since I'm looking for some extra features I decided to install Calibre.
Calibre is literally a all-in-one e-book software with many features from the library manager to external readers synchronization. I'm mainly interested in two features: Calibre library management and the RSS feed reader.
Installation
I simply executed Calibre installation command (all in the same line):
sudo python -c "import urllib2; exec urllib2.urlopen(
      'http://calibre.kovidgoyal.net/
      download_linux_binary_installer').read(); main()"

Sunday, 29 March 2009

Apache Tomcat on my Linux server

I installed Apache Tomcat on my little Linux server (PIII-550Mz) since I'm going to test some java server application at home. I mainly based my installation on this howto with some little variation.
I first installed Java jdk 
 sudo apt-get install sun-java6-jdk
 Then I downloaded Apache Tomcat from my nearest mirror server
wget http://apache.fis.uniroma2.it/tomcat/tomcat-6/v6.0.18/bin/apache-tomcat-6.0.18.tar.gz
 Then I installed it
tar -xzvf apache-tomcat-6.0.18.tar.gz
sudo mv apache-tomcat-6.0.18 /opt/
sudo ln -s /opt/apache-tomcat-6.0.18/ /opt/tomcat

Saturday, 14 March 2009

Installing TrueCrypt on EEEBuntu

Short after buying the EEEPC I also bought a 320 GB external USB hard disk to be used in support to EEEPC small internal drive. I decided (mainly because of my job) to secure, using cryptography, at least one disk partition. I'm not sure the cryptography settings I did choose would work against any professional hacker but they should be enough to stop  most 'curious' people who might, in any way, gain access to my disk . I decided to install TrueCrypt mainly because it's a multi-platform application so I could possibly prepare encrypted partitions to be used from both Linux and windows computers.
 Installation
I first downloaded  truecrypt-6.1a-ubuntu-x86.tar.gz  (the x86 32bit ubuntu compiled version) from its site downloads page. then I extracted and executed the installation program ...
 tar -xvf truecrypt-6.1a-ubuntu-x86.tar.gz
./truecrypt-6.1a-setup-ubuntu-x86 
The installation graphic user interface started and I simply had to click the 'Install TrueCrrypt' button and then agreed with the software license. Once installation was completed TrueCrypt icon was automatically placed in the 'other' folder.