
linux
方方园园
这个作者很懒,什么都没留下…
展开
-
openssl离线安装
下载地址 https://www.openssl.org/source/1.下载2.解压tar -zxvf openssl-1.1.1g.tar.gz3.切换目录 cd openssl-1.1.1g4. 添加openssl配置: ./config –prefix=/usr/local/openssl5. 更新配置: ./config -t6. 安装: make depend7. 切...原创 2020-04-23 11:05:49 · 17381 阅读 · 2 评论 -
haproxy 搭建mgc集群
docker run -d --name haproxy -p 8888:8888 -p 13000:3306 -v e:/home/docker/haproxy:/usr/local/etc/haproxy haproxy:1.9.6创建用户create user ‘haproxy’@’%’ identified by ‘’;flush privileges;访问http://...原创 2020-04-07 23:10:56 · 338 阅读 · 0 评论 -
yum离线包下载
https://www.cnblogs.com/wangmo/p/7205528.htmlyum install -y git scons gcc gcc-c++ openssl check cmake bison boost-devel asio-devel libaio-devel ncurses-devel readline-devel pam-devel socatyum instal...原创 2020-02-24 19:01:30 · 815 阅读 · 0 评论 -
linux无法解析dns yum wget不能用
登入root(VPS)。进入/etc/resolv.conf。修改内容为下nameserver 8.8.8.8 #google域名服务器nameserver 8.8.4.4 #google域名服务器原创 2020-02-24 19:01:06 · 580 阅读 · 0 评论 -
service iptables save 提示(The service command supports only basic LSB actions)
The service command supports only basic LSB actions (start, stop, restart, try-restart, reload, force-reload, status). For other actions, please try to use systemctl.service iptables save服务命令只支持基本的L...原创 2020-02-12 21:38:24 · 1737 阅读 · 0 评论 -
iptable开启转发功能(接docker warm部署pxc集群 本地有无问题服务器部署出现网路不通)
https://blog.youkuaiyun.com/freflying1119/article/details/100127411原创 2020-02-12 21:38:04 · 291 阅读 · 0 评论 -
iptables
iptables -nvL --line-number原创 2020-02-12 21:37:21 · 224 阅读 · 0 评论 -
如何修改docker中gwbridge的address?
https://blog.51cto.com/wutengfei/2342901?cid=727397原创 2019-12-22 15:42:15 · 128 阅读 · 0 评论 -
linux开启防火墙
https://www.dafeiyu.cn/f/article/9.htmlhttps://www.centos.bz/2018/01/iptables%E6%9F%A5%E7%9C%8B%E3%80%81%E5%BC%80%E6%94%BE%E3%80%81%E5%88%A0%E9%99%A4%E7%AB%AF%E5%8F%A3%E3%80%81%E4%BF%9D%E5%AD%98%E8%A...原创 2019-12-22 15:41:18 · 806 阅读 · 0 评论