num lock 開機自動亮起 - Linux

By Christine
at 2013-10-25T22:29
at 2013-10-25T22:29
Table of Contents
cd /etc/init.d
wget http://pank.org/ftp/linux/numlock
chmod 755 numlock
chkconfig numlock on
這個 script 是 Mageia 內建的
service numlock start (numlock on)
service numlock stop (numlock off)
※ 引述《Magicer5 (Magic)》之銘言:
: 抱歉請問一下各位大大
: 我是用CENTOS 6.4
: 請問要如何在開機的時候就num lock就亮起來
: 我google有2種改法
: etc/rc.d/rc.local 加入
: for t in 1 2 3 4 5 6 7 8
: do
: setleds +num
: $t>/dev/null
: done
: 另一種
: /etc/rc.d/rc.sysinit 加入
: for tty in /dev/tty[1-9]*; do
: setleds -D +num < $tty
: done
: 但是都不行,請問有人可以指導一下嗎?
--
wget http://pank.org/ftp/linux/numlock
chmod 755 numlock
chkconfig numlock on
這個 script 是 Mageia 內建的
service numlock start (numlock on)
service numlock stop (numlock off)
※ 引述《Magicer5 (Magic)》之銘言:
: 抱歉請問一下各位大大
: 我是用CENTOS 6.4
: 請問要如何在開機的時候就num lock就亮起來
: 我google有2種改法
: etc/rc.d/rc.local 加入
: for t in 1 2 3 4 5 6 7 8
: do
: setleds +num
: $t>/dev/null
: done
: 另一種
: /etc/rc.d/rc.sysinit 加入
: for tty in /dev/tty[1-9]*; do
: setleds -D +num < $tty
: done
: 但是都不行,請問有人可以指導一下嗎?
--
Tags:
Linux
All Comments

By Yuri
at 2013-10-26T11:48
at 2013-10-26T11:48

By Liam
at 2013-10-30T10:18
at 2013-10-30T10:18
Related Posts
num lock 開機自動亮起

By Liam
at 2013-10-25T21:49
at 2013-10-25T21:49
KDE 4.11

By Puput
at 2013-10-25T21:21
at 2013-10-25T21:21
編譯問題

By Zenobia
at 2013-10-24T23:05
at 2013-10-24T23:05
debian wheezy無法找到4g記憶體

By Ivy
at 2013-10-24T23:04
at 2013-10-24T23:04
4 Port的網卡 關閉其他eth1~eth3

By Sarah
at 2013-10-24T22:29
at 2013-10-24T22:29