| 8 | |
| 9 | == SSH & Terminal == |
| 10 | |
| 11 | * 常看到 thomas 用的多視窗 console 原來叫做 [https://launchpad.net/terminator/ terminator],在 Ubuntu 下只要 apt-get 就可以取得。 |
| 12 | {{{ |
| 13 | ~$ sudo apt-get install terminator |
| 14 | }}} |
| 15 | * [[Image(jazz/11-10-24:terminator.png)]] |
| 16 | |
| 17 | * 一直記得在看 [http://www.screenr.com/5G6 How to set up a 4 node Cassandra cluster in under 2 minutes] 這個影片時,覺得很神奇,他是怎麼同時控制另外三個視窗。答案是:[http://code.google.com/p/csshx/ cSSHx],可是 cSSHx 是 Mac OS 專屬的,那 Linux 下呢?查了一下,有幾個類似的,其中又以 [http://sourceforge.net/projects/clusterssh/ Cluster SSH] 最接近,是設計來同時在多個視窗中同步輸入指令的。有空再來試試看~ |
| 18 | * [http://sourceforge.net/projects/clusterssh/ Cluster SSH] |
| 19 | * [http://code.google.com/p/pdsh/ pdsh] |
| 20 | * [http://sourceforge.net/projects/chainssh/ chainssh] |
| 21 | * [http://sourceforge.net/projects/mussh/ mussh] |