#1 Assignment Lab Guide
This guide will help you with:
Login and change password
Import VM from NAS
Set up VM
Back up VM to NAS
Logout
Important
When copy any code, don't copy the following mentioned symbols at the beginning of each line.
"$" precedes Linux commands that are typed at a regular user's shell prompt, usually your host machine
"#" precedes Linux commands that are typed at a root shell prompt, usually in a VM
Machines in the lab cannot connect to Internet but you are able to do yum install basic software with local yum repositories.
All assignments should be done in the lab.
Please back up everything you need for later use to NAS. If you don't, it's possible that your data or VMs get destroyed.
Login and change password
Start computer and login with username and initial password given at first class. You can login to any machine in the lab.
Once login, please open a terminal and change your password at first
Import VM from NAS
A network attached storage (NAS) is used to store all iso images, scripts, as well as your backups.
For students in Charleston, use "sftp username@192.168.20.5".
Set up VM
Open Oracle VM VirtualBox
Click on Settings, make sure it attached to "Bridged Adapter", and click at the exchange button to generates a new random MAC address (next to MAC Address).
Start VM, login with username: root, password: root. Type "startx" to GUI.
Then change the password.
Change IP address to the one given on first day of class. This step doesn't finish until you turn off network and then turn on.
For Charleston students, Address: 192.168.20.xxx, Gateway: 192.168.20.1
Back up VM to NAS
For students in Charleston, use "sftp username@192.168.20.5".
To delete a file:
To delete all files in a folder:
To delete a folder:
To make a folder:
Get your back up folder:
or file:
You can download your back up from NAS on any machines in the lab.
Logout
Please logout of your account before leave the lab, which will protect your account. Do not power off the machine.
Last updated