Upgrade Amarok to 1.4.1

I’ve been using SuSE 10.1 for just about a month. The previous linux distro I used was Debian, so the rpm package concept is pretty new to me. I’ve heard of it before, but never got to use or play with it. With Debian, we have a very easy way to install or upgrade packages: apt-get, of course. Anyway, I just upgraded the Amarok 1.3.8 to version 1.4.1. It wasn’t easy initially as I tried to upgrade each package of dependency separately. Fortunately, I found a good site that explains how to do this step by step. The following is the summary: ...

August 13, 2006 · 1 min · 130 words · kenno

Vim Tip: Insert Time-Stamp

To insert time-stamp in a file, you can exit from edit mode and type: :r! date

August 3, 2006 · 1 min · 16 words · kenno

Apache 2 Config File

I’ve been using Apache httpd on and off on my PowerBook for various purposes including school assignments. The httpd version that comes with the PowerBook by default is 1.3.33 and I need to use the version 2.*. So, I installed the Apache 2 via Fink. After having successfully installed Apache 2, we need to make some changes to the config file (usually, it is the httpd.conf file.) Guess what? I totally forgot where that file resides. The only thing I could remember is that we can find that information out very easily by giving the -v option to the httpd. So, I tried it and this is what I got: ...

July 15, 2006 · 2 min · 214 words · kenno

UrlGenerator

I’ve been very bored, doing nothing interesting, and at the same time my programming skill is no longer as polished as before. I was kinda panic, and then I realize that if I don’t wanna lose the skill, I better continue coding. A while back, I wrote a code that generate the batch-link of website addresses. Example, I wanna grab all the images at a website from: http://www.example.com/image01.jpg to http://www.example.com/image10.jpg. In a simple way, we can just copy and paste, then change the number from 01 to 10. But what if you have to change the number from 001 to 100? Well, it’s gonna be tiresome. But, not if I use the program I wrote- UrlGenerator. It was a console program, written in Java. It doesn’t loo nice (as the matter of fact, it doesn’t have a look). ...

July 1, 2006 · 2 min · 256 words · kenno

VS 2005 project is not rebuilt despite changes in source code

Having fixed a problem with Visual Studio (VS) 2005 the other day, there is still another problem. The project does not recompiled/rebuilt automatically after the souce codes of some files have been changed. Usually, if we make changes to the souce code, those files will be recompiled if we press Ctrl+F5 or F5. At first I thought this could be the new behavior/feature in VS 2005. But after discussing with a buddy of mine who’s currently using VS 2005 for his assignment, he told me that VS 2005 should rebuild the code automatically. ...

June 27, 2006 · 1 min · 181 words · kenno