# 第一步
apt-get update

#安装telnet
​apt-get install -y telnet 
#安装ifconfig
apt-get install -y net-tools
# vim
apt-get install -y vim

 

相关文章:

  • 2021-11-20
  • 2021-12-09
  • 2021-08-11
  • 2021-11-13
  • 2021-04-11
  • 2021-11-08
  • 2021-09-10
  • 2021-05-23
猜你喜欢
  • 2021-10-27
  • 2022-12-23
  • 2022-12-23
  • 2021-06-30
  • 2021-08-28
  • 2022-12-23
相关资源
相似解决方案