Showing posts with label download. Show all posts
Showing posts with label download. Show all posts

Monday, November 16, 2009

Music Store Coming to Ubuntu?

It seems like Ubuntu will be getting a music store integrated into the desktop music player! The Ubuntu One Music Store! Specifications and details have not yet been published but a Launchpad project page has been created.




It is about time Linux users, and especially those in less favored countries, have a decent and well supported route to acquiring high quality music legally. Many would suggest running iTunes in WINE. But I have no intention of supporting a service that does not support my OS of choice. Then there is the Amazon music store which does not sell outside the U.S.A. Other online stores I have looked into have a rather limited library of content, and most of the time I do not find the music I am looking for.




I am looking forward to seeing how this store and project develops. Will there be DRM? I surely hope not. Will it be limited to Ubuntu users? How large will the library be? Will it offer free content? Will it use free codecs? Will it provide a new and unrestricted platform for independent artists? Will it offer more incentive for people to switch to Linux? So many questions... A meeting is scheduled for Wednesday at the UDS. Let's wait and see.




More power to you Ubuntu and Canonical!

Monday, April 27, 2009

Ulteo Open Virtual Desktop

The first ever Linux distribution that I really used was Mandrake 10. It was the newbie distribution of the day! And I kept using it through the merger with Conectiva and subsequent name change to Mandriva Linux... until the founder, Gaël Duval was somewhat unceremoniously laid off from the company. That was when I looked for an alternative distribution, which I found in Ubuntu Dapper Drake, and I am glad I did!



I sometimes wondered what became of Gaël Duval. He talked of launching another distribution called Ulteo Linux... or so I thought. But what he and his team have come up with is something quite impressive: Ulteo Open Virtual Desktop.





Ulteo Open Virtual Desktop (UOVD) seems like it would be an ideal solution for an enterprise that needs cost-effective deployment of cross-platform (or maybe even single-platform) applications to their employees. What this allows you to do is have Windows and Linux application servers on which the applications are actually run. Multiple users then use remote thin clients that only need Java enabled web browsers to run whichever Windows or Linux application they need. Integration of both platforms on UOVD looks seamless with a single desktop and menu! What is great for enterprises is that savings increases proportionally with the size of the company in the application server - thin client model. I have only scratched the surface. The feature list is really impressive



UOVD hit version 1.0 on 23/04/2009. And in true open spirit, UOVD is open source and anyone can download it and try it out now!



I am glad that the leader of the number one Linux distribution on Distrowatch in 2002, 2003 and 2004, the distribution that won me over from Windows, has made a comeback with an innovative, new Open Source project. Hats off to you Gaël Duval! All the best!

Sunday, April 05, 2009

Here's your chance to support Linux Mint!

Bryan of the Linux Action Show is having a 'Set your own price' sale of his software which ends tomorrow 6th April. You can see what software is available on his site.

Here is the catch. He will donate the proceeds from this sale to an open source project. He will hold a poll tomorrow to decide which one, and presently the options are Getdeb, Ardour and Linux Mint! We should probably mobilize the hoards of Mint fans :D

Follow the links below, support Bryan, buy his software if you like it, and support Linux Mint!

http://lunduke.com/?p=314
http://radicalbreeze.com/store.shtml
http://lunduke.com/?p=331

Friday, October 24, 2008

Linux Mint 5 Fluxbox CE: Will it work on old hardware?

On the 21st October, 2008, Linux Mint 5 Fluxbox CE was released, of which as you may or may not know, I am the maintainer. The most common gripe most people have with this release seems to be that this distribution has higher system requirements than other Fluxbox based ones.

Since I do not have a really old computer to test how well Linux Mint 5 Fluxbox CE will work on such a machine, I devised a test to simulate an old machine using VMware Player. The host machine, my trusty Acer Aspire laptop with AMD Sempron 3000+ prcessor and 768MB DDRAM1 was throttled down to 800MHz (maximum CPU frequency is 1800MHz) so that my simulated machine would have:

  • 800MHz processor (at the most as some of those cycles will be used by the host)
  • 128MB RAM
  • 2.5GB HD formatted as FAT32, without swap
  • CDROM drive
  • Floppy drive
  • Ethernet card
  • Sound card
  • USB controller

This, I think adequately simulates an old Pentium 2 machine with Windows 98. I did manage to successfully install using only the Linux Mint 5 Fluxbox CE CD albeit with a hacked/workaround approach. Here is how I did it.

1.

On booting the Live CD, the boot process went on fine but the desktop did not appear even after some minutes. The only thing visible was the mouse cursor, which moved showing that X had not crashed. Also the CDROM was still reading.

2.

Restart X using Ctrl+Alt+Backspace to kill whatever was hogging resources. Wait for GDM to start and then type some nonsense in the GDM login field to buy 30 seconds before the Live CD user logs in automatically and hogs your RAM.

3.

Switch to the virtual terminal with Ctrl+Alt+F1 where the Live CD user is already logged in.

4.

Become root with sudo -i

5.

Kill GDM with killall gdm

6.

Kill all Live CD user processes that may have remained with pkill -u mint

7.

List existing partitions with fdisk -l

8.

Open the drive for partitioning with fdisk /dev/sda

9.

Delete all existing partitions with d

10.

Create a new partition for swap using n and the following options:

  • select primary partition (p),
  • partition number 1,
  • first cylinder 1,
  • last cylinder or +size: +300M

Create a new partition for your installation using n and the following options:

  • select primary partition (p),
  • partition number 2,
  • first cylinder: default (hit Enter)
  • last cylinder: default (hit Enter)

(You may create a separate partition for /home)

11.

Save and exit with w

12.

Format /dev/sda1 as swap with mkswap /dev/sda1

13.

Reboot with reboot

14.

Now you should have the Live CD environment working.

15.

Close mintUpdate, Wicd tray applet and the volume control to free up some RAM.

16.

Continue the installation as usual except for partitioning where you will have to set it up manually with the second partition mounted at root.

17.

After booting into your newly installed system, you can turn off services that you do not need using System Tools > Services. For really old machines, obvious things to turn off would be Bluetooth and CPU frequency manager. If you want even more control over the services, install sysvconfig. It is a command line tool that gives you more options. But you can break your system if you don't know what you are doing.

18.

You can also edit the applications that are run when you log in. For this you have to edit ~/.fluxbox/startup for each user. Comment out (add # at the beginning of the line) any applications you do not want to run at log in.

After following these steps I had a lighter setup that worked pretty well given the hardware I was trying to simulate. For any real figures one would have to test in on an actual machine. And such a machine is pretty hard to come by nowadays. Is anybody out there willing to test this?

On a better note, I did try to install again on the same setup but with 256MB RAM and no swap partition. Gladly, all went well without a hitch.

I do realize that users should not have to go through these steps in order to install this distribution. I will try to address this issue in the next release... within reasonable limits of course. I hope you enjoy using this edition of Linux Mint!

Sunday, September 28, 2008

My First Public Site Goes Live!

About 2 years ago I promised a close friend of mine that I would build the website for his lodge which was still in construction at the time. Back then, the only thing I knew about web development was basic HTML and some basic Flash animation. So basically, I was plunging myself into the deep end... and I like a challenge!

To cut a long story short, 2 years and 3 web site designs later, today the website went live! I have learned a lot and I'm sure there is still a lot to learn. The website is currently only in Romanian, as I still have to translate the English section. [EDIT 06/10/2008: The English section is now done.] For those of you interested in the design, please do check it out. I am open to comments, criticisms and advice.

Geeky stuff aside, the lodge is a wonderful place situated in the serene valley of the Aries river. It really is the ideal place to get away from it all. For those of you in or around Romania, you really should check it out!

Tuesday, June 24, 2008

GPRS Easy Connect for Ubuntu Hardy Heron

Many members of an Ubuntu Community that I am a member of on Orkut seem to have problems getting their GPRS connections working. Someone found a tool call GPRS Easy Connect which seems to work well for some, especially in India.

This application is quite old and is not undergoing further development. The author, Simon Péter, informed me that he is rewriting the application from scratch but it will only be done around the end of 2008. Also the new version will work perfectly on Ubuntu as this is the distribution he is currently working on. The currently available version was built on Mandriva and requires a few fixes to get working in Ubuntu.

To make life easier for the newer users, I built a .deb package that incorporates these fixes for Ubuntu Hardy Heron. As far as I know, it has worked for at least two people and I thought I'd put it up for download for the benefit of others who would like a simple and easy solution.

The obligatory disclaimer: Use at your own risk!

Download GPRS Easy Connect - gprsec_1.0.1_i386.deb

Thursday, May 08, 2008

AcetoneISO2: The CD/DVD image manipulator for Linux

According to the AcetoneISO2 website,

AcetoneISO2, is a feature-rich and complete software application to manage CD/DVD images. Thanks to powerful open source tools such as fuseiso, AcetoneISO2 will let You mount typical proprietary images formats of the Windows world such as ISO BIN NRG MDF IMG and do plenty of other things. Everything will be done inside a handy GUI.


Their website as of now does not offer a .deb package for Ubuntu and I wanted to try it out so I compiled and built a .deb package for Ubuntu 'Hardy Heron'. My .deb package can be downloaded from here.

** Users who are to use AcetoneISO2 should be added to the group 'fuse'
This is done with the command:
sudo addgroup *your-username* fuse
(example: "sudo addgroup johndoe fuse")

The only downside I can see to this application is that it depends on Qt libraries which means that it will be a rather big download including dependencies. Otherwise, the interface is simple to use and makes mounting of the more dubious image formats a breeze. However, it did not mount the DAA format the reason for which I installed this program. Some other functions include image encrypting and compression, md5sum file creation and verification, converting from other formats (including Mac OS images) to ISO, floppy drive emulation and Video/DVD ripping and encoding.

The project's homepage is http://www.acetoneiso.netsons.org/.

P.S. The obligatory disclaimer: Use this package at your own risk!

[EDIT] I made some changes to the package on 2nd June, 2008 at the request of the AcetoneISO2 team. Basically, the change was concerning dependencies so that KDE4 users do not have to download KDE3 libraries. I have updated the link above.

Monday, May 28, 2007

Pidgin for Dapper

Hi everybody!

The popular Linux instant messaging program GAIM has changed its name to Pidgin with the introduction of version 2.0. I had been looking for a Pidgin .deb package for Ubuntu Dapper and couldn't find one. So instead of waiting around for one to appear I built one today from source. I have installed it and it seems to be working fine and it has 'adopted' the settings and accounts from the previous GAIM installation.

I would like to share this package with anyone who might need it. But first let me warn you that I am not an expert at building packages. I do not know what dependencies are required by Pidgin but I would suppose they would be the same as for the GAIM 2.0 betas. This package will not tell apt-get to resolve dependencies so I strongly suggest you install the GAIM 2.0 beta packages and handle the dependencies that way.

Use this package at your own risk!

Pidgin 2.0.1-1 for Ubuntu Dapper [Link 1]
Pidgin 2.0.1-1 for Ubuntu Dapper [Link 2]

P.S. Please let me know if there are any problems with the download links.

[EDIT] Installing the following packages should resolve any problems with dependencies. Copy and paste this command in a Terminal window... and run it, of course.
sudo apt-get install libgtk2.0-dev libxml2-dev gettext libnss-dev libnspr-dev libgtkspell-dev

Sunday, February 25, 2007

A Beginner's Guide to Dual Booting Linux Mint and Windows XP

Hello everybody!


This post is a first for me of this type. A friend of mine is interested in trying out an Operating System (OS) that I have a habit of promoting quite a bit. You guessed it, it is Linux we are talking about. But he is unsure how to go about it and is not really ready to get rid of Windows. Yet. And I understand him. Moving to a new OS can be unnerving and would be easier if it is done in phases. I promised I would help him, but he is in another country and so I decided to make a post out of it. Instead of just telling him what to do, it is always better to know at least a bit of what you are doing. In this spirit I am going to explain as simply as possible how we are going to go about this. Hence the considerable length of this post. So here we are. Welcome to my first Linux guide - 'A Beginner's Guide to Dual Booting Linux Mint and Windows XP'


What is Linux Mint? This is a rather new distribution that is based on the very famous Ubuntu Linux distribution. Linux Mint, in my opinion, is supposed to be easier for newcomers to Linux as most of the bells and whistles including proprietary software is supposed to work out-of-the-box. And in its latest incarnation, Linux Mint 2.2 Bianca, things just got a lot better!


Enough chit-chat, lets get you using Linux Mint. First, you will have to download the install CD image (LinuxMint-2.2.iso) from here. It is 685MB, so it will take some time. You can verify the integrity of the file you have downloaded by downloading the small LinuxMint-2.2.md5sum file as well and following these instructions. This is not an obligatory step though. Then, you will have to burn this image file to CD. This does not mean just adding the LinuxMint-2.2.iso file and burning a data CD. Here and here are two websites that explain how to do this in Windows. I recommend that you burn the CD at the slowest speed possible to avoid read errors during installation. After you are done burning there should be two folders on the CD named casper and isolinux, and a file md5sum.txt. If not, you have done something wrong and the CD will not work.


In all my messing around with installing various distributions, I have never faced a scenario where I lost all the data on my hard drive. And I have done enough messing around. However, you are always better safe than sorry. So, I would recommend you backup all the data on your computer that you cannot afford to lose. I am just avoiding law suit here. No really, backup.


Now you will have to make some space on your harddrive for Linux. Linux Mint needs an absolute minimum of 3GB but I would strongly recommend at least 5GB. With hard drives as huge as they are today you have no excuse. So make sure you have got at least 5GB free space on one of your Windows partitions. The more, the better. Then run Disk Defragmenter and defragment your entire hard disk. This step is so that all the free space is located in one big chunk and not spread out in little bits. This will also take some time. Now, I am not sure how it is in Windows since it has been a while since I used it, but I think you should not use your computer while defragmenting otherwise it starts defragmenting from the beginning each time Windows writes to the hard disk. Linux avoids this whole problem by not allowing the hard disk to get defragmented in the first place. Clever, huh. Once you are done with this, we can move to the fun stuff - installing Linux Mint!


Put the Linux Mint CD you have burnt in the CD/DVD drive and reboot. You may have to set your BIOS to boot from CD first before the hard disk. On booting from the CD, the first screen you will see is the boot options screen below.



Just hit enter, sit back and watch the pretty boot splash as Linux Mint starts up. When everything is loaded you will be greeted by a very attractive desktop that can only be appropriately described as mint! Have a look.



Linux Mint is a Live CD. This means that it boots into a functional OS that runs entirely from the CD. And while in this state you can use it without making any changes to you hard disk. The disadvantage is that you cannot make permanent changes. Each time you reboot all changes are lost. Also, depending on the amount of RAM you have the Live CD is slower than an OS installed on the hard disk. So you can play around with it as a Live CD if you are just trying to see what Linux Mint is all about. But we're not here to play around, we're here to dig into the real stuff! See the Linux Mint icon on the desktop labeled Install? Double click it and we'll be on our way with the installation.



The installation dialogue pops up. The first thing I noticed is on the bottom left it says 'Step 1 of 6'. 6 steps?! Is that how easy installing Linux has become? You bet it is! If we were not going for a dual boot setup, any sort of guide would be totally irrelevant. But don't worry, setting up the dual boot isn't hard either, you'll see. Back on track. The first screen is self-explanatory. Choose the language you want for your final system and click Forward.



The second step is just as self-explanatory as the first. Simply choose your time zone from the drop-down list. Or optionally you may click on your region in the world map, and the map will zoom in allowing you to select your city directly. Then click Forward.



Now it's time choose your keyboard layout. You can test your keys in the field below the lists (as I have kindly demonstrated). This is so easy... Why does this need a guide?



Who are you? No, we don't want your philosophical rant... just enter your full name and the name you want to use to log in. Enter your password twice, and a name for your machine. The account created here will be the administrator account with full control of the OS. I will talk about user accounts in more detail in a soon-to-come post... Forward...



Guess what! We've reached the 'hard' part - disk partitioning. We don't want to erase the entire disk, so we choose the second option. We're doing this manually! Forward.



This opens the partition editor application. It will scan all your hard disks and display the present partitions and details about them. If you have more that one physical hard drive then you can switch between them using the drop-down menu at the top right. Your master drive is usually first i.e. hda or sda. The slave will be hdb or sdb. And the partitions are numbered as hda1, hda2, hda3 and so on.


If you are attentive you will notice that my hard disk is divided into three partitions - hda1 is my linux-swap partition, hda2 holds my main installation of Ubuntu Linux and hda3 is my test partition which I use to play around with other Linux distributions. But in this case it is an empty NTFS partition, the file system which Windows XP uses. I am not about to delete my Ubuntu partition just so I can show you how to resize an NTFS partition. So imagine that hda3 is the partition in which you freed 5GB (or however much) for Linux at the beginning of this guide. If you are thinking in terms of C:/, D:/, E:/, etc drives in Windows, there is no sure correlation between that and the Linux hda1, hda2, hda3, etc naming system. I suggest going by the size of the partitions and the free space available in each one to know exactly which partition you are going to resize. Right-click on the partition you wish to resize select Resize/Move. The following dialogue will pop up.



There are a number of ways you can define how you want to resize your partition. The easiest way is just to type the number of megabytes you wish to have for Linux Mint in the last input field where it says 'Free Space Following (MiB)'. As I said 5GB minimum. So you can enter 5000 there. I have less than 5000 in that field, but I am the teacher here - I am allowed to cheat! Actually, I am not. You will see soon enough. The partition editor will not make any changes until you tell it specifically to do so by clicking the Apply button. So for now click Resize.



As you can now see, the NTFS partition has been reduced and there is now some unallocated space after it. This is where Mint is going to stay.


Next is whether you create a primary or extended partition. This depends on how many partitions you already have on your hard disk and what kind they are. A hard disk can have a maximum of four primary partitions. If your partitions are named between hda1 and hda4, they are primary partitions. hda5 and above are extended partitions. So if you have one or two primary partitions you can create primary partitions as you can make two more for Linux. Otherwise, you will will have to create extended partitions which allows a much higher number of partitions.


Every Linux installation needs a swap partition. It is the equivalent of the Windows paging file. Think of it as an extension of your computer's RAM. The general rule is that the size of your swap partition should be the amount of RAM on your machine multiplied by 1.5. However, nowadays with the size of RAM getting very huge, the size of swap doesn't need to be as large. I would set 512MB as a maximum for desktops. Linux Mint recommends a minimum of 256MB. I would second that. Let us make some swap space for Mint. Click on the unallocated space and then click the New button at the top left to create a new partition.



Simply type the amount of swap space that you want in the 'New Size (MiB)' field. For an idea, I have 256MB RAM and my swap space partition is 384MB. This much has been more than adequate for my computing needs. I don't need another swap partition - Ubuntu and Mint can both use the one I already have. The space for the swap partition is what I took out of the 5GB earlier when I 'cheated'. Then choose if it is going to be a primary partition or an extended partition appropriately from the drop-down menu and then select linux-swap from the other drop-down menu. Click Add.


Now we will create the partition where we are going to install the actual OS. Click on the remaining unallocated space and then click on the New button at the top left.



Make sure this partition fills the entire unallocated space - the 'Free Space Preceding' and the 'Free Space Following' fields should both be 0 (zero). Again select primary or extended partition appropriately and then choose a file system in the lower drop-down menu. Linux Mint defaults to ext3 which is tried and tested. I prefer reiserfs which is newer and has some performance advantages over ext3. Take your pick. After all, that is what Linux is all about - freedom and choice! Go ahead... click Add.


Have a look at the pending operations in the partitioning application window. Check and see if your partitions are the way you want them to be. There's no turning back after this. Click Apply!



Oops wait... a warning pops up... click Apply again!



And success! Click Close.



Finally, we reach the end of our lengthy step 5 - Partition mount points. Verify that the partition you created for Linux Mint is mounted at /, the swap partition as swap. The rest go under the /media/hd* mount points according to their partition numbers. I am not sure if NTFS partitions are mounted here by default as I deleted my NTFS partition. I dont need or want it anyway. If not, there is a tool to do this later on. Also check that the / and swap partitions are marked for reformatting and the rest are not. That's it! Bravo, you are done with partitioning! Click Forward!

[EDIT] I have received some feedback that at least one person has faced a situation where the Windows NTFS partition was assigned to be mounted at /media/hda1 and the installer warned the user that proceeding would cause him to lose all the data on that partition. After a little searching the solution he found was to change the mount point of the Windows partition by replacing /media/hda1 with /windows in the above dialogue. This solved the problem and the installation and dual booting went on smoothly.


[EDIT] If you do not wish to allow Linux to access your Windows partitions, delete the mount points in the above step so that the fields under Mount Point are blank for the respective Windows partitions.



The final step! This is more of a summary of what the installer will do. The only option here is choosing the location of GRUB, the boot loader. GRUB is the first thing you will encounter when you boot your computer. It will provide you with the option of starting either Linux Mint or Windows. Don't change anything here. Most probably it will work just fine. Now bravely click Install!



The installation will take about 20-25 minutes. So, you can go and do whatever it is you do when you've got nothing to do. I fixed myself a midnight snack - eggs and baked beans... No, its not what Linux people eat... It's what lazy people eat. At least nobody is troubling me today!



Alas we have reached the end of our journey! On the other hand, your journey has just begun. A journey to trouble-free computing! I actually timed myself during this install. Of course, this is not the first time for me, but I did do it leisurely plus I took some of the screenshots you see here. From booting with the CD to rebooting took me a few seconds shy of 55 minutes! Not bad for the so-called complicated, only-for-geeks OS. And on top of that, everything worked fine - from playing mp3 files to websites loaded with flash. Even this post, including all the image editing was done on Linux Mint! But I'll leave that for another post. In the mean time if you need any help, go over to the Linux Mint forum and the friendly people there will surely be happy to help.


You go ahead and give that Restart Now button a good whack and enjoy!


[EDIT] My follow-up post on Linux Mint

Wednesday, January 24, 2007

My Rendition of 'Stairway to Heaven'

Hi everybody!


I haven't posted since October last year. That's quite a decent amount of time. No excuses really, just laziness I suppose and nothing much to write about. Not like I have something important to write about now either. Just thought I'd do one of those obligatory, space filler posts. But its a bit of a fun one all the same.


Let me start by wishing everyone a Happy New Year filled with blessings, joy and success! 2007 for me hasn't come with too many changes. Romania has joined the E.U. as of the 1st of January but that really doesn't imply much for me. Being an Indian citizen I am still locked within the borders of Romania. I envy the Romanians though who can wander all the way till England without so much as a stamp in their passports. Come to think of it, where's the fun in that? No more bragging rights for passports filled with an assortment of border stamps and visas.


On another front one of my best friends just turned thirty on the 21st (or dirty thirty as he preferred to call it). Notice my careful choice of words to avoid petty squabbles between my other best friends, some of whom frequent my blog. No offense people. Anyway, a very Happy Birthday to him and another friend whose birthday is also on the 21st. You both know who you are. Wish you both all the best for 2007. But still, thirty! That serves as a poke-in-the-head reminder of how old I'm getting. Wonder when I'll realise it though.


Coming back to the title of my post. Playing the guitar has been a hobby of mine ever since our parents got a tiny guitar for us on one of our trips to India. I was eight years old back then. And I'd like to think I've progressed since then. Sometime last year my young brother kind of challenged me to learn 'Stairway to Heaven' by Led Zeppelin. I have learnt quite a bit of it. But Playing a song that has been referred by some to be one of the (if not the) greatest guitar tracks of all time is by no means an easy feat. The guitar work expertly rendered at the finger tips of Jimmy Page is nothing short of magical.


As I said, I have learnt quite a bit of the song and have recorded myself playing the bits I know. So, for lack of a better post, I present you with 'My Rendition of Stairway to Heaven'. A few points to mention before we get to that. First, my microphone is not the greatest in the world, so the bass is pretty distorted. Especially when I hit the open A it resonates like crazy. Do yourself and your speakers a favor and turn down the bass before you play this file. Secondly, don't wait for me to do Jimmy Page's solo at the end. It's not there. I'd need a better guitar and an extra set of fingers for that. Thirdly, I kind of got bored playing the middle bit of the song which is a little repetitive. So I skipped a bit in the middle. Fourthly, the file is in the Ogg Vorbis format (.ogg). This is a an open, patent-free format providing higher quality at lower file sizes than the popular MP3 format. It should play on Winamp (Windows) and most Linux audio players without fuss. Otherwise, I would say I did o.k. Oh well, enough of my rambling, here it is.


One more thing. Actually two. I'm hosting the file on a third party free file hosting service. If the link does not work please let me know and I will change it. And, please leave some comments of how bad you think I sound.


Till my next post... Take care y'all!

Sunday, July 09, 2006

The Indian National Anthem

Hi all!


First a little bit of background. Although at the moment I am in Romania, I was born in Zambia; that's in south-central Africa. And as you can see I dont look very African and thats because my parents came from India, more specifically, Thiruvanandapuram
in Kerala state. I still am an Indian citizen by choice. I had to chose between a Zambian citizenship and an Indian one at the age of 16. I have no regrets about my decision.

Now, I do not know much about India. I have been there only 5 times for short holidays most of which was spent visiting relatives, and the last time was more than 13 years ago. But India is still special to me even though when I speak of home I do speak of Zambia, as my older brother and parents are there... and home is where the heart is, right? However, I am proud to be Indian just like any other Indian... I hope.

For all this pride, though, I do not know the Indian National Anthem. I do know the tune but the words are totally alien to me apart for the first few and the grande finale. One of my friends, who is also from Kerala, was appalled when I told her that I didn't know the National Anthem. And I think she is right. I should know the Indian National Anthem. Afterall, I do know the Zambian National Anthem and I did know the Zimbabwean National Anthem while I was there in school. So I looked for the words and also found an English translation and I'm going to make an effort to learn it... So here goes...

THE NATIONAL ANTHEM OF INDIA

Jana-Gana-Mana

(Thou Art the Ruler of All Minds)

The Indian National anthem, composed originally in Bengali by Rabindranath Tagore, was adopted in its Hindi version by the Constituent Assembly as the National Anthem of India on 24 January 1950. It was first sung 27 December 1911 at the Calcutta session of the Indian National Congress. The complete song consists of five stanzas. The lyrics were rendered into English by Tagore himself.

NATIONAL ANTHEM OF INDIA

" Jana Gana Mana Adhinayaka Jaya He
Bharat Bhagya Vidhata
Punjab Sindh Gujarat Maratha
Dravida Utkala Banga
Vindhya Himachal Yamuna Ganga

Ucchala Jaladhi Taranga
Tubh Shubha Name Jage
Tubh Shubha Ashisha Mange
Gahe Tubh Jaya Gata

Jan Gan Mangaldayak Jay He
Bharat Bhagya Vidhata
Jaye He ! Jaye He ! Jaye He !
Jaye,Jaye,Jaye,Jaye He "


Translation of The national anthem- Jana Gana Mana In English


Thou are the ruler of the minds of all people, dispenser of India's destiny.

The name rouses the hearts of Punjab, Sind, Gujurat and Maratha. Of the Dravid and Orissa and Bengal.

It Echoes in the hills of Vindhyas and Himalayas, mingles in the music of Yamuna and Ganga and is chanted by the waves of the Indian Sea.

They pray for your blessing and sing thy praise. The salvation of all peaople is thy hand, thou dispenser of India's destiny. Victory, Victory, Victory to thee.

The Jana Gana Mana was composed by Shri Rabindranath Tagore and first sung at the Calcutta session of the Indian National Congress on December 27th, 1911. It was adopted as the National Anthem of India on 24th January, 1950 by the Constituent Assembly. The first stanza( out of five stanzas) of the song forms the National Anthem.

Here's an mp3 if you want to listen to it.

Now I just got to learn it and stick it in my head...

Cheers.

ps. Malayalees (from Kerala) are Dravidian... hey, I'm in there!!!