Changes between Version 1 and Version 2 of III140118/Lab15


Ignore:
Timestamp:
Jan 19, 2014, 12:37:09 PM (10 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • III140118/Lab15

    v1 v2  
    2020{{{
    2121~/hadoop_labs/lab002/hadoop-full-mode
     22}}}
     23 * 安裝 screen 並設定 screen
     24{{{
     25sudo apt-get -y install screen
     26cat > ~/.screenrc <<EOF
     27caption always "%{= wk} %{= KY} [%n]%t @ %H %{-} %= %{= KR} %l %{-} | %{= KG} %Y-%m-%d %{-} "
     28hardstatus alwayslastline " %-Lw%{= Bw}%n%f %t%{-}%+Lw %=|"
     29vbell off
     30EOF
    2231}}}
    2332