Difference between revisions of "Linux: numblock startup"

From RHS Wiki
Jump to navigation Jump to search
(Created page with "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...")
 
m (Protected "Linux: numblock startup" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)))
 
(No difference)

Latest revision as of 09:52, 8 April 2015

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>