September 2010
M T W T F S S
« Aug    
 12345
6789101112
13141516171819
20212223242526
27282930  

Installing mysql workbench on debian

Debian does not yet have a package for Mysql Workbench in its repositories. The website of Mysql Workbench has an ubuntu package but it does not directly install in debian. To install it on debian, you need to separately install all the dependencies.

The following steps will take you through the process of installation. Please note that [...]

Testing word wrap in emacs

Since I use emacs for writing my mails, I use auto-fill to wrap the text at a specified width. While this is good for mails, it is not so good for a lot of other things. I would like emacs to auto-fill only mutt buffers. That is how my .emacs is setup. Or so I think. [...]