Once Ubuntu is running, you will see the following startup screen (MacOS X host environment shown):

UbuntuA

Click on "osboxes.org" to log in. "osboxes.org" is the "display name" for the username "osboxes" and you will use the password "osboxes.org". Don't worry if you don't quite understand that, just click on the text "osboxes.org"…

UbuntuB


and enter the password "osboxes.org" when you are prompted. You should then see the following screen:



Ubuntu1



The "Apps" button is the small grid of nine squares in the bottom left hand corner of the screen. Click on the Apps button:


Ubuntu2


The Apps button is your doorway to all the applications installed in the virtual machine. For now, we are going to use it to search for the "Terminal" application so we can access the "shell":


Ubuntu3


Type "Terminal" in the text field and the Terminal application icon should be the only one shown. Hit the RETURN button on your keyboard to launch Terminal:


Ubuntu4



You will see the Terminal icon appear underneath the blue question mark icon. If you were to exit the Terminal application now, the Terminal icon would disappear and you would have to repeat these steps to find and launch the Terminal application again. So, let's make it so that it always appears in the side bar. Click on the Terminal icon and drag it above the blue question mark icon:


Ubuntu5




When you let go, the Terminal icon will take up permanent residence above the question mark icon:


Ubuntu6



Now that it's there, you can click on it to launch a terminal window if Terminal isn't already running. We will be doing most of our work in Terminal windows for this course. Test out the terminal by typing a shell command such as pwd (which should tell you what the current directory is). In the terminal window type "pwd", like this:


Ubuntu7



You should see a response such as "/home/osboxes" as shown above. If you ever close your terminal window, you can always get a new terminal window by clicking on the Terminal icon in the sidebar again!


Congratulations, you are now ready for CS 2043!!!