wiki:jazz/12-02-28

Version 2 (modified by jazz, 12 years ago) (diff)

--

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
      

Debian

職場技能

  • 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).