2010年8月12日 星期四

ssh client == putty, kitty, putty tray, Xshell

kitty from putty ssh client

http://www.9bis.net/kitty/?page=Welcome&zone=en

The very first requested features:

Sessions filter
Portability
Shortcuts for pre-defined command
The session launcher
Automatic logon script
Technical features:

Automatic password
Automatic command
Running a locally saved script on a remote session
Graphical features:

An icon for each session
Send to tray
Transparency
Protection against unfortunate keyboard input
Roll-up
Always visible
Quick start of a duplicate session
Config Box
Other features:

Automatic saving
SSH Handler: Internet Explorer integration
pscp.exe and WinSCP integration
Binary compression
Clipboard printing
The PuTTYCyg patch
Background image
New command-line options
Bonus:

A light chat server is hidden in KiTTY
A hidden text editor is integrated into KiTTY


======================================================================
Xshell
 1. 可以search 舊的log,不用貼到文字編輯軟體,再search資料
 2. 可以自動輸入帳號/密碼
 3. 有連線tab功能, 單一視窗方便管理
 4. Zmodem收傳檔案功能
 5. 可以設定透明度
 note1:記錄的小捲動 Shift + 上/下, 大捲動 Shift + Page Up/Down

喜好設定
tools -> options

genreal
    copy select text to the clipboard automatically
    Right-button: Paste the clipboard contents.
file -> properties
    appearance -> bold text :use bold color
======================================================================
Putty
1.可以設定透明度
note1:記錄的小捲動 Ctrl + Page Up/Down, 大捲動 Shift + Page Up/Down

使用regedit 匯出設定

HKEY_CURRENT_USER\Sostware\SimonTatham\Putty


http://xerr.net/2010/12/disable-flow-control.html

终端 ctrl+s 锁屏问题

Monday, December 13th, 2010 @ 19:40
用 ssh 等开 linux 远程终端时,应该常会碰到误按 ctrl+s 把屏幕锁定的问题。
简单的按下 ctrl+q 就能解锁。如果不想再遇到,可以在 .bashrc 写上

stty –ixon

来把 flow control 整个关掉,同时 ctrl+s 可以解放出来用做 readline 历史搜索。


http://fourdollars.blogspot.com/2006/04/ctrl-s.html

原來 Ctrl + s 也有發揮功用的地方啊~

2 則留言:

  1. xshell support ansi 256 color

    http://linuxtidbits.wordpress.com/2008/08/13/output-color-on-bash-scripts-advanced/

    echo -e "My favorite color is \033[38;5;148mYellow-Green\033[39m"


    http://www.vim.org/scripts/script.php?script_id=1349
    Colortest : xterm 256 color test and visual colors list

    回覆刪除
  2. http://www.wolerized.com/blog/remi-woler/unlocking-your-ssh-session-after-pressing-ctrl-s

    回覆刪除