一个愤青
发布时间:2013-08-27 21:01:58
此处介绍的函数都属于低级IO,也即不带缓冲的IO。主要涉及函数:open read write lseek close dup dup2 fcntl ioctl sync fsync fdatasync1. open 为进程打开或创建文件点击(此处)折叠或打开#include #include #include .........【阅读全文】
发布时间:2013-08-24 23:19:09
1. 安装 gpointing-device-settings 并设置2. 安装 xinput3. 把这部分放到脚本里开机启动之点击(此处)折叠或打开$ xinput set-int-prop "TPPS/2 IBM TrackPoint" "Evdev Wheel Emulation" 8 1$ xinput set-int-prop "TPPS/2 IBM TrackPoint" "Evdev Wheel Emulation Button.........【阅读全文】
发布时间:2013-08-21 02:34:06
点击(此处)折叠或打开一句话echo 40 > /sys/class/backlight/acpi_video0/brightness40为亮度值,根据自己的喜好自己设定,放到系统启动的地方,比如rc.local.........【阅读全文】