- 博客(7)
- 收藏
- 关注
转载 centos7 查看开机启动项和程序服务
systemctl list-unit-files (查看开机启动项)systemctl list-unit-files | grep 程序名称 (查看某些服务开机启动状态)systemctl list-unit-files | grep enable (斜体样式查看哪些为开机启动服务)
2021-01-25 15:17:33
822
转载 Job for jenkins.service failed because the control process exited with error code. See “systemctl st
1:安装好jenkins后,启动失败启动命令:systemctl start jenkins2:报错提示Job for jenkins.service failed because the control process exited with error code. See “systemctl status jenkins.service” and “journalctl -xe” for details3:用systemctl status jenkins.service查看启动的失
2020-11-09 16:43:57
802
转载 Neat Converter格式转换
链接:https://pan.baidu.com/s/1Md-6Qsa6ZBQ-B4JkeaoCuw提取码:hqj1
2020-11-03 14:24:46
2483
2
原创 SUSE liunx11 安装教程(虚拟机VMware)
1,新建虚拟机-自定义(高级)2,硬件兼容性(默认下一步)3,选择稍后安装操作系统4,选择liunx系统, 版本–SUSE Linux Enterprise 11 64 位5,注意位置6,处理器配置-处理器核心数一般为 47,调整内存一般情况下为2G8,网络类型-net9,控制器类型-默认10,磁盘类型-默认11,选择磁盘-默认12,磁盘容量自行调试 -选择拆分成多个文件13,磁盘文件-默认14,选择ISO镜像14,开启虚拟机 -选择第二项–insta
2020-06-22 11:46:08
1229
原创 centos7安装zabbix4.0,yum安装
1.配置源:rpm -ivh https://mirrors.tuna.tsinghua.edu.cn/zabbix/zabbix/4.0/rhel/7/x86_64/zabbix-release-4.0-1.el7.noarch.rpm`2. 修改为清华大学镜像源:sed -i ‘s#repo.zabbix.com#mirrors.tuna.tsinghua.edu.cn/zabbix#...
2020-03-20 21:51:31
1378
原创 Ansible常用的模块整理
Ansible常用模块整理ping ping模块用来检查目标主机是否在线 例子:ansible webserver -m pingyum yum模块用来在Centos系统上使用yum命令安装软件包 选项: name: 指定安装包的名字 state:latest 安装最新版 present 默认安装 installed 安装 absent 卸载removed 卸载...
2019-12-28 11:02:20
188
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人