ps: 都是網上收集的,姑妄看之
putty輸入中文用putty登入了不能輸入中文如何解決
putty支援utf-8解決方案
suse建議使用者使用utf8的字符集,但是通常在windows下的term終端使用utf8會帶來一些問題,比如putty,使用 vi時,會發生一些問題。
下面是解決方法
step1:
把 putty 的字符集修改為 utf-8,
window----translation---received data assumed to be in which character set
改稱utf8
然後選擇乙個支援 utf-8 的中文字型,
如宋體、新宋體等。
step2:
修改/etc/vimrc,加上
set encoding=utf-8
set fileencoding=utf-8
這樣即可
iconv -f utf-8 -t gbk src.txt >dst.txt
putty session的備份和恢復
putty session的備份和恢復2006-09-27 16:46每次重灌系統後,putty的session就沒有了,需要重新設定,能不能儲存之,待下次恢復?
答案是可以的,putty的session設定儲存在登錄檔中:
hkey_current_user\software\simontatham
開啟登錄檔,選中這一項,選擇匯出,就完成備份了
下次重灌系統時,只需要匯入登錄檔就可以了
某使用者的.vimrc設定內容
syntax on
set ts=4
set autoindent
set smartindent
set cindent shiftwidth=4
set softtabstop=4
autocmd filetype c
set expandtabautocmd filetype cpp
set expandtabautocmd filetype php
set expandtab
Putty使用技巧總結
分享一下我老師大神的人工智慧教程!零基礎,通俗易懂!ps 都是網上收集的,姑妄看之 putty輸入中文用putty登入了不能輸入中文如何解決 putty支援utf 8解決方案 suse建議使用者使用utf8的字符集,但是通常在windows下的term終端使用utf8會帶來一些問題,比如putty,...
使用putty連線ubuntu
要使putty連線ubuntu,需要開啟ssh server.開啟終端輸入 sudo apt get install openssh server ubuntu預設安裝了openssh client,所以在這裡就不安裝了,如果你的系統沒有安裝的話,再用apt get安裝上即可。然後確認sshserv...
PuTTY使用方法
window系統上 linux 遠端登入客戶端有securecrt 需要破解 putty 免費開源 ssh secure shell等,本文以putty為例來登入控制遠端伺服器。雙擊putty.exe 然後彈出如下的視窗 在host name or ip address 下面的框中輸入你要登入的虛擬...