ifconfig ens33 192.168.100.10/24 (临时生效)
    ifconfig ens33 down
    ifconfig ens33 up
    ifconfig (只能看到激活得网卡)
    ifconfig -a 查看所有的网卡

    ip a (查看所有)
    ip link (查看二层)
    ip link show
    ip route (路由表)
    ip link set ens224 up/down
    ip addr add ens33 192.168.192.100/20