星期五, 十一月 23, 2007

关于fluxbox无法开启透明效果原因

I've set a transparency value, but nothing is transparent?!

Here are some things to check:

1. You must be running a Fluxbox version 0.9.2 or newer. 0.1.x does not contain transparency support.
2. Fluxbox must be restarted for changes in the alpha value to take effect (just choose restart in the menu).
3. You need to have the XRender extension enabled in X, and compiled into fluxbox. Running fluxbox -i and xdpyinfo | grep RENDER should both say "RENDER".
4. You must have set the background with an XRender-compatible tool. fbsetbg comes with fluxbox and tries to make this easy for you, try it (the web page also has list of transparency supporting background tools). Run fbsetbg -i to see if it can find a suitable tool.

所以安装feh,之后重新fbsetbg设置壁纸即可了。

星期一, 十一月 19, 2007

我的坏毛病(坏习惯)

吃饭时:嘴巴吧唧吧唧的有声响。
走路时:不停的往前甩脚。
鼻子是歪的。
嘴巴也有点歪。
说脏话。
总是惹她生气,惹她烦。
不会关心她。
总是认为自己做的是正确的。
小心眼。
皮笑肉不笑。
白头发太多。

所以她就整天和我说,你有毛病啊,你待四啊,你靠边去吧。(组合句:你靠待四啊。)

星期五, 十一月 16, 2007

E16原来也不错

之前用过E17,确实是不赖,不过因为那些花哨的动态效果,感觉运行速度不是怎么太理想。在ubuntu上也用过一次E16,因为中文乱码问题,所以放弃了。
这次在arch上用了E16,中文化一点问题都没有,完美的显示。速度相当不赖,可以和fluxbox相媲美了。如果需要的话,你还可以打开透明效果。呵呵~
截几副效果图给看看:
菜单
menu
整个桌面
e16

星期四, 十一月 15, 2007

菊花金鱼

SNC14057
立体感很强,呵呵。
SNC14060
朴素
SNC14048
那天和她一起买的,1.5元一条,便宜。

星期一, 十一月 05, 2007

arch安装ssh后的配置

从pacman来安装openssh,安装后先生成密钥key,运行如下命令:
sudo ssh-keygen -t rsa
把key保存为/etc/ssh/ssh_host_rsa_key
同上,生成一个dsa的key,ssh-keygen -t rsa
修改sshd配置文件/etc/ssh/sshd_config,把Protocol 2处的key地址给取消注释。
运行/usr/sbin/sshd即可。另外修改/etc/rc.conf,把sshd加到daemons就可以跟随系统自启动了。