现在的位置: 首页 > 综合 > 正文

有些东西还得记下来,看过了又忘了,找起来又难找 (fluxbox, ab, seige)

2013年06月14日 ⁄ 综合 ⁄ 共 982字 ⁄ 字号 评论关闭

fluxbox 1.0以上一定要 emerge feh, 才能正确显示背景,和透明桌面。

设置随机桌面背景:
~/.fluxbox/init 文件内容
session.screen0.rootCommand: fbsetbg -c -f -r /home/photos/favorites


设置自动启动文件
~/.fluxbox/apps 文件内容

[startup] {/usr/bin/conky -d}
[startup] {/usr/bin/fcitx -d}
[startup] {/usr/bin/xscreensaver}
[startup] {/usr/bin/gmail-notify}

设置桌面字体
~/.Xresources 文件内容

Xft.antialias: 1
Xft.dpi: 96
Xft.hinting: 1
Xft.hintstyle: hintfull

Xft.rgba: none

============

add 

/usr/bin/ibus-daemon &
/usr/bin/xscreensaver -no-splash &

to .fluxbox/startup before exec fluxbox

============

add

# open gnome-terminal
Control Mod1 g :Exec gnome-terminal

# lock screen
Control Mod1 l :Exec xscreensaver-command -lock

to ~/.fluxbox/keys


5 分钟 Fluxbox 指南: http://linuxtoy.org/archives/5-mins-fluxbox-guide.html

使用Siege进行WEB压力测试: http://www.kuqin.com/web/20080726/12472.html

三种压力测试工具 http_load 和 apache ab 、 siege 压力测试(转): http://www.sphinxsearch.org/archives/305

[调优] 压力测试软件 Siege 的正确用法: http://www.php-oa.com/2010/06/25/siege.html

 ss - another utility to investigate sockets

ss -a #all socket

ss -l #listen socket

ss -m #memory used

ss -s #summary

抱歉!评论已关闭.