Redis的配置 4.1. Redis默认不是以守护进程的方式运行,可以通过该配置项修改,使用yes启用守护进程 daemonize no 4.2. 当Redis以守护进程方式运行时,Redis默认会把pid写入/var/run/redis.pid文件,可以通过pidfile指定 pidfile / ...
分类:
系统相关 时间:
2018-08-31 14:49:04
阅读次数:
221
一:xshell使用xftp传输文件下载xftp5,然后登陆到主机,按ctrl+alt+f,可以直接打开ftp窗口二:使用pure-ftpd搭建ftp服务安装pure-ftpd(1)下载软件Pure-ftpd官网是http://www.pureftpd.org/project/pure-ftpd#cd/usr/local/src/#wgethttp://download.pureftpd.org/
分类:
系统相关 时间:
2018-08-29 10:45:42
阅读次数:
231
注释:如果使用了云服务器需要先开启8161(web管理页面端口)、61616(activemq服务监控端口) 两个端口 访问: http:ip:8161/admin 默认密码: admin admin ...
分类:
系统相关 时间:
2018-08-12 15:42:49
阅读次数:
214
一、zabbix安装1.系统环境[root@zabbix~]#cat/etc/redhat-releaseCentOSLinuxrelease7.4.1708(Core)#关闭selinux和防火墙2.安装数据库[root@zabbix~]#yuminstallmariadb-servermariadb-y[root@zabbix~]#systemctlenablemariadb[root@zab
分类:
其他好文 时间:
2018-08-03 20:46:32
阅读次数:
155
[root@szxjdw01-a-pro-14 redis-stable]# cat /etc/init.d/redis
#!/bin/sh
#
# Simple Redis init.d script conceived to work on Linux system
分类:
其他好文 时间:
2018-07-28 13:42:12
阅读次数:
169
gunicorn_config.py 文件的使用案例 # coding=utf-8 import sys import os import multiprocessing path_of_current_file = os.path.abspath(__file__) path_of_current ...
分类:
其他好文 时间:
2018-07-23 19:54:02
阅读次数:
294
ldap+ldap-account-manager+svn+apache+php做账号管理
分类:
Web程序 时间:
2018-07-08 19:01:02
阅读次数:
302
#!/bin/sh # node_exporter.sh --node_exporter start script ### BEGIN INIT INFO # Provides: node_exporter # Required-Start: $local_fs $network $named $t ...
分类:
其他好文 时间:
2018-06-26 01:00:09
阅读次数:
183
在加一台服务器 node3 做好yum源 后安装 [root@node3 ~]# systemctl stop firewalld.service [root@node3 ~]# ntpdate ntp1.aliyun.com [root@node3 ~]# yum install mariadb- ...
分类:
其他好文 时间:
2018-05-19 23:24:59
阅读次数:
208
上一章 [ 搭建Redis本地服务器实践系列二 ] :图解CentOS7配置Redis 介绍了Redis的初始化脚本文件及启动配置文件,并图解如何以服务的形式来启动、终止Redis服务,可以说我们的Redis本地服务器已基本搭建完成,那可能就有小伙伴要问了,什么叫基本搭建完成,原因是此时的Redis ...
分类:
其他好文 时间:
2018-05-18 01:22:48
阅读次数:
176