页首自改代码

Hey, Nice to meet You.  why ?

☆☆☆所谓豪杰之士,必有过人之节.人情有所不能忍者,匹夫见辱,拔剑而起,挺身而斗,此不足为勇也,天下有大勇者,猝然临之而不惊,无故加之而不怒.此其所挟持者甚大,而其志甚远也.          
返回顶部
上一页 1 2 3 4 5 6 7 8 9 ··· 13 下一页

2018年9月18日

Openssh版本升级(Centos6.7)

摘要: 实现前提公司服务器需要进行安全测评,扫描漏洞的设备扫出了关于 openssh 漏洞,主要是因为 openssh的当前版本为5.3,版本低了,而yum最新的openssh也只是5.3,没办法只能到 rpm 官网找新的包,找到最新的是 6.4,然后通过 yum localinstall 升级了,但是安全 阅读全文

posted @ 2018-09-18 17:26 罗穆瑞 阅读(283) 评论(0) 推荐(0) 编辑

2018年9月5日

Linux部署node环境

摘要: # wget https://nodejs.org/dist/v8.11.4/node-v8.11.4-linux-x64.tar.xz# tar -axvf node-v8.11.4-linux-x64.tar.xz -C /usr/local/# ln -sv /usr/local/node-v 阅读全文

posted @ 2018-09-05 16:32 罗穆瑞 阅读(183) 评论(0) 推荐(0) 编辑

2018年8月17日

Zabbix监控PV和UV

摘要: Zabbix-server:172.21.97.153 Zabbix-agent(Nginx):172.17.27.61 # Nginx日志如下: # head -3 Syz.access.log www.qcxin.com 39.67.200.12 [17/Aug/2018:01:20:55 +0 阅读全文

posted @ 2018-08-17 16:25 罗穆瑞 阅读(1252) 评论(0) 推荐(0) 编辑

2018年8月16日

ansible安装后运行报错cryptography

摘要: [root@kazihuo ~]# ansible all -m ping ERROR! Unexpected Exception, this is probably a bug: (cryptography 0.8.2 (/usr/lib64/python2.7/site-packages), R 阅读全文

posted @ 2018-08-16 16:01 罗穆瑞 阅读(1864) 评论(0) 推荐(0) 编辑

Linux安装python模块

摘要: # 依赖解决 # yum -y install epel-release python-devel gcc # 安装模块 # pip install psutil 说明: 若没有pip命令,可通过以下方式安装: 方法一: yum list | grep pip 查看到对应的pip包后,通过yum安装 阅读全文

posted @ 2018-08-16 14:19 罗穆瑞 阅读(7998) 评论(0) 推荐(0) 编辑

2018年8月15日

容器启动报iptables错误

摘要: # systemctl stop docker # iptables -t nat -F # ifconfig docker0 down # brctl delbr docker0 # 命令由bridge-utils软件提供 # systmctl start docker 阅读全文

posted @ 2018-08-15 13:55 罗穆瑞 阅读(347) 评论(0) 推荐(0) 编辑

2018年7月18日

Docker镜像导入导出

摘要: 当我们制作好本地镜像后,有时需要将镜像拷贝到另外一台服务器使用; 能达到目的有多种方式,如搭建私有仓库(两台服务器有局域网互通的情况下)、通过公共仓库共享镜像(两台服务器都能通公网的情况下)、本地镜像的导入导出(偶尔复制镜像使用的情况下); 笔者将讲述第三种实现方式,操作如下: 阅读全文

posted @ 2018-07-18 23:40 罗穆瑞 阅读(241) 评论(0) 推荐(0) 编辑

TOMCAT部署

摘要: # java下载地址:https://www.oracle.com/technetwork/java/javase/downloads/index.html [root@kazihuo ~]# mkdir -pv /usr/java [root@kazihuo ~]# tar -axvf jdk-8 阅读全文

posted @ 2018-07-18 21:33 罗穆瑞 阅读(183) 评论(0) 推荐(0) 编辑

Jenkins忘记密码解决方案

摘要: # 当jenkins忘记了管理用户的密码时,只能通过修改配置文件并重启的方式初始化设置用户名及密码,操作如下: # 修改配置文件 找到jenkins的配置目录,笔者的jenkins是下载的war包直接丢在tomcat下启动的,故记录密码的配置文件目录是:/root/.jenkins/config.x 阅读全文

posted @ 2018-07-18 11:13 罗穆瑞 阅读(19824) 评论(0) 推荐(3) 编辑

2018年7月17日

NGINX配置PHP解析

摘要: # PHP测试文件(放置于Nginx的根目录下) [root@kazihuo ~]# cat /usr/local/nginx/html/index.php # 修改nginx默认配置文件 [root@kazihuo ~]# cat /usr/local/nginx/conf/nginx.conf| 阅读全文

posted @ 2018-07-17 23:07 罗穆瑞 阅读(9063) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 7 8 9 ··· 13 下一页

导航