Your desktop or laptop computer consists of several hardware components:

Size: px
Start display at page:

Download "Your desktop or laptop computer consists of several hardware components:"

Transcription

1 Appendix A VirtualBox This appendix describes the role of an operating system on your desktop or laptop computer, how virtualization packages enable you to simultaneously run multiple operating systems on a single desktop or laptop, and how to install and use the open source virtualization package VirtualBox available from Oracle. A.1 Operating Systems A.1.1 What is an operating system? Your desktop or laptop computer consists of several hardware components: a processor chip, which itself may consist of many cores; each core implements the instructions of a particular computer architecture; most desktops and laptops implement the x86 and AMD64/Intel64 architecture; other possible architectures are PowerPC (IBM s processor architecture) and ARM (Acorn Risc Machine, the most common architecture used in tablets and smart phones). random access memory, in which data manipulated by the processor core[s] is stored; this memory is volatile (i.e., is not persistent); persistent disk storage to hold data; this may either be rotational disk storage or solid-state storage; a bit-mapped display to present information to the user; a keyboard to enable textual input from the user; a pointing device (usually a mouse) to enable non-textual input from the user; and a variety of communication devices to enable your computer to interact with other devices (USB, Bluetooth) and with other computers (WiFi, Ethernet). Note that nearly all desktop and laptop computers use processors that implement the x86 and AMD64/Intel64 architecture. 341

2 342 APPENDIX A. VIRTUALBOX An operating system is a program that acts as an intermediary between the user of a computer and the computer hardware. The operating system s goals are: execute user programs to enable users to solve problems; make the computer system convenient to use; and use the computer hardware in an efficient manner. The program that provides this mediation is always running, and is usually called the kernel. Besides providing the kernel, an operating system usually provides a number of standard applications available to a user. A.1.2 Common operating systems There are three common operating systems provided on desktop and laptop computers. Microsoft s Windows; Apple s MacOS; and various flavors of Linux. Each operating system provides a different interface to the user and a different low-level programming interface to the programmer. All three of these operating systems conform to the Posix standards with respect to standard applications and standard programming interface. A.2 Virtualization A.2.1 What is virtualization? In computing, virtualization refers to the act of creating a virtual (rather than actual) version of something, including virtual computer hardware platforms, storage devices, and computer network resources. 1 Hardware virtualization or platform virtualization refers to the creation of a virtual machine that acts like a real computer with an operating system. For example, a computer that is running Microsoft Windows may host a virtual machine that looks like a computer with a variant of the Linux operating system; Linux-based programs can be run on the virtual machine. Since different operating systems provide different standard applications, different user interfaces, and different low-level programming interfaces, virtual machines enable the 1 Much of this discussion has been taken from

3 A.3. INSTALLING VIRTUALBOX ON YOUR DESKTOP/LAPTOP 343 user to use the features provided by one operating system on a machine that is controlled by another operating system, as for the Windows/Linux example above. In hardware virtualization, the host machine is the actual computer on which the virtualization takes place, and the guest machine is the virtual machine. The software that creates a virtual machine on the host is called a hypervisor or virtual machine manager. Virtual machine managers are commercially available (e.g., VMWare); besides the cost of the hypervisor software, there is usually a charge per guest instance that is running on your computer. If you run a proprietary operating system in a virtual machine, you will need to satisfy the licensing requirements of the guest OS in addition to satisfying the licensing requirements of the host OS. A.2.2 Open-source virtualization In an academic scientific environment, the most common operating system used for scientific activities is Linux, which is an open-source operating system. Thus, if you intend to run Linux as a guest OS, there are no licensing requirements to be met to do so. Oracle Corporation has made available an open-source virtualization package called VirtualBox 2. VirtualBox is a powerful x86 and AMD64/Intel64 virtualization product for enterprise as well as home use. Not only is VirtualBox an extremely feature-rich, high-performance product, it is also the only professional virtualization package that is freely available as open-source software under the terms of the GNU General Public License (GPL) version 2. VirtualBox runs on Windows, Linux, and MacOS, supporting a large number of guest operating systems; in particular, it supports a large number of Linux variants. A.3 Installing VirtualBox on your desktop/laptop To install VirtualBox on your desktop/laptop, open your browser and navigate to You should see something like the following in your browser. 2

4 344 APPENDIX A. VIRTUALBOX For the purposes of this appendix, we will assume that you are installing VirtualBox on a Windows host. If you click on Windows hosts in this window, it will bring up a window similar to the following. You should adjust the destination folder for the download file and then click on Save. If you now double click on the file you just downloaded, you will see a window similar to the following.

5 A.3. INSTALLING VIRTUALBOX ON YOUR DESKTOP/LAPTOP 345 By clicking on Next>, the following window will appear. Unless you are extremely adventurous (and know what you are doing), you should accept the default location and feature choices, and simply click on Next>. The following window will then appear.

6 346 APPENDIX A. VIRTUALBOX Again, you are urged to accept the default choices and click on Next>. The following window will then appear. Do not be concerned with this warning, this will not cause any problems with your system unless you have some network file transfer or other current network activity. If so, then you should wait until that activity has completed. Then click on Yes. The following window will then appear.

7 A.3. INSTALLING VIRTUALBOX ON YOUR DESKTOP/LAPTOP 347 You should now click on Install. The system will now install VirtualBox onto your system, providing real-time status as the installation proceeds. After completing the installation, the following window will appear. You should simply click on Finish. The VirtualBox control window will now appear on your screen. We will discuss this window and how to use it to create your Arch Linux virtual machine in Appendix B.

8 348 APPENDIX A. VIRTUALBOX

9 Appendix B Arch Linux This appendix describes how to create a virtual machine using VirtualBox that is executing an Arch Linux operating system image. B.1 Downloading the Arch Linux image The Arch Linux image used in the textbook can be obtained from using your browser, as shown below. When you hit return after inputting this URL into the bar of your browser, a window of the following form should come up in your browser. 349

10 350 APPENDIX B. ARCH LINUX By clicking on the Download button, and then clicking on the Direct download option, the following window should appear on your screen. Place CISCommon.vdi somewhere on your file system, and remember where you put it. B.2 Creating your virtual machine in VirtualBox When you clicked on the Finish button at the end of Appendix A, you will have seen the VirtualBox control window, similar to the following.

11 B.2. CREATING YOUR VIRTUAL MACHINE IN VIRTUALBOX 351 Click on the blue circle with the label New underneath to create a new virtual machine. You will then be asked to provide some configuration information to assist VirtualBox. The first window you will see looks like the following. You must fill in the three fields; the next figure shows these fields filled in.

12 352 APPENDIX B. ARCH LINUX You may name the virtual machine anything you like; the second and third fields must be exactly as seen in the above figure. When you click on the Next button, the following window will be shown. Click on the Next button, accepting the recommended memory size of 1024 MB. The following window will then be shown.

13 B.3. STARTING, STOPPING, AND USING YOUR VIRTUAL MACHINE 353 This window comes up with the Create a virtual hard disk now radio button selected. You should click on the Use an existing virtual hard disk file radio button, and click on the folder icon to select the CISCommon.vdi file that you downloaded in Section B.1. Then click on the Create button. VirtualBox will then display things to you as it creates the virtual machine. Ultimately, you will be presented with the following screen in the VirtualBox control window. B.3 Starting, Stopping, and Using Your Virtual Machine B.3.1 Starting your virtual machine You can see from the control window above that it has created a virtual machine named CaDS, and that it is in the Powered Off state. Double click on CaDS (or whatever you named your virtual machine) to start it running. You will be shown a number of things as your virtual machine is booting. Eventually, you will see the following window, which is inviting you to log in under the account me, password me.

14 354 APPENDIX B. ARCH LINUX After typing me in the box, followed by hitting the Enter key, you will see the following desktop displayed. B.3.2 Starting a terminal window The icon in the lower left corner of the desktop, (which looks like this ) is the application launcher. If you click on that icon, you will see the following window.

15 B.3. STARTING, STOPPING, AND USING YOUR VIRTUAL MACHINE 355 If you now place your mouse directly over the Applications icon at the bottom of this window, you will see the following window. If you now click on the System menu item, you will see the following window.

16 356 APPENDIX B. ARCH LINUX The last line of this menu is for xterm, which will create a terminal window in which bash is reading your commands. Click on that line, and you should see the following window. Try typing echo this in the terminal window to see if bash is working correctly in the terminal window. You can create as many terminal windows on the Linux desktop as you wish. Clicking in the title bar of a window on the desktop and dragging with the mouse enables you to move the windows around on the desktop. You can close the terminal

17 B.3. STARTING, STOPPING, AND USING YOUR VIRTUAL MACHINE 357 window by typing ctrl-d, by typing a command exit, or by clicking on the black x in a white circle in the top right-hand corner of the xterm window. B.3.3 Starting the web browser You may have noticed the icon for a web browser when you clicked on the application launcher. The web browser icon is a blue circle with a dot in the middle; clicking on this icon will bring up the Chromium web browser on your Linux desktop, as in the following window. 1 1 Note that the first time that you bring up the web browser, it may take some time before the browser window appears; it may also ask you for a password for a KDE wallet - the password is "CISCommon", without the quote marks.

18 358 APPENDIX B. ARCH LINUX You should try to explore the web in the browser. Note that the open windows on the Linux desktop have labels that are shown at the bottom of the desktop. Clicking on the label for a window that is hidden will cause it to rise to the top. Clicking on the label of a window that is on top will cause it to be hidden. B.3.4 Stopping your virtual machine To stop your virtual machine (similar to closing your laptop, causing the real operating system and applications to sleep), click on the File menu tab at the top of the window, and click on the Close... menu item. You will then see the following window. Before clicking on the OK button, you must make sure that the Save the machine state radio button is selected! When you click on the OK button, VirtualBox will tell you that it is saving the state, and the VirtualBox control window will look as follows.

19 B.4. ESTABLISHING A SHARED FOLDER ON YOUR HOST 359 It now shows that the virtual machine CaDS has been saved. When you double click on it in the future, it will pick up right where you left off. B.4 Establishing a shared folder on your host VirtualBox, like many other virtualization platforms, enables you to mount a folder on your host machine as a file system in your Arch Linux guest. This sections shows you how to do so. Start up your virtual machine as described in Section B.3. Start up a terminal window as described in Section B.3.2. Click on the Devices Menu at the top of the virtual machine window, and click on the Shared Folders menu item, and then click on the Shared Folders Settings... sub-menu item. You should see something like this.

20 360 APPENDIX B. ARCH LINUX In your host system, you need to create a folder/directory that can be mounted within your Arch Linux virtual machine. I created an empty folder on my Windows machine named C:\share. You can name your folder whatever you want, just remember its full pathname as you will need it in the next step. In the previous window, click on the blue folder icon in the right margin that has a green plus sign in it. This will result in the following window being shown.

21 B.4. ESTABLISHING A SHARED FOLDER ON YOUR HOST 361 If you click on the drop down icon on the Folder Path: line, it will show you a folder with a green caret character, labelled Other... ; by clicking on this, you can navigate to the folder that you created on the host system, in my case C:\share, and select it. After you select the folder, it will put the full pathname in the Folder Path: line, will place a name in Folder Name:, and will check the Read-only box. In my case, it named the folder share ; I could change it, but this is fine. You will need the name of the folder in a later step. You should uncheck Read-only and check both the Auto-mount and Make Permanent boxes. The final state of this dialog box before clicking on OK is shown below. If you now click on OK, the following should appear on your screen.

22 362 APPENDIX B. ARCH LINUX Click on OK to return to the virtual machine desktop. The previous activities have told the host to serve up your folder as a shared disk. You now need to mount that folder in your Arch Linux system. In your xterm window, you need to type the following command: sudo mount -t vboxsf share /home/me/share The sudo command enables you to execute one command as the root user; you may be prompted for the password for your account (me, password me). This mounts the shared folder as the directory /home/me/share; you can also refer to this shared folder as ~/share. If you stop your virtual machine as described in Section B.3.4, this shared folder remains mounted every time you start up the virtual machine. If, on the other hand, you stop your virtual machine by selecting the Send the shutdown signal radio button, the mount will be lost. When you restart your virtual machine the next time, you will need to execute the sudo command above. Alternatively, you can add an entry to /etc/fstab so that the shared folder is mounted everytime the system is rebooted (i.e. started after stopping using the shutdown signal). Using your editor, append the following line to /etc/fstab 2 : <name_of_share> /home/me/share vboxsf defaults Assuming your editor is named editor, your command line will need to be sudo editor /etc/fstab

23 B.4. ESTABLISHING A SHARED FOLDER ON YOUR HOST 363 where <name_of_share> is replaced by the name of the share, in our case it is share. After you add this line to /etc/fstab, you will need to stop your virtual machine using the Send the shutdown signal option, and then restart your virtual machine. Regardless of whether you automate the mounting through an entry in /etc/fstab or you choose to mount by hand whenever you reboot, you should try creating a file in ~/share, perhaps by executing the following command in the terminal window. echo this is a test >~/share/tmp.txt Then, on your host system, you should access tmp.txt in the shared folder; in our case, it will be C:\share\tmp.txt. You should also create a text file in the shared folder on the host, and then access that file from the xterm window on your virtual machine.

24 364 APPENDIX B. ARCH LINUX

25 Appendix C Bitbucket Most software developers have discovered that it is essential to maintain an archive of your software artefacts to protect yourself from disk or computer failures. In order to provide this protection, the archive must be on a different computer system. It is a good idea for you to develop good habits in this regard at an early stage in your computer science career. This appendix describes a hosting site upon which you can create respositories that can be accessed using the git family of tools (described in Appendix D). Any other git repository hosting site will work as well, but this one enables academic creation of private repositories at no cost. Most other git repository hosting sites charge to be able to create private repositories. 1 Atlassian, Inc. provides this git repository hosting site at The remainder of this appendix assumes that you do not currently have an account at bitbucket.org. Obviously, if you already do, you do not have to create an account. Using your browser, go to You should see a window like the following. 1 If you use a repository for keeping your software, it must be private to prevent any of your classmates from looking at your solutions without your knowledge, and potentially plagiarizing your work. 365

26 366 APPENDIX C. BITBUCKET Click on the blue box labelled Get started for free to yield the following window. You should enter your UO and click on Continue. In the following screen, I have entered jsventek@cs.uoregon.edu, my full name, my password, and clicked on the box stating that I am not a robot.

27 367 Clicking on the Continue link, yields the following window. You need to access your inbox. You should see a message like the following. Click on the Verify address button, and you will now see a window like the following in your browser (usually in a new tab), although the box will be empty where I have entered jsventekcs.

28 368 APPENDIX C. BITBUCKET Choose a unique username on Bitbucket, enter it in the box, and click on the Continue button to yield the following. Note that I have indicated the values you should select from the drop-down fields on this figure. You then click on the Submit button to yield the following.

29 You can logout from Bitbucket by clicking on the person icon in the lower left corner of this window, and then clicking on the Log out menu item. 369

30 370 APPENDIX C. BITBUCKET

31 Appendix D git Appendix C described how to create an account on a remote repository hosting site in which to maintain source files and other artefacts in a controlled fashion. This appendix describes basic uses of git with that hosting site. D.1 Creating a new repository You should create a new Bitbucket repository to hold projects from this course. In the following, I will assume that the repository is named uoregon-cis212. Of course, you can call it anything you like. Initially, the repository you create in Bitbucket is empty, without any code in it. The Bitbucket repository is the central repository for your files. After creating a repository, you ll make a copy of the repository on your virtual machine - that way you can update/add files in your local repository, then tranfer those changes to the central repository. Log into your Bitbucket account from your browser, at which point you should see the following window. 371

32 372 APPENDIX D. GIT Click on the Create Repository button, which yields the following window. In this figure, I have entered uoregon-cis212 in the repository name box; you need to enter a name for the repository in this box. The rest of the options in the figure have the following meanings: Access level - Leave the This is a private repository box checked. As discussed earlier, a private repository is only visible to you; if this box is unchecked, anyone can see your files in this repository. Include a README? - If you recently created your account, this defaults to a tutorial README. Version control system - Since we are using git, keep the Git radio button set. Now click the Create repository button to yield the following window.

33 D.2. CLONING YOUR REPOSITORY 373 You may now logout from Bitbucket, as all remaining activities with the repository will be performed within your virtual machine. D.2 Cloning your repository You may have noticed in the last window in the section above, you are provided with a command line to type into a terminal window to create a copy (clone) of the repository in your virtual machine: 1 git clone Typing this into a terminal window in your virtual machine will do the following: Requests your password for your account on bitbucket.org - this will not be echoed. Creates a directory named uoregon-cis212 in the current directory. Creates a copy of README.md, which is the only file in the repository, in the uoregon-cis212 directory. It also creates a directory named.git in that directory; this has all of the control information that git needs to enable the synchronization of additions/changes to your local information with the central repository on Bitbucket. While the clone operation is working, it prints summary statistics on standard output. 1 Of course, the occurrences of jsventekcs in the above will be replaced with your unique Bitbucket username, and if you did not name your repository uoregon-cis212, that will be replaced with the name of your repository.

34 374 APPENDIX D. GIT D.3 Using your repository It is recommended that you keep the source files, Makefile, associated shell scripts, and documentation for each project or assignment in a separate directory within the local repository directory, in this case uoregon-cis212. In the following, we use git to manage an assignment named Test. Change your working directory to the local repository directory and create a directory named Test. $ cd /home/me/uoregon-cis212 $ mkdir Test Add a file named readme.1st to that directory. $ echo First line of readme.1st >Test/readme.1st At this point, we have simply created a directory and a file. We need to add the Test directory and all of its contents to the repository. $ git add Test This simply adds those filenames to the repository. They do not become a permanent part of the respository until we commit them. $ git commit -m "Directory for Test" Test The first time you do this, git will complain that it does not have information that it needs to link up with Bitbucket. You will need to execute the following two commands: $ git config --global user. "jsventek@cs.uoregon.edu" $ git config --global user.name "Joe Sventek" where the quoted arguments should be the address you used for your Bitbucket account, and your name should be your name. After you have configured this information, you must re-execute the commit command. Now the Test directory and its contents have been committed to the repository. To update the repository on Bitbucket with this new content, you must push the changes. $ git push You will be asked for the password for your Bitbucket account, and then git will log

35 D.4. HINTS AND ADDITIONAL INFORMATION 375 statistics about the update. After a push, the central respository is identical to the local repository. D.4 Hints and additional information The biggest mistake that students make is to create the repository on Bitbucket, and then forget to commit changes and push the changes back to the central repository. It is strongly recommended that as you make changes to your sources, you should commit and push the changes to the central respository often. Failure to do so will be crippling if your host machine or your virtual machine crash or break, as your most recent activities will not be archived on Bitbucket. git is a very powerful software package. There are a number of tutorials that cover all of its aspects. One that has proven useful for students may be found at

36 376 APPENDIX D. GIT

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

Install and Configure Ubuntu on a VirtualBox Virtual Machine

Install and Configure Ubuntu on a VirtualBox Virtual Machine Install and Configure Ubuntu on a VirtualBox Virtual Machine Ronald Mak Department of Computer Engineering Department of Computer Science January 11, 2019 Introduction Because the class will use Linux

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

Operating Systems Lab 1. Class topic: Installation of the operating system. Install Ubuntu on Oracle VirtualBox

Operating Systems Lab 1. Class topic: Installation of the operating system. Install Ubuntu on Oracle VirtualBox Operating Systems Lab 1 Class topic: Installation of the operating system. Install Ubuntu on Oracle VirtualBox Oracle VirtualBox is a cross-platform virtualization application. It installs on your existing

More information

to arrive at the system information display. In MacOS X use the menus

to arrive at the system information display. In MacOS X use the menus The Math/CS 466/666 Linux Image in VirtualBox This document explains how to install the Math/CS 466/666 Linux image onto VirtualBox to obtain a programming environment on your personal computer or laptop

More information

Installation Guide: VirtualBox, Windows 10, and Microsoft Visio (Mac OS)

Installation Guide: VirtualBox, Windows 10, and Microsoft Visio (Mac OS) (434) 924-7988, RRH 219 helpdesk@comm.virginia.edu Installation Guide: VirtualBox, Windows 10, and Microsoft Visio (Mac OS) Prerequisites: Verify that your installation of OS X and Safari have the most

More information

GitHub Classroom. Click Sign up in to top right of the page, and the following dialog is displayed.

GitHub Classroom. Click Sign up in to top right of the page, and the following dialog is displayed. GitHub Classroom This semester we will be using private repositories in GitHub Classroom to store student source code. To use GitHub Classroom, you must have a GitHub account. This note lists all the steps

More information

Lab 1: Accessing the Linux Operating System Spring 2009

Lab 1: Accessing the Linux Operating System Spring 2009 CIS 90 Linux Lab Exercise Lab 1: Accessing the Linux Operating System Spring 2009 Lab 1: Accessing the Linux Operating System This lab takes a look at UNIX through an online experience on an Ubuntu Linux

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

Download the current release* of VirtualBox for the OS on which you will install VirtualBox. In these notes, that's Windows 7.

Download the current release* of VirtualBox for the OS on which you will install VirtualBox. In these notes, that's Windows 7. Get VirtualBox Go to www.virtualbox.org and select Downloads. VirtualBox/CentOS Setup 1 Download the current release* of VirtualBox for the OS on which you will install VirtualBox. In these notes, that's

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

Configuring the WebDAV Folder for Adding Multiple Files to the Content Collection and Editing Them

Configuring the WebDAV Folder for Adding Multiple Files to the Content Collection and Editing Them Configuring the WebDAV Folder for Adding Multiple Files to the Content Collection and Editing Them The Content Collection should be the repository for all of the files used in Blackboard. The Content Collection

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

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

Labtainer Student Guide

Labtainer Student Guide Labtainer Student Guide January 18, 2018 1 Introduction This manual is intended for use by students performing labs with Labtainers. Labtainers assume you have a Linux system, e.g., a virtual machine.

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

All textures produced with Texture Maker. Not Applicable. Beginner.

All textures produced with Texture Maker. Not Applicable. Beginner. Tutorial for Texture Maker 2.8 or above. Note:- Texture Maker is a texture creation tool by Tobias Reichert. For further product information please visit the official site at http://www.texturemaker.com

More information

Setting up Ubuntu with VirtualBox

Setting up Ubuntu with VirtualBox Setting up Ubuntu with VirtualBox Following is an install guide for setting up VirtualBox with Ubuntu 16.04.3 on your system. If you have problems, more detailed instruction and troubleshooting tips can

More information

A Linux Virtual Machine for CS-2011 Projects

A Linux Virtual Machine for CS-2011 Projects 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

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

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

Part I. Introduction to Linux

Part I. Introduction to Linux Part I Introduction to Linux 7 Chapter 1 Linux operating system Goal-of-the-Day Familiarisation with basic Linux commands and creation of data plots. 1.1 What is Linux? All astronomical data processing

More information

Code::Blocks Student Manual

Code::Blocks Student Manual Code::Blocks Student Manual Lawrence Goetz, Network Administrator Yedidyah Langsam, Professor and Theodore Raphan, Distinguished Professor Dept. of Computer and Information Science Brooklyn College of

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

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

Cmpt 101 Lab 1 - Outline

Cmpt 101 Lab 1 - Outline Cmpt 101 Lab 1 - Outline Instructions: Work through this outline completely once directed to by your Lab Instructor and fill in the Lab 1 Worksheet as indicated. Contents PART 1: GETTING STARTED... 2 PART

More information

SQL Server Express 2017 Installation Guide. By Engin Calisir, 06/22/2018

SQL Server Express 2017 Installation Guide. By Engin Calisir, 06/22/2018 SQL Server Express 2017 Installation Guide By Engin Calisir, 06/22/2018 Table of Contents Generally... 2 SQL Overview... 3 Hardware and Software Requirements... 3 Other SQL Editions... 3 PART I... 4 Downloading

More information

VI-CENTER EXTENDED ENTERPRISE EDITION GETTING STARTED GUIDE. Version: 4.5

VI-CENTER EXTENDED ENTERPRISE EDITION GETTING STARTED GUIDE. Version: 4.5 VI-CENTER EXTENDED ENTERPRISE EDITION GETTING STARTED GUIDE This manual provides a quick introduction to Virtual Iron software, and explains how to use Virtual Iron VI-Center to configure and manage virtual

More information

How to Archive s in Outlook 2007

How to Archive  s in Outlook 2007 How to Archive Emails in Outlook 2007 Step 1: Create an archive folder. 1. Go to File and choose Archive 2. You can have it auto-archive or set the parameters to where it creates an empty archive. Due

More information

Installation and Setup Guide

Installation and Setup Guide Installation and Setup Guide to Diana SUNDE VDI Cloud Computing Terminal 1 1 Hardware Configuration of Host PC (Server)----------------------------------------------------3 2 The Installation of vpoint

More information

Purchase and Setup instructions for SWVPS (Sept 15, 2014)

Purchase and Setup instructions for SWVPS (Sept 15, 2014) Purchase and Setup instructions for SWVPS (Sept 15, 2014) Our team recommends a Virtual Private Server (VPS) that works well for only $18.00 a month. Because trading in the market requires a platform that

More information

Code::Blocks Student Manual

Code::Blocks Student Manual Code::Blocks Student Manual Lawrence Goetz, Network Administrator Yedidyah Langsam, Professor and Theodore Raphan, Distinguished Professor Dept. of Computer and Information Science Brooklyn College of

More information

Make sure to mark it private. Make sure to make it a Mercurial one and not a Git one.

Make sure to mark it private. Make sure to make it a Mercurial one and not a Git one. Go to bitbucket.org - make an account. Make sure to use your.edu email address so that you get a free unlimited account. In bitbucket, create a repository. Make sure to mark it private. Make sure to make

More information

SwanSim - A Guide to Git / SourceTree / GitLab for Windows

SwanSim - A Guide to Git / SourceTree / GitLab for Windows SwanSim - A Guide to Git / SourceTree / GitLab for Windows Dr Jason W. Jones College of Engineering, Swansea University September 2017 Contents 1 Introduction... 2 2 Obtaining the Software... 3 2.1 Software

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

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

Written by: Mickey Nguyen

Written by: Mickey Nguyen Written by: Mickey Nguyen What is Virtual Machine (VM)? A Virutal Machine (VM) is an emulation of a computer system. It gives you a specific Operating System (OS) such as Linux/Solaris/Windows7/Windows10/..

More information

Note: - the OS on which you will install VirtualBox is called the host OS. - the OS you will install on VirtualBox (later) is called the guest OS.

Note: - the OS on which you will install VirtualBox is called the host OS. - the OS you will install on VirtualBox (later) is called the guest OS. Get VirtualBox Go to www.virtualbox.org and select Downloads: VirtualBox/CentOS Setup 1 Note: - the OS on which you will install VirtualBox is called the host OS. - the OS you will install on VirtualBox

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. Install a Virtual Machine Download Ubuntu Create a New Virtual Machine Seamless Operation between Windows an Linux...

1. Install a Virtual Machine Download Ubuntu Create a New Virtual Machine Seamless Operation between Windows an Linux... Introduction APPLICATION NOTE The purpose of this document is to explain how to create a Virtual Machine on a Windows PC such that a Linux environment can be created in order to build a Linux kernel and

More information

The Python Mini-Degree Development Environment Guide

The Python Mini-Degree Development Environment Guide The Python Mini-Degree Development Environment Guide By Zenva Welcome! We are happy to welcome you to the premiere Python development program available on the web The Python Mini-Degree by Zenva. This

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

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

Installation of the DigitalSystemsVM virtual machine

Installation of the DigitalSystemsVM virtual machine Installation of the DigitalSystemsVM virtual machine Notice This document explains how to install the DigitalSystemsVM virtual machine on a computer with Windows 7 SP1. If questions or problems relating

More information

SAP GUI 7.30 for Windows Computer

SAP GUI 7.30 for Windows Computer SAP GUI 7.30 for Windows Computer Student and Faculty Installation Instructions Table of Contents Caution:... 2 System Requirements:... 2 System Memory (RAM) requirements:... 2 Disk Space requirements:...

More information

Red Hat Network Satellite 5.0.0: Virtualization Step by Step

Red Hat Network Satellite 5.0.0: Virtualization Step by Step Red Hat Network Satellite 5.0.0: Virtualization Step by Step By Máirín Duffy, Red Hat Network Engineering Abstract Red Hat Network Satellite 5.0 is the first Satellite release to include virtual platform

More information

Frequently Asked Questions for Faculty

Frequently Asked Questions for Faculty Frequently Asked Questions for Faculty Table of Contents 1 Getting Started 1.1 What web browser should I use? 1.2 Why am I having trouble using LMS on my Mac? 1.3 How do I change my email in LMS? 1.4 How

More information

Setting Up a Linux Operating System

Setting Up a Linux Operating System Name: Setting Up a Linux Operating System We will be using the Linux operating system for most of our practical work in this class. Knoppix is a live CD distribution of Linux, based on the Debian distribution.

More information

Tutorial 1: Unix Basics

Tutorial 1: Unix Basics Tutorial 1: Unix Basics To log in to your ece account, enter your ece username and password in the space provided in the login screen. Note that when you type your password, nothing will show up in the

More information

Installing Komplete 5 with Direct Install

Installing Komplete 5 with Direct Install Installing Komplete 5 with Direct Install This document discusses how to use Receptor s Direct Install feature to install and update Komplete 5, its plugins, and its libraries. In order to install Komplete

More information

VIRTUAL MACHINES. By Seth Lemanek

VIRTUAL MACHINES. By Seth Lemanek VIRTUAL MACHINES By Seth Lemanek WHAT IS A VIRTUAL MACHINE? Software meant to emulate hardware for the purpose of hosting bare metal software like Operating Systems Used for creating virtual environments

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

SharePoint: Fundamentals

SharePoint: Fundamentals SharePoint: Fundamentals This class will introduce you to SharePoint and cover components available to end users in a typical SharePoint site. To access SharePoint, you will need to log into Office 365.

More information

CSCI 350 Virtual Machine Setup Guide

CSCI 350 Virtual Machine Setup Guide CSCI 350 Virtual Machine Setup Guide This guide will take you through the steps needed to set up the virtual machine to do the PintOS project. Both Macintosh and Windows will run just fine. We have yet

More information

Contents. Note: pay attention to where you are. Note: Plaintext version. Note: pay attention to where you are... 1 Note: Plaintext version...

Contents. Note: pay attention to where you are. Note: Plaintext version. Note: pay attention to where you are... 1 Note: Plaintext version... Contents Note: pay attention to where you are........................................... 1 Note: Plaintext version................................................... 1 Hello World of the Bash shell 2 Accessing

More information

VIRTUALIZATION MANAGER ENTERPRISE EDITION GETTING STARTED GUIDE. Product: Virtual Iron Virtualization Manager Version: 4.2

VIRTUALIZATION MANAGER ENTERPRISE EDITION GETTING STARTED GUIDE. Product: Virtual Iron Virtualization Manager Version: 4.2 VIRTUALIZATION MANAGER ENTERPRISE EDITION GETTING STARTED GUIDE This manual provides a quick introduction to Virtual Iron software, and explains how to use Virtual Iron Virtualization Manager to configure

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 XP. A Quick Tour of Windows XP Features

Windows XP. A Quick Tour of Windows XP Features Windows XP A Quick Tour of Windows XP Features Windows XP Windows XP is an operating system, which comes in several versions: Home, Media, Professional. The Windows XP computer uses a graphics-based operating

More information

About the XenClient Enterprise Solution

About the XenClient Enterprise Solution About the XenClient Enterprise Solution About the XenClient Enterprise Solution About the XenClient Enterprise Solution XenClient Enterprise is a distributed desktop virtualization solution that makes

More information

CS 215 Fundamentals of Programming II Spring 2019 Very Basic UNIX

CS 215 Fundamentals of Programming II Spring 2019 Very Basic UNIX CS 215 Fundamentals of Programming II Spring 2019 Very Basic UNIX This handout very briefly describes how to use Unix and how to use the Linux server and client machines in the EECS labs that dual boot

More information

CS Fundamentals of Programming II Fall Very Basic UNIX

CS Fundamentals of Programming II Fall Very Basic UNIX CS 215 - Fundamentals of Programming II Fall 2012 - Very Basic UNIX This handout very briefly describes how to use Unix and how to use the Linux server and client machines in the CS (Project) Lab (KC-265)

More information

Keep Track of Your Passwords Easily

Keep Track of Your Passwords Easily Keep Track of Your Passwords Easily K 100 / 1 The Useful Free Program that Means You ll Never Forget a Password Again These days, everything you do seems to involve a username, a password or a reference

More information

eftp Application User Guide

eftp Application User Guide Team A eftp User Guide 1/30 eftp Application User Guide Table of Contents Page 1. Acknowledgement 2 2. Introduction a. Welcome eftp Audience 3 b. What s in this manual 3 c. Manual Conventions 3 d. Getting

More information

Web Console Setup & User Guide. Version 7.1

Web Console Setup & User Guide. Version 7.1 Web Console Setup & User Guide Version 7.1 1 Contents Page Number Chapter 1 - Installation and Access 3 Server Setup Client Setup Windows Client Setup Mac Client Setup Linux Client Setup Interoperation

More information

Parallel Programming

Parallel Programming Parallel Programming Installing Ubuntu Virtual Machine within VirtualBox Author B. Wilkinson - Modification date Januray 3, 2016 These instructions assume you have already installed VirtualBox (See separate

More information

CST8207: GNU/Linux Operating Systems I Lab Ten Boot Process and GRUB. Boot Process and GRUB

CST8207: GNU/Linux Operating Systems I Lab Ten Boot Process and GRUB. Boot Process and GRUB Student Name: Lab Section: Boot Process and GRUB 1 Due Date - Upload to Blackboard by 8:30am Monday April 16, 2012 Submit the completed lab to Blackboard following the Rules for submitting Online Labs

More information

LinX Software Suite v3 Getting Started

LinX Software Suite v3 Getting Started 2018-03-19 LinX Software Suite v3 Getting Started Product revision: V3.0.2 Document revision: 1.0 www.crosscontrol.com Contents Revision history...2 1. Brief Introduction...3 2. Components and Installation...3

More information

MS Word MS Outlook Mailbox Maintenance

MS Word MS Outlook Mailbox Maintenance MS Word 2007 MS Outlook 2013 Mailbox Maintenance INTRODUCTION... 1 Understanding the MS Outlook Mailbox... 1 BASIC MAILBOX MAINTENANCE... 1 Mailbox Cleanup... 1 Check Your Mailbox Size... 1 The Quota

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

SharePoint: Fundamentals

SharePoint: Fundamentals SharePoint: Fundamentals This class will introduce you to SharePoint and cover components available to end users in a typical SharePoint site. To access SharePoint, you will need to log into Office 365.

More information

Configuring GNS3 for CCNA Security Exam (for Windows) Software Requirements to Run GNS3

Configuring GNS3 for CCNA Security Exam (for Windows) Software Requirements to Run GNS3 Configuring GNS3 for CCNA Security Exam (for Windows) Software Requirements to Run GNS3 From Cisco s website, here are the minimum requirements for CCP 2.7 and CCP 2.8: The following info comes from many

More information

Parallel Programming Pre-Assignment. Setting up the Software Environment

Parallel Programming Pre-Assignment. Setting up the Software Environment Parallel Programming Pre-Assignment Setting up the Software Environment Authors: B. Wilkinson and C. Ferner. Modification date: Aug 21, 2014 (Minor correction Aug 27, 2014.) Software The purpose of this

More information

Installing MediaWiki using VirtualBox

Installing MediaWiki using VirtualBox Installing MediaWiki using VirtualBox Install VirtualBox with your package manager or download it from the https://www.virtualbox.org/ website and follow the installation instructions. Load an Image For

More information

Installation of the DigitalSystemsVM virtual machine

Installation of the DigitalSystemsVM virtual machine Installation of the DigitalSystemsVM virtual machine Notice This document explains how to install the DigitalSystemsVM virtual machine on a computer with Linux Ubuntu 16.04 LTS. If questions or problems

More information

Oracle SOA Suite VirtualBox Appliance. Introduction and Readme

Oracle SOA Suite VirtualBox Appliance. Introduction and Readme Oracle SOA Suite 12.2.1.3.0 VirtualBox Introduction and Readme December 2017 Table of Contents 1 VirtualBox... 3 1.1 Installed Software... 3 1.2 Settings... 4 1.3 User IDs... 4 1.4 Domain Configurations...

More information

WinSCP. Author A.Kishore/Sachin

WinSCP. Author A.Kishore/Sachin WinSCP WinSCP is a freeware windows client for the SCP (secure copy protocol), a way to transfer files across the network using the ssh (secure shell) encrypted protocol. It replaces other FTP programs

More information

CMPSCI 120 Fall 2017 Lab #1 Professor William T. Verts

CMPSCI 120 Fall 2017 Lab #1 Professor William T. Verts CMPSCI 120 Fall 2017 Lab #1 Professor William T. Verts The Goal The ultimate goal of this assignment is to create a Web page on the server, make sure it is visible to the outside world, and to design and

More information

Sample Spark Web-App. Overview. Prerequisites

Sample Spark Web-App. Overview. Prerequisites Sample Spark Web-App Overview Follow along with these instructions using the sample Guessing Game project provided to you. This guide will walk you through setting up your workspace, compiling and running

More information

CIS 505: Software Systems

CIS 505: Software Systems CIS 505: Software Systems Fall 2018 Assignment 0: Using the Virtual Machine Image Due September 7, 2018, at 10:00pm EDT 1 Background We will be offering a standardized development system for CIS 505 that

More information

Laboratory 1: Eclipse and Karel the Robot

Laboratory 1: Eclipse and Karel the Robot Math 121: Introduction to Computing Handout #2 Laboratory 1: Eclipse and Karel the Robot Your first laboratory task is to use the Eclipse IDE framework ( integrated development environment, and the d also

More information

GoLive will first ask you if your new site will be for one individual or a work group; select for a Single User, and click Next.

GoLive will first ask you if your new site will be for one individual or a work group; select for a Single User, and click Next. Getting Started From the Start menu, located the Adobe folder which should contain the Adobe GoLive 6.0 folder. Inside this folder, click Adobe GoLive 6.0. GoLive will open to its initial project selection

More information

AP Computer Science Principles: Problem Set 1

AP Computer Science Principles: Problem Set 1 AP Computer Science Principles: Problem Set 1 Due date: Friday, September 8, 2017 Instructor: Mr. Alwin Tareen Task Overview Setting up the KeePass password manager for Windows and Mac OS. Linux users

More information

Oracle SOA Suite/BPM Suite VirtualBox Appliance. Introduction and Readme

Oracle SOA Suite/BPM Suite VirtualBox Appliance. Introduction and Readme Oracle SOA Suite/BPM Suite VirtualBox Appliance Introduction and Readme Table of Contents 1 VirtualBox Appliance...3 1.1 Installed Software... 3 1.2 Settings... 4 1.3 User IDs... 4 1.4 Domain Configurations...

More information

Getting Started. Document Overview. What is Power Save Mac? Installing Power Save Mac. Using the Power Save Mac Preference Pane

Getting Started. Document Overview. What is Power Save Mac? Installing Power Save Mac. Using the Power Save Mac Preference Pane Document Overview This document provides step-by-step instructions for installing Power Save Mac on a single segment Local Area Network. Following these instructions will allow you to have Power Save Mac

More information

Optional Lab. Identifying the Requirements. Configuring Windows 7 with virtualization. Installing Windows Server 2008 on a virtual machine

Optional Lab. Identifying the Requirements. Configuring Windows 7 with virtualization. Installing Windows Server 2008 on a virtual machine Optional Lab Appendix D As you go through Microsoft Windows Networking Essentials for the 98-366 exam, you may want to get your hands on Windows Server 2008 and dig a little deeper. That makes sense. While

More information

Your . A setup guide. Last updated March 7, Kingsford Avenue, Glasgow G44 3EU

Your  . A setup guide. Last updated March 7, Kingsford Avenue, Glasgow G44 3EU fuzzylime WE KNOW DESIGN WEB DESIGN AND CONTENT MANAGEMENT 19 Kingsford Avenue, Glasgow G44 3EU 0141 416 1040 hello@fuzzylime.co.uk www.fuzzylime.co.uk Your email A setup guide Last updated March 7, 2017

More information

PROMISE ARRAY MANAGEMENT ( PAM) USER MANUAL

PROMISE ARRAY MANAGEMENT ( PAM) USER MANUAL PROMISE ARRAY MANAGEMENT ( PAM) USER MANUAL Copyright 2002, Promise Technology, Inc. Copyright by Promise Technology, Inc. (Promise Technology). No part of this manual may be reproduced or transmitted

More information

Module 3: Working with C/C++

Module 3: Working with C/C++ Module 3: Working with C/C++ Objective Learn basic Eclipse concepts: Perspectives, Views, Learn how to use Eclipse to manage a remote project Learn how to use Eclipse to develop C programs Learn how to

More information

Getting Started with Python and the PyCharm IDE

Getting Started with Python and the PyCharm IDE New York University School of Continuing and Professional Studies Division of Programs in Information Technology Getting Started with Python and the PyCharm IDE Please note that if you already know how

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

Comparative Bacterial Genomics

Comparative Bacterial Genomics Comparative Bacterial Genomics Teacher: Prof. David W. Ussery Assistant teacher: Tammi Vesth May 15, 2013 1 1 Set up CMG-biotools IMPORTANT: NOTE! It is possible to use the system on Note/Netbooks, but

More information

CircuitPython with Jupyter Notebooks

CircuitPython with Jupyter Notebooks CircuitPython with Jupyter Notebooks Created by Brent Rubell Last updated on 2018-08-22 04:08:47 PM UTC Guide Contents Guide Contents Overview What's a Jupyter Notebook? The Jupyter Notebook is an open-source

More information

SmartCVS Tutorial. Starting the putty Client and Setting Your CVS Password

SmartCVS Tutorial. Starting the putty Client and Setting Your CVS Password SmartCVS Tutorial Starting the putty Client and Setting Your CVS Password 1. Open the CSstick folder. You should see an icon or a filename for putty. Depending on your computer s configuration, it might

More information

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

1) Use either Chrome of Firefox to access the VMware vsphere web Client.   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

VIRTUALIZATION MANAGER ENTERPRISE EDITION GETTING STARTED GUIDE

VIRTUALIZATION MANAGER ENTERPRISE EDITION GETTING STARTED GUIDE VIRTUALIZATION MANAGER ENTERPRISE EDITION GETTING STARTED GUIDE This manual provides a quick introduction to Virtual Iron software, and explains how to use Virtual Iron Virtualization Manager to configure

More information

CSE 101 Introduction to Computers Development / Tutorial / Lab Environment Setup

CSE 101 Introduction to Computers Development / Tutorial / Lab Environment Setup CSE 101 Introduction to Computers Development / Tutorial / Lab Environment Setup Purpose: The purpose of this lab is to setup software that you will be using throughout the term for learning about Python

More information

Secure Browser Installation Manual For Technology Coordinators

Secure Browser Installation Manual For Technology Coordinators Secure Browser Installation Manual For Technology Coordinators 2016-2017 Published September 26, 2016 Prepared by the American Institutes for Research Descriptions of the operation of the Test Information

More information

LinuxPPC Installation Manual for MIT

LinuxPPC Installation Manual for MIT LinuxPPC Installation Manual for MIT By Brian Fisher, panda@mit.edu The purpose of this manual is to allow Mac users here at MIT to run LinuxPPC so they can do work that would otherwise necessitate the

More information

Author A.Kishore/Sachin WinSCP

Author A.Kishore/Sachin   WinSCP WinSCP WinSCP is a freeware windows client for the SCP (secure copy protocol), a way to transfer files across the network using the ssh (secure shell) encrypted protocol. It replaces other FTP programs

More information

This is Lab Worksheet 13 - not an Assignment. Boot Process and GRUB

This is Lab Worksheet 13 - not an Assignment. Boot Process and GRUB This is Lab Worksheet 13 - 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

More information