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