VirtualBox::宿主机和客户机共享数据
Monday, 12. February 2007, 14:49:03
Monday, 12. February 2007, 14:49:03
Saturday, 10. February 2007, 22:24:33
我们修改english.lng 这个文件,在最后加上
44444444444="Download With KGet"
再修改ouw910_zh-cn.lng这个文件在最后加上
44444444444="使用KGet下载"
Monday, 8. January 2007, 23:11:11
Saturday, 30. December 2006, 12:00:00
Tuesday, 21. November 2006, 12:00:00
$● xmodmap -pke|grep 'F9 ' keycode 75 = F9 XF86_Switch_VT_9
$● xmodmap -e "keycode 75 = F1"
$● xmodmap -pke|grep F1
$● xmodmap -pke|grep Esc keycode 9 = Escape $● xmodmap -pke|grep F11 keycode 95 = F11 XF86_Switch_VT_11 $● xmodmap -e "keycode 95 = Escape" $● xmodmap -pke|grep Esc keycode 9 = Escape keycode 95 = Escape
$● grep xmodmap .bashrc xmodmap -e "keycode 75 = F1" xmodmap -e "keycode 95 = Escape"
Wednesday, 8. November 2006, 23:05:25
$● cat switch-开关触摸板.bash
#!/bin/bash
ts=`synclient -l|grep TouchpadOff`
ts=${ts#*= }
if(("$ts" == 0))
then
synclient TouchpadOff=1
else
synclient TouchpadOff=0
fi
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
# 开水平滚动
Option "HorizScrollDelta" "100"
# 允许外部程序控制触摸板的参数,共享参数的内存地址。
Option "SHMConfig" "on"
# 交换左右键,左手鼠标时候,单击才正常。
Option "TapButton1" "1"
Option "TapButton3" "3"
# 使用双指模拟中键,用于复制文字。
Option "TapButton2" "2"
# 左手鼠标时,系统把xmodmap -pp键值交换,但是同时也影响了触摸板的TapButton1/3事件。
# 左上角模拟1键,右上角模拟2键,右下角模拟3键。
Option "LTCornerButton" "1"
EndSection
$● cat swap-交换鼠标按键.bash
#!/bin/bash
but=`xmodmap -pp|head -n 1|cut -d ' ' -f 3`
((but++))
ret=""
ret=`xmodmap -pp|grep "3.*1"`
if [ -z "$ret" ]
then
prefix="xmodmap -e \"pointer = 3 2 1 4 5 6 7 8 9"
xsetroot -cursor_name right_ptr
else
prefix="xmodmap -e \"pointer = 1 2 3 4 5 6 7 8 9"
xsetroot -cursor_name left_ptr
fi
cmd=${prefix%${but}*}'"'
eval $cmd
$● grep '^Xcursor' .Xdefaults Xcursor.theme: FlatbedCursors.Green.Huge
Saturday, 23. September 2006, 12:00:00
Thursday, 3. August 2006, 11:58:47
$ cat .bashrc|grep 'alias tar' alias tar_delete='tar --delete -f ' alias tar_list='tar tf ' alias tar_update='tar uPvf ' alias tar_extract='tar xPvf '
$ tar_update sys.tar /etc/fstab /etc/X11/xorg.conf /etc/fstab /etc/X11/xorg.conf
$ tar_list sys.tar /etc/fstab /etc/X11/xorg.conf
$ tar_delete sys.tar /etc/X11/xorg.conf $ tar_list sys.tar /etc/fstab
$ tar_extract sys.tar
find ~ -iname '.DirIcon' -exec tar uPvf 目录图标.tar {} +
exp@eexpress:~/install/●备份$ l *.tar* [.fvwm](2006-08-02 19-43-40).tar.gz themes.tar.gz icons.tar.gz 目录图标.tar.gz license of CW.tar.bz2 老的nautilus-scripts.tar.gz system-config-backup.tar [●脚本集合](2006-08-02 13-53-59).tar.gz
Wednesday, 2. August 2006, 13:31:15
Showing posts 11 - 20 of 32.
| S | M | T | W | T | F | S |
|---|---|---|---|---|---|---|
|
| ||||||
| 1 | 2 | 3 | 4 | 5 | ||
| 6 | 7 | 8 | 9 | 10 | 11 | 12 |
| 13 | 14 | 15 | 16 | 17 | 18 | 19 |
| 20 | 21 | 22 | 23 | 24 | 25 | 26 |
| 27 | 28 | 29 | 30 | 31 | ||