2023年4月6日 星期四

LAB 主機設定



alias VINET='vi /etc/sysconfig/network-scripts/ifcfg-ens160 '


LAB(){

nmcli connection modify ens160 \

ipv4.addresses ${1}/24


hostnamectl set-hostname $2


}


沒有留言:

RHEL install EPEL

  https://www.linuxtechi.com/install-epel-repo-on-rhel-system/ EPEL dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest...