Archive: December, 2009

Incredible Guitar & Bass performance

It’s amazing

M.

Something I always forget II

I always forget how to dump my blog’s mysql database. It’s :

mysqldump db_name -u username -p > filename

That's all

M.

Something I always forget

I always forget how to add a source using rubygems. It’s (using ‘http://gems.github.com’ as example) :

gem sources -a http://gems.github.com

That’s all

M.

Debian is not easy to install

18:30 – Donwload Debian stable netinst and burn a CD (15-20 minutes).
19:00 – Installing netinst (over 20 minutes).
19:30 – Reboot, /etc/apt/sources.list changed from stable to unstable && aptitude update && aptitude dist-upgrade (over 25 minutes).
20:00 – aptitude install kde-full (I don’t know, I was having dinner).
22:15 – System configured and running perfectly.
22:20 – Copying data from the old filesystem (ext3) to the new filesystem (ext4).
23:15 – Old system replaced completely by new system.

Sure?

M.