Summary
This lab will walk you through the process of
-
Install a virtualizer
-
Import the CS5600 virual machine image
-
Create your user account for the CS5600 virtual machine
Install a virtualizer
We will be using VirtualBox. The VirtualBox version at the time of this writing is 5.0.2
Download and import the CS5600 image
The course staff has created a VirtualBox image that contains a full operating system (Debian stable 32-bit) as well as all the necessary libraries and software needed for the course.
-
Download the VirtualBox image debian-32-cs56001f15-seattle.ova to your machine.
The VirtualBox image is close to 2GB in size. Before you start the download make sure you have a good internet connection and enough space on your machine for the download. |
-
Start VirtualBox and import
debian-32-cs56001f15-seattle.ova
by -
Use the select box to navigate to the location of
debian-32-cs56001f15-seattle.ova
andselect debian-32-cs56001f15-seattle.ova
-
Click Continue
-
Click Import
-
VirtualBox will start reading
debian-32-cs56001f15-seattle.ova
. This will take some time depending on your dekstop’s CPU and Hardrive speeds. -
Once the import is complete, VirtualBox will include an item on its left veritical pane witht he name "debian-32-cs5600f15-seattle" and it will be set to "Powered Off".
Creating your user account for the CS5600 virtual machine
The base image provided has not user accounts, we are going to show you how to create a new user account.
-
Open VirtualBox and double click on "debian-32-cs5600f15-seattle" in the left vertical pane. VirtualBox will open a window and start the booting process for Debian. This will look exactly like booting a machine, but, inside a window of your running OS.
-
Open VirtualBox and double click on "debian-32-cs5600f15-seattle" in the left vertical pane. VirtualBox will open a window and start the booting process for Debian. This will look exactly like booting a machine, but, inside a window of your running OS.
-
Login as the administrator. The login name is
root
, the password iscs5600
-
Upon successfully login in you will see the Debian XFCE desktop and a terminal window with black background and white foreground.
-
Click in the terminal window and type
adduser username
. Replace username with a name that you would like to give to your user. This will be your login name. Press enter. -
You will be asked for a password. Set one.
-
You will be asked to verify your password.
-
You will be asked for
-
Full Name. Type in your full name
-
Room Number. You can leave this field blank.
-
Work Phone. You can leave this field blank.
-
Home Phone. You can leave this field blank.
-
Other. You can leave this field blank.
-
-
Once you are done with the new user creation you will be back at your prompt. Using your mouse click on Applications Menu at the top left hand corner.
-
Select "Log Out"
-
Click on Log Out
-
Now you are back on the login screen.
-
Use the credentials of the user we just created to login in as your new user.