如何在LINUX系统下修改debian wheezy默认配置的方法
debian wheezy修改默认配置 环境:Thinkpad T420s + Debian Wheezy 1,thinkpad禁用触摸板(反正我是一直不习惯用触摸板)在 /etc/profile 配置文件尾部添加 synclient TouchpadOff=1 2,thinkpad trackpoint(小红帽)启用中键滚动,并调整速度与灵敏度编写一个小脚本添加到开机启动项里,脚本内容如下: [plain] #!/bin/bash echo ...