Linux: numblock startup
Revision as of 09:52, 8 April 2015 by Rafahsolis (talk | contribs) (Protected "Linux: numblock startup" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)))
The package numblockx should activate the numblock at startup:
<nowiki>
sudo apt-get update sudo apt-get -y install numlockx sudo sed -i 's|^exit 0.*$|# Numlock enable\n[ -x /usr/bin/numlockx ] \&\& numlockx on\n\nexit 0|' /etc/rc.local</wiki>