http://blog.csdn.net/huxu981598436/article/details/54864260 开启端口命令 输入firewall-cmd --query-port=6379/tcp,如果返回结果为no,那么证明6379端口确实没有开启。 输入firewall-cmd --a ...
分类:
其他好文 时间:
2017-06-27 18:50:00
阅读次数:
187
下机为systemctl指令systemctl enable *.service #开机运行服务systemctl disable *.service #取消开机运行systemctl start *.service #启动服务systemctl stop *.service #停止服务system ...
分类:
其他好文 时间:
2017-06-27 18:49:05
阅读次数:
122
系统环境:CentOS7 切记:安装GitLab 时会自动安装GitLab自带的Nginx,为了避免冲突,部署环境时先不要安装Nginx。 官网安装及汉化安装 官网安装最新版GitLab:https://about.gitlab.com/installation/ 选择对应的系统版本 按照官网的教程 ...
分类:
其他好文 时间:
2017-06-27 16:23:49
阅读次数:
164
1. 下载SourceCodePro字体,后缀应为.ttf。 2. 将字体文件复制到fonts文件夹下: [root@centos fonts]# mv /home/seif/Downloads/SourceCodePro . 3. 修改字体文件的权限,使root用户以外的用户也可以使用: [roo ...
分类:
其他好文 时间:
2017-06-27 16:22:48
阅读次数:
171
在centos6版本如果你配置Docker 的https_proxy 代理,只需要在/etc/sysconfig/docker配置文件里面增加配置即可,但在centos7 你会发现已经无法使用这样的配置方式进行https_proxy 配置,因为centos使用systemd 来管理进程环境,我们需要 ...
分类:
Web程序 时间:
2017-06-27 15:07:56
阅读次数:
263
ansible管理机:192.168.8.35名称:kicktomcat主机:192.168.8.234,192.168.8.235VIP:192.168.8.100系统版本:Centos7.2#####实验软件下载地址配置文件:http://pan.baidu.com/s/1eSou1BsNFS:http://pan.baidu.com/s/1kVieBgNDRBD:http://pan.baidu.com/s/1nvkIxtR#########下..
分类:
其他好文 时间:
2017-06-27 13:45:52
阅读次数:
288
elk是一个开源的日志分析系统。由Elasticsearch、Logstash、Kibana三部分组成Elasticsearch:是一个基于Lucene的搜索服务器,特点就是分布式,开源,实时搜索,稳定快速,安装使用方便javaLogstash:将对日志进行收集,分析并存储的工具rubykibana:为logstash和ElasticSearch提..
分类:
其他好文 时间:
2017-06-27 13:42:26
阅读次数:
267
CentOS 7.0默认使用的是firewall作为防火墙,需要事先关闭。 关闭firewall: 1 2 3 systemctl stop firewalld.service systemctl disable firewalld.service systemctl mask firewalld. ...
分类:
其他好文 时间:
2017-06-27 11:29:48
阅读次数:
172
运行命令:yum install gpm* 安装gpm 启动gpm服务:service gpm start 运行systemctl enable gpm.servicere 添加到后台服务。 备注:CentOS7服务使用方法 服务使用方法systemctl start [服务文件名]systemct ...
分类:
其他好文 时间:
2017-06-27 11:28:16
阅读次数:
4066
centos查看环境变量与设置环境变量在使用过程中很常见,本文整理了一些常用的与环境变量相关的命令,感兴趣的朋友可以参考下希望对你有所帮助 1. 显示环境变量HOME(红色部分代表要输入的命令,不要把一个#号输进去了,#代表用户名) # echo #HOME /home/redbooks 2. 设置 ...
分类:
其他好文 时间:
2017-06-27 00:54:34
阅读次数:
2407