# yum install mysql mariadb数据库的相关命令是: systemctl start mariadb #启动MariaDB systemctl stop mariadb #停止MariaDB systemctl restart mariadb #重启MariaDB system ...
分类:
数据库 时间:
2017-06-13 17:18:46
阅读次数:
219
服务管理:启动类型:手动,自动,禁用#查看所有服务[root@localhost yuq]# systemctl list-unit-files #查看所有service服务[root@localhost yuq]# systemctl list-unit-files --type service# ...
分类:
其他好文 时间:
2017-06-13 17:00:29
阅读次数:
167
莫小安CentOS7使用firewalld打开关闭防火墙与端口1、firewalld的基本使用启动:systemctlstartfirewalld查看状态:systemctlstatusfirewalld停止:systemctldisablefirewalld禁用:systemctlstopfirewalld2.systemctl是CentOS7的服务管理工具中主要的工具,它融合之前service和..
分类:
其他好文 时间:
2017-06-12 22:23:28
阅读次数:
190
web缓存服务器varnish-4.1.6的部署及配置详解 1.安装varnish4.1.6安装依赖 安装varnish yum仓库 2.设置Varnish参数 定义VCL backend 启动varnish# systemctl start varnish# systemctl enable va ...
分类:
Web程序 时间:
2017-06-12 19:41:25
阅读次数:
1075
注意修改配置文件,server_name ip启动Nginx服务systemctl start nginxsystemctl enable nginx验证http://localhost ...
分类:
其他好文 时间:
2017-06-12 17:45:00
阅读次数:
612
Previously,Stop service which controls virtual bridges. For Systemd System: Then,Take down the bridge. Finally,Remove this birdge. Additionally. If li ...
分类:
其他好文 时间:
2017-06-08 16:36:52
阅读次数:
162
CentOS 7.0默认使用的是firewall作为防火墙,使用iptables必须重新设置一下 1、直接关闭防火墙 systemctl stop firewalld.service #停止firewall systemctl disable firewalld.service #禁止firewal ...
分类:
其他好文 时间:
2017-06-08 14:06:31
阅读次数:
164
1、关闭firewall: systemctl stop firewalld.service #停止firewall systemctl disable firewalld.service #禁止firewall开机启动 2、安装iptables防火墙 #安装 yum install iptable ...
分类:
其他好文 时间:
2017-06-06 15:56:34
阅读次数:
218
## kubectlsource <(kubectl completion bash) #命令补全## 启动-状态```mastersystemctl daemon-reloadsystemctl start kube-apiserver systemctl start kube-controlle... ...
分类:
Web程序 时间:
2017-06-06 14:16:39
阅读次数:
218
1. 确定网络畅通,通过ping服务端 2. 确定服务端的sshd服务启动,通过netstat -ltnp | grep 22 或者通过systemctl status sshd.service。如果没有启动,通过systemctl start sshd.service启动sshd 3. 如果还不能 ...
分类:
其他好文 时间:
2017-06-06 13:06:59
阅读次数:
194