码迷,mamicode.com
首页 >  
搜索关键字:systemd systemctl    ( 3778个结果
OpenStack Train版-2.安装keystone身份认证服务
OpenStack Train版-2.安装keystone身份认证服务 1. 创建keystone数据库并授权 mysql -u root -proot CREATE DATABASE keystone; GRANT ALL PRIVILEGES ON keystone.* TO 'keystone ...
分类:其他好文   时间:2020-07-05 00:24:04    阅读次数:80
linux-发送邮件到邮箱配置
前提:centos7 1、yum -y install sendmail 2、yum install -y mailx 3、systemctl start sendmail.service 4、systemctl enable sendmail.service 5、在/etc/mail.rc 新添加 ...
分类:系统相关   时间:2020-07-04 21:04:38    阅读次数:77
Centos7防火墙配置
一、基本操作 1、开启防火墙 service firewalld start 2、关闭防火墙 service firewalld stop 3、重启防火墙 service firewalld restart 二、查看: 1、查看防火墙状态 systemctl status firewalld 2、查 ...
分类:其他好文   时间:2020-07-04 13:40:47    阅读次数:55
nginx部署
一.nginx介紹與安裝 1.Nginx是一款基於異步框架的輕量級/高性能的web服務器/反向代理服務器/緩存服務器/電子郵件代理服務器 優點: 高并發量 簡單穩定 低成本 2.nginx應用場景 3.apt-get安裝:apt-get install nginx -y 服務狀態:systemctl ...
分类:其他好文   时间:2020-07-04 11:40:07    阅读次数:72
Linux数据备份与恢复
一.检查是否安装了本地任务 Crontab systemctl status crond 二.如果没有就安装呀 yum install -y vixie-cron yum install -y crontabs 然后启动: systemctl start crond.service 三.cronta ...
分类:系统相关   时间:2020-07-03 21:00:09    阅读次数:71
systemctl 管理服务
Commands start:立刻启动后面接的 unit。 stop:立刻关闭后面接的 unit。 restart:立刻关闭后启动后面接的 unit,亦即执行 stop 再 start 的意思。 reload:不关闭 unit 的情况下,重新载入配置文件,让设置生效。 enable:设置下次开机时, ...
分类:其他好文   时间:2020-07-02 21:52:31    阅读次数:75
微服务-1、环境搭建
一、docker和docker-compost # 使用yum安装docker yum -y install docker # 启动 systemctl start docker.service # 设置为开机自启动 systemctl enable docker.service # 下载docke ...
分类:其他好文   时间:2020-07-02 18:32:52    阅读次数:60
Centos 设置开机进图形界面/终端
版本:CentOS 7 首先: [root@localhost test]# cat /etc/inittab # inittab is no longer used when using systemd. # # ADDING CONFIGURATION HERE WILL HAVE NO EFF ...
分类:其他好文   时间:2020-07-02 16:08:49    阅读次数:72
Docker 常用命令
1.systemctl start docker 启动docker容器 2.docker images 查看docker中的镜像 3.doker ps -a查看所有进程 4.docker stop [CONTAINER ID] 停止容器 5.docker rm [CONTAINER ID] 删除容器 ...
分类:其他好文   时间:2020-07-02 14:52:26    阅读次数:59
centos 8 安装zabbix4.5
1安装mariadb数据库 1. 配置阿里云源 参考链接: https://developer.aliyun.com/mirror 2. 使用阿里云源安装mariadb dnf -y install mariadb-server mariadb-client 1.1 .1 使用systemctl进行 ...
分类:其他好文   时间:2020-07-02 13:36:20    阅读次数:68
3778条   上一页 1 ... 27 28 29 30 31 ... 378 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!