摘要: 1、设置redis.conf中daemonize为yes,确保守护进程开启。 2、编写开机自启动脚本 脚本内容如下: 按 Ctrl+C 复制代码 # chkconfig: 2345 10 90 # description: Start and Stop redis PATH=/usr/local/b 阅读全文
posted @ 2019-01-13 11:19 逆水乘舟,不进则退 阅读(1692) 评论(0) 推荐(0)
摘要: 1查看ftp服务 ftp://ftpuser:123456@10.11.102.58:8023 2 getsebool -a | grep ftp 临时关闭 [root@xuegod63~]# getenforce Enforcing [root@xuegod63~]# setenforce 0 s 阅读全文
posted @ 2019-01-13 11:01 逆水乘舟,不进则退 阅读(1087) 评论(0) 推荐(0)