http://ultra.ap.krakow.pl/~bar/DOC/ssh_backup.html
Network File Copy using SSH
Updated February 20, 2003
Created April 23, 2001
Please note that &&, ||, and -, are documented at the bottom of this page.
PUSH:
* tar cvf - . | gzip -c -1 | ssh user@host cat ">" remotefile.gz
* ssh target_address cat " remotefile
* ssh target_address cat " remotefile
* cat localf...
来自:http://doc.linuxpk.com/5256.html
联系:linuxmine#gmail.com
分类:[vi]
拷贝以下内容到 ~/.vimrc 或 ~/.gvimrc 中即可。
" multi-encoding setting
if has("multi_byte")
"set bomb
set fileencodings=ucs-bom,utf-8,cp936,big5,euc-jp,euc-kr,latin1
" CJK environment detection and corresponding setting
if v:lang =~ "^zh_CN"
" Use cp936 to support GB...