The Final Progress Report - The Smart Computer Laboratory

Size: px
Start display at page:

Download "The Final Progress Report - The Smart Computer Laboratory"

Transcription

1 The Final Progress Report - The Smart Computer Laboratory Introduction: This project delivered a low cost computer laboratory to primary school kids at the Dharmashoka college, Ambalangoda in Sri Lanka. The photos are included in the Appendix-I and videos are uploaded to Youtube (see Appendix-I). During the project period, Ubuntu operating system was customized to support multiple dummy terminal. School teachers and school kids were trained to use the terminals. A research paper which describes our outcomes and achievements were published at the 26 th National IT conference in Sri Lanka. The final research paper is included in the appendix-ii. The following table summarizes achievement of this project. Summary: Activity Status Comment Furniture A/C installation and installation of power cables Assembling and testing the machines Done Done Done Customizing the software Done It can be download from web site. After visit the above site, please follow Research-> Linux MultiseatEnvirment link. Deploying at the pilot site Deployed 20 terminals 20 terminal units were deployed using 5 terminal servers. The other 5 terminal servers were assembled. At present we are raising the funding to purchase next 20 LCD monitors. Analyzing the performance Done The system was tested with real users. Training the school teachers Done Five (5) teachers and twenty (20) students were trained. They conduct the regular computer training classes to the other students. Publishing a research paper Done A research paper was published at 26 th National IT conference in Sri Lanka.

2 Lessons learned & Disappointments: Our terminal server design requires computer mother boards with four(4) PCI slots and PCI VGA cards. By the time we initiate the project required hardware were available in the local market. However, when we placed the order, these hardware were out of stock and and we had to order 10 new video cards from the Internet. This increased the cost of a terminal. Changes: Instead of the regular monitors, we decided to install new LCD monitors due to the following reasons.! Power consumption of the LCD monitors are very low! LCD monitors may not create any eye problems! We can get more space in the laboratory. We have budgeted Rs /= for 40 monitors in our proposal but 40 LCD monitors require Rs /=. At present 20 LCD monitors purchased at cost of Rs /= using the additional financial support provided by the old boy association. We are still in the process of finding the rest of the money for next 20 LCD monitors. Additional Information: The project goals were successfully archived and now schools kids are using the laboratory (see Appendix-1).

3 Appendix I : Photos Deploying the Terminal Laboratory (See a video at you tube: Conducting the training workshop on 12 th November 2008 (See video at you tube: School kids are using the laboratory now

4 Appendix II: Research Paper Pokuru PC: A Low Cost Multi-Terminal Girisha Durrel De Silva, N.M.Laxaman, Kasun De Zoysa, Chamath Keppitiyagama University of Colombo School of Computing girisha@girisha.net, [nml,kasun,chamath]@ucsc.cmb.ac.lk, ABSTRACT Even though computer prices are coming down everyday, still a fully fledged computer laboratory is a luxury for schools in third word countries. Thus coming up with a solution where more than one person could use a single PC can reduce the burden by a considerable amount. Cost effectiveness of the multi terminal was considered as the main objective of this work. However, this objective must be balanced with the quality of the user experience. We also investigated the the terminal usability and efficiency when the number of users increases and also the behavior of the terminal when different types of applications were being used. These investigations yielded acceptable results. Because a single PC is used by many users simultaneously we call it as "Pokuru Personal Computer (PPC)". Our performance tests show that PPC utilizes the CPU and memory to its maximum potential and the solution is ideal for a computer laboratory. 1.0 INTRODUCTION With the advancement of processor technology, processors in the modern age have become more efficient as well as more powerful in every aspect. Going in to more detail multi processing capabilities have been one of the advancements in many processor designs and most of the processors in the modern age are capable of handling multi processing effectively and efficiently. If thats where the processors stand out right now mother boards and RAM chips should be up to the standards of the processors. Thus PC's in the modern age are more powerful and efficient than we can imagine. Thus with these high performance PCs and their multi processing capabilities we came up with the idea that they could not only be used for high performance computing but also they can be used to create computers which could consists of a mechanism to incorporate many users simultaneously. To come up with such a suggestion the main reason was that most of the PCs contain high amount of processing power and that processing power is not utilized for its fullest potential frequently enough by most of the common applications that people run on their computers. Specially school going children very rarely use applications that need high processing power and that would imply that most of the time the processor is idle. Thus with such an amount of processing power loss could be a real waste. Therefore if we could come up with an innovative solution call Pokuru PC (PPC) that

5 could make use of the idle processing power, we could use today's powerful processors to their fullest potential. The whole idea behind our PPC comes up with an effort to use the idle processing power such that it could be utilized to its fullest potential. As mentioned above most of the processors are designed with multi processing capabilities and that design feature is also used to its fullest potential in the PPC. 2.0 Introduction to the PPC and existing multi terminal technologies A multi terminal is a computer that consists of one systems unit and the users use the systems unit as they use a normal stand alone PC. Each user has his/her own Monitor, Key board and mouse. When the PC boots up each user can log into the booted up operating system with his/her own user account and continue to work on the same PC just as using a normal PC. For an example lets take a multi terminal that could incorporate four users at once. Therefore a configured multi terminal consist of the following equipment P" One Systems Unit which includes " One mother board " A processor " One or more hard disks 8" Four Key boards H" Four Mouse " Finally four monitors Coming into software terms in the multi terminal, we have come up with a remastered Ubuntu Linux distribution which could configure it self automatically as a multi terminal depending upon the hardware devices attached to the systems unit. As mentioned in the introduction, our PPC is a multi terminal solution where we could incorporate many users at once in one systems unit. In turn it is important to mention that we have created such a solution with out using networking technologies and that the users doesn't connect in to the systems unit using networks. Another important fact to be considered is that all the terminals, the users will be using are dummy terminals. The name dummy terminals comes as these terminals do not contain any processing power. But if we take into account thin clients, thin clients contain processing power within them self. In out multi terminal each dummy terminals processing will be done at the systems unit. Some of the popular multi terminal technologies existing right now can be listed as follows[1]. " Multiterminal with Xephyr P" Multiterminal with evdev " Multiterminal with faketty " Multiterminal with Xnest

6 In addition to the multi terminal solutions, One Laptop Per Child (OLPC) project provides laptop for children for around Rs. 20,000/=. However, laptops are not so durable and they are pron to error. As describe in the section 5, our solution provides a personal computer which less than the price of OLPC [2]. A multi terminal that contains two dummy terminals is shown in figure [1]. 3.0 Hardware Design When it came to the hardware design of the PPC, we connected one VGA card to the AGP/PCI Express slot and connect the rest of the VGA cards to the PCI's slots in the motherboard. When it came to the key boards and mouse, one key board and mouse was connected to the PS/2 ports and rest of the key boards and mouse were connected to the USB ports. This is the whole procedure of connecting the hardware to the systems unit. It is important to mention that we didn't use any kind of special hardware. If by any chance the systems unit contains less amount of USB ports we could always come up with a USB hub. A Systems unit where one AGP Video card and a PCI Video card connected is shown in figure [2]. 4.0 Implementation Details PPC system configuration occurs automatically by the use of a script that we have created. The following details mentioned below will contain the configurations that the script will automatically configure. First and foremost we need to find out the number of VGA cards connected to the system. After words the bus address of all the VGA cards are taken into account. We could very easily find out the VGA cards physical address by using the following shell command, $ lspci grep -i VGA Thereafter we need to find the physical addresses of all the key boards and mouse connected to the systems unit. These address are also placed in a file, and by accessing the file we could find the address. $ vim /proc/bus/input/devices The next step in the configuration is to configure the Xserver [3]. Xserver is an technology used in most of the Linux operating systems to configure displays. We create different server layouts in the Xserver configuration depending on the amount of terminals we need and for each server layout we assign a different key board mouse and a VGA card. These VGA cards key boards and mouse are differentiated from each other from the physical address we found out in the previous steps in the configuration. The Xserver configuration file is placed at /etc/x11/xorg.conf. Final step in the configuration is to configure the GDM file [4]. By editing the GDM file we could create different Xserver sessions containing the server layout configurations we configured in the Xserver configuration file. Each Xserver session created will be one terminal. Thus users can log in differently to each

7 Xserver session from their dummy terminal. The GDM configuration file is placed at /etc/gdm/gdm.conf. The important thing to mention in the above configuration procedure is that in our research we were able to come up with a script that does all the above steps automatically and configure the multi terminal. Our script is capable of configuring any amounts of hardware plugged in and it could also return to a state where the PC is used as a single machine. 5.0 Cost benefit analysis For the cost benefit analysis lets use a multi terminal configured to use four users. In other words a PPC with four terminals. If brand new parts are used for the multi terminal # A systems unit with the following configuration would cost around Rs. 30,000/= Intel P4 with HT Technologies 1GB DDRII RAM 256MB VGA (PCI EXPRESS) And other necessary components # Four 15'' inch LCD Monitors would cost around Rs. 80,000/=(4x20,000/=) # Three VGA (PCI) cards would cost Rs. 6,000/= (3x2,000/=) # Four key boards and four mouse would cost Rs. 4,000/= Thus all together the whole multi system would cost 120,000.00/=. If second hand computer parts are used for the multi terminal 1. A systems unit with the following configuration would cost around Rs. 20,000/= Intel P4 with HT Technologies 1GB DDRII RAM 256MB VGA (PCI EXPRESS) And other necessary components 2. Four 15'' inch flat monitors would cost around Rs. 12,000/=(4x3,000/=) 3. Three VGA (PCI) cards would cost Rs. 6,000/= (3x2,000/=) [Brand new] 4. Four key boards and four mouse would cost Rs. 4,000/=[Brand new] Thus all together the whole multi system would cost 42,000.00/= If we tried to purchase four computers as stand alone machines it would cost around 280,000/= (4x70,000/=).

8 Thus there is an added advantage of around Rs. 160,000/=. In other words, a powerful terminal with a LCD monitor will cost Rs /=. and it saves more than 50% of the regular budget. If second hand computer parts are used, a terminal will cost Rs /= which 50% less than the OLPC price in the market. 6.0 Performance We tested the PPC with four terminals. We tested Internet browsing using the Mozilla Firefox browser and that test yield out good performance from the terminal. As shown in the figure 3, CPU utilization is less than 60%. In figure 4 we have plotted the CPU utilization with time when four users have been using Open Office Word. We again obtain good performance and CPU utilization that is less than 60%. In our next step we added some educational softwares which come with ed Ubuntu cd's and got some school going children to use it. There was no considerable performance lost in the PPC as such. 7.0 Conclusion All in all our multi terminal setup, PPC would suit ideally for school laboratories. The main reason could be stated that most of the school going children would not be using complex applications that need huge amount of processing power. Ten PPC could serve up to students depending upon the number of dummy terminals they contain. Thus each school could come up with a computer lab with much less costs. We have been using Ubuntu and its a free and open source software, thus there would not be any additional costs on software. Also there would not be any licensing needed for the software. Each computer would not need any virus guards as Ubuntu is virus free. Thus maintaining the system would be much easy. We will setup our first pilot PPCl laboratory at Dharmasoka College, Ambalangoda. The implementation of this pilot laboratory is financially supported by Internet Society (ISOC), University of Colombo School of Computing and Dharmasoka college Old Boy Association, main branch and Colombo section. 8.0 References [1] Multiseat [2] One laptop per child [3] Free Desktop

9 [4] GDM - The GNOME Display Manager [5] Multi GNOME Terminal [6] Documentation for Ubuntu 8.04 LTS [7] Xserver-X Window System display server [8] Linux Multi Terminal [9] GNOME Display Manager [10] X window manager Fig 1: Multi terminal setup Fig 2 : Multiple VGA s connected

10 Fig 3: CPU utilization when four users were surfing the internet Fig 4 : CPU utilization when Open office was used by four users

Configuring a U170 Shared Computing Environment

Configuring a U170 Shared Computing Environment Configuring a U170 Shared Computing Environment NComputing Inc. March 09, 2010 Overview NComputing's desktop virtualization technology enables significantly lower computing costs by letting multiple users

More information

SOFTWARE INSTALLATION INSTRUCTIONS

SOFTWARE INSTALLATION INSTRUCTIONS AUDITGARD LGA Electronic Combination Lock SOFTWARE INSTALLATION INSTRUCTIONS Implementation Package The AuditGard Software implementation package includes: 707013 AuditGard Software Install CD 42145 Programming/Audit

More information

Fall 2009. Lecture 1. Operating Systems: Configuration & Use CIS345. Introduction to Operating Systems. Mostafa Z. Ali. mzali@just.edu.

Fall 2009. Lecture 1. Operating Systems: Configuration & Use CIS345. Introduction to Operating Systems. Mostafa Z. Ali. mzali@just.edu. Fall 2009 Lecture 1 Operating Systems: Configuration & Use CIS345 Introduction to Operating Systems Mostafa Z. Ali mzali@just.edu.jo 1-1 Chapter 1 Introduction to Operating Systems An Overview of Microcomputers

More information

A+ Guide to Managing and Maintaining Your PC, 7e. Chapter 1 Introducing Hardware

A+ Guide to Managing and Maintaining Your PC, 7e. Chapter 1 Introducing Hardware A+ Guide to Managing and Maintaining Your PC, 7e Chapter 1 Introducing Hardware Objectives Learn that a computer requires both hardware and software to work Learn about the many different hardware components

More information

Configuring MDM for a Multi-Seat Computer System

Configuring MDM for a Multi-Seat Computer System Configuring MDM for a Multi-Seat Computer System Andy Bruinsma A35007944 4/2/2010 Abstract: As computers and technology continue to play a vital role in society, their importance and use has spread to

More information

VMWare Workstation 11 Installation MICROSOFT WINDOWS SERVER 2008 R2 STANDARD ENTERPRISE ED.

VMWare Workstation 11 Installation MICROSOFT WINDOWS SERVER 2008 R2 STANDARD ENTERPRISE ED. VMWare Workstation 11 Installation MICROSOFT WINDOWS SERVER 2008 R2 STANDARD ENTERPRISE ED. Starting Vmware Workstation Go to the start menu and start the VMware Workstation program. *If you are using

More information

Ultra Thin Client TC-401 TC-402. Users s Guide

Ultra Thin Client TC-401 TC-402. Users s Guide Ultra Thin Client TC-401 TC-402 Users s Guide CONTENT 1. OVERVIEW... 3 1.1 HARDWARE SPECIFICATION... 3 1.2 SOFTWARE OVERVIEW... 4 1.3 HARDWARE OVERVIEW...5 1.4 NETWORK CONNECTION... 7 2. INSTALLING THE

More information

INSTALLATION GUIDE ENTERPRISE DYNAMICS 9.0

INSTALLATION GUIDE ENTERPRISE DYNAMICS 9.0 INSTALLATION GUIDE ENTERPRISE DYNAMICS 9.0 PLEASE NOTE PRIOR TO INSTALLING On Windows 8, Windows 7 and Windows Vista you must have Administrator rights to install the software. Installing Enterprise Dynamics

More information

lesson 1 An Overview of the Computer System

lesson 1 An Overview of the Computer System essential concepts lesson 1 An Overview of the Computer System This lesson includes the following sections: The Computer System Defined Hardware: The Nuts and Bolts of the Machine Software: Bringing the

More information

Understanding the Performance of an X550 11-User Environment

Understanding the Performance of an X550 11-User Environment Understanding the Performance of an X550 11-User Environment Overview NComputing's desktop virtualization technology enables significantly lower computing costs by letting multiple users share a single

More information

Parts of a Computer. Preparation. Objectives. Standards. Materials. 1 1999 Micron Technology Foundation, Inc. All Rights Reserved

Parts of a Computer. Preparation. Objectives. Standards. Materials. 1 1999 Micron Technology Foundation, Inc. All Rights Reserved Parts of a Computer Preparation Grade Level: 4-9 Group Size: 20-30 Time: 75-90 Minutes Presenters: 1-3 Objectives This lesson will enable students to: Identify parts of a computer Categorize parts of a

More information

DMS-10101, Computer Equipment

DMS-10101, Computer Equipment Overview Effective dates: September 2005 - August 2006. This Specification describes the procedures for providing desktop microcomputers, laptop microcomputers, printers, and internet service for use on

More information

COMBOGARDPRO. 39E Electronic Combination Lock SOFTWARE INSTALLATION INSTRUCTIONS

COMBOGARDPRO. 39E Electronic Combination Lock SOFTWARE INSTALLATION INSTRUCTIONS COMBOGARDPRO 39E Electronic Combination Lock SOFTWARE INSTALLATION INSTRUCTIONS IMPLEMENTATION PACKAGE The ComboGard Pro Software implementation package includes: 707012 ComboGard Pro Software Install

More information

What to do with your old PC Part 1

What to do with your old PC Part 1 What to do with your old PC Part 1 By Hubert Huynh, July 2006 1- Introduction 2- PC-Based Home Security System and/or Home Monitoring System 3- Open Source Software 4- Basic Setup 5- More Advanced and

More information

Avira Rescue System. HowTo

Avira Rescue System. HowTo Avira Rescue System HowTo Table of contents 1. Introduction... 3 2. System Requirements... 4 3. Product availability... 4 4. Product features... 5 5. Using the Rescue System... 6 5.1 The BIOS setup...6

More information

Acer LCD Monitor Driver Installation Guide

Acer LCD Monitor Driver Installation Guide 1 Contents 1 Contents... 1 2 Introduction... 2 3 Installation Guide... 2 3.1 PC requirements... 2 3.2 Installing the Acer LCD Monitor Driver on Windows Vista... 3 3.2.1 Hardware first install... 3 3.2.2

More information

CAMAvision v18.5.x System Specification Guide 7/23/2014

CAMAvision v18.5.x System Specification Guide 7/23/2014 The computer industry is very fast moving, with larger and faster technologies supplanting previous hardware releases within six to nine months. Some of the specifications listed may no longer be available,

More information

MEDMONT STUDIO 5 BASE REQUIRMENTS

MEDMONT STUDIO 5 BASE REQUIRMENTS MEDMONT STUDIO 5 BASE REQUIRMENTS Base Recommendations CPU: Pentium 4 2.8 GHz; (Core 2 Duo processor or better recommended) Mainboard: Intel chipset; (Genuine Intel motherboard recommended) Hard drive:

More information

Automation Motion Server

Automation Motion Server Automation Motion Server Family of industrial PCs preconfigured with Aerotech s A3200 motion controller Intel i5 and i7 processors Rack or panel-mount versions DVI and HDMI video outputs Optional EtherCAT

More information

SOFTWARE TECHNOLOGIES

SOFTWARE TECHNOLOGIES SOFTWARE TECHNOLOGIES (September 2, 2015) BUS3500 - Abdou Illia, Fall 2015 1 LEARNING GOALS Identify the different types of systems software. Explain the main functions of operating systems. Know the various

More information

ViewLinker USB 2.0 Graphics Adapter

ViewLinker USB 2.0 Graphics Adapter ViewLinker USB 2.0 Graphics Adapter with DisplayLink DL-1x5 ASIC Description This adapter solves the problem of adding extra displays to a computer without the need of extra graphics cards. By reducing

More information

Revision History. Revision Revision History Date

Revision History. Revision Revision History Date G001 Revision History Revision Revision History Date 1.0 First release of the Intel NUC Home Theatre Personal Computer on the Linux* Mint Platform using XBMC May 2013 2.0 Second release of the Intel NUC

More information

MOBILE INTERNET HUAWEI E220 3G USB MODEM

MOBILE INTERNET HUAWEI E220 3G USB MODEM MOBILE INTERNET HUAWEI E220 3G USB MODEM With this modem you can easily: Access the internet Send or receive text messages Manage contacts The E220 package box contains the following items: One E220 HSDPA

More information

1 PERSONAL COMPUTERS

1 PERSONAL COMPUTERS PERSONAL COMPUTERS 1 2 Personal computer a desktop computer a laptop a tablet PC or a handheld PC Software applications for personal computers include word processing spreadsheets databases web browsers

More information

NAS 249 Virtual Machine Configuration with VirtualBox

NAS 249 Virtual Machine Configuration with VirtualBox NAS 249 Virtual Machine Configuration with VirtualBox Configure and run Virtual Machines on ASUSTOR Portal with VirtualBox A S U S T O R C O L L E G E COURSE OBJECTIVES Upon completion of this course you

More information

Chapter 5 Busses, Ports and Connecting Peripherals

Chapter 5 Busses, Ports and Connecting Peripherals Chapter 5 Busses, Ports and Connecting Peripherals 1 The Bus bus - groups of wires on a circuit board that carry information (bits - on s and off s) between computer components on a circuit board or within

More information

Practice Test for the 220-801 Domain 1 - PC Hardware (Brought to you by RMRoberts.com)

Practice Test for the 220-801 Domain 1 - PC Hardware (Brought to you by RMRoberts.com) Practice Test for the 220-801 Domain 1 - PC Hardware (Brought to you by RMRoberts.com) This is a practice test designed to determine if you are ready to take the CompTIA 220-801 certification test. Only

More information

Desktop Publishing 5N0785 Learning Outcome 2 Monaghan Institute Level 5 Module

Desktop Publishing 5N0785 Learning Outcome 2 Monaghan Institute Level 5 Module Desktop Publishing 5N0785 Learning Outcome 2 Monaghan Institute Level 5 Module Contents Learners will be able to describe the characteristics of key components of DTP systems including those used for input,

More information

Chapter 4 System Unit Components. Discovering Computers 2012. Your Interactive Guide to the Digital World

Chapter 4 System Unit Components. Discovering Computers 2012. Your Interactive Guide to the Digital World Chapter 4 System Unit Components Discovering Computers 2012 Your Interactive Guide to the Digital World Objectives Overview Differentiate among various styles of system units on desktop computers, notebook

More information

Tekla Structures 18 Hardware Recommendation

Tekla Structures 18 Hardware Recommendation 1 (5) Tekla Structures 18 Hardware Recommendation Recommendations for Tekla Structures workstations Tekla Structures hardware recommendations are based on the setups that have been used in testing Tekla

More information

Minimum Computer System Requirements

Minimum Computer System Requirements Minimum Computer System Requirements http://ualr.edu/blackboard/welcome/system- requirements/ The following minimum hardware and software requirements are necessary in order to access an online class through

More information

LSN 10 Linux Overview

LSN 10 Linux Overview LSN 10 Linux Overview ECT362 Operating Systems Department of Engineering Technology LSN 10 Linux Overview Linux Contemporary open source implementation of UNIX available for free on the Internet Introduced

More information

2.5" XTreme Files OS & Data Backup/Restore User Manual Please read the Instruction manual before using the XTreme Files (X Series) 1.

2.5 XTreme Files OS & Data Backup/Restore User Manual Please read the Instruction manual before using the XTreme Files (X Series) 1. 2.5" XTreme Files OS & Data Backup/Restore User Manual Please read the Instruction manual before using the XTreme Files (X Series) 1. The suggested interface for your computer is USB2.0 to have better

More information

XTreme Files OS & Data Backup/Restore User Manual Please read the Instruction manual before using the XTreme Files (F Series) 1.

XTreme Files OS & Data Backup/Restore User Manual Please read the Instruction manual before using the XTreme Files (F Series) 1. XTreme Files OS & Data Backup/Restore User Manual Please read the Instruction manual before using the XTreme Files (F Series) 1. The suggested interface for your computer is USB2.0 to have better speed

More information

About Parallels Desktop 10 for Mac

About Parallels Desktop 10 for Mac About Parallels Desktop 10 for Mac Parallels Desktop 10 for Mac is a major upgrade to Parallels award-winning software for running Windows on a Mac. About this Update This update for Parallels Desktop

More information

About Parallels Desktop 7 for Mac

About Parallels Desktop 7 for Mac About Parallels Desktop 7 for Mac Parallels Desktop 7 for Mac is a major upgrade to Parallels' award-winning software for running Windows on a Mac. About this Update This update for Parallels Desktop for

More information

Installation for Multi-seat Display Manager (MDM) and Preparing for Configuration

Installation for Multi-seat Display Manager (MDM) and Preparing for Configuration Installation for Multi-seat Display Manager (MDM) and Preparing for Configuration Bret Charboneau April 1st, 2010 Abstract: Computers are used for a variety of things, one being to access information.

More information

Using Speccy to Report on Your Computer Components

Using Speccy to Report on Your Computer Components Using Speccy to Report on Your Computer Components Ronald Ross rross@spkaa.com Today we re going to have a look at what I consider to be a useful Windows reporting utility. I ll be talking about Speccy,

More information

ThinLinX TLXOS 64-bit Firmware Installation Guide for the Intel NUC Range. Materials Required

ThinLinX TLXOS 64-bit Firmware Installation Guide for the Intel NUC Range. Materials Required ThinLinX TLXOS 64-bit Firmware Installation Guide for the Intel NUC Range The Intel NUC is a small form factor computer that incorporates several models from Intel Core processors to the economical Single

More information

Wired / Wireless / PoE. CMOS Internet Camera ICA-107 / ICA-107W / ICA-107P. Quick Installation Guide

Wired / Wireless / PoE. CMOS Internet Camera ICA-107 / ICA-107W / ICA-107P. Quick Installation Guide Wired / Wireless / PoE CMOS Internet Camera ICA-107 / ICA-107W / ICA-107P Quick Installation Guide Table of Contents 1. Package Contents... 3 2. System Requirements... 4 3. Outlook... 5 Front panel of

More information

Remote Deposit Capture Installation Guide

Remote Deposit Capture Installation Guide Remote Deposit Capture Installation Guide Please contact businessbanking@farmingtonbankct.com or call 860-284-6549 with any questions. Table of Contents Internet Explorer Trusted Sites 2 Verify ActiveX

More information

Choosing a computer for ANY-maze

Choosing a computer for ANY-maze Choosing a computer for ANY-maze ANY-maze www.anymaze.com Choosing a computer for ANY-maze 1 Introduction... 3 2 Overview... 3 3 Recommended and minimum specifications at a glance... 3 3.1 Recommended

More information

DriveClone Server. Users Manual

DriveClone Server. Users Manual DriveClone Server Users Manual Contents Chapter 1: Introduction... 3 Chapter 2: Install and uninstall DriveClone Server... 3 2.1 System Requirement... 3 2.2 Installing DriveClone Server... 4 2.3 Uninstalling

More information

Lenovo S10e Quick Start Guide

Lenovo S10e Quick Start Guide Lenovo S10e Quick Start Guide Netbook includes: 1. 10.2 Screen 2. Intel Atom Processor 3. 6 Cell (5 hour Battery) 4. 160 GB hard drive 5. 2 GB of Ram 6. Ethernet and Wireless 7. SD Memory Slot 8. VGA,

More information

Introduction to Mirametrix EyeTracker

Introduction to Mirametrix EyeTracker Introduction to Mirametrix EyeTracker Hao Wu 1 Preface This is an introduction of how to set up Mirametrix eye tracker to Linux system. This eye tracker only has Windows version driver. We usually use

More information

Getting Started in the Cambridge LMS - Students

Getting Started in the Cambridge LMS - Students Getting Started in the Cambridge LMS - Students Getting Started with the Cambridge LMS v2.0 Cambridge University Press 2012 1. Before you Start Before you start using the LMS you need to check whether

More information

Lecture 2: Computer Hardware and Ports. y.alharbi@sau.edu.sa http://faculty.sau.edu.sa/y.alharbi/en

Lecture 2: Computer Hardware and Ports. y.alharbi@sau.edu.sa http://faculty.sau.edu.sa/y.alharbi/en BMTS 242: Computer and Systems Lecture 2: Computer Hardware and Ports Yousef Alharbi Email Website y.alharbi@sau.edu.sa http://faculty.sau.edu.sa/y.alharbi/en The System Unit McGraw-Hill Copyright 2011

More information

Discovering Computers 2011. Living in a Digital World

Discovering Computers 2011. Living in a Digital World Discovering Computers 2011 Living in a Digital World Objectives Overview Differentiate among various styles of system units on desktop computers, notebook computers, and mobile devices Identify chips,

More information

Intel Server Board S3420GPV

Intel Server Board S3420GPV Server WHQL Testing Services Enterprise Platforms and Services Division Intel Server Board S3420GPV Rev 1.0 Server Test Submission (STS) Report For the Microsoft Windows Logo Program (WLP) Dec. 30 th,

More information

Windows XP Manual Installation

Windows XP Manual Installation Windows XP Manual Installation Installation of the drivers for your video card can be fairly easy if the following steps are followed carefully. There are a few things to keep in mind before proceeding

More information

Motherboard Specifications, A8M2N-LA (Naos)

Motherboard Specifications, A8M2N-LA (Naos) HP Customer Care > Compaq Presario SR2010NX Desktop PC Motherboard Specifications, A8M2N-LA (Naos) Support details» Motherboard specifications table» Motherboard layout and photos» Clearing the BIOS settings»

More information

JROTC CURRICULUM MANAGER INSTALLATION GUIDE VERSION 2.0

JROTC CURRICULUM MANAGER INSTALLATION GUIDE VERSION 2.0 JROTC CURRICULUM MANAGER INSTALLATION GUIDE VERSION 2.0 Updated November 24, 2014 Table of Contents Curriculum Manager Installation Instructions... 6 Set-up Steps... 6 Step 1... 7 Pre-Install Instructions...

More information

Product Version 1.0 Document Version 1.0-B

Product Version 1.0 Document Version 1.0-B VidyoDashboard Installation Guide Product Version 1.0 Document Version 1.0-B Table of Contents 1. Overview... 3 About This Guide... 3 Prerequisites... 3 2. Installing VidyoDashboard... 5 Installing the

More information

Things to consider before you do an In-place upgrade to Windows 10. Setup Info. In-place upgrade to Windows 10 Enterprise with SCCM

Things to consider before you do an In-place upgrade to Windows 10. Setup Info. In-place upgrade to Windows 10 Enterprise with SCCM In this doc we will see the steps for In-place upgrade to Windows 10 Enterprise with SCCM. Most of the Organizations today are running Windows 7 on their computers. Looking at the stability and features

More information

Figure 1: RotemNet Main Screen

Figure 1: RotemNet Main Screen 1 REMOTE CONTROLLER ACCESS This paper summarizes the installation and configuration procedures needed to enable accessing your Communicator and controllers via the Internet. The information contained in

More information

Introduction to Computers, Anatomy of Computers, Input and Output Devices

Introduction to Computers, Anatomy of Computers, Input and Output Devices LECTURE SCHEDULE 1 Introduction to Computers, Anatomy of Computers, Input and Output Devices In human affairs we have reached a point where the problems that we must solve are no longer solvable without

More information

The Virtual Environment

The Virtual Environment Chapter 2 The Virtual Environment In the following chapters we examine a variety of problems related to information security, as they arise in modern computer and communication systems. To deepen your

More information

Guest PC. for Mac OS X. User Guide. Version 1.6. Copyright 1996-2005 Lismore Software Systems, Ltd. All rights reserved.

Guest PC. for Mac OS X. User Guide. Version 1.6. Copyright 1996-2005 Lismore Software Systems, Ltd. All rights reserved. Guest PC for Mac OS X Version 1.6 User Guide Copyright 1996-2005 Lismore Software Systems, Ltd. All rights reserved. Table of Contents About Guest PC... 1 About your Virtual Computer... 1 Creating a Virtual

More information

CPU. Motherboard RAM. Power Supply. Storage. Optical Drives

CPU. Motherboard RAM. Power Supply. Storage. Optical Drives CPU Motherboard RAM Power Supply Storage Optical Drives GPU 2 The CPU is the brain of a computer CPU receives instructions from software programs stored in memory Instructions are read and the tasks performed

More information

Universal Serial Bus Implementers Forum EHCI and xhci High-speed Electrical Test Tool Setup Instruction

Universal Serial Bus Implementers Forum EHCI and xhci High-speed Electrical Test Tool Setup Instruction Universal Serial Bus Implementers Forum EHCI and xhci High-speed Electrical Test Tool Setup Instruction Revision 0.41 December 9, 2011 1 Revision History Rev Date Author(s) Comments 0.1 June 7, 2010 Martin

More information

WhitePaper CHOOSING THE RIGHT THIN CLIENT DEVICES, OS & MANAGEMENT SOFTWARE. What to look out for when buying thin client software and hardware

WhitePaper CHOOSING THE RIGHT THIN CLIENT DEVICES, OS & MANAGEMENT SOFTWARE. What to look out for when buying thin client software and hardware CHOOSING THE RIGHT THIN CLIENT DEVICES, OS & MANAGEMENT SOFTWARE What to look out for when buying thin client software and hardware CHOOSING THE RIGHT THIN CLIENT DEVICES, OS & MANAGEMENT SOFTWARE Server

More information

Choosing the right thin client devices, OS & management software

Choosing the right thin client devices, OS & management software Choosing the right thin client devices, OS & management software What to look out for when buying thin client software and hardware Server Based Computing is a must for any company wanting to control spiraling

More information

Android Box SNNPB73B

Android Box SNNPB73B Android Box SNNPB73B ANDROID EASE OF USE EXPERIENCE Very easy to use device, users can enjoy a tablet-like browsing experience. Enjoy the intuitive operation of Android KitKat 4.4 with thousands of productivity

More information

ECT362 Installing Linux Virtual Machine in KL322

ECT362 Installing Linux Virtual Machine in KL322 ECT362 Installing Linux Virtual Machine in KL322 The steps below outline how to install Linux under Windows as a virtual machine. This install uses the Ubuntu 10.04 distribution of Linux along with the

More information

Figure 1A: Dell server and accessories Figure 1B: HP server and accessories Figure 1C: IBM server and accessories

Figure 1A: Dell server and accessories Figure 1B: HP server and accessories Figure 1C: IBM server and accessories TEST REPORT SEPTEMBER 2007 Out-of-box comparison between Dell, HP, and IBM servers Executive summary Dell Inc. (Dell) commissioned Principled Technologies (PT) to compare the out-of-box experience of a

More information

TimeIPS Server. IPS256T Virtual Machine. Installation Guide

TimeIPS Server. IPS256T Virtual Machine. Installation Guide TimeIPS Server IPS256T Virtual Machine Installation Guide TimeIPS License Notification The terms and conditions applicable to the license of the TimeIPS software, sale of TimeIPS hardware and the provision

More information

CCC Technical Requirements. Updated: June 2016

CCC Technical Requirements. Updated: June 2016 Updated: June 2016 2016 All rights reserved. CCC is a registered trademark and the CCC logo is a registered service mark of CCC Information Services Inc. This document supersedes ALL previous Technical

More information

Revit products will use multiple cores for many tasks, using up to 16 cores for nearphotorealistic

Revit products will use multiple cores for many tasks, using up to 16 cores for nearphotorealistic Autodesk Revit 2013 Product Line System s and Recommendations Autodesk Revit Architecture 2013 Autodesk Revit MEP 2013 Autodesk Revit Structure 2013 Autodesk Revit 2013 Minimum: Entry-Level Configuration

More information

User Manual Version 0.9.9.p BETA III December 23rd, 2015

User Manual Version 0.9.9.p BETA III December 23rd, 2015 User Manual Version 0.9.9.p BETA III December 23rd, 2015 Disclaimer: This document is provided as-is. Information and views expressed in this document, including URL and other Internet website references,

More information

Substation Monitoring System SMS 510. Product Guide

Substation Monitoring System SMS 510. Product Guide 1MRS751973_MBG Issued: 19.10.2000 Status: Updated Version: D/07.02.2006 Data subject to change without notice Features Local and remote workplace Automatic dial-up of substations Automatic or manual collection

More information

Running Windows on a Mac. Why?

Running Windows on a Mac. Why? Running Windows on a Mac Why? 1. We still live in a mostly Windows world at work (but that is changing) 2. Because of the abundance of Windows software there are sometimes no valid Mac Equivalents. (Many

More information

Adonis Technical Requirements

Adonis Technical Requirements Information Sheet Adonis Technical Requirements CONTENTS Contents... 1 Adonis Project Implementation... 1 Host Installation / Onboard Installation Full replication (LARGER Vessels):... 1 Onboard installation

More information

Partek Flow Installation Guide

Partek Flow Installation Guide Partek Flow Installation Guide Partek Flow is a web based application for genomic data analysis and visualization, which can be installed on a desktop computer, compute cluster or cloud. Users can access

More information

Parallels Desktop 4 for Windows and Linux Read Me

Parallels Desktop 4 for Windows and Linux Read Me Parallels Desktop 4 for Windows and Linux Read Me Welcome to Parallels Desktop for Windows and Linux build 4.0.6576. This document contains the information you should know to successfully install Parallels

More information

EZblue BusinessServer The All - In - One Server For Your Home And Business

EZblue BusinessServer The All - In - One Server For Your Home And Business EZblue BusinessServer The All - In - One Server For Your Home And Business Quick Start Guide Version 3.11 1 2 3 EZblue Server Overview EZblue Server Installation EZblue Server Configuration 4 EZblue Magellan

More information

Be sure to connect the USB cable from TonePort into your computer s USB port, and then proceed with the following steps

Be sure to connect the USB cable from TonePort into your computer s USB port, and then proceed with the following steps GearBox/TonePort setup for Line 6 Monkey Compatibility Check Mac OS X This document is designed to provide information for using the Line 6 Monkey compatibility utility. One of the very useful functions

More information

vcenter Chargeback User s Guide vcenter Chargeback 1.0 EN-000186-00

vcenter Chargeback User s Guide vcenter Chargeback 1.0 EN-000186-00 vcenter Chargeback 1.0 EN-000186-00 You can find the most up-to-date technical documentation on the VMware Web site at: http://www.vmware.com/support/ The VMware Web site also provides the latest product

More information

Smart Anytime, Safe Anywhere. Climax Home Portal Platform. Envisage and Enable a Connected Future

Smart Anytime, Safe Anywhere. Climax Home Portal Platform. Envisage and Enable a Connected Future Smart Anytime, Safe Anywhere Climax Home Portal Platform Envisage and Enable a Connected Future Climax Home Portal Platform An IP/GPRS-Based Solution to Deliver Smart Home and Mobile Control Services Reliable

More information

The computer's internal components

The computer's internal components Computer hardware and types of computer A brief introduction to the insides of a computer and its added hardware. This will help explain what a computer is from a hardware point of view, how we control

More information

In this chapter, we want to make sure that your computer (and you) is ready for the Red Hat Linux installation.

In this chapter, we want to make sure that your computer (and you) is ready for the Red Hat Linux installation. CHAPTER 1 Before You Install In this chapter, we want to make sure that your computer (and you) is ready for the Red Hat Linux installation. Systems Requirements Red Hat Linux has a number of systems requirements

More information

Autodesk Revit 2016 Product Line System Requirements and Recommendations

Autodesk Revit 2016 Product Line System Requirements and Recommendations Autodesk Revit 2016 Product Line System Requirements and Recommendations Autodesk Revit 2016, Autodesk Revit Architecture 2016, Autodesk Revit MEP 2016, Autodesk Revit Structure 2016 Minimum: Entry-Level

More information

BaseManager & BACnet Manager VM Server Configuration Guide

BaseManager & BACnet Manager VM Server Configuration Guide BaseManager & BACnet Manager VM Server Configuration Guide For Self-Hosted BaseManager & BACnet Manager Servers Deployed as Virtual Machines August 27, 2015 Customer Service 1-866-294-5847 i Baseline Inc.

More information

Quick Deployment: Step-by-step instructions to deploy the SampleApp Virtual Machine v406

Quick Deployment: Step-by-step instructions to deploy the SampleApp Virtual Machine v406 Quick Deployment: Step-by-step instructions to deploy the SampleApp Virtual Machine v406 Note: additional supplemental documentation is annotated by Visit us on YouTube at Oracle BI TECHDEMOs for dozens

More information

AXIS 211A Network Camera

AXIS 211A Network Camera PRODUCT REVIEW GUIDE TABLE OF CONTENTS 1 PRODUCT BRIEF... 3 2 REQUIREMENTS FOR TEST... 4 3 INSTALLATION... 5 3.1 Installing the AXIS 211A... 5 3.2 Set the IP address with AXIS IP Utility... 5 3.2.1 Automatic

More information

Performance Optimization Guide

Performance Optimization Guide Performance Optimization Guide Publication Date: July 06, 2016 Copyright Metalogix International GmbH, 2001-2016. All Rights Reserved. This software is protected by copyright law and international treaties.

More information

EZblue BusinessServer The All - In - One Server For Your Home And Business

EZblue BusinessServer The All - In - One Server For Your Home And Business EZblue BusinessServer The All - In - One Server For Your Home And Business Quick Start Guide Version 3.8 1 2 3 EZblue Server Overview EZblue Server Installation EZblue Server Configuration 4 EZblue Magellan

More information

Intel RAID Controller Troubleshooting Guide

Intel RAID Controller Troubleshooting Guide Intel RAID Controller Troubleshooting Guide A Guide for Technically Qualified Assemblers of Intel Identified Subassemblies/Products Intel order number C18781-001 September 2, 2002 Revision History Troubleshooting

More information

BIOS Update Release Notes

BIOS Update Release Notes BIOS Update Release Notes PRODUCTS: DH61BE, DH61CR, DH61DL, DH61WW, DH61SA, DH61ZE (Standard BIOS) BIOS Version 0120 - BEH6110H.86A.0120.2013.1112.1412 Date: November 12, 2013 ME Firmware: Ignition SKU

More information

Installing an Omnicast System Omnicast version 3.5

Installing an Omnicast System Omnicast version 3.5 Installing an Omnicast System Omnicast version 3.5 INST-9001 Version 1.0 INST-9001 Page 1 Omnicast Install Table of Contents 1 PREAMBLE...3 1.1 DOCUMENT REVISIONS...3 1.2 OMNICAST OVERVIEW...3 1.3 SUPPORTED

More information

Tested product: Auslogics BoostSpeed

Tested product: Auslogics BoostSpeed Software Tested Tested product: Auslogics BoostSpeed www.softwaretested.com CONTENTS 1 Contents Background... 3 Purpose of the Tests... 5 Testing Environment... 6 Test Results... 10 Windows Startup Time...

More information

Guide to Installing BBL Crystal MIND on Windows 7

Guide to Installing BBL Crystal MIND on Windows 7 Guide to Installing BBL Crystal MIND on Windows 7 Introduction The BBL Crystal MIND software can not be directly installed on the Microsoft Windows 7 platform, however it can be installed and run via XP

More information

Point of view HDMI Smart TV dongle Mini RF Keyboard

Point of view HDMI Smart TV dongle Mini RF Keyboard Point of view HDMI Smart TV dongle Mini RF Keyboard English Contents Contents... 1 General notices for use... 2 Disclaimer... 2 Box Contents... 2 1. HDMI TV dongle... 3 1.1. Product display... 3 1.2. Instructions

More information

... 2 HARDWARE AND FIRMWARE

... 2 HARDWARE AND FIRMWARE General hints BEETLE systems are delivered with a pre installed operating system and therefore do not need any download of driver for proper function of the hardware. For customers with special project

More information

Windows Vista /Windows 7 Installation Guide

Windows Vista /Windows 7 Installation Guide Windows Vista / 7 Installation Guide Before you can use the machine, you must set up the hardware and install the driver. Please read the Quick Setup Guide and this Windows Vista / 7 Installation Guide

More information

Software Installation Instructions IK 5000 QUADRA-CHEK. Software Version 3.0.x

Software Installation Instructions IK 5000 QUADRA-CHEK. Software Version 3.0.x Software Installation Instructions IK 5000 QUADRA-CHEK Software Version 3.0.x English (en) 3/2013 Information contained in this manual This software installation instruction covers the software installation

More information

ARIS Education Package Process Design & Analysis Installation Guide. Version 7.2. Installation Guide

ARIS Education Package Process Design & Analysis Installation Guide. Version 7.2. Installation Guide ARIS Education Package Process Design & Analysis Installation Guide Version 7.2 Installation Guide March 2012 This publication is protected by international copyright law. All rights reserved. No part

More information

SURROUNDVIEW Installation and Setup User s Guide

SURROUNDVIEW Installation and Setup User s Guide SURROUNDVIEW Installation and Setup User s Guide P/N: 137-40593-10 04Jan26: PRELIMINARY 08 Copyright 2004, ATI Technologies Inc. All rights reserved. ATI and all ATI product and product feature names are

More information

Windows Startup: Observed Changes Over Time

Windows Startup: Observed Changes Over Time Date: 19 June 2009 Author: iolo Labs Study #: WS 001 iolo Labs Research Study Windows Startup: Observed Changes Over Time Introduction...1 Background...1 Purpose of study...1 Methodology and Procedures...2

More information

Config software for D2 systems USER S MANUAL

Config software for D2 systems USER S MANUAL DT-CONFIG SOFTWARE Config software for D2 systems USER S MANUAL CONTENTS 1. Introductions ------------------------------------------------------------------- 3 2. System Requirement and Connection ----------------------------------------

More information

Hard Disk Drive vs. Kingston SSDNow V+ 200 Series 240GB: Comparative Test

Hard Disk Drive vs. Kingston SSDNow V+ 200 Series 240GB: Comparative Test Hard Disk Drive vs. Kingston Now V+ 200 Series 240GB: Comparative Test Contents Hard Disk Drive vs. Kingston Now V+ 200 Series 240GB: Comparative Test... 1 Hard Disk Drive vs. Solid State Drive: Comparative

More information