- そもそもaspellの英語辞書が入っていなかった.
- 日本語環境だと日本語に対してスペルチェックしようとして日本語の辞書を探しにいく.
LANG=C emacsで起動すればOK.
技術系の備忘録.基本的に自分だけのためのものなので,詳しく書きません.検索でいらした方、すみません.
LANG=C emacsで起動すればOK.
<match key="info.product" string="PS2++ Logitech Mouse"> <merge key="input.x11_options.EmulateWheel" type="string">true</merge> <merge key="input.x11_options.EmulateWheelButton" type="string">8</merge> <merge key="input.x11_options.XAxisMapping" type="string">6 7</merge> <merge key="input.x11_options.YAxisMapping" type="string">4 5</merge> <merge key="input.x11_options.ZAxisMapping" type="string">4 5</merge> <merge key="input.x11_options.Emulate3Buttons" type="string"<true</merge> </match>スクロールが動くようになった。めでたい。
yum install ethtool echo 'ETHTOOL="wol g"' >> /etc/sysconfig/network-scripts/ifcfg-eth0とやればよい.初回は
ifconfig eth0 down; ifconfig eth0 upしないとこの設定が有効にならないので注意.