1.Linux Story https://linuxstory.org/
2.程序员之家 http://bbs.it-home.org/
3.51CTO http://blog.csdn.net/system/column.html
4.Linux在线命令手册 http://man.linuxde.net/
5.Linux在线学习 http://www.server-world.info/en/
1.IT书籍 https://pan.baidu.com/share/home?uk=3107275956#category/type=0
2.Python教程 https://github.com/wangshunping/codeparkshare
3.Python网站 http://www.pythoner.com/
4.大数据 https://pan.baidu.com/share/home?uk=4248009820#category/type=0
5.MongoDB http://www.runoob.com/mongodb/mongodb-tutorial.html
1.学神Linux学习 http://pan.baidu.com/s/1qYJdPqk
2.学神Linux第一阶段 http://pan.baidu.com/s/1boYhiVH
3.学神Linux第二阶段 http://pan.baidu.com/s/1nvlZVFN
4.学神Linux第三阶段 http://pan.baidu.com/s/1gfwv55L
5.学神Linux第四阶段 http://pan.baidu.com/s/1qYyfb68
我这里采用的是Centos6.8作为Master,CentOS7作为Agent,使用的是yum安装,所以在导入yum的源的时候需要从以下几个添加
[centos7]
rpm -Uvh http://yum.puppetlabs.com/puppetlabs-release-el-7.noarch.rpm
[centos6]
rpm -Uvh http://yum.puppetlabs.com/el/6/products/x86_64/puppetlabs-release-6-10.noarch.rpm
对于centos7而言还可以采用以下导入
yum install epel-release
1.老段带你学Mysql http://pan.baidu.com/s/1jIPv9Fw
2.微信小程序 http://pan.baidu.com/s/1i5r7KpB
3.2016传智Nodejs http://pan.baidu.com/s/1dE9G7ID
4.Linux内核 http://pan.baidu.com/s/1nuRbhDf
tag:
缺失模块。
1、在博客根目录(注意不是yilia根目录)执行以下命令:
npm i hexo-generator-json-content --save
2、在根目录_config.yml里添加配置:
jsonContent: meta: false pages: false posts: title: true date: true path: true text: true raw: false content: false slug: false updated: false comments: false link: false permalink: false excerpt: false categories: false tags: true