Archive for the 'ubuntu' Category

I upgraded the dist to Hardy Heron, the Ubuntu 8.04. And my experience with it so far has been very satisfactory.
Its much more stable now. I found various stuff already bundled which previously I had to explicitly install. For me the good things bundled…
Firefox 3
Hardy provides Firefox 3(beta) by default, comparatively its a super fast [...]

Wednesday, June 4th, 2008 | No Comments

If you have installed ruby using apt-get or if you have not mentioned the configuration option for openssl while installing from source, you can expect openssl will not work with ruby.
Here is the solution for the same…
Step 1
Install gcc and make(if you don’t have already on your box)

sudo apt-get install gcc make

Step 2
Install [...]

Tuesday, March 4th, 2008 | No Comments

In a fresh Ubuntu, not having the locales setup, it shows warning every time while installing any software/library and while stopping/restarting too.
The simple way to setup the locales you need is…
e.g. “en_IN UTF-8″
Step 1
Edit or Create the file /var/lib/locales/supported.d/local and add the required local in the file as…

en_IN UTF-8

you can add more locales [...]

Tuesday, March 4th, 2008 | No Comments

It was ruining all my mood and concentration when i was trying some sample ruby code in irb and again and again i had to retype the things because the arrow keys were not working there. I searched the problem on net and found that i need to have readline library on my linux and [...]

Wednesday, July 11th, 2007 | No Comments

While installing RMagick on Linux, if you are getting errors like this
“GraphicsMagick-config… no configure: error: Can’t install RMagick. Can’t find Magick-config or GraphicsMagick-config program. …”,
below is the solution for this error.
RMagick requires ImageMagick and which further requires loads of dependencies already available to get installed and work properly. I was figuring out of those all, [...]

Wednesday, July 4th, 2007 | No Comments