FreeBSD to elect new core
http://election.uk.freebsd.org/candidates.html indicates all candidates. Finally, Scott Long (RE leader for 5.x series) became a core member.
共 524 篇文章。
http://election.uk.freebsd.org/candidates.html indicates all candidates. Finally, Scott Long (RE leader for 5.x series) became a core member.
昨天听了白玲的关于新人的职业生涯的课,感觉启发很大。几个核心问题:
纪念一下:)希望做个正常人。
With alu@ and ld@, we have finally moved the server.
今天折腾了整整一天。
早上6:50醒来,发现赶不上班车了,于是立即打车到学校。从八王坟地铁出来,直接走四环到了学校。
离别的一天。
早上跟班车一起冲到学校,今天班车的人出奇的多。
四年的大学生活马上就要结束了……不知道是喜,是悲,同学们各奔前程……
今天的散伙饭主要是原来10号楼的504,505,526三个宿舍,没有女生,所以大家喝了些酒。我因为晚上还需要赶一个东西,所以没有喝很多。
I haven’t received any mail for a long while. What is happening?
I’m now 22 years old. It’s Monday, just like 22 years ago when I was born. First of all, I shall thank my mother for giving me life and my parents who grow me up. Thanks to all my friends who gave me pleasure and shared my sorrow. Well, I have to thank those who taught me what real life is, too.
grep cgi-bin scripttime | cut -f6,8 -d’ ’ | sed -E s/\\\?.+//g | grep cgi-bin | sort | uniq -c | sort > statis
Where scripttime is a log with %T (script execution time) log. The above command line will obtain execution time, script name from log, then sort it by the execution time, then have a counted unique.