2010-07-18

Use KDiff3 in Mercurial

Firstly install KDiff3 by
>sudo apt-get install kdiff3

Then, add ~/.hgrc

[extensions]
hgext.extdiff =

[extdiff]
cmd.kdiff3 =

[merge-tools]
kdiff3.args = $base $local $other -o $output

Now it should work. Try
>hg kdiff3

Reference:

GSpace for Online Disk

I setup a 7G Gspace online disk. Actually, what you need is a free gmail acount and installation of an add-on on your firefox browser. See the http://www.getgspace.com/ for installation and usage.

2010-07-13

Use Firefox 3.6.3 under Debian

See the article:
http://www.shellperson.net/install-firefox-3-6-in-debian-lenny/