The Python Mini-Degree Development Environment Guide

Size: px
Start display at page:

Download "The Python Mini-Degree Development Environment Guide"

Transcription

1 The Python Mini-Degree Development Environment Guide By Zenva

2 Welcome! We are happy to welcome you to the premiere Python development program available on the web The Python Mini-Degree by Zenva. This document itself is a supplemental guide for the Python Mini-Degree that is distributed on the Zenva Academy. The purpose of this guide is to help you the student get started on setting up the development environment that is to be used throughout the course lessons of the Python Mini-Degree. This guide covers these main points on preparing and setting up your development environment to make the process of completing the course material as simple as possible Where to download the desktop image file for Ubuntu Downloading and installing the virtual machine software (VirtualBox) Configuring your virtual machine and the technical specifications it uses Installing the Ubuntu Operating System onto the virtual machine Running the Python Mini-Degree Environment Setup File within Ubuntu to install the packages required for the course material (such as libraries, frameworks, etc.) Setting up the default Ubuntu text editor (Gedit) to function similar to a Python IDE We are happy to have you with us and we aim to be there every step of the way during your learning journey! If you have any questions or concerns, please visit the Zenva Help Center. Cheers, and happy learning! Zenva Team The Python Mini-Degree 2017 Zenva Pty Ltd 1

3 Documentation Index 1. Download the Ubuntu Desktop Image 2. Download VirtualBox 3. Install and Setup Ubuntu on VirtualBox A. Installing VirtualBox B. Create the Ubuntu Virtual Machine C. Install Ubuntu on the Virtual Machine D. Download and Run the Python Mini-Degree Setup File E. Configuring the Text Editor for Python F. Test the Python Environment Download the Ubuntu Desktop Image 1. Navigate to Ubuntu s website to download the ISO file for convenience, the link is The Python Mini-Degree 2017 Zenva Pty Ltd 2

4 2. Click on the Download Ubuntu button 3. Typically, this will take you to the page containing several versions of the Ubuntu Operating System download the topmost one, which is usually the LTS version (Long Term Support) In this example, we are downloading Ubuntu LTS The Python Mini-Degree 2017 Zenva Pty Ltd 3

5 4. After clicking that, you ll be taken to a donation page for Ubuntu donate at your own discretion and proceed forward 5. The Ubuntu ISO file will begin downloading to your computer, it should be titled something along the lines of ubuntu desktop-amd64.iso 6. Wait for the download of the file to complete, then move onto the next section Download VirtualBox 1. Navigate to the VirtualBox website located at 2. Click on the Download VirtualBox 5.1 button (this may change depending on the latest version of VirtualBox available) 3. You ll be brought to a page containing the VirtualBox downloads for various different operating systems click on the one corresponding to the operating system of your machine For this example, we are using a Windows machine, so we will select the download for Windows hosts The Python Mini-Degree 2017 Zenva Pty Ltd 4

6 4. Wait for the download of VirtualBox to complete, then proceed to the next section Install and Setup Ubuntu on VirtualBox A) Installing VirtualBox If you already have VirtualBox installed, or can proceed forward with the installation on your own, you may skip to Part B 1. Double-click on the downloaded VirtualBox installation file to begin the install process 2. On the Welcome step, select Next The Python Mini-Degree 2017 Zenva Pty Ltd 5

7 3. On the Custom Setup step, select Next 4. On the subsequent Custom Setup step, select Next 5. On the Network Interfaces step, select Yes The Python Mini-Degree 2017 Zenva Pty Ltd 6

8 6. Select Install 7. Allow the installation process to complete and then launch VirtualBox The Python Mini-Degree 2017 Zenva Pty Ltd 7

9 B) Create the Ubuntu Virtual Machine 1. In VirtualBox, click on the New button to create a new virtual machine 2. In the subsequent screen, type Ubuntu for the name of the virtual machine (This will allow the type and version to be auto-populated otherwise, set them if they are not automatically populated) The Python Mini-Degree 2017 Zenva Pty Ltd 8

10 3. For the memory size, 1024 MB of RAM is the default amount for the virtual machine. You can allocate more if you d like, and this can always be changed later if needed The Python Mini-Degree 2017 Zenva Pty Ltd 9

11 4. For the next screen, use the option as shown below 5. Next you ll select the virtual hard disk file type. The default option VDI (VirtualBox Disk Image) should be used The Python Mini-Degree 2017 Zenva Pty Ltd 10

12 6. For the storage usage, select Dynamically allocated 7. For the size of the virtual hard disk, 10 GB is the default. For the purposes of the Python Mini- Degree, we suggest bumping it up to 12 GB Feel free to increase the size as per your needs, then create the virtual machine The Python Mini-Degree 2017 Zenva Pty Ltd 11

13 8. Once creation of the virtual machine completes, the VirtualBox window will appear as below C) Install Ubuntu on the Virtual Machine 1. Select the Ubuntu virtual machine you created, and then click on Settings 2. Select the Storage tab, and then the Adds optical drive button as shown below The Python Mini-Degree 2017 Zenva Pty Ltd 12

14 3. In the options displayed, select Choose disk 4. Navigate to where you downloaded the Ubuntu ISO and select it you may need to set the file type filter to All files in order to see the ISO file The Python Mini-Degree 2017 Zenva Pty Ltd 13

15 Select OK to proceed 5. Now you ll power on the Ubuntu virtual machine to begin the installation process Select Start to power on the virtual machine 6. Give the media a few seconds to loads you ll then be shown the following screen The Python Mini-Degree 2017 Zenva Pty Ltd 14

16 Select Install Ubuntu (you can click on the X to close out the notifications on the top) 7. On the subsequent screen, make sure the Download updates while installing Ubuntu is checked, then continue 8. Select the Erase disk and install Ubuntu option. This will not affect any files nor data on the host computer this only applies to the virtual machine The Python Mini-Degree 2017 Zenva Pty Ltd 15

17 Then, click on Install Now 9. You ll then be prompted to confirm formatting click Continue to proceed 10. Select and confirm your region (In this example, we use New York) The Python Mini-Degree 2017 Zenva Pty Ltd 16

18 11. Select and confirm your keyboard layout and language 12. Enter your name and the username for your account. Optionally, you can also set a password once you press continue the install will begin The Python Mini-Degree 2017 Zenva Pty Ltd 17

19 13. Once the install completes, restart the virtual machine The Python Mini-Degree 2017 Zenva Pty Ltd 18

20 D) Download and Run the Python Mini-Degree Setup File 1. Inside the virtual machine (this is, inside the Linux operating system you have installed) Open Mozilla Firefox and navigate to the course home page. Then, click on the Course Files section and click on the Python packages installation file to download the setup file Note: This step, and all subsequent steps take place within Ubuntu in the virtual machine 2. You will be prompted to either open or save the file select the option Save File The Python Mini-Degree 2017 Zenva Pty Ltd 19

21 3. Click on the Files application on the left-pane, and open the Downloads folder 4. Navigate to the setup file (zipped folder) and right-click it to extract the script itself The Python Mini-Degree 2017 Zenva Pty Ltd 20

22 5. Once the extraction is complete, you ll have a file titled installer.desktop in the folder Right-click the file and click Properties The Python Mini-Degree 2017 Zenva Pty Ltd 21

23 6. In the displayed window, select the Permissions tab and check on the box that says Allow executing file as program then close out the window 7. After having set the file to be executable in the previous step, right-click on the file and select Open to begin execution of the script The Python Mini-Degree 2017 Zenva Pty Ltd 22

24 8. A terminal window will be displayed prompting for the password you set when you created your account type it in and press enter Note: When typing your password, no characters will be displayed on the entry line, this is normal. If you are unsure of what you typed for your password, delete any characters you might have typed and enter your password again 9. Once you ve successfully entered your password, the packages that will be installed by script will be displayed Simply type Y to confirm and then press enter The Python Mini-Degree 2017 Zenva Pty Ltd 23

25 10. Once all of the libraries have finished installing, you ll see Finished Installing... After that, press any key such as enter to confirm. This will close the window 11. Open a new terminal window using Ctrl + Alt + T Then run the below commands to update the package lists and installed any updated software sudo apt-get update sudo apt-get upgrade You can then close the window and proceed with the next section The Python Mini-Degree 2017 Zenva Pty Ltd 24

26 E) Configuring the Text Editor for Python 1. Press the Windows key on your keyboard (or click on the Ubuntu icon on the left) and type Text Editor into the search bar This will bring up the text editor application (known as Gedit) click on the icon to launch it 2. Once Gedit launches, click on the Edit menu button at the top left Then select Preferences from the displayed drop-down menu The Python Mini-Degree 2017 Zenva Pty Ltd 25

27 3. In the Preferences pop-up window, click on the Plugins tab Select the item External Tools such that it is checked on (by default the item is unchecked) Then click the X on the top-left of the window to save the change 4. Click on the Tools menu button, then select Manage External Tools from the drop-down menu The Python Mini-Degree 2017 Zenva Pty Ltd 26

28 5. In the displayed window, click on the + button to add a new tool This will create a new tool entry called New tool click on it to modify its properties The Python Mini-Degree 2017 Zenva Pty Ltd 27

29 6. Rename the entry to Execute Python Code, and in the right-side pane enter the following code #!/usr/bin/env python import sys exec(sys.stdin.read()) Then set the following fields Shortcut key: Alt + Q (you ll have to click into the field and then press both buttons simultaneously to set this shortcut) Input: Current selection (default to document) this you ll select from the drop-down menu Applicability: All documents Python, Python3 these you ll select from the drop-down menu Your settings for the tool will then look like this The Python Mini-Degree 2017 Zenva Pty Ltd 28

30 F) Test the Python Environment Note: This step, and all subsequent steps are done in Ubuntu within the virtual machine 1. Open Gedit to a new file The Python Mini-Degree 2017 Zenva Pty Ltd 29

31 2. Save the new file by using the Save As function Click on the File menu button, and select Save As from the drop-down menu 3. Navigate to the Desktop folder (or whichever folder you d like to save the file in) Then, give the file a name we use test.py in this example Note: Make sure to give the file a file extension of.py, then click Save The Python Mini-Degree 2017 Zenva Pty Ltd 30

32 4. After having saved the file, type some Python code into it so we can test that the Python code execution tool works In the example below, we type print Hello world! 5. Once you ve entered the code, simply use the shortcut we defined before, which was Alt + Q You ll see the Python code executed in the Tool Output pane, on the bottom of the editor The Python Mini-Degree 2017 Zenva Pty Ltd 31

33 Congratulations! You ve completed setting up the Python Development Environment for your Ubuntu virtual machine! The Python Mini-Degree 2017 Zenva Pty Ltd 32

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

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

Preparation of a Cluster Node with Ubuntu

Preparation of a Cluster Node with Ubuntu Preparation of a Cluster Node with Ubuntu Although newer versions of Hadoop work on computers with Windows OS, I decided to use a Linux based system because of the proved stability of Hadoop on the Linux.

More information

Tutorial for virtual machine creation and installation of Linux C4Sys iso file in Windows.

Tutorial for virtual machine creation and installation of Linux C4Sys iso file in Windows. Tutorial for virtual machine creation and installation of Linux C4Sys iso file in Windows. To start your virtual machine creation it is necessary to download the software: Oracle Virtual Box https://www.virtualbox.org/

More information

Installing VirtualBox and Ubuntu

Installing VirtualBox and Ubuntu Installing VirtualBox and Ubuntu August 24, 2013 Here s a short guide to how I installed VirtualBox on an old 2009 Macbook Pro. 1 Necessary files First, we need to get a few files together - the VirtualBox

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

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

WINDOWS 64-BIT INSTALLATION NOTES VMWARE PLAYER Micro Planner X-Pert V3.5.1 Digital Download Edition

WINDOWS 64-BIT INSTALLATION NOTES VMWARE PLAYER Micro Planner X-Pert V3.5.1 Digital Download Edition WINDOWS 64-BIT INSTALLATION NOTES VMWARE PLAYER Micro Planner X-Pert V3.5.1 Digital Download Edition THIS DOCUMENT CONTAINS IMPORTANT INFORMATION REGARDING THE INSTALLATION AND USE OF THIS SOFTWARE. IF

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

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

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

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

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

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

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

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

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

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

LiveNX Upgrade Guide from v5.2.0 to v5.2.1

LiveNX Upgrade Guide from v5.2.0 to v5.2.1 LIVEACTION, INC. LiveNX Upgrade Guide from v5.2.0 to v5.2.1 UPGRADE LiveAction, Inc. 3500 Copyright WEST BAYSHORE 2016 LiveAction, ROAD Inc. All rights reserved. LiveAction, LiveNX, LiveUX, the LiveAction

More information

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

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

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

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

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

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

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

Privacy and Security in Online Social Networks Department of Computer Science and Engineering Indian Institute of Technology, Madras

Privacy and Security in Online Social Networks Department of Computer Science and Engineering Indian Institute of Technology, Madras Privacy and Security in Online Social Networks Department of Computer Science and Engineering Indian Institute of Technology, Madras Lecture - 04 Tutorial 1, Part 1 Ubuntu Hi everyone, welcome to the first

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

Step-by-step guide for the libradtran virtual machine. A) Installation

Step-by-step guide for the libradtran virtual machine. A) Installation Step-by-step guide for the libradtran virtual machine July 2014 A) Installation You need approximately 7GB of free disk space on your computer to install the virtual machine. Step 1) Extract the archive

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

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

Android Studio Setup Procedure

Android Studio Setup Procedure Android Studio Setup Procedure System Requirements : Windows OS Linux OS Mac OS Microsoft Windows 7/8/10 (32- or 64-bit) 3 GB RAM minimum, 8 GB RAM recommended; plus 1 GB for the Android Emulator 2 GB

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

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

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

Due: October 8, 2013: 7.30 PM

Due: October 8, 2013: 7.30 PM Jackson State University Department of Computer Science CSC 437-01/539-01 Computer Security Fall 2013 Instructor: Dr. Natarajan Meghanathan Lab Project # 1: Lab Project on using PGP GNU Privacy Guard (GPG)

More information

Creating a Virtual Machine with OPAL-RT Linux Version 1.5

Creating a Virtual Machine with OPAL-RT Linux Version 1.5 Creating a Virtual Machine with OPAL-RT Linux Version 1.5 www.opal-rt.com 1751 Richardson, suite 2525 Montréal (Québec) Canada H3K 1G6 www.opal-rt.com 2017 All rights reserved Printed in Canada Contents

More information

Lab - Share Resources in Windows

Lab - Share Resources in Windows Introduction In this lab, you will create and share a folder, set permissions for the shares, create a Homegroup and a Workgroup to share resources, and map a network drive. Due to Windows Vista lack of

More information

Xtra-PC User Guide. Published: April 2017 Edition: 2 Xtra-PC 4.0. Copyright Xtra-PC. All Rights Reserved.

Xtra-PC User Guide. Published: April 2017 Edition: 2 Xtra-PC 4.0. Copyright Xtra-PC. All Rights Reserved. Xtra-PC User Guide Published: April 2017 Edition: 2 Xtra-PC 4.0 Copyright 2014-2017 Xtra-PC. All Rights Reserved. Table of Contents Overview of Xtra-PC... 4 Hardware Requirements... 4 Initial Setup...

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

Click on the VM IMAGES drop-down menu and select VirtualBox Images

Click on the VM IMAGES drop-down menu and select VirtualBox Images How to install Ubuntu Linux in VirtualBox Revised: 12-August-2016, David Walling In our previous How To, we stepped through how to download and install Oracle VirtualBox on a Windows 10 host. This How

More information

1. ECI Hosted Clients Installing Release 6.3 for the First Time (ECI Hosted) Upgrading to Release 6.3SP2 (ECI Hosted)

1. ECI Hosted Clients Installing Release 6.3 for the First Time (ECI Hosted) Upgrading to Release 6.3SP2 (ECI Hosted) 1. ECI Hosted Clients........................................................................................... 2 1.1 Installing Release 6.3 for the First Time (ECI Hosted)...........................................................

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

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

NEC Versa 500D/550D Windows 98 Upgrade Information

NEC Versa 500D/550D Windows 98 Upgrade Information NEC Versa 500D/550D Windows 98 Upgrade Information Follow the instructions provided in this document to upgrade your NEC Versa 500D/550D system to Microsoft Windows 98. Please read these notes in their

More information

Neehr Perfect Guide: Installing the Citrix Plugin

Neehr Perfect Guide: Installing the Citrix Plugin Neehr Perfect Guide: Installing the Citrix Plugin Overview This guide covers how to install the Citrix plugin. The first time you log in to Neehr Perfect on any computer, you will be prompted to install

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

Due: February 26, 2014, 7.30 PM

Due: February 26, 2014, 7.30 PM Jackson State University Department of Computer Science CSC 438-01/539-01 Systems and Software Security, Spring 2014 Instructor: Dr. Natarajan Meghanathan Project 1: Exploring UNIX Access Control in a

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

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

10ZiG Technology. Thin Desktop Quick Start Guide

10ZiG Technology. Thin Desktop Quick Start Guide 10ZiG Technology Thin Desktop Quick Start Guide 2010 05 20 Introduction This document is intended as a quick start guide for installing Thin Desktop. After reading this document, you will know how to:

More information

Using the Remote Desktop Portal

Using the Remote Desktop Portal Using the Remote Desktop Portal The Remote Desktop Portal The ICT Services team have implemented new software to provide staff greater access to College resources when away from the College. The new software

More information

Applied ICT Skills MS Windows

Applied ICT Skills MS Windows Applied ICT Skills MS Windows Lesson 1 - How to install an operating system into computer? Windows 7 is perhaps the best Microsoft operating system and is very easy to install compared to other windows.

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

Proactive-CCTV Server Installation Guide v1.0

Proactive-CCTV Server Installation Guide v1.0 v1.0 For Support Email: michael@proactive-cctv.com www.proactive-cctv.com 1. Getting Started Welcome to the Proactive-CCTV. Please Read Before Starting Installation Initial Setup & Requirements Operating

More information

CIS 76 Ethical Hacking Building an open source Pentest Sandbox, carrying out a Remote Code Execution exploit, and Remediating the RCE vulnerability.

CIS 76 Ethical Hacking Building an open source Pentest Sandbox, carrying out a Remote Code Execution exploit, and Remediating the RCE vulnerability. CIS 76 Ethical Hacking Building an open source Pentest Sandbox, carrying out a Remote Code Execution exploit, and Remediating the RCE vulnerability. Ryan Borden December 3, 2017 Contact: ryanborden81@gmail.com

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

Integrated Information Technology Services (IITS)

Integrated Information Technology Services (IITS) Integrated Information Technology Services (IITS) User Guide for Laptops with Windows 7 Network Configuration & Software Installation Version 1.4 Updated as at 15-Aug-11 Table of Contents How to verify

More information

Setting up the programming environment on Windows

Setting up the programming environment on Windows Setting up the programming environment on Windows Author: Michael Uhl ( contact: uhlm[at]informatik.uni freiburg.de ) Date: 17.10.2017 The easiest way to set up the programming environment on Windows is

More information

GiftMaker Pro & EventMaker Pro 8.2

GiftMaker Pro & EventMaker Pro 8.2 GiftMaker Pro & EventMaker Pro 8.2 Update Installation Instructions Windows Please be sure you have a working backup copy of your data file before proceeding. To install any of the Pro Series version 8.2

More information

[Type here] ID Capture V1.0

[Type here] ID Capture V1.0 ID CAPTURE USER GUIDE V 1.0 03/02/2016 Contents Installing... 2 Installation Requirements... 2 Installation... 3 Installing USB Camera... 3 Getting Started... 4 Orientation... 5 Configuring... 6 System...

More information

Step 1 Go to

Step 1 Go to How to install and Configure Adobe Media Live Encoder for HD broadcasting: Step 1 Go to http://www.adobe.com/products/flashmediaserver/flashmediaencoder Step 2 Towards the center of the page, click on

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

Last Updated: October 12, Learning Ally ReadHear by gh for PC, Quick Start Guide

Last Updated: October 12, Learning Ally ReadHear by gh for PC, Quick Start Guide Learning Ally ReadHear by gh for PC Quick Start Guide Last Updated: October 12, 2012 1 Page Table of Contents Introduction...3 What is Learning Ally ReadHear?...3 Overview...3 Minimum PC System Requirements...3

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

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

FRM FOR OUTLOOK PLUGIN INSTALLATION GUIDE FRM Solutions, Inc.

FRM FOR OUTLOOK PLUGIN INSTALLATION GUIDE FRM Solutions, Inc. FRM FOR OUTLOOK PLUGIN INSTALLATION GUIDE FRM Solutions, Inc. TABLE OF CONTENTS System Requirements... 2 I. Determining the.bit version of your Microsoft Office Suite... 2 II. Determine your version of

More information

Upgrading your QuickBooks Company File Once per file only

Upgrading your QuickBooks Company File Once per file only Username: «User» License: «License_Number» Product: «Product_Number» This document walks you through upgrading your QuickBooks company file. If your file has already been upgraded, you may skip below to

More information

Ubuntu Supplement to X350 & X550 User s Guide NComputing X350 & X550 vspace Software for Linux on Ubuntu 8.04

Ubuntu Supplement to X350 & X550 User s Guide NComputing X350 & X550 vspace Software for Linux on Ubuntu 8.04 Ubuntu Supplement to X350 & X550 User s Guide NComputing X350 & X550 vspace Software for Linux on Ubuntu 8.04 Prepared by: NComputing TID 110.118-2c Revision 1.2 Updated: December 02, 2009 Copyright NComputing

More information

Installing VMware Player to Run Ubuntu Linux on a Windows Machine

Installing VMware Player to Run Ubuntu Linux on a Windows Machine Installing VMware Player to Run Ubuntu Linux on a Windows Machine Check that you are connected to the internet before beginning (open Internet Explorer or Firefox or similar). Installing VMware Player

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

Home Installation Instructions

Home Installation Instructions Home Installation Instructions February 2013 System Requirements Troy School District is pleased to offer its students home access to Type to Learn 4. Type to Learn 4 is a powerful web based keyboarding

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

IT Software Installation Guide

IT Software Installation Guide IT Software Installation Guide Microsoft Office... 1 Notepad++... 3 Packet Tracer... 4 SQL Server 2016 Express... 6 SQL Server Data Tools... 7 Visual Studio Community... 8 Wireshark... 9 VMware Workstation

More information

The Timetabler. Getting Started Guide V E R S I O N 8.1

The Timetabler. Getting Started Guide V E R S I O N 8.1 The Timetabler V E R S I O N 8.1 PREPARING YOUR VERSION 7 DATA FOR VERSION 8.1... 2 WHAT YOU MAY LIKE ABOUT THE TIMETABLER VERSION 8.1... 2 SYSTEM REQUIREMENTS... 3 CHANGING THE SCREEN RESOLUTION... 3

More information

NSave Table of Contents

NSave Table of Contents NSave Table of Contents Introduction to NSave for Desktops 2 CPP Installation Instructions 3 Backing up your Computer 8 Restoring Files to your Computer 10 Tools 16 1 Introduction to NSave for Desktops

More information

Cal Master Detailed Installation and Upgrade Instructions

Cal Master Detailed Installation and Upgrade Instructions TQS Media Cal-Master v 1.3 Cal-Master v 2.1 BASIC Edition SILVER Edition Cal Master Detailed Installation and Upgrade Instructions Contents Setup on Standalone Machine (Single User setup) Page 2 Setup

More information

LepideAuditor for File Server. Installation and Configuration Guide

LepideAuditor for File Server. Installation and Configuration Guide LepideAuditor for File Server Installation and Configuration Guide Table of Contents 1. Introduction... 4 2. Requirements and Prerequisites... 4 2.1 Basic System Requirements... 4 2.2 Supported Servers

More information

Installation of Lubuntu Linux, Koha, DSpace and other software using LibLiveCD

Installation of Lubuntu Linux, Koha, DSpace and other software using LibLiveCD Installation of Lubuntu Linux, Koha, DSpace and other software using LibLiveCD NOTE: Before performing the below tasks, please ensure you have one basic disk partition (with no data) or some free space

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

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

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

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

Making a Bootable Linux USB Flash Drive with the Universal USB Installer.

Making a Bootable Linux USB Flash Drive with the Universal USB Installer. Making a Bootable Linux USB Flash Drive with the Universal USB Installer. Insert the target USB flash drive into the USB port before starting the installer program. This is the start up screen for the

More information

Fairfield University Using Xythos for File Storage

Fairfield University Using Xythos for File Storage Fairfield University Using Xythos for File Storage Version 7.0 Table of Contents I: Accessing your Account...2 II: Uploading Files via the Web...2 III: Manage your Folders and Files via the Web...4 IV:

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

Time Recorder Manual

Time Recorder Manual Time Recorder Manual 1. Install Authentication software... 1 1.1 Install Fingerprint Authentication Software... 1 1.2 Install Finger Vein Authentication Software... 3 1.3 Install Hybrid Authentication

More information

EXERCISE SYSTEM GUIDE (v. 7.13)

EXERCISE SYSTEM GUIDE (v. 7.13) EXERCISE SYSTEM GUIDE (v. 7.13) Copyright 2016 Pegasystems Inc., Cambridge, MA All rights reserved. This document describes products and services of Pegasystems Inc. It may contain trade secrets and proprietary

More information

LiveNX Upgrade Guide from v5.1.2 to v Windows

LiveNX Upgrade Guide from v5.1.2 to v Windows LIVEACTION, INC. LiveNX Upgrade Guide from v5.1.2 to v5.1.3 - Windows UPGRADE LiveAction, Inc. 3500 Copyright WEST BAYSHORE 2016 LiveAction, ROAD Inc. All rights reserved. LiveAction, LiveNX, LiveUX, the

More information

EasiShare Desktop User Guide

EasiShare Desktop User Guide Copyright 2016 by Inspire-Tech Pte Ltd. All rights reserved. All trademarks or registered trademarks mentioned in this document are properties of their respective owners. No part of this document may be

More information

Backup Express Backup Client version 11

Backup Express Backup Client version 11 Backup Express Backup Client version 11 Quick Start Guide Thank you for choosing Backup Express! Getting Backup Express running on your computer is simple. This guide will step you through the process

More information

Lab 3-1 Lab Installing Kofax Capture 10

Lab 3-1 Lab Installing Kofax Capture 10 In the following lab instructions, you re going to install and license Kofax Capture, turn on User Tracking, review the product documentation, and prepare your system for the lab exercises in this course.

More information

Develop Content SoftChalk Create

Develop Content SoftChalk Create \ Develop Content is a content authoring program that is easy to use (like a word processer) but allows you to make your lessons interactive for your students. You can put various activities and quiz groups

More information

Data Store and Admin Tool User Guide

Data Store and Admin Tool User Guide Data Store and Admin Tool User Guide Contents Contents What is a Data Store?... 8 Getting Started... 8 System Requirements... 8 Supported Operating Systems... 8 Support SQL Servers... 8 Tools Required

More information

Scanner Installation Procedures for edeposit

Scanner Installation Procedures for edeposit Scanner Installation Procedures for edeposit Great Things Happen! Scanner Installation Procedures for edeposit Table of Contents Getting Started Minimum System Requirements...........................1

More information

IBM NetBAY Virtual Console Software. Installer and User Guide

IBM NetBAY Virtual Console Software. Installer and User Guide IBM NetBAY Virtual Console Software Installer and User Guide INSTRUCTIONS This symbol is intended to alert the user to the presence of important operating and maintenance (servicing) instructions in the

More information

NSave Table of Contents

NSave Table of Contents NSave Table of Contents Introduction to NSave for Desktops 1 CPP Installation Instructions 2 Backing Up Your Computer 9 Restoring Files to Your Computer 11 Tools Menu 17 Introduction to NSave for Desktops

More information

PASSPORTAL PLUGIN DOCUMENTATION

PASSPORTAL PLUGIN DOCUMENTATION Contents Requirements... 2 Install or Update Passportal Plugin Solution Center... 3 Configuring Passportal Plugin... 5 Client mapping... 6 User Class Configuration... 7 About the Screens... 8 Passportal

More information

NEC Versa 4200 Windows 98 Upgrade Information

NEC Versa 4200 Windows 98 Upgrade Information NEC Versa 4200 Windows 98 Upgrade Information Follow the instructions provided in this document to upgrade your NEC Versa 4200 system to Microsoft Windows 98. Please read these notes in their entirety.

More information

Interlink Express Desktop Printing Service Installation Guide

Interlink Express Desktop Printing Service Installation Guide Interlink Express Desktop Printing Service Installation Guide Page 1 of 10 Introduction This guide is intended to provide guidance on how to install and configure the new Interlink Express Desktop Printing

More information

Storing Your Exercise Files

Storing Your Exercise Files Storing Your Exercise Files This appendix contains an overview for using this book with various file storage media, such as a USB flash drive or hard drive. Detailed instructions for downloading and unzipping

More information

SecureGuard VMS. SecureGuard All-In-One Quick Install Guide V. 2.5

SecureGuard VMS. SecureGuard All-In-One Quick Install Guide V. 2.5 SecureGuard VMS Quick Install Guide V. 2.5 9/30/2018 2 Table of Contents Purpose... 3 Installation... 3 Setup... 4 Startup & Live View... 26 3 Purpose This is a step-by-step guide to installing the current

More information