发布时间:2012-12-20 16:47:51
ubuntu下~/.config/awesome/lua.rc最后末尾添加随awesome启动的程序:awful.util.spawn_with_shell("/usr/bin/synergyc -f --no-tray --debug NOTE --name <name> <IP address>:24800")awful.util.spawn_with_shell("nm-applet --sm-disable") # 网络管理awful.util.spawn_with_shell("update-notifier") #更新管理布局设置:Mod4+Space-- ......【阅读全文】
发布时间:2012-12-20 12:30:50
~/.Xdefaults内容:! urxvt color setURxvt.background: #000000URxvt.foreground: #ffffffURxvt.colorBD:yellowURxvt.colorUL:Green! color setting! blackURxvt.color0: #000000URxvt.color8: #555753! redURxvt.color1: #CC0000URxvt.color9: #EF2929! greenURxvt.color2: #4E9A06URxvt.color10: #8AE234! yellowURxvt.colo......【阅读全文】
发布时间:2012-12-17 15:18:26
使用NFS挂载普通linux文件系统和Android文件系统,竟然遇到不一样的问题。linux文件系统很顺畅,运行无障碍。但是Android却挂载不起来。主要问题有以下几个:1.IP-Config: Failed to open eth0 具体错误信息是:IP-Config: Failed to open eth0IP-Config: No network devices available.Looking up port of RPC 100003/2 on 192.168.3.98rpcbind: server 192.168.3.98 not responding, timed outR......【阅读全文】