Linux installation on Olivetti Echos 150 DM

Hardware Intel-Pentium MMX(tm) 150 MHz at 2.5 V Bogomips: 299.83 BIOS Phoenix NoteBIOS 4.0 cache memory: first level 32KB, second level 256KB synchronous standard memory 16MB expandable up to 128MB Hard disk 1.3GB (TOSHIBA MK1403MAV, 1376MB w/128kB Cache, CHS=2796/16/63) Floppy disk 3″1/2 removable ( National Semiconductor PC87306 ) CD-ROM Toshiba teac 48e at 8/20x, ATAPI [...]

How to install Mysql server 5.1 in Ubuntu 8.04 LTS

Ubuntu 8.04 LTS (Long Term Support) actually include Mysql Server 5.0 only. In order to install the version 5.1 you need to add additionals DEB repository to your APT’s config. For instance append those two new repository to your /etc/apt/sources.list files: deb http://ppa.launchpad.net/monty/ubuntu gutsy main universe restricted multiverse deb http://ppa.launchpad.net/smurf/ubuntu gutsy main universe restricted multiverse [...]