Setting Up a Linux Operating System

Size: px
Start display at page:

Download "Setting Up a Linux Operating System"

Transcription

1 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. A Linux distribution is a particular collection of a Linux kernel, together with support programs and installation software. A live CD distribution is one which runs entirely from a CD, and does not require installation to a hard disk drive. Knoppix is the first, and currently the best, live CD distribution of Linux. Go to Knoppix.net and read a little about the Knoppix distribution. Approximately how many installed software packages are included with Knoppix? Burning a Knoppix Disk Go the the files section of the class website, and download the KNOPPIX ISO file to your desktop. As of this writing, the file is named KNOPPIX_V5.1.1CD EN.iso, but that may change with newer versions. Then start Roxio Creator Home from the start menu: When it starts, go to Copy, and then Burn Image, and use the browse button to find the KNOPPIX ISO file, similar to what is shown below: Next, insert a blank CDR disk into the CD burner, and click burn image. After a few minutes, you should have a Knoppix CD! Booting Knoppix We are going to start our familiarization with Linux by starting up the base Knoppix environment. Insert your Knoppix CD into the CD-ROM drive of a computer, and restart the computer. You may have to adjust the boot order in the computer s BIOS to get it to boot from the CD. Typically this is done by pressing DEL or F1 or F10 during initial boot, and then adjusting the boot order in the BIOS screen that appears. On the Fayard 215 Dells, you must press F12 when it first starts to get a boot menu

2 (press F12 several times if necessary, until you hear a beep), and then choose Boot from CD. You should see the Knoppix boot screen as shown below. Press keys F2 or F3 for help and boot options. KNOPPIX V5.1.1-CD RELEASE: boot: knoppix noapic nodma Type knoppix at the boot prompt to prevent boot-up from automatically continuing. Note that you can add boot parameters at the boot prompt on the bottom of the screen, and you can get some simple help with F2 and F3. On most systems, you can simply hit return and let Knoppix perform its usual automatic detection of your hardware. Sometimes, however, you will have to provide additional information in the form of Cheat Codes which are listed when you press F2 or F3. Two cheat codes that are frequently useful are noapic and nodma, as shown in the example above, which means: Disable support for the Advanced Programmable Interrupt Controller (necessary for some computers, such as the AIRW Dells, to recognize USB devices) Disable DMA acceleration You will not have to disable APIC and DMA on most computers, including those in Fayard 215. Before continuing, press F2 to see some of the other options for boot. Which option would you use for troubleshooting (like safe mode in Windows) if you were having problems getting Knoppix to start? Press <ENTER> to continue the boot process.

3 You ll see some boot progress messages, and if all goes well, you should be presented with the KDE desktop: Insert your flash drive in a USB port. The system should recognize it and give you a choice to open it in a window. Choose Do Nothing. Now you should see a drive on the desktop for your USB flash memory device (probably something like sda1 or sdb1). You can check by clicking once on the icon. It should mount the device and open a window showing the contents. The drive should now indicate that it is mounted by a green triangle in the icon corner. Note that by default, Knoppix mounts all disk volumes as read-only. You can change this by right-clicking on the drive icon and choosing Actions followed by Change read/write mode. A dialog box will allow you to make it writable. Make your flash drive writable, and continue. IMPORTANT: If a drive is formatted with NTFS, do not make it writable. You can damage the filesystem otherwise! Note that the dialog box will say something like /mnt/hda1 (ntfs) if it is formatted with NTFS. Currently, NTFS drives will be mounted as type fuseblk, which is supposedly safe to make writable. It is always safe to make VFAT filesystems writable. Create a persistent disk image You can skip this step if you ve already done it in class. Otherwise, make sure your USB flash memory device is writable. Then use the Knoppix menu on the task bar and choose Configure, followed by Create a persistent KNOPPIX disk image. Indicate that you do wish to create a persistent home directory

4 for the knoppix user, and specify the partition for your USB flash device. It will then ask if you want to use the entire partition. Answer NO just create an image in the existing filesystem. Then specify a desired size of at least 120Mb and let it create the persistent home. Reboot the system with your USB device plugged in, and watch for a Knoppix Configuration menu to appear during the boot process. Use the arrow keys to accept the default selections, so that your persistent image will be active. Click on the icon for the USB device and look at its list of files. What file was created to hold your persistent home directory? Exactly how many bytes in length is this file? Set up jgrasp After booting with your persistent home active, start the IceWeasel web browser (a version of FireFox) and use the download link at and download the jgrasp.zip file. You do not have to fill out the form at the top of the page unless you want to just click the button for jgrasp.zip, and save it to your desktop (which is part of your persistent disk image). After the download completes, right-click on jgrasp.zip and use Extract here to extract it to the desktop with Arc. You should now have a jgrasp folder on the desktop (and you can delete the jgrasp.zip file to save space). Open the jgrasp folder and navigate to the bin directory inside. You should see a jgrasp file (along with jgrasp.exe and other.exe files, but these are Windows executables and will not work in Knoppix). Drag this icon onto the desktop and click Link Here to create a shortcut on the desktop. It will notify you that the jgrasp folder on the desktop already has that name, so change the new link s name to Run jgrasp. Click on this new link to execute jgrasp. jgrasp should start, and will warn you that this version is not fully tested acknowledge the warning and let it finish the startup. Test your installationg by writing a simple HelloWorld program in java and compiling it with jgrasp. Save your program to a folder on your desktop. Note: When navigating folders in jgrasp, you may find that double-clicking does not open folders. Instead, click to select the desired folder, and then hit <ENTER>. Install SmartCVS Using the IceWeasel web browser, go to use the SmartCVS download link to download the generic version of SmartCVS to your desktop. After the download completes, right-click on smartcvs-generic-*.tar.gz and use Extract here to extract it to the desktop with Arc. You should now have a smartcvs-* folder on the desktop (and you can delete the smartcvs-generic-*.tar.gz file to save space). Open the smartcvs-* folder and navigate to the bin directory inside. You should see a smartcvs.sh file (along with smartcvs.exe and other.exe files, but these are Windows executables and will not work in Knoppix). Right-click on this icon, go to Properties, and set permissions to Make Executable, and click OK. Then drag this icon onto the desktop and click Link Here to create a shortcut on the desktop. Rename this icon to Run SmartCVS. Click on this new link to execute SmartCVS. SmartCVS should start.

5 Starting the SmartCVS Client 1. Start SmartCVS as described above. 2. The first time you run SmartCVS, you may be asked to agree to the program license (if not, skip to step 4). If so, you will be presented with the license agreement dialog box: You will have to check the agreement box and scroll the license agreement all the way to the end before you can click Next to continue. 3. Next, choose the version of SmartCVS being used. We are using the free version of the software, so click the radio button for Foundation Version, and then click Finish.

6 4. SmartCVS will now open the Smart CVS Foundation window ( on the taskbar), which is the main program window. You may also be presented with a Tip of the Day. If you don t want to see the Tip of the Day the next time you use SmartCVS, uncheck the box for Show Tip at Startup. You can use the Next button to look at more tips, or the Close button to start using the SmartCVS client. Using the SmartCVS Client Concurrent Versions System keeps your files in a central repository on another computer. Only you and your teacher will have access to your files. To work on your files, you must make a copy of your portion of the repository on the computer you are using, and that copy may reside on hard disk, on a network drive (like your M: drive), or on removable media such as a USB flash drive. You can then work on the local copy of your files, but remember: (1) When you create new files, they will not be managed by the CVS system until you explicitly Add them. (2) Changes to files (or new files that have been Added ) will not be saved in the central repository until you explicitly Commit them. Every time you commit a file, it creates a new version of that file, and CVS keeps up with all the versions. You should commit your work regularly (every time you make an important change is a good rule of thumb). This will allow you to go back to a previous version if you need to, and will also provide an extra backup of your work (in addition the backup you keep for yourself on digital media). 1. When SmartCVS starts, you should see a window like this:

7 The Welcome to SmartCVS dialog box will initially appear with an option to check out a project from the repository. After you begin using SmartCVS, there may also be one or more existing projects in the selection pane which you can use. Since we don t have an existing project to use, make sure that Check out project from repository is selected, and click OK. 2. The Check Out Project dialog box will appear. If this is the first time you ve used SmartCVS, you will notice that the Repository profile box shows <No Repository Defined>. Before we can continue with the checkout procedure, a repository must be defined, so click the Manage button. Creating a Repository Profile 1. The Repository Profiles dialog box will appear. Click Add to create a repository profile for your account. 2. The basic Add Repository Profile dialog box will appear. Click the ext (SSH1/SSH2) radio button to select the access method that we will be using. The contents of the dialog box will change slightly.

8 3. Fill in your w-number (using a lowercase w) as your user name, aslan.nix.selu.edu for the Server Name, and /usr/local/cvsroot as the repository path. Fill in the Password blank with your password (if you have not already logged in to aslant.nix.selu.edu and changed your starting password, stop and do it now). Select Store password on disk if you are using a jgraspstick or your own computer. Otherwise, leave it unchecked to preserve your privacy. Leave the remainder unchanged, and click OK to continue. Note that you will not see what you are typing for your password, so be careful! 4. If the server name was incorrect, you will get a failure message. Click OK and correct the name and try again. If the server name was entered correctly, you should see a Public Host Key Verification dialog box appear. Click Yes to accept the host.

9 5. If the user name or password were entered incorrectly, you will now see a Login dialog box. Click Cancel and return to step 3, re-entering both user name and password in the Add Repository Profile dialog box. 6. If all went well, you should now be back at the Repository Profiles dialog box, now containing your repository profile. Make sure that the profile name contains /usr/local/cvsroot (check it carefully). If it doesn t, click the delete button, and try again from step1. If it does, great You shouldn t have to do this again! Click OK to finish creating the repository profile and return to the checkout procedure (if that is what you were doing). Now you should be able to use your CVS repository in the usual way, as described in the SmartCVS Tutorial. Submit results Put your sample Hello World program(s) in a folder called Lab1 in your w-number folder, and submit it through SmartCVS. Also, Turn in this completed lab handout. It is due at the beginning of class on Monday, January 29, 2007, and is a part of Assignment #1.

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

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

More information

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

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

IRONKEY D300S SECURE USB 3.0 FLASH DRIVE

IRONKEY D300S SECURE USB 3.0 FLASH DRIVE IRONKEY D300S SECURE USB 3.0 FLASH DRIVE User Guide Document No. 48000130-001.A01 D300S Page 1 of 27 Table of Contents About This Manual... 3 System Requirements...3 Recommendations...3 Setup (Windows

More information

Contents. Getting Started...1. Managing Your Drives...9. Backing Up & Restoring Folders Synchronizing Folders...52

Contents. Getting Started...1. Managing Your Drives...9. Backing Up & Restoring Folders Synchronizing Folders...52 Contents Getting Started.....................................................1 Installing the Software...........................................1 Using the Maxtor System Tray Icon................................6

More information

How to Recover Data with Linux

How to Recover Data with Linux How to Recover Data with Linux Data recovery with Linux distributions. Table of Contents Overview Difficulty Level Part I - Obtaining Linux What is Linux? Downloading Knoppix Downloading Knoppix - Alternative

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

SIS offline. Getting Started

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

More information

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

Boot Camp Installation & Setup Guide

Boot Camp Installation & Setup Guide Boot Camp Installation & Setup Guide Contents 3 Introduction 3 What You Need 4 Installation Overview 4 Step 1: Check for updates 4 Step 2: Prepare your Mac for Windows 4 Step 3: Install Windows 4 Step

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

Windows 2000 Disk Management

Windows 2000 Disk Management LAB PROCEDURE 25 Windows 2000 Disk Management OBJECTIVES 1. Use Disk Cleanup. 2. Backup a file. 3. Restore a backup. 4. Compress a file. 5. Encrypt a file. Troubleshooting RESOURCES 1. Marcraft 8000 Trainer

More information

Very Important: Conversion Pre-Planning Creating Your Single User Database Converting from Version 1.x, 2.x, or 3.x...

Very Important: Conversion Pre-Planning Creating Your Single User Database Converting from Version 1.x, 2.x, or 3.x... INTRODUCTION... 2 INSTALLATION PRE-PLANNING... 2 Very Important:... 2 Conversion Pre-Planning... 2 INSTALLATION STAGE... 3 CONFIGURATION STAGE... 3 Creating Your Single User Database... 4 Opening an Existing

More information

Disk Imaging with Knoppix

Disk Imaging with Knoppix Introduction This document explains how to use the CD-ROM bootable version of Linux, named Knoppix, to make and restore images of computer hard drives. Knoppix makes a very good system recovery tool for

More information

Windows 2000 Safe Mode

Windows 2000 Safe Mode LAB PROCEDURE 29 Windows 2000 Safe Mode OBJECTIVES 1. Restart and try various startup options. RESOURCES Troubleshooting 1. Marcraft 8000 Trainer with Windows 2000 installed 2. A PS2 mouse 3. A LAN connection

More information

Encrypting a non-hrh laptop

Encrypting a non-hrh laptop Encrypting a non-hrh laptop The purpose for data encryption is to provide data security. We have chosen to deploy the encryption technology of TrueCrypt. After encrypting your system drive your data will

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

Fiery proserver User Guide

Fiery proserver User Guide Fiery proserver User Guide Congratulations on your purchase of the EFI Fiery proserver, a powerful production solution for your printer. Before you begin Make sure that you have: About this document Installed

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

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

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

More information

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

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

More information

8 MANAGING SHARED FOLDERS & DATA

8 MANAGING SHARED FOLDERS & DATA MANAGING SHARED FOLDERS & DATA STORAGE.1 Introduction to Windows XP File Structure.1.1 File.1.2 Folder.1.3 Drives.2 Windows XP files and folders Sharing.2.1 Simple File Sharing.2.2 Levels of access to

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

Windows Password Reset 6.0 User Guide

Windows Password Reset 6.0 User Guide page 1 of 11 Contents Contents...1 Introduction...2 Instructions on This Manual...3 System Requirements...4 How to Use Windows Password Reset 6.0...5 i. Remove the Password...5 ii. Burning Your CD/DVD

More information

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

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

More information

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

Installing AppleWorks 6 FOR WINDOWS

Installing AppleWorks 6 FOR WINDOWS apple Installing AppleWorks 6 FOR WINDOWS 1 Installing AppleWorks 6 This booklet provides instructions for m installing and uninstalling AppleWorks m setting up an AppleWorks Installer on a server, so

More information

3 USING NERO BURNING ROM

3 USING NERO BURNING ROM 3 USING NERO BURNING ROM Nero Burning ROM gives you the maximum amount of flexibility and options for burning data to create different types of CDs and DVDs, such as bootable CDs or Super Video CDs. Until

More information

Part 1: Understanding Windows XP Basics

Part 1: Understanding Windows XP Basics 542362 Ch01.qxd 9/18/03 9:54 PM Page 1 Part 1: Understanding Windows XP Basics 1: Starting Up and Logging In 2: Logging Off and Shutting Down 3: Activating Windows 4: Enabling Fast Switching between Users

More information

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

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

More information

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

C A S P E R USER GUIDE V ERSION 5.0

C A S P E R USER GUIDE V ERSION 5.0 TM C A S P E R TM USER GUIDE V ERSION 5.0 Copyright and Trademark Information Information in this document is subject to change without notice. Federal law prohibits unauthorized use, duplication, and

More information

DOWNLOAD PDF CREATOR FOR WINDOWS 8 64 BIT

DOWNLOAD PDF CREATOR FOR WINDOWS 8 64 BIT Chapter 1 : Media Creation Tool x64 - Windows 8 Downloads If you need to install or reinstall Windows, you can use the tools on this page to create your own installation media using either a USB flash

More information

INSTALLING WINDOWS ON YOUR MAC USING BOOT CAMP C188 TUTORIAL Fall, 2016

INSTALLING WINDOWS ON YOUR MAC USING BOOT CAMP C188 TUTORIAL Fall, 2016 INSTALLING WINDOWS ON YOUR MAC USING BOOT CAMP C188 TUTORIAL Fall, 2016 1. Back up your computer to an external drive, and plug in your computer. You will also need a blank USB drive of at least 16GB in

More information

Virtual Desktop Infrastructure Setup for Windows 10

Virtual Desktop Infrastructure Setup for Windows 10 Virtual Desktop Infrastructure Setup for Windows 10 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

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

Installing Switched-On Schoolhouse 2007

Installing Switched-On Schoolhouse 2007 1 Installation & Setup Installing Switched-On Schoolhouse 2007 Switched-On Schoolhouse 2007 (SOS) is easy to install on your computer because most of the installation components install themselves. Before

More information

Lab E2: bypassing authentication and resetting passwords

Lab E2: bypassing authentication and resetting passwords Lab E2: bypassing authentication and resetting passwords TTM4175 September 7, 2015 The purpose of this lab is to learn about techniques for bypassing the authentication and access control of Windows and

More information

v5: How to restore a backup image

v5: How to restore a backup image This article describes how to restore a backup image Restoring a backup image is very simple using Macrium Reflect. If the image contains only data, it is a matter of restoring it back to its original

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

PGP Portable Quick Start Guide Version 10.3

PGP Portable Quick Start Guide Version 10.3 Quick Start Guide Version 10.3 Introduction to Use to distribute encrypted files to users who do not have software. Use to transport files securely to other systems that do not or cannot have PGP software

More information

Downloading VirusScan Enterprise 8.5i. August 2008 End User Computing

Downloading VirusScan Enterprise 8.5i. August 2008 End User Computing Downloading VirusScan Enterprise 8.5i August 2008 End User Computing Downloading VSE 8.5i 1. In your browser, go to http://www.mcafee.com/us/enterprise/downl oads/index.html. a. If you cannot get to the

More information

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

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

More information

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

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

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

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

Web Console Setup & User Guide. Version 7.1

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

More information

RTMS - Software Setup

RTMS - Software Setup RTMS - Software Setup These instructions are for setting up the RTMS (Robot Tracking & Management System) software. This software will run on your PC/MAC and will be used for various labs in order to allow

More information

3. After the above settings, click OK to bring up the following window. It shows the information about the backup files.

3. After the above settings, click OK to bring up the following window. It shows the information about the backup files. Figure 5-2 Backup Log [Media]: Select the media where you want to back up the files. [Backup Time Period]: Specify a time period for backup. The minimum time for backup is 1 minute. [Select Backup Camera(s)]:

More information

Top Producer 7i Remote

Top Producer 7i Remote Top Producer 7i Remote Quick Setup Top Producer Systems Phone number: 1-800-830-8300 Email: support@topproducer.com www.topproducer.com Fax: 604.270.6365 Top Producer 7i Remote Quick Setup Trademarks Information

More information

Virtual CD TS 1 Introduction... 3

Virtual CD TS 1 Introduction... 3 Table of Contents Table of Contents Virtual CD TS 1 Introduction... 3 Document Conventions...... 4 What Virtual CD TS Can Do for You...... 5 New Features in Version 10...... 6 Virtual CD TS Licensing......

More information

we do Windows For more information about Windows, see Windows Basics under Help and Support in the Start menu.

we do Windows For more information about Windows, see Windows Basics under Help and Support in the Start menu. STARTERGUIDE Thank you! Thank you for your purchase! We want to make your experience a satisfying one, so we ve put together tips to help you get started with your Gateway computer. Contents Getting started

More information

Fiery proserver User Guide

Fiery proserver User Guide Fiery proserver User Guide Congratulations on your purchase of the Fiery proserver, a powerful production solution for your printer. Before you begin Make sure that you have: About this document Installed

More information

SWP-0036 AFHCAN Telehealth Cart Imaging and Software Configuration. Revision: 1. Effective Date: 1/4/2011

SWP-0036 AFHCAN Telehealth Cart Imaging and Software Configuration. Revision: 1. Effective Date: 1/4/2011 Software Procedure SWP-0036 AFHCAN Telehealth Cart Imaging and Software Configuration Revision: 1 Effective Date: 1/4/2011 Alaska Native Tribal Health Consortium Division of Health Information & Technology

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

Looking to get your Start Button Back? Try Classic Shell. It very easy to use and free.

Looking to get your Start Button Back? Try Classic Shell. It very easy to use and free. Looking to get your Start Button Back? Try Classic Shell. It very easy to use and free. Press the Windows key to enter the tiled Start screen. (or bring up your start menu if you ve installed classic shell)

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

Lab Install Windows 8

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

More information

Virtual Desktop Infrastructure Setup for Windows 7

Virtual Desktop Infrastructure Setup for Windows 7 Virtual Desktop Infrastructure Setup for Windows 7 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

More information

Chapter 4 Using the Entry-Master Disk Utilities

Chapter 4 Using the Entry-Master Disk Utilities Chapter 4 Using the Entry-Master Disk Utilities Now that you have learned how to setup and maintain the Entry-Master System, you need to learn how to backup and restore your important database files. Making

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

DataTraveler 4000 User Manual

DataTraveler 4000 User Manual DataTraveler 4000 User Manual DataTraveler 4000 Find the language and latest documentation for DataTraveler 4000 here.... For instructions in English.................. Para instrucciones en Español...

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

Discovering Computers & Microsoft Office Office 2010 and Windows 7: Essential Concepts and Skills

Discovering Computers & Microsoft Office Office 2010 and Windows 7: Essential Concepts and Skills Discovering Computers & Microsoft Office 2010 Office 2010 and Windows 7: Essential Concepts and Skills Objectives Perform basic mouse operations Start Windows and log on to the computer Identify the objects

More information

Optional Lab: Customize Settings in Windows Vista

Optional Lab: Customize Settings in Windows Vista 12.2.4 Optional Lab: Customize Settings in Windows Vista Introduction Print and complete this lab. This lab is comprised of five parts. This lab is designed to be completed in multiple lab sessions. Part

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

_APP A_541_10/31/06. Appendix A. Backing Up Your Project Files

_APP A_541_10/31/06. Appendix A. Backing Up Your Project Files 1-59863-307-4_APP A_541_10/31/06 Appendix A Backing Up Your Project Files At the end of every recording session, I back up my project files. It doesn t matter whether I m running late or whether I m so

More information

Setup for LAUSDnet - Windows 95/98/ME Revised 8/1/2001

Setup for LAUSDnet - Windows 95/98/ME Revised 8/1/2001 Setup for LAUSDnet - Windows 95/98/ME Revised 8/1/2001 Dial Up Networking Setup The following assumes that the Dial-Up Networking portions of Windows 95/98/ME have already been installed. If they have

More information

menu of icons which you can select which item you want to use to startup the computer.

menu of icons which you can select which item you want to use to startup the computer. To begin, insert the media that came with your computer into your CD / DVD drive. While the media is in the computer, power the computer off and restart the system. Upon restart you will need to press

More information

we do Windows For more information about Windows, see Windows Basics under Help and Support in the Start menu.

we do Windows For more information about Windows, see Windows Basics under Help and Support in the Start menu. STARTERGUIDE Thank you! Thank you for your purchase! We want to make your experience a satisfying one, so we ve put together tips to help you get started with your Gateway computer. Contents Getting started

More information

Mac OS 8 Installation Instructions for Sonnet Presto and Presto Plus Processor Upgrade Cards

Mac OS 8 Installation Instructions for Sonnet Presto and Presto Plus Processor Upgrade Cards Mac OS 8 Installation Instructions for Sonnet Presto and Presto Plus Processor Upgrade Cards What You Need: Sonnet Presto or Presto Plus processor upgrade card. Sonnet Presto 8 Enabler Boot diskette. Macintosh

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

1) Installing Bluetooth software for Windows (A) Place installation CD into PC and setup should launch automatically.

1) Installing Bluetooth software for Windows (A) Place installation CD into PC and setup should launch automatically. 1) Installing Bluetooth software for Windows (A) Place installation CD into PC and setup should launch automatically. If setup does not launch, use Windows Explorer to navigate to the appropriate CD- ROM

More information

Intel Solid State Drive Firmware Update Tool

Intel Solid State Drive Firmware Update Tool Intel Solid State Drive Firmware Update Tool Software Version 3.0.0 or later Document Number: 322570-011US Intel disclaims all express and implied warranties, including without limitation, the implied

More information

Installing the Operating System or Hypervisor

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

More information

Where Did My Files Go? How to find your files using Windows 10

Where Did My Files Go? How to find your files using Windows 10 Where Did My Files Go? How to find your files using Windows 10 Have you just upgraded to Windows 10? Are you finding it difficult to find your files? Are you asking yourself Where did My Computer or My

More information

AMD RAID Installation Guide

AMD RAID Installation Guide AMD RAID Installation Guide 1. AMD BIOS RAID Installation Guide.. 3 1.1 Introduction to RAID.. 3 1.2 RAID Configurations Precautions 4 1.3 Installing Windows 8 / 8 64-bit / 7 / 7 64-bit / Vista / Vista

More information

Navigating and Managing Files and Folders in Windows XP

Navigating and Managing Files and Folders in Windows XP Part 1 Navigating and Managing Files and Folders in Windows XP In the first part of this book, you ll become familiar with the Windows XP Home Edition interface and learn how to view and manage files,

More information

INSIGHT Installation Instructions

INSIGHT Installation Instructions This is the New Icon that will appear on your computer screen after the INSIGHT v8.1 software is installed. IMPORTANT: These instructions pertain to version 8.1.29. INSIGHT v8.1.29 requires Windows 8,

More information

Lab: Advanced Installation of Windows XP. Introduction

Lab: Advanced Installation of Windows XP. Introduction 12.2.2 Lab: Advanced Installation of Windows XP Introduction Print and complete this lab. In this lab, you will install a Windows XP operating system by using an answer file for automation. You will customize

More information

Setting up FT3000 and version on Windows 7. This is a step by step guide for setting up the FT3000 on a new Windows 7 or 8 PC

Setting up FT3000 and version on Windows 7. This is a step by step guide for setting up the FT3000 on a new Windows 7 or 8 PC Setting up FT3000 and version 3.0.1 on Windows 7 This is a step by step guide for setting up the FT3000 on a new Windows 7 or 8 PC PROBLEM: Computer being updated from XP to WIN 7 or 8. New PC does not

More information

System 44 Installation Guide

System 44 Installation Guide System 44 Installation Guide For use with System 44 version 2.5 or later and Student Achievement Manager version 2.5 or later Table of Contents Introduction... 3 Getting Started... 3 Windows and Mac OS

More information

C A S P E R T ECH EDITION 5.0 USER GUIDE

C A S P E R T ECH EDITION 5.0 USER GUIDE TM C A S P E R TM T ECH EDITION 5.0 USER GUIDE Copyright and Trademark Information Information in this document is subject to change without notice. Federal law prohibits unauthorized use, duplication,

More information

OS Installer. Installation Instructions

OS Installer. Installation Instructions OS Installer These instructions are only relative to Digital X Bus X.200 owners needing to completely clean out their internal hard drive and re-install the entire operating system and the latest Digital

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

FAQ No Q: What should we know before we start Windows 10 upgrade?

FAQ No Q: What should we know before we start Windows 10 upgrade? FAQ No. 01695 Important Cautions of Windows 10 Upgrade Affected Model: All Q: What should we know before we start Windows 10 upgrade? A: MSI recommends that user should create system recovery before Windows

More information

RWT Network System Installation Guide

RWT Network System Installation Guide RWT Network System Installation Guide Copyright 2003, Talking Fingers, Inc. Page 1 of 48 This document is Copyright 2003 by Talking Fingers, Inc. All rights are reserved. This document may not be copied

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

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

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

Storage Security Software (Version )

Storage Security Software (Version ) For Toshiba CANVIO series Storage Security Software (Version 1.00.6904) User s Manual Version 1.00 This document explains the installation process and basic usage of the Storage Security Software designed

More information

umapps Using umapps 6/14/2017 Brought to you by: umtech & The Center for Teaching & Learning

umapps Using umapps 6/14/2017 Brought to you by: umtech & The Center for Teaching & Learning umapps Using umapps Center for Teaching and Learning (CTL) 100 Administration Bldg., Memphis, TN 38152 Phone: 901.678.8888 Email: itstrainers@memphis.edu Center for Teaching and Learning Website 6/14/2017

More information

INTERNET ORDERING YOU ARE NOW READY TO START YOUR ORDER SETTING UP YOUR COMPUTER IT S AS EASY AS NOTE: WHEN LOADING

INTERNET ORDERING YOU ARE NOW READY TO START YOUR ORDER SETTING UP YOUR COMPUTER IT S AS EASY AS NOTE: WHEN LOADING SETTING UP YOUR COMPUTER IT S AS EASY AS 1-2 - 3 NOTE: WHEN LOADING THE WEB ORDER TOOLS: 1. When you first load from the our link provided to you, it will load JAVA 1.4.1.02 and the web ordering application.

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

WA2452 Node.js Software Development. Classroom Setup Guide. Web Age Solutions Inc.

WA2452 Node.js Software Development. Classroom Setup Guide. Web Age Solutions Inc. WA2452 Node.js Software Development Classroom Setup Guide Web Age Solutions Inc. 1 Table of Contents Part 1 - Minimum Hardware Requirements...3 Part 2 - Minimum Software Requirements...3 Part 3 - Software

More information

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

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

More information

Bridge Cable User s Guide

Bridge Cable User s Guide Bridge Cable User s Guide Table of Contents Overview -------------------------------------------------------------------- 2 Driver Installation --------------------------------------------------------

More information

Getting to Know Your Computer

Getting to Know Your Computer Getting to Know Your Computer Created by the Columbia Basin Alliance for Literacy This project is funded by Government of Canada s New Horizons for Seniors Program and is licensed under a Creative Commons

More information

Pulsed Frequency TM. Plasma Software Download, Installation and User Guide

Pulsed Frequency TM. Plasma Software Download, Installation and User Guide Pulsed Frequency TM Plasma Software Download, Installation and User Guide Contents Account Registration... 3 Create an Account... 4 Download the Software... 6 Install the Software... 9 Connect PLAZOMICS

More information