摘要:
参考链接:http://lovesoo.org/linux-sar-command-detailed.html sar命令常用格式 sar [options] [-A] [-o file] t [n] 其中: t为采样间隔,n为采样次数,默认值是1; -o file表示将命令结果以二进制格式存放在文 阅读全文
摘要:
堡垒机尾声: 代码案例:https://github.com/liyongsan/git_class/tree/master/day31 课堂笔记:file send: 1.选择本地文件 2.远程路径 file recv: 1.远程路径 2./usr/local/luffyeye postTask 阅读全文
摘要:
课堂代码:https://github.com/liyongsan/git_class/tree/master/day30 阅读全文
摘要:
1 安装Nginx 2 3 1、安装pcre 4 5 cd /usr/local/src 6 7 mkdir /usr/local/pcre 8 9 tar zxvf pcre-8.36.tar.gz 10 11 cd pcre-8.36 12 13 ./configure --prefix=/us 阅读全文
摘要:
day29课堂代码:https://github.com/liyongsan/git_class/tree/master/day29 课堂笔记: 通过原生Ssh 记录会话1. 在我们自己的堡垒机交互脚本里,嵌入原生ssh 2. 每启动一次Ssh 回话,就自动启动strace监测指令,监测会话记录 1 阅读全文
摘要:
1,CRM项目实战-万能权限组件开发参考博客:http://www.cnblogs.com/alex3714/articles/6661911.html 参考代码:https://github.com/liyongsan/git_class/tree/master/day28/LuffyCRM 2. 阅读全文
摘要:
代码路径:https://github.com/liyongsan/git_class/tree/master/day27/LuffyCRM 权限预习:http://www.cnblogs.com/alex3714/articles/6661911.html 阅读全文
摘要:
nodejs pm2配置使用教程参考链接:http://www.111cn.net/sys/linux/100927.htm 安装步骤: yum -y install npmnpm install -g pm2npm install --productions 在项目跟目录再安装下依赖pm2 sta 阅读全文
摘要:
代码: https://github.com/liyongsan/git_class/tree/master/day25/LuffyCRM 阅读全文
摘要:
博客: Restful: http://www.cnblogs.com/alex3714/articles/6808013.html http://www.cnblogs.com/alex3714/articles/7131523.html crm: http://www.cnblogs.com/a 阅读全文