基于Vagrant的虚拟机环境设计

安装网络工具包

指令如下:

1
2
3

dnf -y install net-tools

配置SSH服务

指令如下:

1
2
3
4
5
6

dnf -y install openssh-server

systemctl start sshd
systemctl enable sshd

安装常用工作环境

指令如下:


dnf -y install git

安装学习环境

  1. 安装VirtualBox
  2. 安装Vagrant
  3. 安装Shadowsocks-libev

待完成