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

Size: px
Start display at page:

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

Transcription

1 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 LTS Server on it. In this instance, we follow most of the defaults, meaning that the virtual network spoofs the identity of your server to be that of the host (the real) computer. This is how most home networks work; a router attached to the internet service provider (ISP) uses Network Address Translation to fool the ISP into thinking all of the computers on your local network are actually just one, by rewriting the packets going out through the router with the single (spoofed) MAC address, keeping track of this in a table, and then using this table when packets come back from the ISP to rewrite the destination MAC addresses for the local computers the packets are meant for. Please read instructions in full before proceeding! 1. Check the Ethernet outlets next to your host (it2x): If the CAT5 cable is plugged into the right-hand-side (RHS) CAT5 outlet associated with your host then the computer is connected to it20, an Ubuntu server that acts as a router for the network it.cs.umb.edu If the CAT5 cable is plugged into the left-hand-side (LHS) CAT5 outlet the computer is directly connected to the cs.umb.edu network. Make sure that the CAT 5 network cable is in the RHS drop. 2. Boot up your computer and log in using your Windows login. If you do not have a Windows login, then please notify your professor 3. We want to install a virtual machine running Ubuntu LTS Server. (See also, end-of-report questions.) Fortunately, we have iso images on our computers so this will run quickly. First, invoke Start -> All Programs - > VMWare -> VMware Workstation. There may be a shortcut for this on the desktop. (If you are unable to get VMWare Workstation working, then use VMWare Player, for now.) 4. Create a new Virtual Machine. A Typical (recommended) installation should be sufficient, so click File > New Virtual Machine. Make sure the radio button for

2 Typical is highlighted then click the Next> button. 5. Now we have a choice. We can either: (a) let the installation proceed on its own after giving a few parameters; this is suitable if you ve installed Ubuntu before. Or, (b) Install Ubuntu step-by-step; this is suitable if you are installing Ubuntu for the first time or just want to refresh your memory. a. Here, we let installation proceed on its own after providing a few parameters. i. Instead of installing the operating system later, we are going to install from an ISO image, which we have already copied over to our host system. Choose "Installer disc image file (ISO):" and then Browse to (from File System) C:\OS ISOs\Linux\Ubuntu\Server\ubuntu server-amd64.iso Highlight this file, choose Open and then Next. ii. Now we are given an opportunity to name a user with administrative privileges. Use the name sysadmin (both as the Full name and as the User name.) For a password, choose the name you will use for the machine such as itvm2x-yz 1. This is important because, if you are out sick, we may require quick access to your system. Click Next. iii. Now, for a virtual machine name, we want (instead of the default "Ubuntu") a name that is meaningful to our network 2. Choose the name itvm2x-yz where it2x is the name of your host y is your section number And z is your group ID. 1 Where 2 represe ts the a hi e ou are o, represe ts our se tio, a d z represe ts our group, either a or as assig ed our professor. 2 There is a pro le with this whi h we will fi later.

3 For example, if you are sitting at host it25 (The host name is labeled at the bottom of your flat screen) in Professor Bird's section 2 and group a, then use the name itvm25-2a. iv. There will exist a subdirectory of c:/it341 with the name sectionyz where y is your section number and z is your group ID. The location where the virtual machine image will be stored is in the directory c:/it341/sectionyz so browse to that location and hit the OK button then click the Next button. You may get a prompt about the location containing another virtual machine. As long as you are following directions for naming your machine this will not be a problem so click the continue button. For example, if your team name is "itvm25-2a", then your VM will be in the directory c:/it341/section2a of machine it25 If you have more than two groups using a machine, please see me! v. Go along with the default disk size and "Split virtual disk into multiple files". 20 GB should be more than sufficient. Choose Next. vi. We needn't customize any hardware. If we want to later, it is very easy as long as our virtual machine has been powered down. Click Finish. vii. Now just sit awhile. Your Ubuntu server installation will proceed very quickly -- almost too quickly to watch. You can always install Ubuntu Server (or Ubuntu Desktop) at home should you want to step through the installation process. Now might be a good time to update your administrator's log, writing down what you have been doing

4 and writing about any problems you have encountered. This will help you if you have to re-install, and it will help you to write the progress report for this first project. Make sure to wait until the VMware tools are installed and you are looking at a (virtual) screen with: Ubuntu LTS ubuntu tty1 ubuntu login: viii. If you look at the login screen you will see that the machine is still named "ubuntu", so you will need to fix that. Log in to the machine using the username and password you created, change the directory to /etc and edit the file hostname in the /etc directory. Replace "ubuntu" with the your machine name i.e. itvm2x-yz and save the file. Now log out and power down then power up the VM and you should see this login prompt with the correct machine name where 2x represents your hardware id, y represents your section, and z represents your group ID. Ubuntu LTS itvm2x-yz tty1 itvm2x-yz login: ix. Go on to step 6. b. Here we will first create a VM and then (later) install Ubuntu, so that we may proceed step by step. i. Choose I will install the operating system later. Then, click Next. ii. For a Guest Operating System, choose (2) Linux. For a Version, choose Ubuntu. Click Next. iii. Now, for a virtual machine name, we want (instead of

5 the default "Ubuntu") a name that is meaningful to our network. Choose the name itvm2x-yz where: iv. it2x is the name of your host, y is your section number, And z is your group ID. For example, if you are sitting at host it25 (The host name is labeled at the bottom of your flat screen) in section 2 and group a, then use the name itvm25-2a. There exists a subdirectory of c:/it341 with the name sectionyz where y is your section number and z is your group ID. The location where the virtual machine image will be stored is in the directory c:/it341/sectionyz so browse to that location and hit the OK button then click the Next button. You may get a prompt about the location containing another virtual machine. As long as you are following directions for naming your machine this will not be a problem so click the continue button. For example, if your team name is "itvm25-2a", then your VM will be in the directory c:/it341/section2a of machine it25 If you have more than two groups using a machine, please see me! v. Go along with the default disk size and "Split virtual disk into multiple files". 20 GB should be more than sufficient. Choose Next. vi. We needn't customize any hardware. If we want to later, it is very easy as long as our virtual machine has been powered down. Click Finish. vii. Now, under Devices, you will see that the CD/DVD drive is associated with the host s drive /dev/sr0. We want to

6 change this temporarily, so: 1. Double-click on CD/DVD. This will bring us to a panel where we can (temporarily) change the association so that we can install Ubuntu Server from an iso image. 2. Choose Use ISO image; and then Browse to (from File System) C:\OS ISOs\Linux\Ubuntu\Server\ubuntu server-amd64.iso 3. Once ubuntu server-amd64.iso is highlighted, choose Open, and then click OK. 4. Now, our (virtual) CD/DVD reader is associated with the iso image for Ubuntu Sever. viii. Now choose Power on this virtual machine. You will be led, step-by-step, through the installation. ix. To give control of your keyboard and mouse over to the virtual machine, click on its screen. (Whenever you want to give control back to your host, press Ctrl-Alt. A reminder of this simple sequence is on the lower-left corner of your VMware Workstation window.) x. For a Language, choose English and hit Enter. xi. Choose Install Ubuntu Server, and hit Enter. xii. For a language, choose English, and hit Enter. xiii. For a country, choose United States, and hit Enter. xiv. We don t want Ubuntu to choose a keyboard layout, so choose No and hit Enter. xv. For Origin of the keyboard, choose English (US) and hit Enter. xvi. For a Keyboard layout, choose English (US) and hit Enter. xvii. Now, for a hostname, we want (instead of the default

7 "ubuntu") a name that is meaningful to our network. Choose the name itvm2x-yz where it2x is the name of your host, y is your section number, And z is your group ID. For example, if you are sitting at host it25 (The host name is labeled at the bottom of your flat screen) in section 2 and group a, then use the name itvm25-2a. Erase ubuntu, replace it with the appropriate name, tab to <Continue> and hit Enter. xviii. For a full name for the new user, choose sysadmin. Tab to continue and hit Enter. xix. Use sysadmin for the username, too. Tab to continue and Enter. xx. For a password, choose the name you used for the machine such as itvm2x-yz. Continue and Enter. xxi. Again. xxii. We don t want to encrypt our home directory, so choose No and Enter. xxiii. We are in the same time zone as New York, so choose Yes and hit Enter. xxiv. Use the up-arrow to choose Guided use entire disk and hit Enter. Do not use an LVM! (See end-of-report questions.) xxv. Go with the default disk to partition hey, it s just a virtual disk and hit Enter. xxvi. Use your left-arrow to move to <Yes>, as we want to write these changes to the disk, and hit Enter. Partitioning will commence and the base system is loaded. xxvii. There is no proxy so just leave it blank and hit Enter.

8 xxxii. 6. Log in as sysadmin. xxviii. Choose No automatic updates, and hit Enter. xxix. We won t install any additional software components now; we ll install this stuff later at the command line. So tab to Continue and Enter. xxx. We want to install the GRUB boot loader (it s cool), so choose Yes and Enter. xxxi. Now your installation should finish. Continue and Enter. The system will reboot. 1. Ctrl-Alt to return focus to the host. 2. Right-click on itvm2x-yz in the sidebar and choose Power Off; confirm that you want to Power Off. 3. Double-click on CD/DVD. This will bring us to a panel where we can) change the association back. 4. Choose Use a physical drive and choose Auto detect for the device. Save. 5. Now we are ready to restart the virtual machine. Choose Power on this Virtual Machine. If asked and you wish, install the VMware Tools package inside of this machine.) You will see: Ubuntu LTS itvm2x-yz tty1 itvm2x-yz login: 7. Let s see if we can reach the outside: ping Quit the command; you know how to do this. Be sure to record success or failure in your lab report. 8. We want to install some software; but it s always a good idea to do an update of your catalog before doing so. Now, to do system stuff, you will have to do so as a

9 sudo-er. First, we ll do an update. sudo apt-get update Then we will do an upgrade. sudo apt-get upgrade apt-get is the software maintenance application. Because you are running as sudo, you will be asked for sysadmin s password (at least this first time). You will want to read up on sudo and apt-get. See also, the end-of-report questions. 9. Then install both the ssh server and the ssh client: sudo apt-get install openssh-server (You will want to answer Y.) Notice the server is automatically started up. Notice that the client is already installed; no bother. 10. OK, write about all of this in your lab report entries. And be prepared to write about it in any narrative that you are asked to hand in or exam questions. 11. Now you can log out. logout 12. And, now you can power off the machine (Ctrl-Alt to return focus to the host, right-click on itvm2x-yz in the Sidebar, and choose Power Off. 13. There you go, you have installed Ubuntu Server on a Virtual Machine.

10 14. Notice you can take a Snapshot of your VM at any time. Where was it saved? Figure this out and write about it. You can change this, or you can copy it to a memory stick if you have one. Then you won t lose your work if you mess up! Write about this. Questions: 1. Why LTS? What is LTS? Please explain. 2. What is an LVM? Please explain. 3. Please explain what sudo is, how it is used, and why we need it. 4. Please explain what apt-get is and why we use it. 5. Please explain what snapshots are and why they are useful to us.

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

CROSS-REFERENCE TABLE ASME A Including A17.1a-1997 Through A17.1d 2000 vs. ASME A

CROSS-REFERENCE TABLE ASME A Including A17.1a-1997 Through A17.1d 2000 vs. ASME A CROSS-REFERENCE TABLE ASME Including A17.1a-1997 Through A17.1d 2000 vs. ASME 1 1.1 1.1 1.1.1 1.2 1.1.2 1.3 1.1.3 1.4 1.1.4 2 1.2 3 1.3 4 Part 9 100 2.1 100.1 2.1.1 100.1a 2.1.1.1 100.1b 2.1.1.2 100.1c

More information

IT341 Introduction to System Administration Project II Setting up our LAN

IT341 Introduction to System Administration Project II Setting up our LAN IT341 Introduction to System Administration Project II Setting up our LAN Before we start, please make sure that you have a snapshot of your finished VM/base installation from Project 1, so that you can

More information

Introduction to Creo Elements/Direct 19.0 Modeling

Introduction to Creo Elements/Direct 19.0 Modeling Introduction to Creo Elements/Direct 19.0 Modeling Overview Course Code Course Length TRN-4531-T 3 Day In this course, you will learn the basics about 3-D design using Creo Elements/Direct Modeling. You

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

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

VMware - vsphere INSTALL & CONFIGURE BEYOND INTRODUCTION V1.3

VMware - vsphere INSTALL & CONFIGURE BEYOND INTRODUCTION V1.3 VMware - vsphere INSTALL & CONFIGURE BEYOND INTRODUCTION V1.3 A complete course for all beginning and intermediate students with over 70% of all materials devoted to Live Labs. Students will complete the

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

FAQ for PVRTV-305U. Copyright KWorld Computer Co., Ltd. All rights are reserved. November 9, 2007

FAQ for PVRTV-305U. Copyright KWorld Computer Co., Ltd. All rights are reserved. November 9, 2007 FAQ for PVRTV-305U Copyright 2007. KWorld Computer Co., Ltd. All rights are reserved. November 9, 2007 (1) May I use this same TV tuner card worldwide?...1 (2) If I want to use Windows Vista Media Center

More information

Introduction to Windchill PDMLink 10.2 for the Implementation Team

Introduction to Windchill PDMLink 10.2 for the Implementation Team Introduction to Windchill PDMLink 10.2 for the Implementation Team Overview Course Code Course Length TRN-4262-T 2 Days In this course, you will learn how to complete basic Windchill PDMLink functions.

More information

Certificate Program. Introduction to Microsoft Excel 2013

Certificate Program. Introduction to Microsoft Excel 2013 Certificate Program We offer online education programs designed to provide the workforce skills necessary to enter a new field or advance your current career. Our Online Career Training Programs in the

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

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

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

More information

The 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

Andale Store Getting Started Manual

Andale Store Getting Started Manual Andale Store Getting Started Manual CHAPTER 1 : INTRODUCTION AND WELCOME 3 1. LOG INTO YOUR ACCOUNT 3 CHAPTER 2 : DESIGN CENTER 3 1. CREATE YOUR DESIGN LAYOUT 4 1.1 Choose a Style 4 1.2 Choose a Font 5

More information

SCCAP. User Guide: Version 198

SCCAP. User Guide: Version 198 SCCAP User Guide: Version 198 Table of Contents Introduction 3 CHAPTER 1 I. The Welcome Screen 4 II. The Load or Create Case Screen 5 III. Logging onto a Server 6 IV. Creating the Code Template 7 V. Creating

More information

FAQ for PVRTV-7134ex. Copyright KWorld Computer Co., Ltd. All rights are reserved. November 9, 2007

FAQ for PVRTV-7134ex. Copyright KWorld Computer Co., Ltd. All rights are reserved. November 9, 2007 FAQ for PVRTV-7134ex Copyright 2007. KWorld Computer Co., Ltd. All rights are reserved. November 9, 2007 Content (1) May I use this same TV tuner card worldwide?...2 (2) If I want to use Windows Vista

More information

FAQ for PVRTV Copyright KWorld Computer Co., Ltd. All rights are reserved. November 9, 2007

FAQ for PVRTV Copyright KWorld Computer Co., Ltd. All rights are reserved. November 9, 2007 FAQ for PVRTV-7131 Copyright 2007. KWorld Computer Co., Ltd. All rights are reserved. November 9, 2007 Content (1) May I use this same TV tuner card worldwide?...1 (2) If I want to use this TV tuner card

More information

Shop Manager Help. Version 5

Shop Manager Help. Version 5 Version 5 Contents I Table of Contents Foreword 0 Part I Overview 4 Part II ToolBar 5 Part III Login to Server 6 Part IV LogOut from Server 8 Part V Print Mount Report for Current Wheelset 9 Part VI Preview

More information

CITY UNIVERSITY OF NEW YORK. i. Visit:

CITY UNIVERSITY OF NEW YORK. i. Visit: CITY UNIVERSITY OF NEW YORK I. ACCESSING IRB NET (New Registration) i. Visit: https://www.irbnet.org/release/index.html ii. New users: Click on New Registration in the top right corner iii. Fill-out the

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

Kalaivani Ananthan Version 2.0 October 2008 Funded by the Library of Congress

Kalaivani Ananthan Version 2.0 October 2008 Funded by the Library of Congress RUTGERS UNIVERSITY LIBRARIES OpenMIC User Manual Bibliographic Utility for analog and digital objects Kalaivani Ananthan Version 2.0 October 2008 Funded by the Library of Congress Table of Contents I.

More information

Employer Self Service (ESS) User Quick Guide

Employer Self Service (ESS) User Quick Guide Employer Self Service (ESS) User Quick Guide i Table of Contents Getting Started 6 Accessing the Employer Self Service (ESS) Portal 6 Maintaining Account Settings 7 Switching Employers within Session 7

More information

Power IQ DCIM Monitoring Evaluation Copy A Step-By-Step Guide

Power IQ DCIM Monitoring Evaluation Copy A Step-By-Step Guide 1 Power IQ DCIM Monitoring Evaluation Copy A -By- by Thank you for downloading this free evaluation copy of Sunbird s Power IQ DCIM monitoring software which supports up to five devices! Power IQ allows

More information

How to Use This Lab Manual

How to Use This Lab Manual 3 Contents How to Use This Lab Manual........................................ 5 Lab 1: Setting Up the Student System.................................. 7 Lab 2: Installing Fedora............................................

More information

Remote Access Guide. https://remote.lghealth.org

Remote Access Guide. https://remote.lghealth.org Remote Access Guide https://remote.lghealth.org Created by: Joshua Steele Revision 1.0 7/14/2015 Table of Contents I. Remote Access using Internet Explorer... 2 II. Remote Access using Google Chrome...

More information

Course Outline. ProTech Professional Technical Services, Inc. Veritas Backup Exec 20.1: Administration. Course Summary.

Course Outline. ProTech Professional Technical Services, Inc. Veritas Backup Exec 20.1: Administration. Course Summary. Course Summary Description The course is designed for the data protection professional tasked with architecting, implementing, backing up, and restoring critical data. This class covers how to back up

More information

Creating a Virtual Network with Virt-manager

Creating a Virtual Network with Virt-manager Creating a Virtual Network with Virt-manager Our goal today will be to create three virtual machines on our host machine, network them together using virtual bridges, and pass some very simple traffic

More information

Introduction to PTC Windchill MPMLink 11.0

Introduction to PTC Windchill MPMLink 11.0 Introduction to PTC Windchill MPMLink 11.0 Overview Course Code Course Length TRN-4754-T 16 Hours In this course, you will learn how to complete basic Windchill MPMLink functions. You will learn about

More information

Mathematics Shape and Space: Polygon Angles

Mathematics Shape and Space: Polygon Angles a place of mind F A C U L T Y O F E D U C A T I O N Department of Curriculum and Pedagogy Mathematics Shape and Space: Polygon Angles Science and Mathematics Education Research Group Supported by UBC Teaching

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

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

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

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 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

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

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

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

Setting up a Chaincoin Masternode

Setting up a Chaincoin Masternode Setting up a Chaincoin Masternode Introduction So you want to set up your own Chaincoin Masternode? You ve come to the right place! These instructions are correct as of April, 2017, and relate to version

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

Contents in Detail. Acknowledgments

Contents in Detail. Acknowledgments Acknowledgments xix Introduction What s in This Book... xxii What Is Ethical Hacking?... xxiii Penetration Testing... xxiii Military and Espionage... xxiii Why Hackers Use Linux... xxiv Linux Is Open Source....

More information

Introduction. Assessment Test. Part I

Introduction. Assessment Test. Part I Contents Introduction Assessment Test xxix lvii Part I 220 901 1 Chapter 1 Motherboards, Processors, and Memory 3 Identifying Components of Motherboards 5 System Board Form Factors 6 System Board Components

More information

"Charting the Course... SharePoint 2007 Hands-On Labs Course Summary

Charting the Course... SharePoint 2007 Hands-On Labs Course Summary Course Summary Description This series of 33 hands-on labs allows students to explore the new features of Microsoft SharePoint Server, Microsoft Windows, Microsoft Office, including Microsoft Office Groove,

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

Different ways to use Kon-Boot

Different ways to use Kon-Boot Robert Alaniz 28 July 2014 Different ways to use Kon-Boot This project consists of different ways of using Kon-Boot to bypass authentication on a windows machine. Kon-Boot is a toll that can bypass the

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

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. https://vweb.bristolcc.edu

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

More information

CIS 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

Approver. Approver Approver v 13.3 Page 1 Questions? Call or Revised 11/18/13

Approver. Approver Approver v 13.3 Page 1 Questions? Call or  Revised 11/18/13 Table of Contents I. Welcome Message... 3 II. Overview... 4 III. Email Notification Of A Requisition To Approve... 4 IV. Notifications & Action Items... 6 V. Basic Tasks Of An... 8 VI. Carts Assigned To

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

DUAL OS INSTALLATION

DUAL OS INSTALLATION Ex.No:15 Date: DUAL OS INSTALLATION Aim: To install and configure Ubuntu OS alongside Windows as installing dual OS. PROCEDURE: 1. Backup your Windows partition To open the Dell Backup and Recovery software

More information

Safehome Project. Analysis Model Prepared by Inyoung Kim Donghan Jang <TEAM 6> KAIST CS350 Introduction to Software Engineering

Safehome Project. Analysis Model Prepared by Inyoung Kim Donghan Jang <TEAM 6> KAIST CS350 Introduction to Software Engineering Safehome Project Analysis Model 2015.5.6 Prepared by Inyoung Kim Donghan Jang KAIST CS350 Introduction to Software Engineering 1 Bootup Feature 1.1 Use case diagram Picture 1: Bootup use case

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

Installing Nagios Log Server with VMware Workstation Player

Installing Nagios Log Server with VMware Workstation Player LS Installing Nagios Log Server with VMware Workstation Player This document is intended to outline the steps required to install Nagios Log Server within VMware Workstation Player. Still need installation

More information

Oracle Exadata Recipes

Oracle Exadata Recipes Oracle Exadata Recipes A Problem-Solution Approach John Clarke Apress- Contents About the Author About the Technical Reviewer Acknowledgments Introduction xxxiii xxxv xxxvii xxxix Part 1: Exadata Architecture

More information

CITY UNIVERSITY OF NEW YORK. Creating a New Project in IRBNet. i. After logging in, click Create New Project on left side of the page.

CITY UNIVERSITY OF NEW YORK. Creating a New Project in IRBNet. i. After logging in, click Create New Project on left side of the page. CITY UNIVERSITY OF NEW YORK Creating a New Project in IRBNet i. After logging in, click Create New Project on left side of the page. ii. Enter the title of the project, the principle investigator s (PI)

More information

SANOG VI IP Services Workshop: FreeBSD Install

SANOG VI IP Services Workshop: FreeBSD Install SANOG VI IP Services Workshop: FreeBSD Install FreeBSD is designed to be a server operating system. This becomes apparent during the installation process. The FreeBSD installer is a console-based (not

More information

VDI Users Guide. Mac OS X

VDI Users Guide. Mac OS X Mac OS X VDI Users Guide NOTICE: Access to electronic resources at Moraine Park Technical College is restricted to employees, students, or other individuals authorized by the College. By connecting to

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

SUSE Cloud Admin Appliance Walk Through. You may download the SUSE Cloud Admin Appliance the following ways.

SUSE Cloud Admin Appliance Walk Through. You may download the SUSE Cloud Admin Appliance the following ways. SUSE Cloud Admin Appliance Walk Through First before you proceed with deploying the Admin Appliance you must go through and answer the questionnaire to ensure you have an idea of the scope of the project

More information

NEC ANYTIME Studio USER GUIDE. NEC Anytime Studio. Quote Tool User Guide. Date: 10/01/17. Version: 12. NEC Anytime Studio User Guide 1

NEC ANYTIME Studio USER GUIDE. NEC Anytime Studio. Quote Tool User Guide. Date: 10/01/17. Version: 12. NEC Anytime Studio User Guide 1 NEC Anytime Studio Quote Tool User Guide Date: 10/01/17 Version: 12 Prepared By Primary Contact anytime@necam.com anytime@necam.com NEC Anytime Studio User Guide 1 Table of Contents I. Getting Started.

More information

Production Installation and Configuration. Openfiler NSA

Production Installation and Configuration. Openfiler NSA Production Installation and Configuration Openfiler NSA Table of Content 1. INTRODUCTION... 3 1.1. PURPOSE OF DOCUMENT... 3 1.2. INTENDED AUDIENCE... 3 1.3. SCOPE OF THIS GUIDE... 3 2. OPENFILER INSTALLATION...

More information

Installation Manual InfraManage.NET Installation Instructions for Ubuntu

Installation Manual InfraManage.NET Installation Instructions for Ubuntu Installation Manual InfraManage.NET Installation Instructions for Ubuntu Copyright 1996 2017 Timothy Ste. Marie Version 7.5.72SQL InfraManage.NET Installing InfraManage.NET Page 1 of 78 Table of Contents

More information

How to install the software of ZNS8022

How to install the software of ZNS8022 How to install the software of ZNS8022 1. Please connect ZNS8022 to your PC after finished assembly. 2. Insert Installation CD to your CD-ROM drive and initiate the auto-run program. The wizard will run

More information

Manual for Creating a Network Load-Testing System. Paul Ethridge

Manual for Creating a Network Load-Testing System. Paul Ethridge Created by: Spencer Morse Paul Ethridge 2 TABLE OF CONTENTS PAGE No. Materials Required 3 (I) Configuring the HP2910 Series Switch for SNMP Monitoring.. 4-6 (II) Installing the Ubuntu Operating System

More information

Contact Center Supervisor Manual

Contact Center Supervisor Manual Contact Center Supervisor Manual INT-31583 Issue 2.0 NEC Corporation of America reserves the right to change the specifications, or features, at any time, without notice. NEC Corporation of America has

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

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

IP Camera Installation Brief Manual

IP Camera Installation Brief Manual I IP Camera Installation Brief Manual The purpose of this manual is to give you basic help how to successfully connect your camera(s) to the network and make the initial configurations. There is a whole

More information

Using Inspiration 7 I. How Inspiration Looks SYMBOL PALETTE

Using Inspiration 7 I. How Inspiration Looks SYMBOL PALETTE Using Inspiration 7 Inspiration is a graphic organizer application for grades 6 through adult providing visual thinking tools used to brainstorm, plan, organize, outline, diagram, and write. I. How Inspiration

More information

Operating Systems Linux 1-2 Measurements Background material

Operating Systems Linux 1-2 Measurements Background material Operating Systems Linux 1-2 Measurements Background material Introduction The Linux measurements were designed to allow you to have an impression about the administration of Linux severs along with providing

More information

Virtual Machines. Module 2

Virtual Machines. Module 2 Virtual Machines Module 2 Define virtual machine Objectives Define common terminology Identify advantages and disadvantages Determine what software is needed; how to download and install that software

More information

You can use the WinSCP program to load or copy (FTP) files from your computer onto the Codd server.

You can use the WinSCP program to load or copy (FTP) files from your computer onto the Codd server. CODD SERVER ACCESS INSTRUCTIONS OVERVIEW Codd (codd.franklin.edu) is a server that is used for many Computer Science (COMP) courses. To access the Franklin University Linux Server called Codd, an SSH connection

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

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

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

Nested Home Lab Setting up Shared Storage

Nested Home Lab Setting up Shared Storage Nested Home Lab Setting up Shared Storage Andy Fox VCI VCAP-DCA VCP3 VCP4 Over the years teaching vsphere, several peers, colleagues and students have asked me how I setup shared storage in my nested test

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

Measurement in Science

Measurement in Science Measurement in Science Name Why? Many observations of events in the natural world are best described with numbers.measurements allow us to determine and describe properties, patterns and relationships

More information

Managed Ethernet Switch User s Manual

Managed Ethernet Switch User s Manual Managed Ethernet Switch User s Manual Information Coding: UM00D908 Version: V1.1 Product version: all Product Name: Managed Industrial Ethernet Switches on DIN Rail and Rack. Applicable to: Technical Support

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

7. Mobile Wallets 78

7. Mobile Wallets 78 7. Mobile Wallets 78 7.1 Prerequisites Smart Phone Mobile App Feature Phone Bank Account Payer/Buyer For downloading and using Mobile App (services) of the wallet provider Downloaded from Google Play Store,

More information

Installation of Fedora 12 with CD

Installation of Fedora 12 with CD Prepared by investech.wordpress.com Installation of Fedora 12 with Net Install CD Version 1.0 investech.wordpress.com 07-12-09 This document is produced under Creative Common License (Attribution No Derivatives).

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

BMEGUI Tutorial 1 Spatial kriging

BMEGUI Tutorial 1 Spatial kriging BMEGUI Tutorial 1 Spatial kriging 1. Objective The primary objective of this exercise is to get used to the basic operations of BMEGUI using a purely spatial dataset. The analysis will consist in an exploratory

More information

SANS Institute - Operations Essentials. Operating System Installation Guidelines. Windows XP Professional Installation. Creating Boot Disks

SANS Institute - Operations Essentials. Operating System Installation Guidelines. Windows XP Professional Installation. Creating Boot Disks SANS Institute - Operations Essentials Operating System Installation Guidelines The following document guides you step-by-step through the process of creating a dualboot system. Even if you do not use

More information

Endian Proxy / Firewall

Endian Proxy / Firewall Endian Proxy / Firewall Created October 27, 2006 by Bruce A. Westbrook Revisions: Introduction This document describes the step by step process of installing and configuring the Endian Firewall, Community

More information

LPIC-l/CompTIA. Certification. Lmux+ ONE. ALL a IN. (Exams LPIC-1/LX0-101 & LXO-102) Robb H. Tracy EXAM GUIDE. Graw Hill

LPIC-l/CompTIA. Certification. Lmux+ ONE. ALL a IN. (Exams LPIC-1/LX0-101 & LXO-102) Robb H. Tracy EXAM GUIDE. Graw Hill ALL a IN ONE LPIC-l/CompTIA t Lmux+ TM Certification EXAM GUIDE (Exams LPIC-1/LX0-101 & LXO-102) Robb H. Tracy TECHNISCHE INFORMATIONSBiBLIOTHEK UNIVER! ivjc Graw Hill BIBUOTHEK VER New York Chicago San

More information

RunClick Webinar and Video Conferencing Software. User Manual

RunClick Webinar and Video Conferencing Software. User Manual RunClick Webinar and Video Conferencing Software User Manual Visit RunClick.com for more details 1 Page Table of Contents Installation and Activation of RunClick Part 1: WordPress Fresh Installation Process

More information

2. install windows vista

2. install windows vista 2. install windows vista Windows Vista comes preloaded on many brand-new PCs. If you already have a computer with Windows Vista installed, you can go directly to Chapter 3, Move from another PC. If you

More information

Computers for Beginners

Computers for Beginners Computers for Beginners Class Objective: This class will familiarize you with using computers. By the end of the session you will be familiar with: Starting programs Quitting programs Saving files Opening

More information

College of Pharmacy Windows 10

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

More information

Networks Lab Pod Diagram

Networks Lab Pod Diagram (Console cable) Networks Lab Pod Diagram (x = pod number) 190.111.50.x 190.111.x.254 PodxLinux Addr: 190.111.x.3 Mask: 255.255.255.0 GW: 190.111.x.254 DNS: 190.111.x.1 PodxServer Addr: 190.111.x.1 Mask:

More information

Layout and display. STILOG IST, all rights reserved

Layout and display. STILOG IST, all rights reserved 2 Table of Contents I. Main Window... 1 1. DEFINITION... 1 2. LIST OF WINDOW ELEMENTS... 1 Quick Access Bar... 1 Menu Bar... 1 Windows... 2 Status bar... 2 Pop-up menu... 4 II. Menu Bar... 5 1. DEFINITION...

More information

Lab - Install Windows 7 or Vista

Lab - Install Windows 7 or Vista Introduction In this lab, you will install the Windows 7 or Vista operating system. Recommended Equipment A computer with a blank hard disk drive Windows 7 or Vista installation DVD or USB flash drive

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

Raspberry Pi Setup Tutorial

Raspberry Pi Setup Tutorial Raspberry Pi Setup Tutorial The Raspberry Pi is basically a miniature linux- based computer. It has an ARM processor on it, specifically the ARM1176JZF- S 700 MHz processor. This is the main reason why

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