sudo apt-getinstall zsh# githubwgethttps://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh-O- | sh# 或者gitee:https://gitee.com/wuaiHE/oh-my-zshsh-c"$(curl -fsSL https://gitee.com/wuaiHE/oh-my-zsh/raw/master/tools/install.sh)" 所以这时的zsh基本已经配置完成,你需要一...
1) 网络管理相关命令 之前常用的包含在 net-tools 工具包里的命令 ifconfig、netstat 已经被 iproute2 工具包里的 ip 等命令所取代,以后应当尽量使用新命令。 代码语言:javascript 复制 ip link show ip link show eth0 ip linkseteth0 up|down ip addr show ip addr show eth0 ip add add|del192.168.0....