當前位置:編程學習大全網 - 源碼下載 - 如何讓secureCRT顯示Linux的顏色

如何讓secureCRT顯示Linux的顏色

SecureCRT設置彩色和顯示中文

設置Options->SessionOptions ->Emulation,然後把Terminal類型改成xterm,並點中ANSI Color復選框。

字體設置:Options->SessionOptions->Appearance->font然後改成妳想要的字體就可以了。

註意:

1:字符集選擇utf8,這樣可以避免顯示漢字亂碼

2:選擇字體的時候,需要選擇ture type的字體(如新宋體),不然會出現漢字亂碼

3:scrollback buffer 調大(5000),這樣妳就可以看到以前顯示內容,這樣方便很多

4:terminal要選擇xtem,這樣妳ssh到服務器上才能顯示顏色,並把ANSI Color打上勾

5:我選擇的顏色方案Windows或Traditional。

用SecureCRT(Linux)來上傳和下載數據

設置壹下上傳和下載的默認目錄就行

options–>session options–>file transfer 下可以設置上傳和下載的目錄

剩下的妳只要在用SecureCRT登陸linux終端的時候:

發送文件到windows客戶端:sz file1 file2

zmodem接收可以自行啟動.

從客戶端上傳文件到linux服務端:

只要服務端執行 : rz(rz -y)

然後在 SecureCRT 裏選文件發送,協議 zmodem

簡單吧,如果妳以前壹直使用ssh,而又沒有對外開放ftp服務,妳就直接使用這種方式來傳輸妳的文件

SecureCRT的幫助中copy的:

ZModem is a full-duplex file transfer protocol that supports fast data transfer rates and effective error detection. ZModem is very user friendly, allowing either the sending or receiving party to initiate a file transfer. ZModem supports multiple file ("batch") transfers, and allows the use of wildcards when specifying filenames. ZModem also supports resuming most prior ZModem file transfer attempts.

rz,sz是便是Linux/Unix同Windows進行ZModem文件傳輸的命令行工具

PS:Linux上rz/sz這兩個小工具安裝lrzsz-x.x.xx.rpm即可,Unix可用源碼自行 編譯,Solaris spac的可以到sunfreeware下載執行碼

  • 上一篇:Kaiba源代碼社區
  • 下一篇:java如何做權限管理
  • copyright 2024編程學習大全網