文章分类 -  Linux

摘要:一、系统环境 系统平台:CentOS release 6.5(Final) NFS Server IP: 防火墙已关闭 /iptables: Firewall is not running. SELINUX=disabled 检查防火墙状态 chkconfig iptables --list 关闭防 阅读全文
posted @ 2020-08-07 21:46 moxunjy 阅读(760) 评论(0) 推荐(0) 编辑
摘要:Redis5.0.5安装 参考 参考5.0安装,地址:https://my.oschina.net/u/3367404/blog/2979102 步骤: 1.下载安装包 https://download.redis.io/releases/ [root@CentOS7 opt]# pwd #查看当前 阅读全文
posted @ 2020-08-06 17:36 moxunjy 阅读(1437) 评论(0) 推荐(0) 编辑
摘要:Keepalived nginx 安装 把keepalived-1.2.23.tar.gz发送到/opt下 cd /opt/ tar -zxvf keepalived-1.2.23.tar.gz cd keepalived-1.2.23 ./configure --prefix=/usr/local 阅读全文
posted @ 2020-08-06 17:34 moxunjy 阅读(768) 评论(0) 推荐(0) 编辑
摘要:1.查看openssl版本 [root@node2 openssh-8.0p1]# openssl version OpenSSL 1.0.1e-fips 11 Feb 2013 2.下载指定版本的openssl软件 在下面网址:https://www.openssl.org/source/下载 后 阅读全文
posted @ 2020-08-06 17:29 moxunjy 阅读(2453) 评论(0) 推荐(0) 编辑
摘要:卸载系统自带的Mariadb [root@localhost ~]# rpm -qa|grep mariadb // 查询出来已安装的mariadb [root@localhost ~]# rpm -e --nodeps 文件名 // 卸载mariadb 上传压缩包到/usr/local下 tar 阅读全文
posted @ 2020-08-06 17:27 moxunjy 阅读(205) 评论(0) 推荐(0) 编辑
摘要:基础配置Centos7系统,关闭防火墙、selinux systemctl stop firewalld.service rpm -ivh docker-ce-18.03.0.ce-1.el7.centos.x86_64.rpm rpm -ivh pigz-2.3.3-1.el7.centos.x8 阅读全文
posted @ 2020-08-06 15:56 moxunjy 阅读(349) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示