Google
 

Archive for September, 2008

2008-09
27

PCLinuxOS Localization For Chinese

Filed under: 闲言碎语 — woojar @ 11:30 pm

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: ,

Related posts

2008-09
14

人总是会忘本的

Filed under: 闲言碎语 — woojar @ 10:47 pm

人们生活在这个繁杂的社会当中,你会看到各种各样的现象,在感受各种不同的事物带给你的不同感受,每天忙碌的工作,吃饭,睡觉…这样,人们就往往认为一些习以为常的东西都是理所当然的… Continue reading

Tags: , ,

Related posts

2008-09
12

one simple shell CGI script

Filed under: Tech articles — woojar @ 3:01 pm

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: ,

Related posts

2008-09
5

New google brower–Chrome out

Filed under: Focus — woojar @ 11:40 pm

Today, I happened to notice the message on Google site. It’s like following,… Continue reading

Tags: ,

Related posts

2008-09
5

跟着感觉走

Filed under: 闲言碎语 — woojar @ 10:41 pm

好多人都喜欢跟着感觉走,也许有人会说这是直觉,冥冥之中上天会给指示似的,或者来讲是跟着自己的思维惯性去做事情.有人可能认为这是一种洒脱,但事实上跟着感觉走真的是可取的吗?… Continue reading

Tags: , ,

Related posts

Page 1 of 11
43 queries. 0.621 seconds. Powered by WordPress
沪-ICP备07003363号 Stat.