Changes between Version 1 and Version 2 of III140118/Lab15
- Timestamp:
- Jan 19, 2014, 12:37:09 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
III140118/Lab15
v1 v2 20 20 {{{ 21 21 ~/hadoop_labs/lab002/hadoop-full-mode 22 }}} 23 * 安裝 screen 並設定 screen 24 {{{ 25 sudo apt-get -y install screen 26 cat > ~/.screenrc <<EOF 27 caption always "%{= wk} %{= KY} [%n]%t @ %H %{-} %= %{= KR} %l %{-} | %{= KG} %Y-%m-%d %{-} " 28 hardstatus alwayslastline " %-Lw%{= Bw}%n%f %t%{-}%+Lw %=|" 29 vbell off 30 EOF 22 31 }}} 23 32