Changes between Version 15 and Version 16 of jazz/09-01-17
- Timestamp:
- May 19, 2010, 9:38:09 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
jazz/09-01-17
v15 v16 9 9 10 10 * [http://linuxhelp.blogspot.com/2009/01/google-portable-device-runs-debian.html 在 Google Android 手機(G1)上,安裝 Debian] 11 12 == Screen == 13 14 * 在網路不穩定的環境下,為了保持 SSH 連線的畫面,常常會使用 screen 來作為長時間登入伺服器的工具。使用 screen 後,就可以在 ssh client 不正常關閉或網路斷線後,仍可以接回原本的畫面。 15 * [http://blog.seety.org/everydaywork/2007/4/25/669/ screenrc 範例] 16 * [備註] 拿掉時鐘的部份,以免造成往上捲動會不斷被拉回的困擾。 17 {{{ 18 $ cat > .screenrc <<EOF 19 caption always "%{= wk} %{= KY} [%n]%t @ %H %{-} %= %{= KR} %l %{-} | %{= KG} %Y-%m-%d %{-} " 20 hardstatus alwayslastline " %-Lw%{= Bw}%n%f %t%{-}%+Lw %=|" 21 EOF 22 }}} 23 11 24 * [http://magazine.redhat.com/2007/09/27/a-guide-to-gnu-screen/ Redhat 寫的 screen 教學] 12 25 * 參考 ~/.screenrc 檔