技巧一:删除所有网卡nmcli connection show | grep -E "ethernet | bond | bond-slave | team | team-slave ...

一、校验数字的表达式数字: ^[0-9]*$ n位的数字: ^\d{n}$ 至少n位的数字: ^\d{n,}$ m-n位的数字: ...

Script 1关闭防火墙、selinux、完全关闭swap。#!/bin/bash # Maintainer: zhengmingyue # Email: 348063831@qq.com e...