码迷,mamicode.com
首页 >  
搜索关键字:systemd systemctl    ( 3778个结果
ubuntu16.04采用apt-get安装指定版本es(elasticsearch)
1、安装open-jdk sudo apt-get install openjdk-8-jdk 2、官网查找需要的es版本 es官网:https://www.elastic.co/cn/downloads/elasticsearch 点击如下图【apt-get】 查找自己想要的版本,点击使用deb方 ...
分类:系统相关   时间:2020-06-19 23:13:14    阅读次数:174
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
3778条   上一页 1 ... 33 34 35 36 37 ... 378 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!