2023年2月
NFS 安装脚本使用前需要前置脚本:01.setEnvironment.sh, 02.setYumLocalRepo.sh, 03.instEnv.sh, 并安装时间同步服务。服务端脚本:#!/...
技巧一:删除所有网卡nmcli connection show | grep -E "ethernet | bond | bond-slave | team | team-slave ...
一、校验数字的表达式数字:
^[0-9]*$
n位的数字:
^\d{n}$
至少n位的数字:
^\d{n,}$
m-n位的数字:
...
服务端脚本:#!/bin/bash
# Maintainer: zhengmingyue
# Email: 348063831@qq.com
echo "The script is ...
Script 1关闭防火墙、selinux、完全关闭swap。#!/bin/bash
# Maintainer: zhengmingyue
# Email: 348063831@qq.com
e...