2011年8月31日 星期三

linux network tool

iperf -- if performance tool
iftop -- if usage
nethogs -- network usage by process

2011年8月15日 星期一

rpm relocate

rpm -qpl package.rpm
rpm --relocate "/usr/local/"="/usr/src/test/" package.rpm

2011年8月9日 星期二

rpm src

rpmbuild -bb /usr/src/redhat/SPEC/xxx.spec
rpmbuild -bp /usr/src/redhat/SPEC/xxx.spec