发布时间:2011-09-16 20:35:12
初入linux的程序员们,经常会受到乱码的问候。可谓“始乱终弃”。因为乱码,并且最终放弃了linux的不在少数。好吧,言归正传,先看看各类乱码是怎么形成的。 中文字符乱码 这种情况一般是安装了中文控制端,但没有启用中文应用造成的。只需要启动相应软件即可,如zhcon。或者是启用了相应软件,但字符.........【阅读全文】
发布时间:2011-09-14 20:04:17
http://www.cyberciti.biz/tips/identifying-linux-bottlenecks-sar-graphs-with-ksar.html[server1 ]# LC_ALL=C sar -A > /tmp/sar.data.txt# copy file to local desktop[desktop ]$ scp user@server1.nixcraft.com:/tmp/sar.data.txt /tmpHowTo: Create sar Graphs With kSar [Identifying Linux Bottlen.........【阅读全文】