I really think PCLinuxOS is the best linux distribution on the earth. Just like its announcement “radically simply”, it’s simple, rich software embedded, low resource usage etc. Although Ubuntu is most popular now, I believe PClinuxOS will win the competition.… Continue reading
Tags:
Chinese,
PCLinuxOS
Related posts
人们生活在这个繁杂的社会当中,你会看到各种各样的现象,在感受各种不同的事物带给你的不同感受,每天忙碌的工作,吃饭,睡觉…这样,人们就往往认为一些习以为常的东西都是理所当然的… Continue reading
Tags:
忘本,
目的,
意义
Related posts
Recently I want to learn further the shell programming. So just make the script to get the CPU usage rate.
#!/bin/bash
INPUT=/proc/stat
INTERVAL=1;
GetLoad(){
T2=`sed -n “1″p $INPUT |awk ‘{ print $2+$3+$4+$5+$6+$7+$8 }’`;
A2=`sed -n “1″p $INPUT |awk ‘{print $5}’`
}
GetLoad;
A1=$A2
T1=$T2
sleep… Continue reading
Tags:
CGI,
Shell
Related posts
好多人都喜欢跟着感觉走,也许有人会说这是直觉,冥冥之中上天会给指示似的,或者来讲是跟着自己的思维惯性去做事情.有人可能认为这是一种洒脱,但事实上跟着感觉走真的是可取的吗?… Continue reading
Tags:
记忆碎片,
感觉,
思维惯性
Related posts
我真的不愿意写这篇博文,确切来讲是我不愿意回想前几天发生的事情。… Continue reading
No tag for this post.
Related posts