Python Tutorials 中文教程 简明 Python 教程: http://woodpecker.org.cn/abyteofpython_cn/chinese/ 一开始通读一遍这个很不错,是最简单明确的 Python 教程,最适合快速了解。
测试平台:DigitalOcean VPS ubuntu14.04 x64, strongswan5.2.2 运行以下命令请使用root权限 一:安装strongswan 由于ubuntu软件仓库中strongswan版本较低,因此从官网源码编译安装 apt-get install build-essential #编译环境 aptitude install libgmp10 libgmp3-dev libssl-dev pkg-config libpcsclite-dev libpam0g-dev #编译所需要的软件