THIS FILE HAS BEEN ENCODING IN UTF-8. DO NOT TRY TO CONVERT IT TO GBK OR GB18030 TO READ IT.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" Multi-encoding Setting | |
" Auto detect Asia language environment. your vim should be compiled with multi_byte option | |
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 GBK, euc-cn == gb2312 | |
set encoding=cp936 | |
set termencoding=cp936 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# Cisco Anyconnect CSD wrapper for OpenConnect | |
CSTUB="$HOME/.cisco/hostscan/bin/cstub" | |
$ARCH=$(uname -m) | |
if [[ "$ARCH" == "x86_64" ]] | |
then |
Eric Steven Raymond, Thyrsus Enterprises, < [email protected] >
Rick Moen, < [email protected] >
翻译:柯非, < [email protected] >
这篇译文基于2014.05.21更新的原文修订版3.10。
特别感谢王刚,此前本文的翻译是由他进行的。
How To Become A Hacker
Eric Steven Raymond, Thyrsus Enterprises, < [email protected] >
Copyright © 2001 Eric S. Raymond
翻译:柯非, < [email protected] >