摘要: #!/bin/bash #1. 判断参数个数 if [ $# -lt 1 ] then echo Not Enough Arguement! exit; fi #2. 遍历集群所有机器 rpm -q rsync &>/dev/null || yum install -y rsync for host 阅读全文
posted @ 2023-02-28 17:13 18cm的烦恼 阅读(17) 评论(0) 推荐(0) 编辑
摘要: /*给图片加阴影和圆角,使其更美观*/ img{ filter: drop-shadow(3px 3px 2px gray); border-radius: 5px; } 阅读全文
posted @ 2023-02-28 10:50 18cm的烦恼 阅读(138) 评论(0) 推荐(0) 编辑
摘要: 故障模拟 [root@rhel9-1-9 ~]# chattr +i /etc/ [root@rhel9-1-9 ~]# lsattr -d /etc/ i /etc/ [root@rhel9-1-9 ~]# echo 123 | passwd root Changing password for 阅读全文
posted @ 2023-02-20 21:50 18cm的烦恼 阅读(128) 评论(0) 推荐(0) 编辑
摘要: 图片来源于下方B站视频 阅读全文
posted @ 2023-02-05 19:38 18cm的烦恼 阅读(35) 评论(0) 推荐(0) 编辑
摘要: https://zhuanlan.zhihu.com/p/302446598 原文中图标格式地址失效,用下面的这个可以 https://convertio.co/zh/ico-converter/ 最后效果是这样的 下面是icon格式的图片,可以直接下载 阅读全文
posted @ 2023-02-05 17:26 18cm的烦恼 阅读(27) 评论(0) 推荐(0) 编辑
摘要: Linux终端中使用命令: cat /proc/cmdline 可以看到内核启动时U-boot传入参数。 [root@oracle-linux7-9-5 ~]# cat /proc/cmdline BOOT_IMAGE=/vmlinuz-5.4.17-2102.201.3.el7uek.x86_64 阅读全文
posted @ 2023-01-30 15:45 18cm的烦恼 阅读(16) 评论(0) 推荐(0) 编辑
摘要: https://zhuanlan.zhihu.com/p/343307484 阅读全文
posted @ 2022-12-12 20:05 18cm的烦恼 阅读(47) 评论(0) 推荐(0) 编辑
摘要: yum install -y yum-utils repoquery --qf %{name} -f '/etc/cron.*/*' repoquery --qf %{name} -f '/usr/lib/systemd/system/*.timer' 阅读全文
posted @ 2022-12-08 10:23 18cm的烦恼 阅读(23) 评论(0) 推荐(0) 编辑
摘要: 参考链接https://www.cnblogs.com/zyd123123/p/16191920.html [x] 安装链接提供的方法安装dotnet5.0 安装dotnet-cnblog插件的时候报错,解决方法,删除C:\Users\电脑用户名字\AppData\Roaming\NuGet\NuG 阅读全文
posted @ 2022-11-04 19:52 18cm的烦恼 阅读(17) 评论(0) 推荐(0) 编辑
摘要: 报错信息SSL peer shut down incorrectly: service:jmx:rmi:///jndi/rmi://10.0.0.76:12345/jmxrmi 阅读全文
posted @ 2022-10-29 23:12 18cm的烦恼 阅读(102) 评论(0) 推荐(0) 编辑