2019年11月的文章
redis安装报错

redis安装报错 1、执行make test 报错:You need tcl 8.5 or newer in order to run the Redis test, 解决方案: (1)、安装 tcl 根据以下命令安装。 wget https ://jaist.dl.sourceforge....
centos7安装redis5.0.7带启动脚本

一、下载地址 tcl8.6.10下载地址:https://jaist.dl.sourceforge.net/project/tcl/Tcl/8.6.10/tcl8.6.10-src.tar.gz redis-5.0.7下载地址:http://download.redis.io/releases/redis-5.0.7.tar...
centos7安装mongod4.2.1

一、下载地址 https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-rhel70-4.2.1.tgz 备用下载地址:mongodb-linux-x86_64-rhel70-4.2.1.tgz 二、安装 1、解压 tar xf mongodb-linux-x86_6...
GoogleAuthenticator+SSH双因子(2FA)认证登陆CentOS7系统

等级保护三级中对主机的身份鉴别有一个控制项明确要求: 应采用两种或两种以上组合的鉴别技术对管理用户进行身份鉴别。 我们正常登陆操作系统都是通过账户和口令的方式,这个控制项则要求用两...
云服务器centos配置iptables规则

如果没有安装iptables,请跳转安装iptables iptables安装好后就可以来配置规则了。由于作为web服务器来使用,所以对外要开放 80 端口,另外肯定要通过ssh进行服务器管理,22 端口也要对外开放...
centos7更换防火墙为Iptables

centos7卸载firewalld更换为iptables,因为对iptables更熟悉一些。 1、禁用firewalld 服务 systemctl mask firewalld 2、停止firewalld 服务 systemctl stop firewalld 3、安装iptables服务 yum...