环境:Centos 7.4 mfsmaste:172.20.100.10 MFS-metalogger:172.20.100.11 chunk...
SoftEther VPN 配置
1、安装依懒软件 [root@localhost ~]# yum -y install gcc zlib-devel openssl-devel readline-devel ncurses-devel 2、下载SoftEther VPN安装包 [root@localhost ~]# wget http://softether.fishinfo.cn/...
Mysql密码修改方法
第一种:mysqladmin 格式:mysqladmin -u用户名 -p旧密码 password 新密码 例子:mysqladmin -uroot -p123456 password 654321 第二种:SET PASSWORD 登录MySQL 格式:mysql> set password for 用户名@local...
apache源码安装
环境:Centos 7.4 apr-1.5.2 apr-util-1.5.2 httpd-2.4.27 1、安装依懒包 [root@localhost ~]# yum install openssl-devel pcre-devel -y 2、...
查询so库文件脚本
环境:Centos 7.4 使用方法: show-so xxx.so.x [root@localhost ~]# vim /usr/bin/show-so ################################################################### # File Name: show-so.sh # Author: xu...
varnish 配置
环境: Centos 7.4 Varnish4.0 varnish :172.20.100.10 web1:172.20.100.11 web2: 172.20.100.12 1、...
Haproxy+keepalived+mysql 集群配置
环境:Centos7 mariadb5.5 一、配置mysql主从 安装mariadb (172.20.10.13/14) # yum -y install mariadb-server mysql主配置 1、修改配置文件 &...
Nginx反向代理负载均衡
1、安装nginx [root@qunniao ~]# yum -y install nginx 2、修改配置 [root@qunniao ~]# vim /etc/nginx/nginx.conf user nginx; worker_processes auto; error_log /var/log/nginx/error.log; pid /run/nginx....
LVS 交互式配置脚本
LVS Server 配置 ################################################################### # File Name: lvs_server.sh # Author: 寻音 # E-mail: lnhxzwb@126.com # Created Time: Thu 19 Apr 2018 05:38:49 AM C...
zabbix自动安装配置脚本
[root@localhost ~]# vim zabbix.sh ############################################################# # File Name: zabbix.sh # Author: 寻音 # E-mail: lnhxzwb@126.com # Created Time: Fri 13 Apr 2018 07:47...