How to enable NumLock Key to be ON when Linux Boots
If you’ve tried Linux before, chances are you found this frustrating. The NumLock key on your keyboard is by default OFF when Linux boots. There’s a way to enable NumLock key stay in the ON state when Linux starts up.
Here’s how to do it if you’re in Ubuntu:
Using the shell, install NumLockX by typing this command
$ sudo apt-get install numlockx
Otherwise you can download the tarball from here, compile and install it by executing the following set of commands from the directory where the tarball was extracted:
./configure
make
make install
make xsetup
make xinitrc
Reboot, you should see that the NumLock key is on by default.
Comment Using Facebook
2 Responses to this Article | Share your Opinions/Comments
We moderate comments to prevent spam. Moderation is done within few hours. Please try and stay on topic and refrain from using abusive language. If you think there is a problem with this post, please email the post author or send us an email at tips@techie-buzz.com with the URL and the problem you see and we will rectify it as soon as we can.

Not used to Linux much. :-)
Nice tips. I have not used linux yet, But this morning I resd in another blog about the coolest think that we can get from linux but not from Windows or Mac…So, now I start thinking to use Linux. Anyway, thanks for the tips.