码迷,mamicode.com
首页 >  
搜索关键字:systemctl    ( 2804个结果
20181224《网络攻防技术》Exp7 网络欺诈防范
20181224《网络攻防技术》Exp7 网络欺诈防范 相关知识点总结 ARP Spoofing ARP缓存机制 static:在windows下使用arp -s静态查询IP与MAC地址的对应关系 Dynamic:根据ARP应该更新 ARP动态更新的机制:广播请求,单波应答。ARP应答包并非都是请求 ...
分类:其他好文   时间:2021-05-24 06:10:04    阅读次数:0
CentOS搭建FTP
一、安装VSFTP 查看是否已经安装vsftpd 1.rpm -q vsftpd 2.vsftpd -v yum安装vsftpd yum -y install vsftpd 安装完成后,查看位置 whereis vsftpd 直接启动VSFTP服务 systemctl start vsftpd.se ...
分类:其他好文   时间:2021-05-24 03:56:49    阅读次数:0
docker 目录移动到其他磁盘的操作
docker 目录移动到其他磁盘的操作 1.systemctl stop docker #停止docker2.mkdir /storage/docker-lib #在我这个项目里storage是普通硬盘,在storage下创建一个目录3.mv /var/lib/docker /storage/doc ...
分类:移动开发   时间:2021-05-24 02:54:47    阅读次数:0
haproxy env 安装与基础配置
1. 安装 Use docker、package or source installations to install 第三方仓库 https://pkgs.org/download/haproxy 1.1 use docker docker run -it --rm haproxy:2.2 hap ...
分类:其他好文   时间:2021-05-04 16:22:39    阅读次数:0
树莓派4B-安装docker
安装docker sudo apt-get install docker.io 创建文件目录 mkdir docker-images 修改本地存储路径 # 查看服务状态 sudo systemctl status docker ● docker.service - Docker Applicatio ...
分类:其他好文   时间:2021-05-04 15:54:46    阅读次数:0
IDEA集成Docker部署微服务
IDEA集成Docker部署微服务 回顾docker 。。 安装docker # 在192.168.204.141安装docker [root@A ~]# yum -y install docker # 启动docker [root@A ~]# systemctl start docker # 查看 ...
分类:其他好文   时间:2021-05-04 15:52:19    阅读次数:0
搭建cobbler自动化安装系统
命令行 安装软件包 [root@localhost ~]# yum install cobbler cobbler-web dhcp pykickstart -y 开机启动 [root@localhost ~]# systemctl enable --now cobblerd httpd tftp ...
分类:其他好文   时间:2021-05-03 12:35:24    阅读次数:0
基于先电的openstack云平台部署(IaaS 平台构建)
IaaS 平台构建 1.关闭防火墙,禁止开机自启 systemctl stop firewalld systemctl disable firewalld 2.设置主机名 hostnamectl set-hostname controller 设置主机名compute 3.设置selinux,per ...
分类:其他好文   时间:2021-04-29 12:11:43    阅读次数:0
Job for dhcpd.service failed because the control process exited with error code. See "systemctl status dhcpd.service" and "journalctl -xe" for details.问题
我总结了下启动dhcp服务报这个错误原因,大概有三种情况: 1、默认配置文件默认为空 2、配置文件配置错误导致 3、与网卡设置有关,不能自动获取到地址,导致dhcp服务不能启动。 上面两种错误一般很少出现,只要正确配置就能成功,但第三种配置正确后也不一定会成功,今天我就遇到了这个问题,后面发现是网卡 ...
分类:其他好文   时间:2021-04-29 11:55:36    阅读次数:0
Linux - 防火墙 - iptables
防火墙由netfilter组成,iptables是控制netfilter的软件 iptables(重点)- 用户空间的工具 环境准备 systemctl stop firewalld.service systemctl disable firewalld.service 或systemctl dis ...
分类:系统相关   时间:2021-04-28 12:11:32    阅读次数:0
2804条   上一页 1 ... 3 4 5 6 7 ... 281 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!