01 2025 档案

摘要:https://blog.csdn.net/weixin_45754407/article/details/134241180?share_token=1329fa62-9b06-4016-8b89-d70d870db9a8 银河麒麟高级服务器操作系统(通用)安装KVM和创建KVM虚拟机一 KVM概 阅读全文
posted @ 2025-01-06 10:13 心冰之海 阅读(50) 评论(0) 推荐(0) 编辑
摘要:yum -y groupinstall "Server with UKUI GUI" vncserver 设置访问密码 #关闭防火墙systemctl stop firewalldsystemctl disable firewalld#临时关闭sellinuxsetenforce 0#永久关闭sel 阅读全文
posted @ 2025-01-06 09:34 心冰之海 阅读(3) 评论(0) 推荐(0) 编辑
摘要:1.删除0字节文件find -type f -size 0 -exec rm -rf {} \; 2.查看进程按内存从大到小排列ps -e -o “%C : %p : %z : %a”|sort -k5 -nr 3.按cpu利用率从大到小排列ps -e -o “%C : %p : %z : %a”| 阅读全文
posted @ 2025-01-02 10:16 心冰之海 阅读(18) 评论(0) 推荐(0) 编辑
摘要:Linux常用的系统监控shell脚本 回到顶部 Linux常用的系统监控shell脚本 下面是我常用的几个Linux系统监控的脚本,大家可以根据自己的情况在进行修改,希望能给大家一点帮助。 1、查看主机网卡流量 #!/bin/bash #network #Mike.Xu while : ; do 阅读全文
posted @ 2025-01-02 10:15 心冰之海 阅读(30) 评论(0) 推荐(0) 编辑
摘要:一、什么是ansible 1、介绍 Ansible 是一款开源自动化平台。是一种简单的自动化语言,能够在 Ansible Playbook 中完美地描述 IT 应用基础架构。也是一个自动化引擎,可运行Ansible Playbook。 2、逻辑图 3、ansible特点 简单明了 Ansible p 阅读全文
posted @ 2025-01-02 08:50 心冰之海 阅读(34) 评论(0) 推荐(0) 编辑