close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_core.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Oct 19, 2013, 12:27:30 PM (12 years ago)
- Author:
-
jazz
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v10
|
v11
|
|
107 | 107 | |
108 | 108 | || 時段 || 課程內容 || 實作 || 補充資料 || |
| 109 | |
| 110 | == 補充設定 == |
| 111 | |
| 112 | * screenrc 範例 |
| 113 | {{{ |
| 114 | $ cat > ~/.screenrc <<EOF |
| 115 | caption always "%{= wk} %{= KY} [%n]%t @ %H %{-} %= %{= KR} %l %{-} | %{= KG} %Y-%m-%d %{-} " |
| 116 | hardstatus alwayslastline " %-Lw%{= Bw}%n%f %t%{-}%+Lw %=|" |
| 117 | vbell off |
| 118 | EOF |
| 119 | }}} |