How to enable NumLock Key to be ON when Linux Boots
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.
Welcome! to Techie Buzz, it seems that you are new to this site. If you want to get regular updates you can signup to get email alerts or subscribe to the RSS feed.
Do check out our About page to know more about our blog. We also apprecaite your views and comments on this blogs. Thanks for visiting!!.
Related Articles
Find More Interesting Content.









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.