如何更改linux終端顯示顏色?
securecrt設置彩色和顯示中文
設置options-sessionoptions-emulation,然后把terminal類型改成xterm,并點中ansicolor復選框。
字體設置:options-sessionoptions-appearance-font然后改成你想要的字體就可以了。
注意:1:字符集選擇utf8,這樣可以避免顯示漢字亂碼
2:選擇字體的時候,需要選擇turetype的字體(如新宋體),不然會出現(xiàn)漢字亂碼
3:scrollbackbuffer調(diào)大(5000),這樣你就可以看到以前顯示內(nèi)容,這樣方便很多
4:terminal要選擇xtem,這樣你ssh到服務器上才能顯示顏色,并把ansicolor打上勾
5:我選擇的顏色方案windows或traditional。
用securecrt(linux)來上傳和下載數(shù)據(jù)
設置一下上傳和下載的默認目錄就行
options–sessionoptions–filetransfer下可以設置上傳和下載的目錄
剩下的你只要在用securecrt登陸linux終端的時候:
發(fā)送文件到windows客戶端:szfile1file2
zmodem接收可以自行啟動.
從客戶端上傳文件到linux服務端:
只要服務端執(zhí)行:rz(rz-y)
然后在securecrt里選文件發(fā)送,協(xié)議zmodem
簡單吧,如果你以前一直使用ssh,而又沒有對外開放ftp服務,你就直接使用這種方式來傳輸你的文件
securecrt的幫助中copy的:zmodemisafull-duplexfiletransferprotocolthatsupportsfastdata
transferratesandeffectiveerrordetection.zmodemisveryuser
friendly,allowingeitherthesendingorreceivingpartytoinitiatea
filetransfer.zmodemsupportsmultiplefile(batch)transfers,and
allowstheuseofwildcardswhenspecifyingfilenames.zmodemalso
supportsresumingmostpriorzmodemfiletransferattempts.
rz,sz是便是linux/unix同windows進行zmodem文件傳輸?shù)拿钚泄ぞ?/p>
ps:linux上rz/sz這兩個小工具安裝lrzsz-x.x.xx.rpm即可,unix可用源碼自行編譯,solarisspac的可以到sunfreeware下載執(zhí)行碼