关闭防火墙 selinux systemctl stop firewalld.service #关闭防火墙 systemctl disable firewalld.service #关闭开机自启 setenforce 0 #临时解决selinux sed -i 's/^SELINUX=.*$/SEL ...
分类:
其他好文 时间:
2020-08-25 18:44:50
阅读次数:
60
环境:salt-master:centos7.8salt-minion(2台):centos6.10salt-minion(1台):centos7.8关闭selinux和firewalld,iptables开放4505和4506端口目的:通过salt-master实现对salt-minion的批量自动安装mysql步骤(都在master执行):1,检测连通性salt‘*‘test.
分类:
数据库 时间:
2020-08-24 16:46:46
阅读次数:
73
编写脚本selinux.sh,实现开启或禁用SELinux功能[root@centos7scripts]$catselinux.sh#!/bin/bash#STATE=`grep‘SELINUX\>‘/etc/selinux/config|grep-v‘^#‘|cut-d=-f2`case$1instart)["$STATE"="enforcing"]||sed-i‘/SELINUX/s@d
分类:
其他好文 时间:
2020-08-19 20:07:54
阅读次数:
132
环境:服务端:centos7客户端:centos6,centos8,Ubuntu18关闭selinux,firewalld,ntpd服务软件包:chrony.x86_64.rpm服务名:chronydcentos安装:yuminstall-ychronyUbuntu安装:aptinstall-ychrony服务端:查看安装配置文件:rpm-qlchrony[09:13:39-root@localh
分类:
其他好文 时间:
2020-08-15 23:54:04
阅读次数:
91
在上一篇博客中,我们了解了KVM基础架构和部署以及图形管理工具virt-manager安装虚拟机的过程,回顾请参考https://www.cnblogs.com/qiuhom-1874/p/13499801.html;今天我们来聊一下kvm的命令行工具virsh;virsh工具功能非常丰富,它可以... ...
分类:
其他好文 时间:
2020-08-15 22:36:23
阅读次数:
71
sed选择行号进行处理1~2,奇数行2~2,偶数行#p对第几行进行打印参数:p打印,d删除,I忽略大小写,a追加,i之前添加,c替换,!取反-n关闭自动打印ifconfig|sed-n‘2,4p‘-i修改原文-i.bak修改文件并备份eg:sed-i‘/^SELINUX=/cSELINUX=disabled‘/etc/sysconfig/selinuxsed-n‘1~2!p
分类:
其他好文 时间:
2020-08-13 12:02:45
阅读次数:
87
环境:centos7,内核版本高于3.10 解释的话不多说,直接上才艺 查看当前内核版本 uname –r 更新centos yum –y update 如果安装过旧版本则卸载 yum remove docker docker-common docker-selinux docker-engine ...
分类:
其他好文 时间:
2020-08-11 10:42:52
阅读次数:
86
环境说明: |系统|IP|所需服务 |--|--|-- |CentOS7|192.168.159.144|nginx、mysql、php|(wordpress) 实验前请关闭防火墙和SELINUX,并配置好网络源 1. 安装nginx //安装依赖包 [root@longnian ~]# yum - ...
分类:
系统相关 时间:
2020-08-08 17:44:45
阅读次数:
101
8.4 学习日记 KVM KVM 是 Linux 的一部分。Linux 也是 KVM 的一部分。Linux 有的,KVM 全都有。然而,KVM 的某些特点让它成为了企业的首选虚拟机监控程序。 静态类: 所谓静态,指以static关键字修饰的,包括类,方法,块,字段。 静态类和非静态类之间的区别 1. ...
分类:
其他好文 时间:
2020-08-04 16:52:29
阅读次数:
79
显示统计占用系统内存最多的进程,并排序。[root@localhost~]#ps-eouid,pid,ppid,tty,time,cmd,%mem--sort=-%mem|headUIDPIDPPIDTTTIMECMD%MEM10730071?00:03:57/usr/libexec/qemu-kvm-name29.2031201?00:00:05/usr/bin/python2/usr/shar
分类:
其他好文 时间:
2020-08-03 09:44:52
阅读次数:
79