码迷,mamicode.com
首页 >  
搜索关键字:systemctl    ( 2804个结果
Linux timed task
at if not, Start Atd Service systemctl status atd.service //output: ┌─[root@nedrain]─[~] └──? $systemctl status atd.service ● atd.service - Job spooli ...
分类:系统相关   时间:2020-06-19 13:45:08    阅读次数:66
wordpress部署
1.nfs安装部署 master\node上: yum install -y nfs-utils-* systemctl restart rpcbind systemctl restart nfs systemctl enable rpcbind systemctl enable nfs maste ...
分类:其他好文   时间:2020-06-19 11:46:36    阅读次数:57
centos7中安装zabbix
centos7中安装zabbix 1、关闭防火墙 # systemctl stop firewalld # setenforce 0 同步时间 # ntpdate pool.ntp.org 2、安装Apache、php、mariadb # yum -y install httpd mariadb m ...
分类:其他好文   时间:2020-06-19 00:35:29    阅读次数:86
shell-安装lnmp,一键脚本_简单版
配置环境 系统版本:centos7 nginx版本: nginx-1.14.2 mysql版本: php版本:PHP 5.4.16 一键安装脚本源码 1 #!/bin/bash 2 # 关闭防火墙与selinux 3 systemctl stop firewalld.service && seten ...
分类:系统相关   时间:2020-06-18 21:50:12    阅读次数:91
Centos7.5基于MySQL5.7的InnoDB Cluster多节点集群环境部署
Centos7.5基于MySQL5.7的InnoDB Cluster多节点集群环境部署一.MySQL InnoDB Cluster 介绍MySQL的高可用架构解决方案,比如MMM, MHA, NDB Cluster, Galera Cluster, InnoDB Cluster, 腾讯的PhxSQL ...
分类:数据库   时间:2020-06-18 19:57:24    阅读次数:94
Docker_Linux
Centos7开放端口firewall-cmd --zone=public --add-port=5672/tcp --permanentfirewall-cmd --reloadCentos7中docker开启远程访问1. systemctl start docker2. vi /usr/lib/ ...
分类:系统相关   时间:2020-06-18 19:08:49    阅读次数:60
centos7下安装harbor
1、修改基础环境 更改主机名,关闭防火墙和selinux hostnamectl set-hostname 7niu systemctl stop firewalld systemctl disable firewalld setenforce 0 sed -i 's/SELINUX=enforci ...
分类:其他好文   时间:2020-06-18 10:27:39    阅读次数:139
一文搞懂GitLab安装部署及服务配置
GitLab安装部署详解,并针对GitLab配置项及内存等调优! ...
分类:其他好文   时间:2020-06-18 01:52:38    阅读次数:80
K8S主机环境配置(二)
# 安装补丁包# yum install -y conntrack ipvsadm ipset jq iptables curl sysstat libsecomp wget net-tools git vim# 禁用防火墙# systemctl stop firewalld && systemct ...
分类:其他好文   时间:2020-06-18 01:44:16    阅读次数:65
lnmt搭建及负载轮询
lnmt服务的搭建及其负载轮询 1、前提条件 准备三台服务器 服务器 ip 部署 服务端 192.168.7.10 mysql、nginx、tomcat 客户端1 192.168.7.11 tomcat9 客户端2 192.168.7.12 tomcat9 三台同时关闭防火墙 # systemctl ...
分类:其他好文   时间:2020-06-16 23:28:12    阅读次数:86
2804条   上一页 1 ... 27 28 29 30 31 ... 281 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!