2012-02-28
Linux ls
- 經常使用的 ls 指令,您可知道每個欄位所代表的意義呢?
- Learning Linux Commands: ls
- 原來有一個欄位是 hard link count ,真神奇~
AWK
- How to get started using awk
- 用 -F"分隔符號"
# awk -F’:’ {’print $1′} /etc/passwd
- 統計 Apache Access Log
# awk ‘$9 == 200 { print $1}’ access.log | sort | uniq -c | sort -nr
- 用 -F"分隔符號"
Debian
- Debian Wheezy: US$19 Billion. Your price… FREE!
- 提到一個 COCOMO 估價模型,還有一個原始碼統計軟體 sloccount
Cloud Computing
Smart XXX
職場技能
- Top Executive Recruiters Agree There Are Only Three True Job Interview Questions
- 不管是擔任面試主考官,抑或是被面試的求職者,最主要都需要回答三個問題:能力、動機、吻合度(能否融入企業文化)
(1) Can You Do the Job? – Strengths (2) Will You Love the Job? - Motivation (3) Can We Tolerate Working With You? – Fit
- 這裡還提出一個探討吻合度的模型 - Behaviors, Relationships, Attitudes, Values, and Environment (BRAVE).
Last modified 13 years ago
Last modified on Feb 28, 2012, 6:58:03 PM