= Modifying and Creating Builds
* Step 1: ssh to guac2.rd.unr.edu and bind the remote ports 5905&5906 to your localhost and change to root
```
ssh eadmin@guac2.rd.unr.edu -C -L 5906:localhost:5906 -L 5905:localhost:5095
su
```
* Step 2: Make sure that the VMs are running
```
systemctl status hmux@ecc-vm-05
systemctl status hmux@ecc-vm-06
```
* Step 2.1: If VMs are off start them
```
systemctl start hmux@ecc-vm-05
systemctl start hmux@ecc-vm-06
```
* Step 3: On local machine run
```
vncviewer localhost:5905
vncviewer localhost:5906
```
* Step 4: Login to Windows and install whatever needs to be installed
* Step 5: Shutown Windows inside VM then Export VMs
= Exporting Builds
* Step 1: ssh to rd.unr.edu
```
ssh eadmin@guac2.rd.unr.edu
```
* Step 2: cd into vmdrives
```
cd /media/vmdrives
```
* Step 3: run one of the scripts depending on the lab you want
```
sudo sh get-image-sem231.sh
or
sudo sh get-image-sem321.sh
```