HTML 格式
http://netkiller.github.com/home/technology.html
http://netkiller.sourceforge.net/home/technology.html
你可以使用鏡像下載獲得HTML文檔,例如使用wget軟件下載整個網站
$ wget -m http://netkiller.github.io/index.html
指定下載
$ wget -m http://netkiller.github.io/centos/index.html
通過 GIT 鏡像整個網站
https://github.com/netkiller/netkiller.github.com.git
$ git clone https://github.com/netkiller/netkiller.github.com.git
其他方式
獲得光盤介質,RPM包,DEB包,如有特別需要,請聯繫我
YUM 在綫安裝電子書
http://netkiller.sourceforge.net/pub/repo/
# cat >> /etc/yum.repos.d/netkiller.repo <<EOF [netkiller] name=Netkiller Free Books baseurl=http://netkiller.sourceforge.net/pub/repo/ enabled=1 gpgcheck=0 gpgkey= EOF
查找包
# yum search netkiller netkiller-centos.x86_64 : Netkiller centos Cookbook netkiller-cryptography.x86_64 : Netkiller cryptography Cookbook netkiller-docbook.x86_64 : Netkiller docbook Cookbook netkiller-linux.x86_64 : Netkiller linux Cookbook netkiller-mysql.x86_64 : Netkiller mysql Cookbook netkiller-php.x86_64 : Netkiller php Cookbook netkiller-postgresql.x86_64 : Netkiller postgresql Cookbook netkiller-python.x86_64 : Netkiller python Cookbook netkiller-version.x86_64 : Netkiller version Cookbook
安裝包
yum install netkiller-docbook