!!!首先要做的就是关闭系统的防火墙以及selinux: systemctl stop firewalld systemctl disable firewalld sed -ri 's/^(Selinux=).*/\1disabled/g' /etc/selinux/config setenforc ...
分类:
其他好文 时间:
2020-07-16 12:19:43
阅读次数:
75
问题描述在VMwareWorkStation部署的一台linux服务器需要对内存进行扩容,关机后进行了内存扩容操作,重启服务器后,通过ssh工具无法远程登陆服务器
分类:
系统相关 时间:
2020-07-16 12:15:28
阅读次数:
244
Deepin 安装 tomcat9 一、安装 sudo apt install tomcat8 tomcat8-user tomcat8-admin tomcat8-docs tomcat8-examples 二、操作 sudo systemctl start tomcat8 # 开启 sudo s ...
分类:
其他好文 时间:
2020-07-16 00:25:35
阅读次数:
133
在CentOS上安装docker 我使用的版本:CentOS 7 长话短说,三条命令解决: $ sudo yum -y intsall docker $ sudo systemctl start docker.service $ sudo systemctl enable docker.servic ...
分类:
其他好文 时间:
2020-07-15 23:58:51
阅读次数:
80
防火墙的功能非常强大,通过配置一些安全规则,可以一定程度上保护我们的主机安全。 1.防火墙常用的几个命令 systemctl start firewalld.service #启用firewallsystemctl stop firewalld.service #停止firewallsystemct ...
分类:
其他好文 时间:
2020-07-15 15:21:23
阅读次数:
60
安装环境Memcached编译安装环境L:Linux(centos7.2)主机信息:CPU>=2C,开启支持虚拟化内存>=3072MBHD=100GB部署规划:172.24.77.221linux1-host.jay.com):运行172.24.77.222linux2-host.jay.com):运行查看openstackyum版本yumlistcentos-release-open
分类:
其他好文 时间:
2020-07-15 10:48:32
阅读次数:
96
vim /usr/lib/systemd/system/docker.server [Unit] Description=Docker Application Container Engine Documentation=https://docs.docker.com BindsTo=contain ...
分类:
其他好文 时间:
2020-07-14 21:53:27
阅读次数:
112
最近,由于公司需求,需要搭建openldap来统一用户名和密码,目前市面上几乎所有的工具都支持ldap协议,具体ldap的介绍这里就不详细说明了,这里主要记录一下如果部署openldap来实现Ldap服务,并使用phpldapadmin作为web管理工具进行界面维护。 刚开始的时候,我百度了一下op ...
分类:
其他好文 时间:
2020-07-14 18:25:38
阅读次数:
56
准备以下文件 1、root@test:/usr/local/src# ll -rwxr-xr-x 1 root root 1259 Mar 4 20:57 install_zabbix.sh* -rw-r--r-- 1 root root 17200784 Feb 27 13:45 zabbix-4 ...
分类:
其他好文 时间:
2020-07-14 16:18:37
阅读次数:
58
编写脚本文件 #!/bin/bash #chkconfig: 22345 10 90 #description: Start and Stop redis REDISPORT=6379 EXEC=/usr/local/soft/redis5/bin/redis-server CLIEXEC=/usr ...
分类:
其他好文 时间:
2020-07-14 00:34:31
阅读次数:
331