A Linux Virtual Machine for CS-2011 Projects

Size: px
Start display at page:

Download "A Linux Virtual Machine for CS-2011 Projects"

Transcription

1 CS-2011, Machine Organization and Assembly Language, D-term 2013 A Linux Virtual Machine for CS-2011 Projects Hugh C. Lauer Adjunct Professor Worcester Polytechnic Institute As an alternative to working on the CCC Linux systems, a virtual machine is provided for your convenience. It is not necessary to use this, but some students may prefer to use their own laptop or desktop computers for CS-2011 projects. This document describes how to set up a Linux virtual machine on your personal Windows computer using the free VMware Player. 1,2 Virtual Machines A virtual machine is an application program capable of simulating a computer system with enough fidelity and performance to mimic actual computer hardware. The virtual machine concept originated in the 1960s, and it has now matured to the point where virtual machines are routinely used in a wide variety of commercial, academic, and organizational settings. Two important terms in virtual machine technology are host and guest. The host is the hardware and operating system on which the virtual machine application runs e.g., your own computer, a laboratory computer, or a departmental or corporate server. The host operating system is irrelevant, so long as it supports the virtual machine application. Sometimes the host system has no formal operating system of its own and, instead, runs the virtualization application directly on bare hardware. In this case, the virtualization application is called a hypervisor. The guest is the simulated computer, which runs its own operating system and set of applications e.g., a Linux guest running on top of a Windows or Mac-OS host. The virtual machine application uses the host processor(s) to simulate the guest processor(s), and it uses files on the host system to simulate the disks and RAM of the guest system. It also connects some host resources directly to the guest system e.g., the host s CD or DVD drive or a USB flash drive when it is plugged into the host system. This virtual machine is based on VMware Player, a freeware virtualization application. Other virtualization applications are also available and can be used with this virtual machine image, but students who choose to do so are on their own. 1 Students with Linux or Macintosh systems do not need to use this, because the projects can be carried out natively on those platforms. 2 This virtual machine is similar to but smaller than the one used for the operating systems course. 1

2 Download and install your virtual machine Before you can use your virtual machine, you need to acquire and install VMware Player. 3 You can download and install VMware Player from here: Next, download the zip file containing the virtual machine image from the following URL: This file is about 2.1 gigabytes. It will download fairly quickly on the WPI campus, but it could take a long time to off-campus locations with slow network service. 4 Unzip this file to a folder on your hard drive. Please note that the unzipped files may eventually grow to 8-10 gigabytes on your host machine. The unzipped folder should look like Figure 1 below: Figure 1 The most important file is the VMware virtual machine configuration file (with the vmx extension, just above the middle of the figure). This is a text file describing all of the attributes of the virtual machine and its component files. You can open it in a text editor such as Notepad and examine its contents, but that is not necessary for this course. For most purposes in this course, you can use the virtual machine right out of the box. Double click on the vmx file in Figure 1, or navigate to it and open it in VMware Player. If it turns out that you need to make adjustments, see instructions at the end of this document. 3 Also available are VMware Workstation (for Windows or Linux) or VMware Fusion for the Macintosh. 4 If download speed is a problem for you, it is suggested that you download the zip file to a flash drive using a public computer on campus and then physically carry it to your computer off campus. 2

3 After VMware Player opens and before it boots the virtual machine, it will present you with dialog box resembling the following: Figure 2 Be sure to select I copied it. The reason is that VMware generates a network MAC address 5 from the path name of the VMware virtual machine configuration file. VMware uses this path name to figure out whether it is dealing with the same virtual machine or a copy. Very, very bad things happen when two or more computers get onto the same network with the same MAC address. When you select I copied it, VMware changes the MAC address to something different (and hopefully unique, at least within the scope of your network). After the virtual machine is loaded and started, you will be presented with a boot screen resembling the one in Figure 3 below. If you do nothing, a timer will count down and the default version of the operating system i.e., Desktop -- opensuse 12.1 will boot. If you click in the window, you may choose other options before booting, but that should not be necessary in this course. Note: You transfer the input focus of the mouse and keyboard to the virtual machine by clicking in its window or typing CTRL-G. You can return the input focus to the host desktop by typing CTRL-ALT. If the input focus is in the wrong place, the virtual machine won t hear you type and won t notice you moving the mouse. Once the focus is in the virtual machine, you may use the up and down arrows to select the booting option and Enter to invoke that booting option. You can also cancel the boot timer by simply pressing the arrow keys. This will give you time, for example, to change settings in the VMware Player menu bar. During booting, the screen may briefly change to a text console, and then it will eventually change to a GUI login interface resembling Figure 5 on Page 5. If you want to watch the Linux boot messages, type ESC when the input focus is in the virtual machine prior to the GUI login. 5 MAC addresses are the hardware addresses that Ethernet devices use to communicate with each other. MAC stands for Media Access Code. 3

4 Figure 3 If any of these screens is too large to fit into the VMware Player window (or if it is too large to fit on your monitor when you are in full screen mode), you will see scrollbars. You may resize the virtual display to fit your own monitor or window later, after you have logged in (see below under Optional Virtual Machine Settings). You can also run your virtual machine in full-screen mode, during which it occupies the entire display. To enter or leave full-screen mode, simply type CTL-ALT-ENTER. In full-screen mode, a retractable a menu bar resembling Figure 4 appears at the top of the screen. This lets you access useful VMware commands at run time. The thumb tack at the left of the menu bar locks it in place or allows it to retract upward from view. Figure 4 In this menu bar, the Virtual Machine pull-down menu contains various commands that allow you to change the settings of the virtual machines, modify the Shared Folders, connect host devices such as CD-DVD drives and USB devices to the virtual machine, etc. One of the commands allows you to send CTL-ALT-DEL to the guest Also at the right of the menu bar are buttons to minimize, maximize, and close the guest. 4

5 Logging in Figure 5 Log in to the dialog box of Figure 5. Your user ID is student, and your password is CS After you have logged in, you will be presented with a graphic desktop called KDE, the Linux Desktop Environment, shown in Figure 6 below. Under normal circumstances, it will resize itself to fit the window of your VMware application or the full screen. If it does not resize itself, see the instructions for under Optional Virtual Machine Settings below. KDE is the SUSE Linux equivalent of the Windows or Macintosh desktop, and it is used much the same way. In particular, note the little green Gecko icon in the lower left corner. This is functionally equivalent to the Start button in Windows. Click it to get a twodimensional menu of program items and other commands, as shown in Figure 7. 5

6 Figure 6 Note: After you have logged in, you will find that the input focus follows the mouse and cursor. That is, you can move the mouse out of the virtual machine and click in a normal desktop window and work there. You can then move the mouse back into the virtual machine, click, and work there. Normally, you will also be able to cut, copy, and paste between the virtual (i.e., guest) machine and other applications on the host machine. This is made possible by a software package called open-vm-tools, which is installed in the guest operating system. Open a Command Shell Click on the Start button (i.e., the Gecko button) to bring up the Figure 7 menu. Select the Terminal command to bring up a Linux command shell. Test your shell by typing a shell command. Figure 8 shows a small terminal window in which the commands which and ip address have been issued. 6

7 Figure 7 Figure 8 You are now ready to work. You may invoke Firefox by clicking he Firefox icon next to the Gecko (start) button at the bottom of the desktop, or you may type the command firefox & to a command shell. (The & instructs the shell to run the command in the background.) For editing text and C files, use your favorite Linux editor. In this virtual machine, kwrite is particularly recommended. It has a natural graphical user interface, and it can be configured to intelligently indent C code. 7

8 Optional Virtual Machine Settings Changing the Display Size It is a nuisance to try to work with a virtual display of the guest system that does not fit into a window or on the screen of the host system. Under normal circumstances, the display should automatically resize itself. If not, you may want to change the default display size of the guest by invoking the Configure Desktop command from the Start menu of the guest operating system (Figure 7). This brings up a window resembling Figure 9 below. Scroll down until an icon group named Hardware is visible, and then select Display and Monitor to tell KDE the size of the display. After you have selected and applied the new display size, click the option that says to make it the default. Finally, select Application Appearance in the top section, which opens a window with a lot of options. Select Fonts from the left panel. This lets you set the font sizes for most of the window characteristics. Note especially the Force Fonts DPI pull-down menu near the bottom, which controls the number of pixels per inch. Setting this will help the font sizes to look like those sizes on the virtual display. Feel free to experiment with other settings in this tool. Figure 9 Personalizing your virtual machine To change your password, click on the Account Details icon in the top left corner of Figure 9 above. This will bring up a dialog box allowing you to change your password and enter other information about yourself. Alternatively, you can use the passwd shell command. If you want to create another user name for yourself, invoke YaST, the system administration tool, to configure the user and group settings. Click the Start button in the lower left 8

9 corner, select the third submenu, labeled Computer, and select the YaST command, as shown at the top of Figure 10 below. Figure 10 YaST will first ask you for the root password. This is CS-2011, the same as the password for the user student. It will then bring up the YaST window, shown in Figure 11 below. Figure 11 9

10 Select Security and Users from the left panel and User and Group Management from the right panel. Follow this GUI to create a new identity for yourself and/or to change passwords. We suggest that you use your WPI identity. Log out, and then log in with this new identity, and finally use YaST again to delete the student identity. 6 Other Properties of your Virtual Machine In normal circumstances, it is not expected that you will need to change the attributes or properties of your virtual machine. However, if you do, these can be accessed from the Virtual machine settings submenu of the Virtual Machines menu of Figure 3 or Figure 4. Attributes include: The number of processors. There is no need for you to run more than one processor in this course. If you are running on a multi-core machine, you should allocate no more than half the number of processors to the guest machine. The size of (simulated) RAM. By experience, the amount of simulated Random Access Memory in the virtual machine should not exceed half of the amount of physical RAM in the host computer. The size of the RAM memory can be changed when the virtual machine is running, but changes do not take effect until it is restarted. The CD/DVD drive or USB device. These devices in the guest system use the physical devices of the host system. When you insert a CD or DVD into the physical drive of the host, or when you plug a flash drive into a USB port of the host, you can control the behavior as to whether the device should be used by the host system or the guest system. It cannot be used by both at the same time. Conclusion That s it! Enjoy your virtual machine. You are now ready for your first project. When you are ready to take a break, you may power off your virtual machine by invoking the leave tab from the Start menu and selecting the appropriate option. You may also Suspend the virtual machine by simply exiting VMware Player. You can then resume it later. Be sure to back up your work on a regular and frequent basis. Documentation Documentation for VMware Player can be found here: Documentation about OpenSUSE Linux can also be found on-line at This includes a getting started guide, a user s manual, an administrator s manual, and other information. Do not try to print these. Together, they are well over 1000 pages. 6 So far as we can tell, YaST stands for Yet Another System Tool. 10

Setting up your Virtual Machine on VMware

Setting up your Virtual Machine on VMware CS-3013, Operating Systems C-Term 2012 Setting up your Virtual Machine on VMware Hugh C. Lauer Adjunct Professor Worcester Polytechnic Institute For this course, each student will need a virtual machine

More information

Project 0: Linux & Virtual Machine Dabbling

Project 0: Linux & Virtual Machine Dabbling Project 0: Linux & Virtual Machine Dabbling CS-3013 Operating Systems Hugh C. Lauer (Slides include materials from Slides include materials from Modern Operating Systems, 3 rd ed., by Andrew Tanenbaum

More information

Installing and Using SUSE Linux on VMware

Installing and Using SUSE Linux on VMware Introduction Installing and Using SUSE Linux on VMware Hugh C. Lauer Adjunct Professor Worcester Polytechnic Institute August 2006 Virtual machine technology, such as that provided by VMware, 1 offers

More information

The Ip address / Name value should be: srvvcenter-cis

The Ip address / Name value should be: srvvcenter-cis CIS133 Installation Lab #1 - DESKTOP CLIENT OpenSUSE Install. Before beginning the installation, create a virtual machine in which you will install the operating system. 1) Open the VMware vsphere Client.

More information

The Ip address / Name value should be: srvvcenter-cis

The Ip address / Name value should be: srvvcenter-cis CIS133 Installation Lab #1 - DESKTOP CLIENT OpenSUSE Install. Before beginning the installation, create a virtual machine in which you will install the operating system. 1) Open the VMware vsphere Client.

More information

1) Use either Chrome of Firefox to access the VMware vsphere web Client.

1) Use either Chrome of Firefox to access the VMware vsphere web Client. CIS133 Installation Lab #1 Web Client OpenSUSE Install. 1) Use either Chrome of Firefox to access the VMware vsphere web Client. https://vweb.bristolcc.edu CHROME FireFox At the your connection is not

More information

This is Lab Worksheet 7 - not an Assignment

This is Lab Worksheet 7 - not an Assignment This is Lab Worksheet 7 - not an Assignment This Lab Worksheet contains some practical examples that will prepare you to complete your Assignments. You do not have to hand in this Lab Worksheet. Make sure

More information

CTEC1863/2018F Bonus Lab Page 1 of 5

CTEC1863/2018F Bonus Lab Page 1 of 5 CTEC1863/2018F Bonus Lab Page 1 of 5 Bonus Lab: OpenSUSE Linux Rescue In this lab, we will install an OpenSUSE virtual machine. However, both the non-root user and the root passwords are unknown. To fix

More information

This is Lab Worksheet/Installation 7

This is Lab Worksheet/Installation 7 This is Lab Worksheet/Installation 7 This Lab Worksheet/Installation contains essential installation work needed for your upcoming Assignments. You do not have to hand in this Lab Worksheet, but there

More information

VMware Horizon FLEX Client User Guide

VMware Horizon FLEX Client User Guide Horizon FLEX 1.10 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions of this

More information

1) Use either Chrome of Firefox to access the VMware vsphere web Client. https://vweb.bristolcc.edu

1) Use either Chrome of Firefox to access the VMware vsphere web Client. https://vweb.bristolcc.edu CIS133 Installation Lab #1 Web Client OpenSUSE Install. I strongly recommend that the desktop client be used to complete the installation. You will have no mouse access during the installation and it s

More information

CIS 231 Windows 7 Install Lab #2

CIS 231 Windows 7 Install Lab #2 CIS 231 Windows 7 Install Lab #2 1) To avoid certain problems later in the lab, use Chrome as your browser: open this url: https://vweb.bristolcc.edu 2) Here again, to avoid certain problems later in the

More information

Using the Zoo Workstations

Using the Zoo Workstations Using the Zoo Workstations Version 1.86: January 16, 2014 If you ve used Linux before, you can probably skip many of these instructions, but skim just in case. Please direct corrections and suggestions

More information

RocIT Defender User s Guide ViSoS TM Virtual System on a Stick

RocIT Defender User s Guide ViSoS TM Virtual System on a Stick RocIT Defender User s Guide ViSoS TM Virtual System on a Stick Table of Contents 1. Introduction 3 1.1. Minimum System Requirements 3 1.2. Drive Specifications 4 2. Startup Procedure 4 2.1. Configure computer

More information

CIS 231 Windows 10 Install Lab # 3

CIS 231 Windows 10 Install Lab # 3 CIS 231 Windows 10 Install Lab # 3 1) To avoid certain problems later in the lab, use Chrome as your browser: open this url: https://vweb.bristolcc.edu 2) Here again, to avoid certain problems later in

More information

Setting up Python 3.4 and numpy and matplotlib on your own Windows PC or laptop

Setting up Python 3.4 and numpy and matplotlib on your own Windows PC or laptop CS-1004, Introduction to Programming for Non-Majors, A-Term 2015 Setting up Python 3.4 and numpy and matplotlib on your own Windows PC or laptop Hugh C. Lauer Adjunct Professor Worcester Polytechnic Institute

More information

Building a 64-bit CentOS 7 Workstation using Oracle Virtual Box

Building a 64-bit CentOS 7 Workstation using Oracle Virtual Box Building a 64-bit CentOS 7 Workstation using Oracle Virtual Box jthomas Enterprises, 2016 Building a CentOS 7 Workstation using Oracle VirtualBox 1 Section 1 Before You Begin This section details the environment

More information

Lab #5 Guide: Installing Ubuntu as a Virtual Machine

Lab #5 Guide: Installing Ubuntu as a Virtual Machine Lab #5 Guide: Installing Ubuntu as a Virtual Machine CTEC1863/2018F Operating Systems Mike Boldin Tools, Materials and Equipment Oracle VirtualBox software official site: https://www.virtualbox.org/wiki/downloads

More information

HiveManager Virtual Appliance QuickStart

HiveManager Virtual Appliance QuickStart This QuickStart describes the installation of a HiveManager Virtual Appliance. Introduction to HiveManager Virtual Appliance Before you can install the HiveManager Virtual Appliance, you must first install

More information

Section 2 Getting Started

Section 2 Getting Started Section 2 Getting Started ECDL Section 2 Getting Started By the end of this section you should be able to: Start, restart and close down a device Log on and log off Windows Recognise and use the Desktop

More information

CIS 231 Windows 2012 R2 Server Install Lab #1

CIS 231 Windows 2012 R2 Server Install Lab #1 CIS 231 Windows 2012 R2 Server Install Lab #1 1) To avoid certain problems later in the lab, use Chrome as your browser: open this url: https://vweb.bristolcc.edu 2) Here again, to avoid certain problems

More information

Installing Hortonworks Data Platform 2.1 Technical Preview VirtualBox on Windows

Installing Hortonworks Data Platform 2.1 Technical Preview VirtualBox on Windows Installing Hortonworks Data Platform 2.1 Technical Preview VirtualBox on Windows Getting Ready to install on Windows using Oracle VirtualBox Use this section to prepare for your installation. Prerequisites

More information

COPYRIGHTED MATERIAL. Using Adobe Bridge. Lesson 1

COPYRIGHTED MATERIAL. Using Adobe Bridge. Lesson 1 Lesson Using Adobe Bridge What you ll learn in this lesson: Navigating Adobe Bridge Using folders in Bridge Making a Favorite Creating metadata Using automated tools Adobe Bridge is the command center

More information

BIG STEP 400: INSTALL "VMWARE TOOLS" INTO "WINDOWS 10.." RUNNING INSIDE A "VIRTUAL MACHINE" INSIDE "VMWARE WORKSTATION PLAYER"

BIG STEP 400: INSTALL VMWARE TOOLS INTO WINDOWS 10.. RUNNING INSIDE A VIRTUAL MACHINE INSIDE VMWARE WORKSTATION PLAYER BIG STEP 400: INSTALL "VMWARE TOOLS" INTO "WINDOWS 10.." RUNNING INSIDE A "VIRTUAL MACHINE" INSIDE "VMWARE WORKSTATION PLAYER" 1 Web location for this presentation: http://aztcs.org Click on Meeting Notes

More information

System Requirements for Mac OS X Clients. Download View Client Package. **Take note: This guide is not a detailed step by step guide.

System Requirements for Mac OS X Clients. Download View Client Package. **Take note: This guide is not a detailed step by step guide. **Take note: This guide is not a detailed step by step guide. System Requirements for Mac OS X Clients Download View Client Package 1. Launch Safari. 2. Please click on FAQs, navigate to How-to sub-category

More information

VOCAL. Video Optical Comparison and Logging. User Guide

VOCAL. Video Optical Comparison and Logging. User Guide VOCAL Video Optical Comparison and Logging User Guide VOCAL is a custom user interface developed by Gradient Lens Corporation and designed to work within the VisionGauge measurement software to provide

More information

Media Guide: PowerPoint 2010

Media Guide: PowerPoint 2010 Media Guide: PowerPoint 2010 Contents Introduction... 1 Planning Your Presentation... 2 Media Preparation... 2 Optimizing Images... 3 Media and Your PowerPoint Presentation... 4 Common Tasks in PowerPoint

More information

Laboratory Assignment #4 Debugging in Eclipse CDT 1

Laboratory Assignment #4 Debugging in Eclipse CDT 1 Lab 4 (10 points) November 20, 2013 CS-2301, System Programming for Non-majors, B-term 2013 Objective Laboratory Assignment #4 Debugging in Eclipse CDT 1 Due: at 11:59 pm on the day of your lab session

More information

Installing Hortonworks Sandbox VMware Player on Windows 1

Installing Hortonworks Sandbox VMware Player on Windows 1 Installing Hortonworks Sandbox VMWare Player on Windows Getting Ready to install on Windows using VMware Player Use this section to prepare for your installation. Prerequisites To use the Hortonworks Sandbox

More information

What is VMware View. IMPORTANT: Connecting from Off-Campus. Connecting to View Desktops. Downloading the Client

What is VMware View. IMPORTANT: Connecting from Off-Campus. Connecting to View Desktops. Downloading the Client 1. What is VMware View 2. Connecting from Off-Campus 3. Connecting to View Desktops 4. Extra View Tips 5. What to do if something is wrong What is VMware View VMware View is a technology that allows us

More information

VMware Horizon FLEX Client User Guide. 26 SEP 2017 Horizon FLEX 1.12

VMware Horizon FLEX Client User Guide. 26 SEP 2017 Horizon FLEX 1.12 26 SEP 2017 Horizon FLEX 1.12 You can find the most up-to-date technical documentation on the VMware Web site at: https://docs.vmware.com/ The VMware Web site also provides the latest product updates.

More information

Examplify v12 Exam Instructions

Examplify v12 Exam Instructions Examplify v12 Exam Instructions 1) Downloading Exams (DO THIS PRIOR TO EXAM DAY) Watch for email notifications to download exams. Establish an Internet connection. Double-click the Examplify icon on the

More information

Sun VirtualBox Installation Tutorial

Sun VirtualBox Installation Tutorial Sun VirtualBox Installation Tutorial Installing Linux Mint 5 LTS Guest OS By Dennis Berry Welcome to the world of virtualization and Linux. This tutorial is intended to help users who are new to the world

More information

SETTING UP THE STUDENT COMPUTERS

SETTING UP THE STUDENT COMPUTERS C SETTING UP THE STUDENT COMPUTERS Understanding the System Requirements Getting the Course Virtual Machines Getting the Course Files APPENDIX C: SETTING UP THE STUDENT COMPUTERS C-1 Understanding the

More information

WA2592 Applied Data Science and Big Data Analytics. Classroom Setup Guide. Web Age Solutions Inc. Copyright Web Age Solutions Inc.

WA2592 Applied Data Science and Big Data Analytics. Classroom Setup Guide. Web Age Solutions Inc. Copyright Web Age Solutions Inc. WA2592 Applied Data Science and Big Data Analytics Classroom Setup Guide Web Age Solutions Inc. Copyright Web Age Solutions Inc. 1 Table of Contents Part 1 - Class Setup...3 Part 2 - Minimum Software Requirements

More information

Computer Basics. Page 1 of 10. We optimize South Carolina's investment in library and information services.

Computer Basics. Page 1 of 10. We optimize South Carolina's investment in library and information services. Computer Basics Page 1 of 10 We optimize South Carolina's investment in library and information services. Rev. Oct 2010 PCs & their parts What is a PC? PC stands for personal computer. A PC is meant to

More information

FireFox. CIS 231 Windows 2012 R2 Server Install Lab #1

FireFox. CIS 231 Windows 2012 R2 Server Install Lab #1 CIS 231 Windows 2012 R2 Server Install Lab #1 1) Use either Chrome or Firefox to access the VMware vsphere web Client. https://vweb.bristolcc.edu CHROME At the your connection is not private message, click

More information

WA2393 Data Science for Solution Architects. Classroom Setup Guide. Web Age Solutions Inc. Copyright Web Age Solutions Inc. 1

WA2393 Data Science for Solution Architects. Classroom Setup Guide. Web Age Solutions Inc. Copyright Web Age Solutions Inc. 1 WA2393 Data Science for Solution Architects Classroom Setup Guide Web Age Solutions Inc. Copyright Web Age Solutions Inc. 1 Table of Contents Part 1 - Class Setup...3 Part 2 - Minimum Software Requirements

More information

Windows Me Navigating

Windows Me Navigating LAB PROCEDURE 11 Windows Me Navigating OBJECTIVES 1. Explore the Start menu. 2. Start an application. 3. Multi-task between applications. 4. Moving folders and files around. 5. Use Control Panel settings.

More information

FireFox. CIS 231 Windows 10 Install Lab # 3. 1) Use either Chrome of Firefox to access the VMware vsphere web Client.

FireFox. CIS 231 Windows 10 Install Lab # 3. 1) Use either Chrome of Firefox to access the VMware vsphere web Client. CIS 231 Windows 10 Install Lab # 3 1) Use either Chrome of Firefox to access the VMware vsphere web Client. https://vweb.bristolcc.edu CHROME At the your connection is not private message, click Advanced

More information

Installing Hortonworks Data Platform 2.1 Technical Preview VirtualBox on Mac

Installing Hortonworks Data Platform 2.1 Technical Preview VirtualBox on Mac Installing Hortonworks Data Platform 2.1 Technical Preview VirtualBox on Mac Getting Ready to install on Mac using Oracle VirtualBox Use this section to prepare for your installation. Prerequisites To

More information

Computer Basics Written by Brian O'Rooney. Copyright 2000 Nanaimo Literacy Association All rights reserved

Computer Basics Written by Brian O'Rooney. Copyright 2000 Nanaimo Literacy Association All rights reserved Written by Brian O'Rooney Copyright 2000 Nanaimo Literacy Association All rights reserved Windows is a registered trademark of Microsoft Corporation. This product/publication includes images from WordPerfect

More information

Laboratory Assignment #3 Eclipse CDT

Laboratory Assignment #3 Eclipse CDT Lab 3 September 12, 2010 CS-2303, System Programming Concepts, A-term 2012 Objective Laboratory Assignment #3 Eclipse CDT Due: at 11:59 pm on the day of your lab session To learn to learn to use the Eclipse

More information

WA2342 NoSQL Systems Comparison. Lab Server VM Setup Guide. Web Age Solutions Inc. Copyright Web Age Solutions Inc. 1

WA2342 NoSQL Systems Comparison. Lab Server VM Setup Guide. Web Age Solutions Inc. Copyright Web Age Solutions Inc. 1 WA2342 NoSQL Systems Comparison Lab Server VM Setup Guide Web Age Solutions Inc. Copyright Web Age Solutions Inc. 1 Table of Contents Part 1 - Minimum Hardware Requirements...3 Part 2 - Minimum Software

More information

Starting the KVM Console

Starting the KVM Console Starting the KVM Console This chapter includes the following sections: KVM Console, page 1 Starting the KVM Console from a Server, page 5 Starting the KVM Console from a Service Profiles, page 5 Starting

More information

WA2503 Hadoop Programming on the. Hortonworks Data Platform. Lab Setup Guide. Web Age Solutions Inc. Copyright Web Age Solutions Inc.

WA2503 Hadoop Programming on the. Hortonworks Data Platform. Lab Setup Guide. Web Age Solutions Inc. Copyright Web Age Solutions Inc. WA2503 Hadoop Programming on the Hortonworks Data Platform Lab Setup Guide Web Age Solutions Inc. Copyright Web Age Solutions Inc. 1 Table of Contents Part 1 - Minimum Hardware Requirements...3 Part 2

More information

Your Own Virtual Playground. CS 1585 :: Doug McGeehan

Your Own Virtual Playground. CS 1585 :: Doug McGeehan Your Own Virtual Playground CS 1585 :: Doug McGeehan Overview Follow these steps on your personal laptop or home PC. 1. 2. 3. 4. 5. Open this URL in your browser: http://tiny.cc/dsl-vm Download and Install

More information

Virtual Data Center (vdc) Manual

Virtual Data Center (vdc) Manual Virtual Data Center (vdc) Manual English Version 1.0 Page 1 of 43 Content 1 HOW TO USE CLOUD PORTAL (VMWARE VIRTUAL DATA CENTER)... 3 2 VMWARE SYSTEM DETAILS... 5 3 HOW TO MANAGE VIRTUAL MACHINE... 6 Edit

More information

Send the Ctrl-Alt-Delete key sequence to the Guest OS one of two ways: Key sequence: Ctlr-Alt-Ins Menu Sequence: VM / Guest / Send Ctrl-Alt-Delete

Send the Ctrl-Alt-Delete key sequence to the Guest OS one of two ways: Key sequence: Ctlr-Alt-Ins Menu Sequence: VM / Guest / Send Ctrl-Alt-Delete CIS 231 Windows 2008 Server Install Lab #1 (Virtual Machines) Keys to Remember when using the vsphere client. Send the Ctrl-Alt-Delete key sequence to the Guest OS one of two ways: Key sequence: Ctlr-Alt-Ins

More information

VMware Horizon Client Installation Guide (Windows)

VMware Horizon Client Installation Guide (Windows) VMware Horizon Client Installation Guide (Windows) (Please note: The steps in this document must be followed exactly as shown in order to ensure a proper installation.) Requirements: You must have an existing

More information

Handout Objectives: a. b. c. d. 3. a. b. c. d. e a. b. 6. a. b. c. d. Overview:

Handout Objectives: a. b. c. d. 3. a. b. c. d. e a. b. 6. a. b. c. d. Overview: Computer Basics I Handout Objectives: 1. Control program windows and menus. 2. Graphical user interface (GUI) a. Desktop b. Manage Windows c. Recycle Bin d. Creating a New Folder 3. Control Panel. a. Appearance

More information

Click Here to Begin OS X. Welcome to the OS X Basics Learning Module.

Click Here to Begin OS X. Welcome to the OS X Basics Learning Module. OS X Welcome to the OS X Basics Learning Module. This module will teach you the basic operations of the OS X operating system, found on the Apple computers in the College of Technology computer labs. The

More information

Installing Hortonworks Sandbox VMware Player on Windows

Installing Hortonworks Sandbox VMware Player on Windows Installing Hortonworks Sandbox VMware Player on Windows Getting Ready to install on Windows using VMware Player Use this section to prepare for your installation. Prerequisites To use the Hortonworks Sandbox

More information

Installing the Operating System or Hypervisor

Installing the Operating System or Hypervisor If you purchased E-Series Server or NCE Option 1 (E-Series Server or NCE without a preinstalled operating system or hypervisor), you must install an operating system or hypervisor. This chapter includes

More information

Practice Labs User Guide

Practice Labs User Guide Practice Labs User Guide This page is intentionally blank Contents Introduction... 3 Overview... 3 Accessing Practice Labs... 3 The Practice Labs Interface... 4 Minimum Browser Requirements... 5 The Content

More information

EECS 1710 SETTING UP A VIRTUAL MACHINE (for EECS labs)

EECS 1710 SETTING UP A VIRTUAL MACHINE (for EECS labs) EECS 1710 SETTING UP A VIRTUAL MACHINE (for EECS labs) In this tutorial, we will work through the process of setting up a virtual machine on your home desktop/laptop, that reflects the working environment

More information

Installing and configuring an Android device emulator. EntwicklerCamp 2012

Installing and configuring an Android device emulator. EntwicklerCamp 2012 Installing and configuring an Android device emulator EntwicklerCamp 2012 Page 1 of 29 Table of Contents Lab objectives...3 Time estimate...3 Prerequisites...3 Getting started...3 Setting up the device

More information

Computer Basics. Hardware. This class is designed to cover the following basics:

Computer Basics. Hardware. This class is designed to cover the following basics: Computer Basics This class is designed to cover the following basics: computer hardware software computer s operating system different kinds of storage devices you can use to save files using a mouse what

More information

1) Use either Chrome of Firefox to access the VMware vsphere web Client. https://vweb.bristolcc.edu. FireFox

1) Use either Chrome of Firefox to access the VMware vsphere web Client. https://vweb.bristolcc.edu. FireFox CIS 231 Windows 7 Install Lab #2 1) Use either Chrome of Firefox to access the VMware vsphere web Client. https://vweb.bristolcc.edu CHROME At the your connection is not private message, click Advanced

More information

Setting up Python 3.5, numpy, and matplotlib on your Macintosh or Linux computer

Setting up Python 3.5, numpy, and matplotlib on your Macintosh or Linux computer CS-1004, Introduction to Programming for Non-Majors, C-Term 2017 Setting up Python 3.5, numpy, and matplotlib on your Macintosh or Linux computer Hugh C. Lauer Adjunct Professor Worcester Polytechnic Institute

More information

QUICK START GUIDE Seawolf Bootable and Seawolf VA (Virtual Appliance)

QUICK START GUIDE Seawolf Bootable and Seawolf VA (Virtual Appliance) QUICK START GUIDE Seawolf Bootable and Seawolf VA (Virtual Appliance) Page 1 of 10 Seawolf Quick Start Guide Version: 1.0 Copyright. All rights reserved. kaiwantech, a division of Designer Graphix # 4931,

More information

Introduction to Windows

Introduction to Windows Introduction to Windows Naturally, if you have downloaded this document, you will already be to some extent anyway familiar with Windows. If so you can skip the first couple of pages and move on to the

More information

For this class we are going to create a file in Microsoft Word. Open Word on the desktop.

For this class we are going to create a file in Microsoft Word. Open Word on the desktop. File Management Windows 10 What is File Management? As you use your computer and create files you may need some help in storing and retrieving those files. File management shows you how to create, move,

More information

Computer Basics. Need more help? What s in this guide? Types of computers and basic parts. Why learn to use a computer?

Computer Basics. Need more help? What s in this guide? Types of computers and basic parts. Why learn to use a computer? Computer Basics What s in this guide? The purpose of this guide is to help you feel more comfortable using a computer. You will learn: The similarities and differences between laptop, desktop, and tablet

More information

College of Pharmacy Windows 10

College of Pharmacy Windows 10 College of Pharmacy Windows 10 Windows 10 is the version of Microsoft s flagship operating system that follows Windows 8; the OS was released in July 2015. Windows 10 is designed to address common criticisms

More information

Installing and Upgrading Cisco Network Registrar Virtual Appliance

Installing and Upgrading Cisco Network Registrar Virtual Appliance CHAPTER 3 Installing and Upgrading Cisco Network Registrar Virtual Appliance The Cisco Network Registrar virtual appliance includes all the functionality available in a version of Cisco Network Registrar

More information

SAM Assessment, Training and Projects for Microsoft Office

SAM Assessment, Training and Projects for Microsoft Office SAM Assessment, Training and Projects for Microsoft Office December 2015 System Requirements Contents Overview 2 Introduction 2 System Requirements 3 Workstation Requirements 3 Setting Up SAM Workstations

More information

Users with Visual Disabilities Participate in Web Conferences with Adobe Connect

Users with Visual Disabilities Participate in Web Conferences with Adobe Connect Adobe Connect 9 Accessibility White Paper Contents Overview of Connect 1 Information for Screen Reader Users 2 Preparing to Use Connect 2 Use a Web Browser to Enter Connect 2 Entering an Open Meeting Room

More information

More information, including a printable version of these instructions, is available at our website.

More information, including a printable version of these instructions, is available at our website. If you need immediate assistance or further instructions, please contact The Center for Instructional Services at extension 7121. To report a problem please visit our website at www.cis.tcu.edu and click

More information

Basic Computer Operations

Basic Computer Operations Basic Computer Operations Goals By learning terms associated with computers and some basic operations, you'll be ready to make best use of a computer. Contents Computer terms Starting up and shutting down

More information

How to Use Launch on a Desktop

How to Use Launch on a Desktop Getting Started Install the VMware Horizon Client Software on: Home Computer You will need Capital Power Username and Password Entrust security code (soft token or grid card) Minimum Operating System Requirements

More information

napp-it on OpenIndiana

napp-it on OpenIndiana napp-it on OpenIndiana Setup and First steps published: 2017-Apr-24 (c) napp-it.org Licence: CC-BY-SA see http://creativecommons.org/licenses/by-sa/2.0/ Content: 1. Setup options for OpenIndiana (Hipster)

More information

JCCC Virtual Labs. Click the link for more information on installing on that device type. Windows PC/laptop Apple imac or MacBook ipad Android Linux

JCCC Virtual Labs. Click the link for more information on installing on that device type. Windows PC/laptop Apple imac or MacBook ipad Android Linux JCCC Virtual Labs Revision 9/21/2017 http://ats.web. Welcome to the JCCC Virtual Lab Environment. This system allows students to access campus software titles on their personal computers from almost anywhere.

More information

IT Essentials v6.0 Windows 10 Software Labs

IT Essentials v6.0 Windows 10 Software Labs IT Essentials v6.0 Windows 10 Software Labs 5.2.1.7 Install Windows 10... 1 5.2.1.10 Check for Updates in Windows 10... 10 5.2.4.7 Create a Partition in Windows 10... 16 6.1.1.5 Task Manager in Windows

More information

Libraries. Multi-Touch. Aero Peek. Sema Foundation 10 Classes 2 nd Exam Review ICT Department 5/22/ Lesson - 15

Libraries. Multi-Touch. Aero Peek. Sema Foundation 10 Classes 2 nd Exam Review ICT Department 5/22/ Lesson - 15 10 Classes 2 nd Exam Review Lesson - 15 Introduction Windows 7, previous version of the latest version (Windows 8.1) of Microsoft Windows, was produced for use on personal computers, including home and

More information

CST VMWare Documentation

CST VMWare Documentation Login to the vsphere Web Client using a web browser by navigating to https://cstvmware.ridgewater.edu/ui/. Chrome is the best for this, but others will work. You will see a page like this: Login with your

More information

OPERATING SYSTEMS Chapter 13 Virtual Machines. CS3502 Spring 2017

OPERATING SYSTEMS Chapter 13 Virtual Machines. CS3502 Spring 2017 OPERATING SYSTEMS Chapter 13 Virtual Machines CS3502 Spring 2017 Virtual Machines Allow you to run a Guest Operating System on top of a Host Operating System VMware (for most systems) Microsoft Virtual

More information

System Requirements July 2017

System Requirements July 2017 System Requirements July 2017 Contents Overview to the SAM System Requirements Guide 3 Setting Up Your Computer 4 Workstation Requirements 4 Necessary Software 5 Disk Protection Software 5 Monitor Resolution

More information

IT 341 Introduction to System Administration Project I Installing Ubuntu Server on a Virtual Machine

IT 341 Introduction to System Administration Project I Installing Ubuntu Server on a Virtual Machine IT 341 Introduction to System Administration Project I Installing Ubuntu Server on a Virtual Machine Here we create a new virtual machine and install Ubuntu 16.04 LTS Server on it. In this instance, we

More information

Windows 10 Essentials

Windows 10 Essentials Windows 10 Essentials User Interface START MENU Start typing to search for applications or files Once the start menu is open you can change its size by dragging a side Right-click on an application and

More information

Getting Started with VMware Fusion VMware Fusion for Mac OS X Version 1.0

Getting Started with VMware Fusion VMware Fusion for Mac OS X Version 1.0 VMware Fusion for Mac OS X Version 1.0 Getting Started with VMware Fusion Revision: 20070806 Item: VMF-ENG-Q307-295 You can find the most up-to-date technical documentation on our Web site at http://www.vmware.com/support/

More information

SIS offline. Getting Started

SIS offline. Getting Started SIS offline We highly recommend using Firefox version 3.0 or newer with the offline SIS. Internet Explorer is specifically not recommended because of its noncompliance with internet standards. Getting

More information

Work Smart: Windows 7 New Features

Work Smart: Windows 7 New Features About Windows 7 New Features The Windows 7 operating system offers several new features to help you work faster and more efficiently, and enable you to access the files, folders, programs, and applications

More information

Voyant Connect User Guide

Voyant Connect User Guide Voyant Connect User Guide WELCOME TO VOYANT CONNECT 3 INSTALLING VOYANT CONNECT 3 MAC INSTALLATION 3 WINDOWS INSTALLATION 4 LOGGING IN 4 WINDOWS FIRST LOGIN 6 MAKING YOUR CLIENT USEFUL 6 ADDING CONTACTS

More information

CHAPTER 1 COPYRIGHTED MATERIAL. Getting to Know AutoCAD. Opening a new drawing. Getting familiar with the AutoCAD and AutoCAD LT Graphics windows

CHAPTER 1 COPYRIGHTED MATERIAL. Getting to Know AutoCAD. Opening a new drawing. Getting familiar with the AutoCAD and AutoCAD LT Graphics windows CHAPTER 1 Getting to Know AutoCAD Opening a new drawing Getting familiar with the AutoCAD and AutoCAD LT Graphics windows Modifying the display Displaying and arranging toolbars COPYRIGHTED MATERIAL 2

More information

Setting Up U P D AT E D 1 / 3 / 1 6

Setting Up U P D AT E D 1 / 3 / 1 6 Setting Up A GUIDE TO SETTING UP YOUR VIRTUAL MACHINE FOR PYTHON U P D AT E D 1 / 3 / 1 6 Why use a virtual machine? Before we begin, some motivation. Python can be installed on your host OS and many of

More information

Hardware. Hardware is the physical components that you knock on, that you can touch. (Monitor, processor chip, CD-ROM drive set.)

Hardware. Hardware is the physical components that you knock on, that you can touch. (Monitor, processor chip, CD-ROM drive set.) Intro to Computers Overview: Hardware Software (two types) Hardware to interact with software (keyboard and mouse) Windows features (window parts, menu) 1 Hardware Hardware is the physical components that

More information

VMware Horizon Client for Chrome OS User Guide. 04 JAN 2018 VMware Horizon Client for Chrome OS 4.7

VMware Horizon Client for Chrome OS User Guide. 04 JAN 2018 VMware Horizon Client for Chrome OS 4.7 VMware Horizon Client for Chrome OS User Guide 04 JAN 2018 VMware Horizon Client for Chrome OS 4.7 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

Functional Skills. Entry 3 to Level 2. IT Basics Information

Functional Skills. Entry 3 to Level 2. IT Basics Information Functional Skills Skills ICT Entry 3 to Level 2 YOU DO NOT NEED TO WORK THROUGH THIS. IT IS AN PACK TO TEACH YOU THE SKILLS NEEDED TO COMPLETE THE TASKS. YOU CAN USE IT WHILST WORKING THROUGH THE TASKS,

More information

CyberDiscovery User Guide Version 0.1

CyberDiscovery User Guide Version 0.1 CyberDiscovery User Guide Version 0.1 Overview Welcome to CyberDiscovery! The CyberDiscovery is a high-resolution visualization and display instrument powered by the Sage2 software. You can use it for

More information

The Fundamentals. Document Basics

The Fundamentals. Document Basics 3 The Fundamentals Opening a Program... 3 Similarities in All Programs... 3 It's On Now What?...4 Making things easier to see.. 4 Adjusting Text Size.....4 My Computer. 4 Control Panel... 5 Accessibility

More information

Examplify Student Guide

Examplify Student Guide Syracuse University COLLEGE OF LAW Examplify Student Guide 2018 Information Technology and Support Services Suite 215 Dineen Hall lawhelp@law.syr.edu 315-443-9561 1 The College of Law requires students

More information

USB to VGA/DVI Adapter User s Manual

USB to VGA/DVI Adapter User s Manual USB to VGA/DVI Adapter User s Manual 1 Contents 1. Contents...2 2. Introduction...3 3. Installation Guide...3 PC requirements...3 Installing the USB to VGA/DVI software on Windows Vista...4 Hardware first

More information

The First-Time Login Must Be On-Campus using Ethernet Cable

The First-Time Login Must Be On-Campus using Ethernet Cable Mac OS X Configuration Tips & Resources Information Technology Services The First-Time Login Must Be On-Campus using Ethernet Cable September 8, 2016 1. Before your start up your new (or re-imaged) Mac

More information

GO! Finder V1.4. User Manual

GO! Finder V1.4. User Manual GO! Finder V1.4 User Manual 1 Tables of Contents GO! Finder Introduction-------------------------------------------------------------------------------------1 System Requirements ---------------------------------------------------------------------------------------2

More information

Lab Install Windows 8

Lab Install Windows 8 Introduction In this lab, you will install Windows 8.1 and 8.0. Recommended Equipment A computer with a blank hard disk drive Windows 8.1 and 8.0 installation DVD or USB flash drive Step 1: Starting the

More information

8 ISSUE 02 SPECIAL EDITION. Installing opensuse Ready to get started? This article shows you how to install opensuse from the disc

8 ISSUE 02 SPECIAL EDITION. Installing opensuse Ready to get started? This article shows you how to install opensuse from the disc Installing opensuse 11.0 Ready to get started? This article shows you how to install opensuse from the disc included with this special edition. BY MARCEL HILZINGER he two-sided DVD included with this special

More information

KEYBOARD SHORTCUTS AND HOT KEYS

KEYBOARD SHORTCUTS AND HOT KEYS KEYBOARD SHORTCUTS AND HOT KEYS Page 1 This document is devoted to using the keyboard instead of the mouse to perform tasks within applications. This list is by no means the "be all and end all". There

More information

Title: Demonstrate the linux installation and administration settings.

Title: Demonstrate the linux installation and administration settings. OOPL Assignment 1 Title: Demonstrate the linux installation and administration settings. Objectives: 1) To install Ubuntu Linux on Windows without erasing current operating system. 2) To give the students

More information

EDTE 330A/B. Educational Technology in the Classroom: Applications and Integrations

EDTE 330A/B. Educational Technology in the Classroom: Applications and Integrations EDTE 330A/B Educational Technology in the Classroom: Applications and Integrations California State University, Sacramento Department of Teacher Education Instructor Brian S., Ph.D. 1 Rules and Procedures

More information