Full file at

Size: px
Start display at page:

Download "Full file at"

Transcription

1 ch02 True/False Indicate whether the statement is true or false. 1. The X Window System allows graphical applications to be displayed and operated on any monitor,without running the applications on the machines to which these monitors are connected. 2. The X server handles the appearance of the window and the desktop. 3. The X Window System is always linked to a specific window manager. 4. If you want to work with a multiuser-capable operating system, you must first identify yourself to the operating system. 5. You can start a program that is represented by an icon on the desktop by double-clicking the icon. Multiple Choice Identify the choice that best completes the statement or answers the question. 6. allows you to control the input and output of several applications in different windows of a graphical interface. a. xmit c. X11Free b. Sphere d. X11 7. The X Window System was created in 1984 at. a. MIT c. UCLA b. Berkeley d. Stanford 8. manages input devices, such as a keyboard and mouse, and transmits their actions to the X client. a. X11 desktop c. X protocol b. X server d. X11 environment 9. The communication between X server and X client uses the network protocol even if the server and client run on the same computer. a. X.25 c. TCP/IP b. NetBIOS d. IPX 10. go far beyond the look and feel window managers provide for desktops and manipulating windows. a. Desktop environments c. Window frames b. Virtual desktops d. Control elements 11. When you are ready to log out of the system, open the Computer menu (also called ) in the bottom panel. a. start menu c. main menu b. shutdown menu d. log out menu 12. You can choose to shut down the computer directly from the GNOME desktop by selecting on the right side of the Computer menu. a. Turn off c. Log off b. Shutdown d. Power off 13. The lists all opened windows on the screen. a. Tomboy Notes c. Computer menu b. main menu d. task manager 14. The frame of the application browser shows a list of the most important installed applications. a. top c. right

2 b. left d. bottom 15. You can start Nautilus by selecting from the main menu. a. File manager c. Folders b. Explorer d. Nautilus 16. Normally, Nautilus shows the content of the user s directory after starting. a. bin c. var b. home d. temp 17. The frame of the Nautilus window shows the content of the current directory. a. right c. top b. left d. bottom 18. Within Nautilus, you can see your current position in the bar below the toolbar. a. exploring c. content b. folder d. location 19. terminals allow you to work in Linux as if you have several classic serial terminals available at the same time. a. Virtual c. Parallel b. Physical d. Station 20. With Linux, you can have up to virtual terminals running on your computer. a. four c. eight b. six d. nine 21. In Linux, by pressing, you can switch between individual terminals. a. Alt+Fx c. Ctrl+Alt+Fx b. Ctrl+Fx d. Ctrl+Alt+Shift+Fx 22. In Linux, by pressing, you can switch back to your graphical user interface. a. Ctrl+Alt+F7 c. Ctrl+Alt+F10 b. Ctrl+Alt+F8 d. Ctrl+Alt+F You can determine the terminal currently being used from the number. a. socket c. tty b. port d. mapping 24. is an abbreviation for teletype, which is another word for terminal. a. tlt c. ttp b. tty d. tly 25. In addition to using the virtual terminals, you can start a terminal emulation from your GNOME desktop by selecting. a. TTY Terminal c. Session Terminal b. Virtual Terminal d. GNOME Terminal 26. You can start a GNOME Terminal by right-clicking on the desktop background and selecting. a. Call Terminal c. Open Terminal b. New Terminal d. Load Terminal Completion Complete each statement. 27. The base of any graphical user interface on Linux is the. 28. SUSE Linux Enterprise Server 10 defaults to using as the X server. 29. A(n) is a graphical application that uses the services of the X server to receive keyboard and mouse actions and to have its own output displayed on the screen.

3 30. is the SLED 10 default window manager. 31. GNOME provides its own file manager (called ). Matching Match each item with a statement below: a. X Window System f. GNOME b. X server g. Network Manager icon c. XFree86 h. Battery icon d. Windows managers i. Board icon e. Metacity 32. Minimizes all open windows on the desktop or shows them again 33. Corresponds roughly to what would be called a graphics driver on other systems 34. Identifies the network connection (wired or wireless) 35. Provides power management information for laptops 36. Specialized client applications 37. A comfortable desktop environment 38. Free implementation of the X server 39. The GNOME window manager 40. Also called X or X11 Short Answer 41. Describe the client/server architecture of the X Window System. 42. What are some of the functions provided by Windows managers? 43. What are the six system options displayed in the main menu of the GNOME desktop? 44. What information is asked by the Create Launcher dialog to create a new application launcher? 45. How can you add, remove, and move icons to the bottom panel of the desktop? 46. How can you add icons to a list of favorite applications? 47. What are the main characteristics of Nautilus? 48. How can you customize the content of a Nautilus side panel? 49. Briefly describe how to implement a classical multiuser environment. 50. Briefly describe virtual terminals in Linux.

4 ch02 Answer Section TRUE/FALSE 1. ANS: T 2. ANS: F 3. ANS: F 4. ANS: T PTS: 1 REF: ANS: T PTS: 1 REF: 48 MULTIPLE CHOICE 6. ANS: D 7. ANS: A 8. ANS: B 9. ANS: C 10. ANS: A 11. ANS: C PTS: 1 REF: ANS: B PTS: 1 REF: ANS: D PTS: 1 REF: ANS: C PTS: 1 REF: ANS: D PTS: 1 REF: ANS: B PTS: 1 REF: ANS: A PTS: 1 REF: ANS: D PTS: 1 REF: ANS: A PTS: 1 REF: ANS: B PTS: 1 REF: ANS: C PTS: 1 REF: ANS: A PTS: 1 REF: ANS: C PTS: 1 REF: ANS: B PTS: 1 REF: ANS: D PTS: 1 REF: ANS: C PTS: 1 REF: 59 COMPLETION 27. ANS: X Window System X X ANS: X.org

5 29. ANS: client application 30. ANS: GNOME PTS: 1 REF: ANS: Nautilus PTS: 1 REF: 55 MATCHING 32. ANS: I PTS: 1 REF: ANS: B 34. ANS: G PTS: 1 REF: ANS: H PTS: 1 REF: ANS: D 37. ANS: F PTS: 1 REF: ANS: C 39. ANS: E 40. ANS: A SHORT ANSWER 41. ANS: The X Window System allows graphical applications to be displayed and operated on any monitor,without running the applications on the machines to which these monitors are connected. The basis for this is the separation into a server component (X server) and the application itself (client application). The X server and client application communicate with each other by way of various communication channels. X server The X server controls the graphical screen. This corresponds roughly to what would be called a graphics driver on other systems. In addition, it manages the input devices, such as keyboard and mouse, and transmits their actions to the X client. The X server, however, has nothing to do with the appearance of the window and the desktop; this is the task of the window manager. XFree86 and X.org are free implementations of the X server. SUSE Linux Enterprise Server 10 defaults to using X.org. Client application The client application is a graphical application that uses the services of the X server to receive keyboard and mouse actions and to have its own output displayed on the screen. 42. ANS: Window managers are specialized client applications. A window manager works together with the X server and provides additional functionality. The window manager * Provides control elements * Manages virtual desktops * Provides functionality of window frames (for example, changing their size)

6 43. ANS: The right frame of the main menu displays six system options: * Help Starts the online help. * Control Center Starts the GNOME Control Center where you can configure your desktop. * Install Software Shows a list with the available software on your registered installation media. * Lock Screen Locks the screen. Enter your password to unlock the screen. * Logout Logs you out of the system. * Shutdown Shuts down or reboots the system. PTS: 1 REF: ANS: The information asked include: * Name Enter the name and label of the launcher. * Generic name (Optional) Enter a generic name. * Comment (Optional) Enter a comment that will appear as a Tooltip when moving the mouse pointer over the icon. * Command Specify a command that should be executed when double-clicking the launcher icon. * Type Create launchers for different file types (e.g., application, directory, link, device). * Icon (Optional) Select an icon for the launcher. * Run in terminal Select this option if the application does not have a graphical user interface and runs in a terminal window. PTS: 1 REF: ANS: You can add new programs to the bottom panel by right-clicking a free area of the panel and then selecting Add to Panel. From the dialog that appears select the application you want to add. You can remove a program from the control panel by right-clicking its icon in the bottom panel and then selecting Remove From Panel. You can move icons in the panel by holding down the right mouse button and selecting Move from the Context menu. PTS: 1 REF: ANS: You can add icons to the list of favorite applications by doing the following: 1. Open the main menu in the panel. The menu appears. 2. Select More Applications. 3. Using the right mouse button, select an application item in the right frame. 4. Select Add to Favorites from the pop-up menu. PTS: 1 REF: ANS: GNOME provides its own file manager (called Nautilus). You can start Nautilus by selecting the username s Home icon on the desktop or by selecting Nautilus from the main menu. By default Nautilus is marked as a favorite application. Normally Nautilus shows the content of the user s home directory after starting. The right frame of the Nautilus window shows the content of the current directory. You can see your current position in the location bar below the toolbar. All higher directories are shown as buttons. Select one of these buttons to change to the higher directory. PTS: 1 REF: 55-56

7 48. ANS: A menu at the top of the side panel allows you to select the content of the side panel: * Places Shows the most important directories and devices to store files. * Information Shows some information about the current directory. * Tree Shows the file system tree and the tree of the home directory. * History Shows a history of the last visited directories. * Notes Allows you to enter notes for the current directory. * Emblems Shows the list of emblems. PTS: 1 REF: ANS: A classic multiuser environment can be implemented by connecting several terminals (dialog stations) monitor and keyboard units to the serial interface of a single computer. Linux also supports multiuser environments, allowing you to connect several terminals to the serial interfaces of a Linux system. PTS: 1 REF: ANS: Serial terminals are rarely used; instead, virtual terminals were created in Linux. With virtual terminals, you can work in Linux as if you had several classic serial terminals available at the same time. You can have up to six virtual terminals (F1-F6) running on your computer. By pressing Ctrl+Alt+Fx, you can switch between individual terminals. By pressing Ctrl+Alt+F7, you can switch back to your graphical user interface. You can determine the terminal currently being used from the tty number (tty1 tty6). tty is an abbreviation for teletype, which is another word for terminal. PTS: 1 REF: 58

SUSE Linux Enterprise 11 Fundamentals Manual

SUSE Linux Enterprise 11 Fundamentals Manual SUSE Linux Enterprise 11 Fundamentals Manual 3101 Novell Training Services AUTHORIZED COURSEWARE www.novell.com Novell Training Services (en) 15 April 2009 Part # 100-005234-001-REV A Novell Training Services

More information

Full file at Chapter 2: Exploring the Desktop

Full file at   Chapter 2: Exploring the Desktop Chapter 2: Exploring the Desktop TRUE/FALSE 1. The developers of X worked to ensure that X could use any popular video card with no special configuration. F PTS: 1 REF: 59 2. By using a desktop interface,

More information

Microsoft Windows XP. Operating System. Starting Windows XP. You might be asked to enter your username and password

Microsoft Windows XP. Operating System. Starting Windows XP. You might be asked to enter your username and password Microsoft Windows Operating System Starting Windows Windows automatically starts when you turn on your computer You might be asked to enter your username and password The Windows desktop uses a graphical

More information

Print Station. Point-and-Click Printing WHITE PAPER

Print Station. Point-and-Click Printing WHITE PAPER Print Station Point-and-Click Printing WHITE PAPER Contents Overview 3 Printing with Print Station 4 Easy-to-use Browser Interface 4 Familiar Folder Navigation 5 Search Functionality 6 Informative Display

More information

Getting Started with Fedora

Getting Started with Fedora Getting Started with Fedora Author: Nah Soo Hoe GETTING STARTED In order to start using your system you will usually have to perform what is known as a user login. This procedure is necessary to identify

More information

About the XenClient Enterprise Solution

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

More information

The Start menu (overview)

The Start menu (overview) The Start menu (overview) The Start menu is the main gateway to your computer's programs, folders, and settings. It's called a menu because it provides a list of choices, just as a restaurant menu does.

More information

Ubuntu 7.10 VMware Fusion Virtual Machine Setup Install HOWTO

Ubuntu 7.10 VMware Fusion Virtual Machine Setup Install HOWTO Ubuntu 7.10 VMware Fusion Virtual Machine Setup Install HOWTO I created this document for the Users that do not have enough experience dealing with Linux OSes and or the Command Line for installing VMware

More information

opensuse GNOME User Guide September 14, 2007

opensuse  GNOME User Guide September 14, 2007 opensuse 10.3 September 14, 2007 GNOME User Guide www.novell.com GNOME User Guide Copyright 2006-2007 Novell, Inc. Permission is granted to copy, distribute and/or modify this document under the terms

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

Bomgar. What is Bomgar?

Bomgar. What is Bomgar? Bomgar What is Bomgar? Bomgar is remote desktop control software for enterprise support. With Bomgar, an IT technician can support and troubleshoot multiple desktop environments, including: Windows 95-Vista

More information

Dominion KX III User Station

Dominion KX III User Station Dominion KX III User Station Quick Setup Guide Thank you for purchasing Raritan's Dominion KX III User Station, a high-performance appliance dedicated to access Raritan's enterprise-class Dominion KX III

More information

XenClient Enterprise Release Notes

XenClient Enterprise Release Notes XenClient Enterprise Release Notes Version 4.5.1 December 19, 2012 XenClient Enterprise Version 4.5.1 1 About XenClient Enterprise XenClient Enterprise is a distributed desktop virtualization solution

More information

Red Hat Linux 7.2. The Official Red Hat Linux Getting Started Guide

Red Hat Linux 7.2. The Official Red Hat Linux Getting Started Guide Red Hat Linux 7.2 The Official Red Hat Linux Getting Started Guide ISBN: N/A Red Hat, Inc. 2600 Meridian Parkway Durham, NC 27713 USA +1 919 547 0012 (Voice) +1 919 547 0024 (FAX) 888 733 4281 (Voice)

More information

2 - Diving into the desktop. 2.1 Logging in

2 - Diving into the desktop. 2.1 Logging in 2 - Diving into the desktop It s time for a quick tour of the Windows 10 desktop. The desktop has changed a little, but it should still be at least somewhat familiar to those of you who have used Windows

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

User Operating Manual

User Operating Manual User Operating Manual Contents 1 Introduction... 1 1.1 Acknowledgements... 1 1.2 Safety Notice... 1 1.3 Abbreviation/term... 2 2 Brief Product Introduction... 3 2.1 Diagram for TABLET... 3 2.2 Introduction

More information

Online Access: Login to The Media Audit

Online Access: Login to The Media Audit Online Access: Login to The Media Audit Using The Media Audit online has never been easier! Simply open your web browser and follow the quick instructions below. app.themediaaudit.com Open your favorite

More information

II.1 Running a Crystal Report from Infoview

II.1 Running a Crystal Report from Infoview Page 1 of 9 Last Updated: September 2007 This document describes how to run a crystal report from Infoview. The basics of running a report are the same for any report, however the parameters will vary

More information

opensuse KDE User Guide September 27, 2007

opensuse  KDE User Guide September 27, 2007 opensuse 10.3 September 27, 2007 KDE User Guide www.novell.com KDE User Guide Copyright 2006-2007 Novell, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the

More information

opensuse GNOME User Guide December 04, 2008

opensuse  GNOME User Guide December 04, 2008 opensuse 11.1 December 04, 2008 GNOME User Guide www.novell.com GNOME User Guide Copyright 2006-2008 Novell, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of

More information

SUSE Linux Enterprise 11 Fundamentals Workbook

SUSE Linux Enterprise 11 Fundamentals Workbook SUSE Linux Enterprise 11 Fundamentals Workbook 3101 Novell Training Services AUTHORIZED COURSEWARE www.novell.com Part # 100-005202-001-REV A Legal Notices Novell, Inc., makes no representations or warranties

More information

What this Guide Covers. Additional Info. 1. Linux based Servers. 2. Windows Servers. 3. GoldLite and Virtual Servers. 4. Other servers. 5.

What this Guide Covers. Additional Info. 1. Linux based Servers. 2. Windows Servers. 3. GoldLite and Virtual Servers. 4. Other servers. 5. This guide is designed to assist in shutting down the Gold Servers ensuring a clean reboot of the systems. This should be done by the System Administrators with all users logged off the system and any

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

Contents at a Glance COPYRIGHTED MATERIAL. Introduction...1 Part I: Becoming Familiar with Enterprise Linux...7

Contents at a Glance COPYRIGHTED MATERIAL. Introduction...1 Part I: Becoming Familiar with Enterprise Linux...7 Contents at a Glance Introduction...1 Part I: Becoming Familiar with Enterprise Linux...7 Chapter 1: Getting Acquainted with Enterprise Linux...9 Chapter 2: Exploring the Desktop...17 Chapter 3: Putting

More information

Introduction. 1. Deactivating Anti-Executable. 2. Updating the virus definitions. 3. Reactivating Anti-Executable.

Introduction. 1. Deactivating Anti-Executable. 2. Updating the virus definitions. 3. Reactivating Anti-Executable. Introduction The process of updating virus definitions on workstations protected by Faronics Anti-Executable Enterprise involves three fundamental steps: 1. Deactivating Anti-Executable. 2. Updating the

More information

How to SSH to nice.fas.harvard.edu from Windows

How to SSH to nice.fas.harvard.edu from Windows How to SSH to nice.fas.harvard.edu from Windows Recall that nice.fas.harvard.edu refers to a cluster of computers running Linux on which you have an account (your so-called FAS account). Even though those

More information

VISTA DESKTOP. The following table explains the various features of the Windows Vista desktop.

VISTA DESKTOP. The following table explains the various features of the Windows Vista desktop. VISTA DESKTOP The following table explains the various features of the Windows Vista desktop. Feature Taskbar Recycle Bin Shortcut icon Program, folder, and document icons Sidebar Explanation By default,

More information

Microsoft Windows Updates for the Surface tablet should be checked on a regular basis. As a best practice the Surface tablet: Should be connected to

Microsoft Windows Updates for the Surface tablet should be checked on a regular basis. As a best practice the Surface tablet: Should be connected to 1 Microsoft Windows Updates for the Surface tablet should be checked on a regular basis. As a best practice the Surface tablet: Should be connected to a power outlet. (The tablet may install updates via

More information

Impero Learning Series Teacher Tips English

Impero Learning Series Teacher Tips English Learning Series English Solutions Ltd. www.imperosoftware.com installation guide Table of Contents Tips for Console Users 3 Restricting... Individual Users 3 Lock Screen,... Keyboard & Mouse 4 Run Website/Program...

More information

NetSupport Manager v11

NetSupport Manager v11 Remote Support For Any Environment NetSupport Manager v11 NetSupport Manager has been helping organisations optimise the delivery of their IT support services since 1989 and, while the use of Remote Control

More information

Excerpts of Chapters from. Excerpt ISBN-13:

Excerpts of Chapters from. Excerpt ISBN-13: s of Chapters from A Practical Guide to Ubuntu Linux FOURTH EDITION Mark G. Sobell ISBN-13: 978-0-13-392731-3 Copyright 2015 Mark G. Sobell Upper Saddle River, NJ Boston Indianapolis San Francisco New

More information

Installing and Activating a Multi-User Network License for Statgraphics 18

Installing and Activating a Multi-User Network License for Statgraphics 18 Installing and Activating a Multi-User Network License for Statgraphics 18 Step 1: Download and Install Statgraphics 18... 2 Step 2: Create a Statgraphics Registration Account... 2 Step 3: Register the

More information

Discovering Computers 2016

Discovering Computers 2016 Discovering Computers 2016 Tools, Apps, Devices, and the Impact of Technology Chapter 9 Operating Systems Objectives Overview Explain the purpose of an operating system Describe the start-up process and

More information

Dominion KX III User Station

Dominion KX III User Station Dominion KX III User Station Quick Setup Guide Thank you for purchasing Raritan's Dominion KX III User Station, a high-performance appliance dedicated to access Raritan's enterprise-class Dominion KX III

More information

Installing the Kurzweil 3000 Web License From the WEBSITE

Installing the Kurzweil 3000 Web License From the WEBSITE 1 Installing the Kurzweil 3000 Web License From the WEBSITE Go to the following website: https://www.kurzweiledu.com/k3000-previousdownloads.html, and download the Kurzweil 3000 Version 14 Web License

More information

Explore Windows 8.1 Update

Explore Windows 8.1 Update Work Smart by Microsoft IT Explore Windows 8.1 Update This guide provides a high-level overview of many new exciting features in the Windows 8.1 Update user interface. Windows 8.1 Update includes improvements

More information

Connecting to Cisco Insight Reporter v3.1

Connecting to Cisco Insight Reporter v3.1 CHAPTER 2 Connecting to Cisco Insight Reporter v3.1 This chapter provides instructions on how to launch the Cisco Insight Reporter v3.1 application after it is installed on a server and describes the various

More information

Installation of the DigitalSystemsVM virtual machine

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

More information

Standards New Zealand

Standards New Zealand Standards New Zealand Online Library user guide for Read-only users Logging in as a Read-only user Go to www.standards.co.nz Click Login at the top of the page Type your Read-only username and password

More information

How to use OneDrive in the Cloud. Access OneDrive

How to use OneDrive in the Cloud. Access OneDrive How to use OneDrive in the Cloud Access OneDrive 1. Log into my.scranton.edu 2. Select the envelope icon to access your Office 365 applications 3. In the left corner, click on the app launcher 4. Select

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

zspace 300 Windows 8.1 Configuration

zspace 300 Windows 8.1 Configuration zspace 300 Windows 8.1 Configuration zspace 300 Windows 8.1 Configuration After you have set up your zspace hardware components you are ready to start up the zspace 300 for the first time. When the system

More information

Easy Windows Working with Disks, Folders, - and Files

Easy Windows Working with Disks, Folders, - and Files Easy Windows 98-3 - Working with Disks, Folders, - and Files Page 1 of 11 Easy Windows 98-3 - Working with Disks, Folders, - and Files Task 1: Opening Folders Folders contain files, programs, or other

More information

Byte Classic Miracle Integration Guide 7/19/07

Byte Classic Miracle Integration Guide 7/19/07 Miracle Integration Guide 1 Byte Classic Miracle Integration Guide 7/19/07 Byte Classic interfaces data to Miracle Online using an application provided by MRG called MRGIFace. MRGIFace is available for

More information

Novell Linux Desktop. GNOME USER GUIDE. July 28, 2005

Novell Linux Desktop.  GNOME USER GUIDE. July 28, 2005 Novell Linux Desktop 9 July 28, 2005 GNOME USER GUIDE www.novell.com Legal Notices Novell, Inc. makes no representations or warranties with respect to the contents or use of this documentation, and specifically

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

Avalanche Remote Control User Guide. Version 4.1

Avalanche Remote Control User Guide. Version 4.1 Avalanche Remote Control User Guide Version 4.1 ii Copyright 2012 by Wavelink Corporation. All rights reserved. Wavelink Corporation 10808 South River Front Parkway, Suite 200 South Jordan, Utah 84095

More information

Unable to Import into Audatex Estimating

Unable to Import into Audatex Estimating Unable to Import into Audatex Estimating Overview When attempting to Import into Audatex Estimating, nothing happens, or an error message is displayed. Error Message One or more ActiveX controls could

More information

Installation of the DigitalSystemsVM virtual machine

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

More information

CAMARA Computer Guide Setup

CAMARA Computer Guide Setup Computer Guide Setup Chapter 1. Before You Start Chapter 2. Unpacking Chapter 3. Assembly Chapter 4. Power Problems Chapter 5. Switch On Chapter 6. Login Chapter 7. Logout Chapter 8. System Shutdown CAMARA

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

Practice Labs User Guide

Practice Labs User Guide Practice Labs User Guide This page is intentionally blank Contents Introduction... 3 Overview... 3 Accessing Practice Labs... 3 The Practice Labs Interface... 4 Minimum Browser Requirements... 5 The Content

More information

Section 2 Getting Started

Section 2 Getting Started Section 2 Getting Started ECDL Section 2 Getting Started By the end of this section you should be able to: Start, restart and close down a device Log on and log off Windows Recognise and use the Desktop

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

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

ISB USER GUIDE HP EliteBook Folio 9470m. Laptop User Guide

ISB USER GUIDE HP EliteBook Folio 9470m. Laptop User Guide ISB USER GUIDE HP EliteBook Folio 9470m Laptop User Guide The Hardware Learn the important parts of your new HP EliteBook Folio 9470m Unpack the Laptop from its carry sleeve and use the included power

More information

Laptop Docking Stations

Laptop Docking Stations Quick Reference Guide Laptop Docking Stations Laptop Docking Stations Laptop docking stations are replacing traditional desktop PC s in many parts of the trust. They allow users to connect their laptops

More information

KDE User Guide. This chapter will introduce the new appearance and basic operating of Asianux 2.0.

KDE User Guide. This chapter will introduce the new appearance and basic operating of Asianux 2.0. KDE User Guide This chapter will introduce the new appearance and basic operating of Asianux 2.0. 1. Desktop System Asianux 2.0 uses the latest stable KDE 3.2.1 as standard desktop environment. With a

More information

Parallels Desktop for Mac

Parallels Desktop for Mac Parallels Software International, Inc. Parallels Desktop for Mac Getting Started Guide (c) 2005-2006 2 Contents Introduction 4 Key Terms and Technologies...5 Supported Guest Operating Systems...7 Installing

More information

Remote Desktop Access

Remote Desktop Access Ready Reference 100208 Remote Desktop Access Introduction Remote Desktop Access for Windows XP Professional or Windows Vista Business provides access to a Windows session that is running on your computer

More information

Linux Utilities Cookbook

Linux Utilities Cookbook Linux Utilities Cookbook James Kent Lewis Chapter No. 2 "The Desktop" In this package, you will find: A Biography of the author of the book A preview chapter from the book, Chapter NO.2 "The Desktop" A

More information

ST NICHOLAS COLLEGE RABAT MIDDLE SCHOOL HALF YEARLY EXAMINATIONS February 2016

ST NICHOLAS COLLEGE RABAT MIDDLE SCHOOL HALF YEARLY EXAMINATIONS February 2016 ST NICHOLAS COLLEGE RABAT MIDDLE SCHOOL HALF YEARLY EXAMINATIONS February 2016 Mark Level 5-8 Year 7 Information and Communication Technology TIME: 1h 30min Question 1 2 3 4 5 6 7 Global Mark Max. Mark

More information

CyberDiscovery User Guide Version 0.1

CyberDiscovery User Guide Version 0.1 CyberDiscovery User Guide Version 0.1 Overview Welcome to CyberDiscovery! The CyberDiscovery is a high-resolution visualization and display instrument powered by the Sage2 software. You can use it for

More information

BROWSER-BASED SUPPORT CONSOLE USER S GUIDE. 31 January 2017

BROWSER-BASED SUPPORT CONSOLE USER S GUIDE. 31 January 2017 BROWSER-BASED SUPPORT CONSOLE USER S GUIDE 31 January 2017 Contents 1 Introduction... 2 2 Netop Host Configuration... 2 2.1 Connecting through HTTPS using Certificates... 3 2.1.1 Self-signed certificate...

More information

ViewPower. User s Manual. Management Software for Uninterruptible Power Supply Systems

ViewPower. User s Manual. Management Software for Uninterruptible Power Supply Systems ViewPower User s Manual Management Software for Uninterruptible Power Supply Systems Table of Contents 1. ViewPower Overview...2 1.1. Introduction...2 1.2. Structure...2 1.3. Applications...2 1.4. Features...3

More information

The Novell Client for SUSE Linux Enterprise 11 Service Pack1(SLE 11 SP1) requires workstations / servers running one of the following:

The Novell Client for SUSE Linux Enterprise 11 Service Pack1(SLE 11 SP1) requires workstations / servers running one of the following: Novell Client for SUSE Linux Enterprise 11 SP1 Readme Novell June 2010 Readme has the following sections: Section 1, System Requirements, on page 1 Section 2, Login Issues, on page 1 Section 3, File and

More information

WINDOWS XP. iii. Contents

WINDOWS XP. iii. Contents C O N T E N T S Preface INTRODUCTION TO 1 Chapter 1 Navigating Windows XP 3 Launching Windows 3 Working with the Mouse 4 Moving the Mouse 4 Clicking 6 Double-clicking 6 Right-clicking 6 Dragging and Dropping

More information

Videolinq. Movi 4.0. Setup and User Guide

Videolinq. Movi 4.0. Setup and User Guide Videolinq Movi 4.0 Setup and User Guide IMPORTANT: Information on EXITING Movi Movi is a corporate centric product developed by Tandberg which does have a cost to TAFE Queensland. Usage of Movi is controlled

More information

School of Computing & Information Systems

School of Computing & Information Systems Colours red School of Computing & Information Systems Windows Guide 2013 2 Windows Guide Contents Introduction... 3 Your Windows Account Further Assistance Apple imac Keyboard mapping... 4 Logging In &

More information

Basic Concepts. Launching MultiAd Creator. To Create an Alias. file://c:\documents and Settings\Gary Horrie\Local Settings\Temp\~hh81F9.

Basic Concepts. Launching MultiAd Creator. To Create an Alias. file://c:\documents and Settings\Gary Horrie\Local Settings\Temp\~hh81F9. Page 1 of 71 This section describes several common tasks that you'll need to know in order to use Creator successfully. Examples include launching Creator and opening, saving and closing Creator documents.

More information

How to Use Launch on a Desktop

How to Use Launch on a Desktop Getting Started Install the VMware Horizon Client Software on: Home Computer You will need Capital Power Username and Password Entrust security code (soft token or grid card) Minimum Operating System Requirements

More information

GNOME User Guide. SUSE Linux Enterprise Desktop 15

GNOME User Guide. SUSE Linux Enterprise Desktop 15 GNOME User Guide SUSE Linux Enterprise Desktop 15 GNOME User Guide SUSE Linux Enterprise Desktop 15 Introduces the GNOME desktop of SUSE Linux Enterprise Desktop. It guides you through using and configuring

More information

Access Control Technology Ltd. reserve the right to change the contents of this manual and the system it applies to without prior notice.

Access Control Technology Ltd. reserve the right to change the contents of this manual and the system it applies to without prior notice. Installation Manual Operating & Installation Instructions This manual refers to the ACTpro elock Hub, a TCP/IP based control unit supporting up to 32 elock doors. Access Control Technology Ltd. reserve

More information

Hello, and welcome to the Alexicomtech tutorial. I will show you step by step how to set up your interactive pages. Please feel free to ask questions

Hello, and welcome to the Alexicomtech tutorial. I will show you step by step how to set up your interactive pages. Please feel free to ask questions Hello, and welcome to the Alexicomtech tutorial. I will show you step by step how to set up your interactive pages. Please feel free to ask questions at any time. The first step is to open your internet

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

System Administration. Terminals and the X Window System

System Administration. Terminals and the X Window System System Administration Terminals and the X Window System Terminals: Then and Now "In the old days": real serial terminals Common now: "Virtual Terminal" on monitor In both cases, a tty "TeleTYpe" a text

More information

Windows 2000 / XP / Vista User Guide

Windows 2000 / XP / Vista User Guide Windows 2000 / XP / Vista User Guide Version 5.5.1.0 September 2008 Backup Island v5.5 Copyright Notice The use and copying of this product is subject to a license agreement. Any other use is prohibited.

More information

Essential Library Competencies

Essential Library Competencies Essential Library Competencies These competencies are the underpinning of all of the other sections of the Competency Index. Core technology skills and strong interpersonal skills are fundamental for everyone

More information

Application Note #5494 Upgrading Plus Ethernet Radio Firmware September 9, 2013

Application Note #5494 Upgrading Plus Ethernet Radio Firmware September 9, 2013 Application Note #5494 Upgrading Plus Ethernet Radio Firmware September 9, 2013 The Plus Ethernet transceivers share a common firmware upgrade platform and process using the FreeWave TFTP Server and a

More information

CONNECTING TO YOUR VIRTUAL MACHINE 2 CHANGING YOUR NETWORK PASSWORD 7 ADDITIONAL RESOURCES 8

CONNECTING TO YOUR VIRTUAL MACHINE 2 CHANGING YOUR NETWORK PASSWORD 7 ADDITIONAL RESOURCES 8 For assistance please contact the AIMS Help Desk: 608.265.6900, help@aims.wisc.edu In this document An AIMS Virtual Machine, or virtual PC, is a copy of Microsoft Windows running on a server at a remote

More information

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

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

More information

Technology for ESOL Part 1: Computer Basics and Operating System

Technology for ESOL Part 1: Computer Basics and Operating System Technology for ESOL Part 1: Computer Basics and Operating System Use these handouts while you go through the self-paced presentation. If you need help ask the Language Lab staff to assist you. Use the

More information

E-Marefa User Guide. "Periodicals"

E-Marefa User Guide. Periodicals E-Marefa User Guide "Periodicals" Table of Contents What is E-Marefa Database.3 System Requirements 3 Inside this User Guide 3 Access to E-Marefa Database.....4 Choosing Database to Search.5 Multilingual

More information

Computer Basics. Logging onto Windows

Computer Basics. Logging onto Windows Computer Basics DRN uses Windows PCs for all of its day-to-day operations. You will need to master the details of this section in order to perform your daily tasks. Fortunately, these basics are very simple

More information

Virtual Desktop (Windows 7 VM) User Guide

Virtual Desktop (Windows 7 VM) User Guide Virtual Desktop (Windows 7 VM) User Guide Welcome to using your new Virtual Desktop. This technology will offer mobility, enhanced security, and extreme versatility via Citrix technologies and Windows

More information

1. Open any browser (e.g. Internet Explorer, Firefox, Chrome or Safari) and go to

1. Open any browser (e.g. Internet Explorer, Firefox, Chrome or Safari) and go to VMWare AirWatch User Guide for Web Browser You can access your AirWatch Files from a web browser. How to login AirWatch Cloud Storage? 1. Open any browser (e.g. Internet Explorer, Firefox, Chrome or Safari)

More information

Provides access to Worldspan Reservations Manager.

Provides access to Worldspan Reservations Manager. The Worldspan Go! SM Home Page Windows 95 Quick Reference The home page displays when you start your computer. This screen is continuously updated with new information. The figure below is intended to

More information

Getting Started with Remotix for Remote Connection to a Mac Using Windows 10

Getting Started with Remotix for Remote Connection to a Mac Using Windows 10 University Information Technology Services Learning Technologies, Training, Audiovisual, and Outreach Getting Started with Remotix for Remote Connection to a Mac Using Windows 10 The following describes

More information

Start Up and Shutdown Procedures (Unix)

Start Up and Shutdown Procedures (Unix) Start Up and Shutdown Procedures (Unix) Start Up On Main Console 1. Press the Server main power button ON 2. The system will automatically go through the start-up procedures, which will be displayed on

More information

INTRODUCTION TO COMPUTERS AND WINDOWS 10

INTRODUCTION TO COMPUTERS AND WINDOWS 10 INTRODUCTION TO COMPUTERS AND WINDOWS 10 Pam Stephens, Instructor email: pamela.stephens890@gmail.com Sign in: Take one of each handout. Please sit at a computer that is already turned on. Thank you! WHAT

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

MTK smartphone Multiple downloading tool operating instructions

MTK smartphone Multiple downloading tool operating instructions MTK smartphone Multiple downloading tool operating instructions Note: 6.0 upgrade, first power off the phone and plug the data cable directly; 7.0 upgrade(the same way to upgrade from 6.0 to 7.0), first

More information

Using the Vita Group Citrix Portal

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

More information

COMPUTER DESCRIPTION...

COMPUTER DESCRIPTION... Conventions used in this document: Keyboard keys that must be pressed will be shown as Enter or Ctrl. Controls to be activated with the mouse will be shown as Start button > Settings > System > About.

More information

Contents. Contents. Introducing Windows Windows Apps Start Button and Menu File Explorer Getting Around...

Contents. Contents. Introducing Windows Windows Apps Start Button and Menu File Explorer Getting Around... Contents Contents 1 2 Introducing Windows 10... 5 Windows 10: the Next Step...6 Getting a Microsoft Account...8 Start Button and Start Menu...10 Settings and Control Panel...12 Signing In...14 Start Button

More information

Content Author's Reference and Cookbook

Content Author's Reference and Cookbook Sitecore CMS 6 Content Author's Reference and Cookbook Rev. 080627 Sitecore CMS 6 Content Author's Reference and Cookbook A Conceptual Overview and Practical Guide to Using Sitecore Table of Contents Chapter

More information

ICAU1128B: Operate a Personal Computer Student Handbook

ICAU1128B: Operate a Personal Computer Student Handbook ICA20105 Certificate II in Information Technology ICAU1128B: Operate a Personal Computer Student Handbook Modification History Competency Handbooks ICA20105: Cert II in Information Technology: ICAU1128B

More information

E-Marefa User Guide. "Arab Theses and Dissertations"

E-Marefa User Guide. Arab Theses and Dissertations E-Marefa User Guide "Arab Theses and Dissertations" Table of Contents What is E-Marefa Database.3 System Requirements 3 Inside this User Guide 3 Access to E-Marefa Database.....4 Choosing Database to Search.5

More information

V.7. zclock-30w Quick Start Guide

V.7. zclock-30w Quick Start Guide V.7 zclock-30w Quick Start Guide What this guide does: This guide will help you to quickly configure and set up the zclock30w, and will briefly summarize the steps to configure the unit wirelessly and

More information