Installing VMware Player to Run Ubuntu Linux on a Windows Machine

Size: px
Start display at page:

Download "Installing VMware Player to Run Ubuntu Linux on a Windows Machine"

Transcription

1 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 1. Obtain the installation/setup file for VMware Player (VMware-player exe) Copy this file from the provided media or Download it from: 2. Run the setup file (VMware-player exe). Allow it to make changes to your computer if asked. 3. Follow the instructions given (allow drivers to be installed if asked).

2 4. Continue following the instructions 5. And continue

3 6. Keep going 7. Continue

4 8. Continue 9. Keep Going 10. And now to Ubuntu Linux

5 Install Ubuntu with all the power to you Here there are several ways you can go. At this point YOU become responsible for remembering things. So pay attention. In the steps below, you will need: A. The Ubuntu ISO file, ubuntu desktop-i386.iso from the provided media or download from: (version LTS, 32-bit) B. A user name I suggest using your first name. C. Yet another password. Make it simple like passcs244 Be certain you have an internet connection before continuing! Open Internet Explorer, Firefox or similar. 1. Open VMware Player (it may pause briefly as it starts) and choose Create a New Virtual Machine

6 2. You will be installing Ubuntu directly from the ISO file ( ubuntu desktop-i386.iso ) So click the second option and browse to that file Once you have selected the file, VMware Player will automatically detect Ubuntu and will show that it will be installed with Easy Install After selecting the ISO file click Next

7 3. Next you will be prompted for: a. Full Name so Enter Your First and Last Name b. User Name I suggest using your first name so Enter Your First name (all lowercase) c. Password I suggest something easy so Enter passcs244 d. Confirmation of the password so Re-Enter passcs244 or your own chosen password NOTE: YOU MUST REMEMBER THIS INFORMATION If you forget it, you will likely end up needing to re-install Ubuntu This means you will LOSE any work you have done up until then So REMEMBER THIS INFORMATION Enter Your First and Last Name Enter Your First Name, all lowercase Enter passcs244 Re-Enter passcs244 Note the User Name must be all lowercase letters and numbers 0 to 9 Note the Password must be at least 8 characters long If those criteria are not met then you will see error messages pop up and you will have to choose something different

8 4. Choose the name for you virtual machine Enter Ubuntu And the path to save it Leave it as it defaults 5. You now can choose how much space the Ubuntu virtual machine disk will have available. The default is 20 GB. That is probably enough space. You may increase it if you want. You also can store the machine s hard disk as one file or multiple. Either option will work.

9 6. You now get a chance to review the settings and go back if you want. Click Finish when satisfied with the settings. Note: If you select the bottom check box, the Ubuntu Virtual Machine will automatically start when the installation completes successfully. It is recommended to leave it checked. This is where you may need an internet connection active and working. Various pop ups may occur at this point in time. Agree to them all. Some examples of what you may see follow. The following is OKAY don t panic if you see it (and don t worry if you don t see it)

10 Agree to things such as:

11 The following is also OKAY if you see it (and okay if you do not): Notice the big colorful screen in the background

12 Most of the time you will be looking at something like the following:

13 Towards the end you will see something like: It may then flash several black screens with text like:

14 After which you should see a screen similar to: Possibly followed by another black screen that should quickly flash away

15 7. And FINALLY you will be able to log into your Ubuntu Virtual Machine You are almost done You will still need to make sure you actually get a usable C++ compiler out of all this (see farther below) You should now see a screen similar to the following (but with your first name, not mine) If you would like a second viewpoint on these directions or encounter some oddities, particularly due to lack of internet access very similar instructions to the above may be found at: (last checked August, 2013)

16 Additionally You now have an Ubuntu Linux virtual machine. It *should* already have an internet connection, if it installed properly. Updating Ubuntu Linux You will now need to make sure it has all the updates it needs. A quick (sometimes unreliable) check to see if updates are needed is to click on the power switch button in the upper right corner: Click on the power button What does it say here? Software Up to Date? Updates Available? Check for Updates? This is NOT always accurate.

17 You may also check to see if updates are needed by going to System Settings: Click on System Settings Button Then click on Details: Click on Details

18 You will then see something like: This button may say: Check for Updates If it does then click it. From there it is usually pretty straight forward.

19 Installing GNU C++ Compiler, aka g++ You will also need to install the GNU C++ compiler, called g++. Be sure you have an internet connection before continuing with the below. First go to a terminal prompt (via Dash Home): Click on the Dash Home Button

20 Next do a search for the terminal application: Type: terminal These three icons should appear, maybe others too. You are looking for the one labeled Terminal, highlighted in white above.

21 Find the Terminal Application and click on it: That one is the one you want to start with. At the prompt you should type the following: sudo apt-get update and then hit enter. This will produce output that looks something like:

22 Now type sudo apt-get upgrade and press enter This produces output something like: Enter: sudo apt-get upgrade Now type sudo apt-get install build-essential and press enter This produces output something like: Enter: sudo apt-get install build-essential Enter: y for yes Enter Y for yes when prompted.

23 This produces output something like: This should complete the install of g++ on your Ubuntu Linux Virtual Machine. To verify it is installed you can type gcc v and press enter (notice there is a space between the c and the dash) This should produce something like: Enter: gcc -v

24 And then make v and pressing enter, should produce something equally reasonable, such as: Enter: make -v

25 Additional Programs You will likely want to install some form of Integrated Development Environment (IDE). Again, be sure you have an internet connection before continuing with the below. So click on the Ubuntu Software Center Button: Click on the Ubuntu Software Center Button

26 You will now see something like the below. You will want to go to Developer Tools Go to Developer Tools

27 You should see something like the below Now select IDEs Select IDEs This brings up a list of IDEs available. Choose the one you want. For Data Structures the Geany IDE may work well. And there may be other programs you want to, or need to, install. But that is left up to you.

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

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

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

1 Installation (briefly)

1 Installation (briefly) Jumpstart Linux Bo Waggoner Updated: 2014-09-15 Abstract A basic, rapid tutorial on Linux and its command line for the absolute beginner. Prerequisites: a computer on which to install, a DVD and/or USB

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

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

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

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

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

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

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

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

Installing NS-2 on Ubuntu & 12.10

Installing NS-2 on Ubuntu & 12.10 Installing NS-2 on Ubuntu 10.04 & 12.10 for windows users from the ground up Eslam Mostafa Mahmoud Ayman Mahmoud Ezz Mahmoud Mohsen Mahmoud Rashad Mostafa Kishk gp.team.2013@gmail.com Contents Introduction...

More information

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

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

More information

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

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

Ensuring your computer has Java

Ensuring your computer has Java Ensuring your computer has Java TournamentSR and all of its support programs require the Java Standard Runtime Environment (JRE). This is a free program that can be downloaded and installed from the Internet.

More information

VMware Plugin Installation for Windows 8.1 or newer

VMware Plugin Installation for Windows 8.1 or newer VMware Plugin Installation for Windows 8.1 or newer Table of Contents Access vlab and Install Plugin... 1 Firefox Settings... 5 Internet Explorer 11 Settings... 6 Installing Firefox ESR v52... 8 Access

More information

Getting to Integris/SIS

Getting to Integris/SIS Getting to Integris/SIS Firstly, before installing the app, note a couple of things that might be helpful: a) Maybe an additional keyboard would suit some. b) Don t forget to close Integris the same way

More information

#Uncomment the second line to enable any form of FTP write command. #write_enable=yes

#Uncomment the second line to enable any form of FTP write command. #write_enable=yes Installing and configuring Apache 2 in Linux Please note that dashes (-) are used to indicate what you should type, they should not be included in the command. Install Linux on an old desktop, dual core

More information

Procedure to Flash Upgrade the TLink TL250/TL300

Procedure to Flash Upgrade the TLink TL250/TL300 Procedure to Flash Upgrade the TLink TL250/TL300 The following is a step-by-step guide to upgrade the software of a TL250 or TL300 IP communicator module. Step 1 Run the T-Link Console Software If you

More information

Encrypting external USB drive on Linux

Encrypting external USB drive on Linux Encrypting external USB drive on Linux To prevent your important or personal information from falling into the wrong hands, you can easily encrypt the files on your USB-drive with a password. Windows,

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

Laboratory Exercise #0

Laboratory Exercise #0 Laboratory Exercise #0 This assignment focuses on the mechanics of installing and using Python. The deadline for Mimir submission is 11:59 PM on Monday, January 8. 1. Complete the steps given below to

More information

NVU Web Authoring System

NVU Web Authoring System NVU Web Authoring System http://www.nvu.com/index.php Table of Contents Using Nvu as Your Web Page Authoring System: Getting Started Opening a page, saving, and previewing your work...3 Formatting the

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

Not For Sale. Offline Scratch Development. Appendix B. Scratch 1.4

Not For Sale. Offline Scratch Development. Appendix B. Scratch 1.4 Appendix B Offline Scratch Development If you only have occasional access to the Internet or your Internet access is extremely slow (aka 56k dial-up access), you are going to have a difficult time trying

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

How to set up an Amazon Work Profile for Windows 8

How to set up an Amazon Work Profile for Windows 8 How to set up an Amazon Work Profile for Windows 8 Setting up a new profile for Windows 8 requires you to navigate some screens that may lead you to create the wrong type of account. By following this

More information

NovTech User Guide Chameleon96

NovTech User Guide Chameleon96 NovTech User Guide Chameleon96 Document Name: User Guide Document Number: 001-127-04-05-01 Rev. 1.1 10/2017 Property of NovTech, Inc. 2017. All Rights Reserved Contact Information: Home Page: Company:

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

TYPO3 Editing Guide Contents

TYPO3 Editing Guide Contents TYPO3 Editing Guide Contents Introduction... 2 Logging in... 2 Selecting your Workspace for editing... 2 Working with Content Elements... 3 Working in the Editing Window... 4 Pasting content from MS Word

More information

Instructions for the Download and Installation of CTAS Version 8.2 Update (Patch)

Instructions for the Download and Installation of CTAS Version 8.2 Update (Patch) Instructions for the Download and Installation of CTAS Version 8.2 Update (Patch) Office of the State Auditor Website: http://www.osa.state.mn.us/ NOTE: Some pictures and screenshots in these instructions

More information

Creating Pages with the CivicPlus System

Creating Pages with the CivicPlus System Creating Pages with the CivicPlus System Getting Started...2 Logging into the Administration Side...2 Icon Glossary...3 Mouse Over Menus...4 Description of Menu Options...4 Creating a Page...5 Menu Item

More information

Configuring Microsoft Outlook to Connect to Hosted Exchange Service

Configuring Microsoft Outlook to Connect to Hosted Exchange Service Configuring Microsoft Outlook to Connect to Hosted Exchange Service Configuring Microsoft Outlook for Hosted Exchange Service Version: 1.0 Updated on: April 27, 2011 Page 1 of 7 TABLE OF CONTENTS Configuring

More information

Instructions for Download and Installation of CTAS Version 8.2 Full Install

Instructions for Download and Installation of CTAS Version 8.2 Full Install Instructions for Download and Installation of CTAS Version 8.2 Full Install Office of the State Auditor Website: http://www.osa.state.mn.us/ NOTE: Some pictures and screenshots in these instructions refer

More information

Remote Desktop How to guide

Remote Desktop How to guide CaseMap Remote Desktop for Windows User Contents How to open Remote Desktop Connection and Login to the Terminal Server... 2 How to save your connection settings and create a shortcut on your desktop...

More information

The first thing we ll need is some numbers. I m going to use the set of times and drug concentration levels in a patient s bloodstream given below.

The first thing we ll need is some numbers. I m going to use the set of times and drug concentration levels in a patient s bloodstream given below. Graphing in Excel featuring Excel 2007 1 A spreadsheet can be a powerful tool for analyzing and graphing data, but it works completely differently from the graphing calculator that you re used to. If you

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

by sudodus alias nio-wiklund at launchpad mkusb - quick start manual

by sudodus alias nio-wiklund at launchpad mkusb - quick start manual mkusb version 11 quick start manual by sudodus alias nio-wiklund at launchpad 1 Overview Page 3 Prepare. install, run mkusb Page 8 Help text and more details Page 11 Slideshow Page 12 Standard installation

More information

Dark Web Investigation Setup Guide.

Dark Web Investigation Setup Guide. Dark Web Investigation Setup Guide www.hunch.ly What the hell is the dark web? There is a lot of confusion about what the dark web is vs. the deep web. The dark web is part of the Internet that is not

More information

HOW TO APPLY FOR A JOB AT NIC Returning applicants only

HOW TO APPLY FOR A JOB AT NIC Returning applicants only HOW TO APPLY FOR A JOB AT NIC Returning applicants only This guide is only for those applicants who have applied to this system in the past and who have an applicant account already set up. Questions about

More information

Using the Vita Group Citrix Portal

Using the Vita Group Citrix Portal Using the Vita Group Citrix Portal Using the Portal Summary This document is will step you through using the Vita Group Citrix portal. This portal allows you to reset your password if it is expired, unlock

More information

(With a few XP tips thrown in for good measure)

(With a few XP tips thrown in for good measure) (With a few XP tips thrown in for good measure) Working with files and folders A file is an item that contains information, for example pictures or documents. On your computer, files are represented with

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

1) Log on to the computer using your PU net ID and password.

1) Log on to the computer using your PU net ID and password. CS 150 Lab Logging on: 1) Log on to the computer using your PU net ID and password. Connecting to Winter: Winter is the computer science server where all your work will be stored. Remember, after you log

More information

QEMU Manager: Computer on a Stick

QEMU Manager: Computer on a Stick QEMU Manager: Computer on a Stick 2012 Table of Contents iii Table of Contents Contents Table of Contents... iii Introduction... v Test Configuration:... v Before You Begin... 3 Choose the Best Flash

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

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

1. Turn on your laptop. The power button/key is in the topright corner of your keyboard.

1. Turn on your laptop. The power button/key is in the topright corner of your keyboard. 1. Turn on your laptop. The power button/key is in the topright corner of your keyboard. 2. When the welcome box appears, click the highlighted button that says Let s Get Started If you do NOT see the

More information

Gain Remote Access to Your Work Computer

Gain Remote Access to Your Work Computer Gain Remote Access to Your Work Computer It only takes 31 easy to follow steps. I used red arrows to point to reference buttons, text boxes, etc. on the pictures. Please read everything carefully. Please

More information

Getting View Client File

Getting View Client File Getting View Client File 1. Launch Internet Explorer 2. At address bar enter this URL https://viewvdi.tp.edu.sg/ and press [Enter]. 3. Please click on More information and click on Go on to the webpage

More information

Table of Contents. Troubleshooting Guide for Home Users

Table of Contents. Troubleshooting Guide for Home Users Table of Contents Introduction... 1 Chapter 1: System Requirements... 2 Recommended and Minimum Supported Requirements... 2 Additional Information... 3 Internet Connectivity... 3 Tablet Compatibility...

More information

PowerTeacher 2.0 GradeBook

PowerTeacher 2.0 GradeBook 1. Open the FireFox web browser. PowerTeacher 2.0 GradeBook 2. Go to the following URL address: https://ps.avondale.k12.az.us/teachers/ 3. Enter your username and password when you see the screen below:

More information

Connecting to the Virtual Desktop Infrastructure (VDI)

Connecting to the Virtual Desktop Infrastructure (VDI) System Office IT Connecting to the Virtual Desktop Infrastructure (VDI) There are four ways to connect to the system office Virtual Desktop Infrastructure (VDI): Web client Windows client - personal computer

More information

Import Version 4 Data into Version 8

Import Version 4 Data into Version 8 HOW TO: Import Version 4 Data into Version 8 This step by step How To article explains how to import your templates and libraries from Palm-Tech 4 into Palm-Tech 8. For a complete list of available How

More information

Guide to using Simply Web

Guide to using Simply Web Guide to using Simply Web Simply Web offers high performance access to Northumbria IT facilities from a wide range of devices which have a connection to the Internet including smartphones, tablets and

More information

Virtual Desktop Infrastructure Setup for MacOS

Virtual Desktop Infrastructure Setup for MacOS Virtual Desktop Infrastructure Setup for MacOS Virtual Desktop Infrastructure (VDI) allows you to connect to a virtual computer and use software that you don t have installed on your own computer or mobile

More information

Personal Online Banking Quick Start Guide

Personal Online Banking Quick Start Guide Personal Online Banking Quick Start Guide Step 1 Visit AmericanBank.com and locate the Personal Login ID box in the top right corner of the homepage. TIP: There are now two different online banking systems

More information

Virtual Desktop Infrastructure Setup for MacOS

Virtual Desktop Infrastructure Setup for MacOS Virtual Desktop Infrastructure Setup for MacOS Virtual Desktop Infrastructure (VDI) allows you to connect to a virtual computer and use software that you don t have installed on your own computer or mobile

More information

Step 1: Adding Darwin to your computer

Step 1: Adding Darwin to your computer Step 1: Adding Darwin to your computer You MUST be on GoucherWIFI. If you receive any network connection problems at any point, double-check your WIFI connection. Remove/Move GoucherGuest and GoucherMultimedia

More information

Joining Flickr. Each of the above steps is detailed below: Step 1: Sign up for a Yahoo! account (skip this step if you already have one)

Joining Flickr. Each of the above steps is detailed below: Step 1: Sign up for a Yahoo! account (skip this step if you already have one) Joining Flickr Flickr is a photo sharing website. The photography group at the Library has organized a group for members to post and share their photos. Here s how to join: 1. Sign up for a Yahoo! account

More information

Why would I want too? There are many ways a bootable memory stick might come in useful:

Why would I want too? There are many ways a bootable memory stick might come in useful: Build a bootable Live Linux USB memory stick using Linux. (with or without Persistence). Why would I want too? There are many ways a bootable memory stick might come in useful: It allows you to try another

More information

1. TABLE OF CONTENTS. 1. Table of Contents Guide Instructions Access Tririga Reset Your Password... 8

1. TABLE OF CONTENTS. 1. Table of Contents Guide Instructions Access Tririga Reset Your Password... 8 Access TRIRIGA 1. TABLE OF CONTENTS 1. Table of Contents... 2 2. Guide Instructions... 3 2.1 Guide Instructions... 3 3. Access Tririga... 4 4. Reset Your Password... 8 4.1 Password Reset... 8 Version Date:

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

Configuring Ubuntu to Code for the OmniFlash or OmniEP

Configuring Ubuntu to Code for the OmniFlash or OmniEP Configuring Ubuntu to Code for the OmniFlash or OmniEP Table of Contents Introduction...2 Assumptions...2 Getting Started...2 Getting the Cross Compiler for ARM...2 Extracting the contents of the compressed

More information

2 Installing the Software

2 Installing the Software INSTALLING 19 2 Installing the Software 2.1 Installation Remember the hour or two of slogging through software installation I promised (or warned) you about in the introduction? Well, it s here. Unless

More information

Getting Started. System Requirements. Installation

Getting Started. System Requirements. Installation Getting Started NexentaOS is an OpenSolaris distribution for your x86/x64 desktop, laptop, or server - with a fast and easy-to-install regular releases and a selection of tightly-integrated excellent applications.

More information

File Management Tutorial

File Management Tutorial Just a reminder... Files: any individual item on your computer that contains data. E.g. document, photo, spreadsheet, email, PowerPoint, etc. File Management Tutorial Folders: containers for your files

More information

PRACTICE-LABS User Guide

PRACTICE-LABS User Guide PRACTICE-LABS User Guide System requirements Microsoft Windows XP Sp2/Vista/7/8/2003/2008 Linux Redhat, Fedora, SuSE, Ubuntu Apple Mac OS X Minimum of 512Mb Ram (depending on OS) Minimum processor speed

More information

emeasures 2.0 USERS MANUAL

emeasures 2.0 USERS MANUAL TABLE OF CONTENTS I Installation 1 A How to Install emeasures 2.0 1 B How to Open emeasures 2.0 1 II Going Online / Offline 2 A How to Login emeasures 2.0 2 B Password Guidelines 3 C How to Logoff emeasures

More information

Instruction Guide! VERITEXT VAULT - ONLINE DEPOSITORY

Instruction Guide! VERITEXT VAULT - ONLINE DEPOSITORY Veritext Vault Instruction Guide 1 Logging In 1. Visit www.veritext.com/vault 2. Click Vault Login 3. Enter your user name and password. (Ensure you have @veritext at the end of your user name.) Be sure

More information

Installing IBM InfoSphere BigInsights Quick Start Edition

Installing IBM InfoSphere BigInsights Quick Start Edition Installing IBM InfoSphere BigInsights Quick Start Edition 1. System requirements Pr. Imade Benelallam Imade.benelallam@ieee.org Before you download, ensure that your system meets the minimum requirements:

More information

BUILD LINUX LEARNING LAB FOR FREE

BUILD LINUX LEARNING LAB FOR FREE HOW TO BUILD LINUX LEARNING LAB FOR FREE Proudly Presented by: LearnLinux.ca Learn Linux - kickstart your IT career Table of Contents 1. What is Linux? 2. VMware Workstation Player Download 3. VMware Workstation

More information

Quick Guide. Full Install on Hog 4 OS Consoles Jan 4, 2017

Quick Guide. Full Install on Hog 4 OS Consoles Jan 4, 2017 Quick Guide High End Systems Full Install on Hog 4 OS Consoles Jan 4, 2017 Rev C PAGE 1/5 You may occasionally need to do a full install of the Hog 4OS on your console. A full install is not typically

More information

Using the Dev C++ Compiler to Create a Program

Using the Dev C++ Compiler to Create a Program This document assumes that you have already installed the Dev-C++ Compiler on your computer and run it for the first time to setup the initial configuration. USING DEV-C++ TO WRITE THE POPULAR "HELLO WORLD!"

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

Arduino IDE Friday, 26 October 2018

Arduino IDE Friday, 26 October 2018 Arduino IDE Friday, 26 October 2018 12:38 PM Looking Under The Hood Of The Arduino IDE FIND THE ARDUINO IDE DOWNLOAD First, jump on the internet with your favorite browser, and navigate to www.arduino.cc.

More information

4.0 Automated and Manual Data Update Instructions for Industry Databases & Coverage Maps

4.0 Automated and Manual Data Update Instructions for Industry Databases & Coverage Maps 4.0 Automated and Manual Data Update Instructions for Industry Databases & Coverage Maps Installing Program Updates Periodically, BIAfn makes improvements to the MEDIA Access Pro program. When this occurs,

More information

Start the Ubuntu Linux VM in VirtualBox. In the VM X Window session, logon as the default user osboxes.

Start the Ubuntu Linux VM in VirtualBox. In the VM X Window session, logon as the default user osboxes. How to use apt-get to update Ubuntu Revised: 15-August-2016 In our last two "How To" documents, we stepped through installing Oracle VirtualBox and Ubuntu 16.04 as a guest OS. This document how to apply

More information

Making Tables and Graphs with Excel. The Basics

Making Tables and Graphs with Excel. The Basics Making Tables and Graphs with Excel The Basics Where do my IV and DV go? Just like you would create a data table on paper, your IV goes in the leftmost column and your DV goes to the right of the IV Enter

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

KNOXPLANS for New Users

KNOXPLANS for New Users KNOXPLANS for New Users Welcome to KnoxPlans The City of Knoxville recommends that KnoxPlans (aka ProjectDox ) run on PC operating systems up to and including Windows 7 32-bit (Windows XP, Windows Vista,

More information

Taxpayer Secure Portal Instructions

Taxpayer Secure Portal Instructions Taxpayer Secure Portal Instructions Secure Portal Walk-Through (External User) Secure Portal is an email solution that allows you to exchange email containing Personally Identifiable Information with your

More information

Get comfortable using computers

Get comfortable using computers Mouse A computer mouse lets us click buttons, pick options, highlight sections, access files and folders, move around your computer, and more. Think of it as your digital hand for operating a computer.

More information

Upgrade Purchasing Procedures

Upgrade Purchasing Procedures Upgrade Purchasing Procedures Getting started First, you must know with which version of Act! your client s serial number is compatible. 1. First you will need to look up your client s serial number. a.

More information

SmartCash SmartNode SCRIPT Setup Guide v2.2. Windows 10. Date: 20/02/2018. By (Jazz) yoyomonkey

SmartCash SmartNode SCRIPT Setup Guide v2.2. Windows 10. Date: 20/02/2018. By (Jazz) yoyomonkey SmartCash SmartNode SCRIPT Setup Guide v2.2 Date: Introduction Welcome to this step by step guide that will take you through the process of creating your own SmartCash SmartNode. This guide is aimed at

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

OpenStack Havana All-in-One lab on VMware Workstation

OpenStack Havana All-in-One lab on VMware Workstation OpenStack Havana All-in-One lab on VMware Workstation With all of the popularity of OpenStack in general, and specifically with my other posts on deploying the Rackspace Private Cloud lab on VMware Workstation,

More information

Manually Mount Usb Flash Drive Ubuntu Server Command Line

Manually Mount Usb Flash Drive Ubuntu Server Command Line Manually Mount Usb Flash Drive Ubuntu Server Command Line 4 answers, How to access a usb flash drive from the terminal? (How can I mount a flash drive manually?) sudo mount -t ntfs-3g /dev/sdb1 /media/external.

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

How to Request an Event using Ad Astra

How to Request an Event using Ad Astra How to Request an Event using Ad Astra Navigate to the Astra guest portal (best used in Mozilla Firefox or Google Chrome) (https://asapp02.aaiscloud.com/une_schedule/portal/guestportal.aspx) *If your page

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

The SIR State Database Chapter 2 Page 1 of 8

The SIR State Database Chapter 2 Page 1 of 8 The SIR State Database Chapter 2 Page 1 of 8 Chapter 2 Getting Started 20110127 D.B.Sale Revised 20120116, 20131018, 20140320, by DB Sale See Appendix 42 for a Quick Start for Branch databases Overview

More information

Computer Basics: Step-by-Step Guide (Session 2)

Computer Basics: Step-by-Step Guide (Session 2) Table of Contents Computer Basics: Step-by-Step Guide (Session 2) ABOUT PROGRAMS AND OPERATING SYSTEMS... 2 THE WINDOWS 7 DESKTOP... 3 TWO WAYS TO OPEN A PROGRAM... 4 DESKTOP ICON... 4 START MENU... 5

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

Simulation Manager Configuration Guide

Simulation Manager Configuration Guide Cornell University College of Veterinary Medicine Student Training Simulation Project Simulation Manager Configuration Guide 2018-Oct-1 Version 1.9 Prepared by: I-Town Design David Weiner 117 Burleigh

More information

Remote Access Synchronization DL Parent

Remote Access Synchronization DL Parent Remote Access Synchronization DL Parent 205 Distance Learning Features Switched-On Schoolhouse 2008 School Edition has two optional distance learning features available: SOS Remote Access and SOS Synchronization.

More information

Semester 2, 2018: Lab 1

Semester 2, 2018: Lab 1 Semester 2, 2018: Lab 1 S2 2018 Lab 1 This lab has two parts. Part A is intended to help you familiarise yourself with the computing environment found on the CSIT lab computers which you will be using

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