LinX Software Suite v3 Getting Started

Size: px
Start display at page:

Download "LinX Software Suite v3 Getting Started"

Transcription

1 LinX Software Suite v3 Getting Started Product revision: V3.0.2 Document revision: 1.0

2 Contents Revision history Brief Introduction Components and Installation Virtual Box Virtual Development Machine Set-up of the virtual machine Inside the Development Environment Basic Information User and Password Applications and files provided in the virtual machine Creating the first Qt application on CCP VS Create an empty project Connecting to a CCpilot VS Troubleshooting tips if you can t connect Deploy and run on an CCpilot VS Autostart settings on CCpilot device Modify startup scripts Change order of startup Further reading Appendix: Installing LinX Base runtime on CCP VS & VI Download the LinX Base runtime from VM Download an updated LinX Base runtime to your display Revision history P.Görling First Version (VM v3.0) P.Görling First Version (VM v3.0) Glossary Word/Abrevation CrossTecc crc SAP Qt RTE API VDM VM GUI Explanation A set of applications and components... Cyclic redundancy check Software Application Platform Development framework qt.digia.com RunTime Environment Application Programming Interface Virtual Development Machine Virtual Machine Graphical User Interface 2

3 1. Brief Introduction The LinX Software Suite Development Environment is a development tool chain running under Linux running within a virtual machine. This guide provides a guide for installing the virtual machine and getting a first QtQuick application running on a CCpilot device. This guide is based on LinX Software Suite Development Environment v3.0.2 or later. 2. Components and Installation 2.1. Virtual Box In order to be able to execute the virtual machine, the application Virtual Box version 5.0 or higher has to be installed on your local computer 1. Virtual Box is available at: Presently, VirtualBox runs on Windows, Linux, Macintosh, and Solaris hosts and is licensed as Open Source under the GNU General Public License V2 ( 2.0.html). The full documentation about Virtual Box is available online at Please refer to the extensive official troubleshooting guide or our knowledge base if you have trouble when installing or running Virtual Box. For more user info about Virtual Box and how to do interesting things with Virtual Box, see: Virtual Development Machine The virtual development machine (VDM) called LinX Software Suite Development Environment can be downloaded from the download section at: (you need to register on the site in order to access the downloads) Be sure to select the link LinX Software Suite Development Environment v3.0 1 The previous versions of the CrossControl virtual development environments used the VMWare Player which was depreciated with this version. However, if you want to continue to use the older versions of the virtual machines, you need to use VMWare, as the Virtual Box software is not able to run those older environments. 3

4 The picture below shows the download page on the support site. Figure 1: CrossControl support site LinX SW The complete virtual machine is about 14 GB large. Therefore it will be downloaded as a split Zipfile consisting of many smaller files (7-Zip is needed) Set-up of the virtual machine Start the Virtual Box application: Figure 2: Virtual Box GUI 4

5 Under the Machine menu press on Add and open the file LinX Software Suite Development Environment v3.0.x from the VDM archive. The GUI should look like this: Figure 3: Virtual Box with Virtual Development Machine loaded Note: It is possible to have more than one VDM available in Virtual Box. The drawback is that every installed VDM version takes up a lot of the memory on your PC. Review the settings for the VDM and adapt them to your needs. Especially, review the network tab and make sure you get the correct settings for your network. Below is the settings used within CrossControl. Figure 4: Virtual Box with Virtual Development Machine loaded If there are many users of the VM on the same network, it could be wise to generate a new MAC address for your installation of the VM 5

6 Press on to boot up the virtual machine. During the first boot up, you may have to read and accept the software license in order to use the LinX Software Suite Development Environment. 6

7 3. Inside the Development Environment When booting up the development environment you first need to login: Figure 5: Virtual Box startup screen User: Password: ccs default After the login you get to the standard Linux desktop: Figure 6: Development environment desktop 3.1. Basic Information The virtual machine is running a standard Lubuntu You can use all the standard features of Lubuntu, there are no limitations from CrossControl to this environment. You can get further help about lubuntu at: 7

8 Sooner or later you will need to use the Linux shell through a terminal window. Open it by clicking on the button in the lower left corner and select System Tools LXTerminal : Figure 7: Select the Terminal icon Or use the keyboard combination (shortcut): Ctrl + ALT + T A guide for using the shell can be found at wikibooks.org. You can change the keyboard layout by right-clicking on the panel frame and then selecting: Add/Remove Panel Items Panel frame Figure 8: Select Panel Preferences In the popup window, press + Add and select Keyboard Layout Handler and press + Add.. Figure 9: Select Panel Preferences 8

9 Right-click on the language-switch button in the lower right corner of the screen and select Keyboard settings... : Figure 10: Select Panel Preferences 3.2. User and Password In the virtual machine you will login with the default user account ccs. This account is the default root account (used for sudo access) User: ccs Password: default 3.3. Applications and files provided in the virtual machine Open your personal Home folder by clicking the button File Manager PCManFM in the start menu: Figure 11: Places menu Inside your Home folder, you can find a folder qt which contains a folder MyProjects which is the default location for new development projects Pre-installed applications Qt Framework and Qt Creator DataEngine Pre-Installed files and resources The folder /opt contains further resources for development and deployment and other additional files: /opt/bin: pre-compiled SAP binaries /opt/vs and /opt/vi2: contains all binaries compiled for the VS/VI2 ARM platform /opt/mtcc/db: Firebird database storage folder 9

10 /opt/mtcc/images: Image resources for Qt components and widgets /opt/mtcc/include: all include files for compiling Qt applications /opt/mtcc/symbols: vector based, partly ISO-conform symbols /opt/packages: /opt/qt-5.7.1: /opt/vboxguestadditions : /opt/vi2: contains all binaries compiled for the VI2 ARM platform /opt/vs: contains all binaries compiled for the VS ARM platform 10

11 4. Creating the first Qt application on CCP VS In this chapter you can find a step-by-step guide for creating a simple Qt-application and download and run it on a CCpilot VS Create an empty project Start the Qt Creator by either double-clicking the Qt Creator icon on the desktop. Figure 12: Qt Creator icon on desktop After the Qt Creator has started, press on the button Projects from the File menu. (You can also press either Ctrl-N to shortcut to the New File or Project dialog.) Figure 13: QtCreator welcome dialog 11

12 In the appearing dialog, choose New Project, if you want start with an empty project, or Open Project, if you want to continue working in an existing project. Figure 14: QtCreator projects dialog In this section we choose New Project and in the appearing dialog, we choose CrossControl Project on the left side and QtQuick2 in the right list. Figure 15: New Project dialogue Press Choose..., and enter a name for the project in the next dialog and check that the folder: /home/ccs/qt/myprojects Or change the location to where you want to store your Qt application projects. 12

13 Then press on Next > to continue. On the next page, you can select the target s screen resolution and screen orientation. The CCpilot VI2 has 320x240 pixel displays; the CCpilot VS has 1280x800 pixel displays. Figure 16: Application Information The screen resolution for CCP VS should be set to: 1280x800 The orientation of the screen has four options: - Default - 90 Clockwise - Upside down - 90 Counter-clockwise Then press on Next > to continue. The next window will present you with all the Kits available in the virtual machine. They contain pre-configured settings for the different platforms. As we are going to run a Qt5-application on a CCpilot VS, choose both the CCpilot ARM (VS) Qt and the Virtual Development Qt and press Next > and then Finish. Figure 17: Kit Selection 13

14 A project will be created with a few lines of QML-code: Figure 18: Template project We are using a generic template for both Qt 5.6 and 5.7.1, depending on the selected build-kit. There are some differences between the kits, but the project will use the correct build-kit. You can update the project-file (.pro) and remove the reference to the kit that s not used. You can directly execute the application in the Virtual Machine. Click on the Kit -button in the bottom left corner of your screen and select Virtual Development Qt Figure 19: Kit selection shortcut Press on Run in the Build -menu, F5 or Ctrl-R: Figure 20: Run command 14

15 Or press on the green Run -Arrow in the lower left corner to start the application. The application will compile and start up, looking like this: Figure 21: Template project running in virtual machine Congratulations, you have just created your first QtQuick / QML application! Press the Exit button to return to QtCreator Connecting to a CCpilot VS Be sure to have the CCpilot connected to both power and an Ethernet port which is accessible from your PC (the CCpilot uses DHCP by default, connecting the CCpilot to your PC directly will not work). The Standard GUI on the CCpilot will show its IP-Address in the lower right corner: Figure 22: IP address showing on the CCpilot Startup Launcher GUI 15

16 To open the options menu in QtCreator, choose Tools Options from the menu bar: Figure 23: Options menu item To set up the IP-address of your unit, click on Devices in the left column, and choose the CCpilot ARM Device in the drop-down field at the top of the window. Enter the IP address of your unit in the Host name field: Figure 24: Devices window of the QtCreator 16

17 Press on the Test button on the right side to the test connection: Figure 25: SSH connection test Close the window by pressing Ok 4.3. Troubleshooting tips if you can t connect 1. Make sure that you can connect from Windows to your CCpilot by opening the start menu and run the command cmd (just press the windows-key and enter the letters c m d and press enter): Figure 26: Windows run window This should bring up a console window. Enter the command ping and the ip-address of the CCpilot and press enter. The output should look like this: Figure 27: Ping in the Windows console window If not, check the Ethernet connection between your PC and the CCpilot. Ask your local IT support for help if not sure how to do this. 2. If you can connect to the CCpilot from windows, check if you can access it from a console window in the virtual machine by opening a console and entering the same ping command as above (press Ctrl-C to cancel): Figure 28: Ping in the Linux console window If this does not work, check the Ethernet configuration of the virtual machine. Refer to the Virtual Box manual for further help. 3. Make sure you have activated the network connection from the virtual machine. If the network symbol looks like in the picture below. Click on it and activate it. Figure 29: If you see this symbol, click it and activate network 17

18 5. Deploy and run on an CCpilot VS Click on the Projects -tab on the left side of the Qt Creator screen: The precondition for this process is the availability of the LinX Base runtime on the display. See chapter 0 for instructions on how to install the runtime. Figure 30: Available Project options in QtCreator Check the compiler settings by clicking on Manage Kits button at the top. The list of the available kits should look like this: Figure 31: The available Kits in the Build & Run settings Press the tab Compilers and make sure that the settings look like this: 18

19 Figure 32: Settings for cross-compiler Close the dialogue by pressing Ok Select the HW unit and select the Run settings: Figure 33: The Kit and Run selection in the project settings Deployment settings: - Note the remote directory, where the application will be stored on the CCP VS - Add Remote path... to: /opt Figure 34: The Deployment settings in the Run settings Run settings: - No additional settings necessary! 19

20 Figure 35: Run settings Run Environment settings: - Add the following variable: XDG_RUNTIME_DIR Figure 36: Add environment variable in Run settings After changing from the kit from Virtual Development Qt (X86-compiler) to CCpilot ARM (VS) Qt (ARM-compiler), you need to rebuild the project. Choose Rebuild all from the Build menu: Remember to always do a rebuild all when switching targets! Figure 37: Rebuild All menu item Press on the run button. 20

21 The application will be compiled and deployed to the CCP VS. The application should start on the target device. If the following error message appears in the QtCreator: Failed to create display (Permission denied) Application finished with exit code 1. To solve this, you must do the following from a terminal in the CCP VS unit: sudo chmod -R 777 /var/run/user/root/ But when restarting the unit, this setting will be lost and you would have to do it again. You must close the application by pressing the Exit button before you can deploy a new version to the display. After closing the application, the application window might stay on the screen because there might be no other application running anymore which updates the screen buffer. Congratulations, you have now started your first QtQuick/QML application on a CCP VS! 21

22 6. Autostart settings on CCpilot device All CCpilot display devices come preinstalled with an application, CCSettings (cclauncher), which automatically starts during boot. This is a Qt5 application located in the device folder: /usr/bin/cclauncher This application holds a few setting and test tools together with current assigned IP Address. [CC Settings Touch CC Video ] [Terminal Rotate Shutdown] 6.1. Modify startup scripts In Linux the startup procedure looks thru a couple of files to decide what application, drivers and scripts to start and in what order. In following directory of the device, we find the following scripts: cd /opt/etc/init.d ls -al These two files are installed during installation of packages. The CCSettings application cclauncher is the default startup application. This start script can be found in folder - /etc/init.d: The cclauncher script can be used if you want to create an auto-script for your own application. Just copy the script to folder /opt/etc/init.d and rename it to something that reminds you of the actual project. Open the script (with e.g. nano) and change the name cclauncher to you project. Remember to add the folder-path to where the application is stored! If we would have your own QML Qt5 application starting up during boot instead of the default CCSettings, follow the steps below. To stop the cclauncher GUI from auto-starting (the CCSettings application), go to the folder rc5.d and change the links: cd /opt/etc/rc5.d sudo ln sf /dev/null S10CClauncher 22

23 sudo ln sf../init.d/<your appl script> Make sure that your application startup script is executeable : sudo chmod +x <your appl script> Restart your device (# reboot) and your application should show up on the display Change order of startup The applications starts in a timed order during boot and this is controlled by symbolic links in folder /opt/etc/rc5.d Follow these steps to change the order of your startup application (if needed). cd /opt/etc/rc5.d ls al These are symbolic links pointing to the actual startup-scripts in /opt/etc/init.d. For example if we look at S25Start_codesys-deploy.sh you can see it points to:../init.d/ S25Start_codesys-deploy.sh To change it to start after Data Engine during boot rename the link to e.g. S50Start-codesys-deploy.sh mv S25codesys_deploy.sh S50codesys-deploy.sh Now our application in CODESYS application will start after Data Engine (starting at S50). 23

24 7. Further reading We recommend the following resources for further reading: The official Qt documentation at qt-project.org Qt5 Cadaques - A Book about Qt5 Linux Guide at wikibooks.org And of course the Knowledge Base at the CrossControl support site. 24

25 8. Appendix: Installing LinX Base runtime on CCP VS & VI2 When you order a product with LinX Base (UX Designer and Data Engine) the required runtime will be pre-installed. If you still need to download this runtime package manually, because a new version has been released, follow the steps below Download the LinX Base runtime from VM In the 3.0.x version of the VM, the LinX Base runtime is already pre-installed in this environment and ready to be deployed to the target. To install on target: 1. Move to the following folder: # cd /opt/<target>/targetinstallation (target = VS or VI2) 2. Run the script: #./DEPLOY.sh <target IP address> The output during installation: 25

26 8.2. Download an updated LinX Base runtime to your display As the LinX Base runtime is included in the VM installation, you will only be able to use this section when there is a new version of the LinX Base runtime available Get new version from CC support site In the virtual machine, open the Firefox web browser and navigate to the CrossControl support site. You need to log in to the support site to get access to downloads etc. If you don t have a login, start by register a user to the support site. Under Product Information > Software > LinX > LinX Software Suite 3 select and download the installation file for your display from the section LinX-Base runtimes 2. You can see the download progress in the top right corner of the window. Wait for the download to be completed. By default, the files get downloaded to the folder Downloads in your home folder Transfer the runtime installation file to the CCpilot In the virtual machine, open a terminal window (see chapter 3.1). Change to the download folder by entering # cd Downloads Make sure that you know the IP address of your CCpilot (see chapter 4.2). Enter the following command in the terminal window, replacing LinX-Base-XXX.run with the proper filename of the file you just downloaded and #.#.#.# with the IP address of the CCpilot: # scp LinX-Base-XXX.run root@#.#.#.#:/opt Write yes if you get asked Are you sure you want to continue connecting (yes/no)? When asked for the password, enter the root-password suseroot Install the runtime on the CCpilot While still in the terminal window, enter: # ssh root@#.#.#.# where #.#.#.# is the IP address of your CCpilot. If root login is not permitted, use the login: ccs and default When logged in with the root-password suseroot, make sure that the.run file is executable before starting (if logged in with ccs, you may have to use sudo before commnds): # cd /opt # chmod +x #./LinX-Base-XXX.run 2 You need to be registered and logged in on the support site in order to access the downloads. 26

27 Don t forget to replace LinX-Base-XXX.run with the filename of the installation file. The runtime installation takes around one minute and will finish by listing the installed packages. Reboot the unit by writing: # reboot 27

Fieldbus Access Revision 1.5 Getting Started Date: Fieldbus Access. Getting Started.

Fieldbus Access Revision 1.5 Getting Started Date: Fieldbus Access. Getting Started. Fieldbus Access Getting Started Contents Revision history...2 Glossary...2 1. Brief Introduction...3 2. Configuration Tool...4 2.1. Fieldbus Access Configuration Tool... 4 2.1.1. Configuration Left Column...

More information

CODESYS Revision 1.2 Getting Started Date: CODESYS. Getting Started.

CODESYS Revision 1.2 Getting Started Date: CODESYS. Getting Started. CODESYS Getting Started Contents Revision history...2 Glossary...2 1. Brief Introduction...3 1.1. CrossControl support site... 3 2. Install CODESYS IDE...4 2.1. Select and download IDE... 4 2.2. Unpack

More information

FieldbusAccess v.1.0.0

FieldbusAccess v.1.0.0 FieldbusAccess v.1.0.0 Release Notes www.crosscontrol.com Contents Revision history...3 Glossary...3 1. Brief Introduction...3 2. Components...3 2.1. LinX Fieldbus Access Configuration Tool... 3 2.2. Fieldbus

More information

Display Modules (DL-DM) Application Developer's Guide

Display Modules (DL-DM) Application Developer's Guide Display Modules (DL-DM) Application Developer's Guide PART NUMBER: 101198 VERSION: 3.0 P Page 1 of 11 Revision Status Revision Date Part Number Description 1.0 2011-08-31 DL-DM700-DGAPPL Initial release

More information

Installing and Upgrading Cisco Network Registrar Virtual Appliance

Installing and Upgrading Cisco Network Registrar Virtual Appliance CHAPTER 3 Installing and Upgrading Cisco Network Registrar Virtual Appliance The Cisco Network Registrar virtual appliance includes all the functionality available in a version of Cisco Network Registrar

More information

The Python Mini-Degree Development Environment Guide

The Python Mini-Degree Development Environment Guide The Python Mini-Degree Development Environment Guide By Zenva Welcome! We are happy to welcome you to the premiere Python development program available on the web The Python Mini-Degree by Zenva. This

More information

IT Essentials v6.0 Windows 10 Software Labs

IT Essentials v6.0 Windows 10 Software Labs IT Essentials v6.0 Windows 10 Software Labs 5.2.1.7 Install Windows 10... 1 5.2.1.10 Check for Updates in Windows 10... 10 5.2.4.7 Create a Partition in Windows 10... 16 6.1.1.5 Task Manager in Windows

More information

SAP GUI 7.30 for Windows Computer

SAP GUI 7.30 for Windows Computer SAP GUI 7.30 for Windows Computer Student and Faculty Installation Instructions Table of Contents Caution:... 2 System Requirements:... 2 System Memory (RAM) requirements:... 2 Disk Space requirements:...

More information

Step-by-step guide for the libradtran virtual machine. A) Installation

Step-by-step guide for the libradtran virtual machine. A) Installation Step-by-step guide for the libradtran virtual machine July 2014 A) Installation You need approximately 7GB of free disk space on your computer to install the virtual machine. Step 1) Extract the archive

More information

Pengwyn Documentation

Pengwyn Documentation Pengwyn Documentation Release 1.0 Silica October 03, 2016 Contents 1 Introduction 3 1.1 Platforms................................................. 3 1.2 Hardware requirements.........................................

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

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

IT 341 Introduction to System Administration Project I Installing Ubuntu Server on a Virtual Machine IT 341 Introduction to System Administration Project I Installing Ubuntu Server on a Virtual Machine Here we create a new virtual machine and install Ubuntu 16.04 LTS Server on it. In this instance, we

More information

Network Management Utility

Network Management Utility 4343-7705-02 Network Management Utility Foreword Welcome Network Management Utility is utility software that provides central control over printers, copiers, and other devices on a network. With Network

More information

WA2592 Applied Data Science and Big Data Analytics. Classroom Setup Guide. Web Age Solutions Inc. Copyright Web Age Solutions Inc.

WA2592 Applied Data Science and Big Data Analytics. Classroom Setup Guide. Web Age Solutions Inc. Copyright Web Age Solutions Inc. WA2592 Applied Data Science and Big Data Analytics Classroom Setup Guide Web Age Solutions Inc. Copyright Web Age Solutions Inc. 1 Table of Contents Part 1 - Class Setup...3 Part 2 - Minimum Software Requirements

More information

CIS 231 Windows 10 Install Lab # 3

CIS 231 Windows 10 Install Lab # 3 CIS 231 Windows 10 Install Lab # 3 1) To avoid certain problems later in the lab, use Chrome as your browser: open this url: https://vweb.bristolcc.edu 2) Here again, to avoid certain problems later in

More information

Module 3: Working with C/C++

Module 3: Working with C/C++ Module 3: Working with C/C++ Objective Learn basic Eclipse concepts: Perspectives, Views, Learn how to use Eclipse to manage a remote project Learn how to use Eclipse to develop C programs Learn how to

More information

WA2393 Data Science for Solution Architects. Classroom Setup Guide. Web Age Solutions Inc. Copyright Web Age Solutions Inc. 1

WA2393 Data Science for Solution Architects. Classroom Setup Guide. Web Age Solutions Inc. Copyright Web Age Solutions Inc. 1 WA2393 Data Science for Solution Architects Classroom Setup Guide Web Age Solutions Inc. Copyright Web Age Solutions Inc. 1 Table of Contents Part 1 - Class Setup...3 Part 2 - Minimum Software Requirements

More information

CIS 231 Windows 2012 R2 Server Install Lab #1

CIS 231 Windows 2012 R2 Server Install Lab #1 CIS 231 Windows 2012 R2 Server Install Lab #1 1) To avoid certain problems later in the lab, use Chrome as your browser: open this url: https://vweb.bristolcc.edu 2) Here again, to avoid certain problems

More information

A Linux Virtual Machine for CS-2011 Projects

A Linux Virtual Machine for CS-2011 Projects CS-2011, Machine Organization and Assembly Language, D-term 2013 A Linux Virtual Machine for CS-2011 Projects Hugh C. Lauer Adjunct Professor Worcester Polytechnic Institute As an alternative to working

More information

Configuring GNS3 for CCNA Security Exam (for Windows) Software Requirements to Run GNS3

Configuring GNS3 for CCNA Security Exam (for Windows) Software Requirements to Run GNS3 Configuring GNS3 for CCNA Security Exam (for Windows) Software Requirements to Run GNS3 From Cisco s website, here are the minimum requirements for CCP 2.7 and CCP 2.8: The following info comes from many

More information

Send the Ctrl-Alt-Delete key sequence to the Guest OS one of two ways: Key sequence: Ctlr-Alt-Ins Menu Sequence: VM / Guest / Send Ctrl-Alt-Delete

Send the Ctrl-Alt-Delete key sequence to the Guest OS one of two ways: Key sequence: Ctlr-Alt-Ins Menu Sequence: VM / Guest / Send Ctrl-Alt-Delete CIS 231 Windows 2008 Server Install Lab #1 (Virtual Machines) Keys to Remember when using the vsphere client. Send the Ctrl-Alt-Delete key sequence to the Guest OS one of two ways: Key sequence: Ctlr-Alt-Ins

More information

1. Conventions in this tutorial Introduction Check and change configuration settings as needed Start Digi ESP...

1. Conventions in this tutorial Introduction Check and change configuration settings as needed Start Digi ESP... This tutorial introduces the power and features of Digi ESP for Embedded Linux as a development environment. It shows how to create a simple Linux application, transfer it to a target development board,

More information

CST VMWare Documentation

CST VMWare Documentation Login to the vsphere Web Client using a web browser by navigating to https://cstvmware.ridgewater.edu/ui/. Chrome is the best for this, but others will work. You will see a page like this: Login with your

More information

Aware IM Version 8.1 Installation Guide

Aware IM Version 8.1 Installation Guide Aware IM Version 8.1 Copyright 2002-2018 Awaresoft Pty Ltd CONTENTS 1 INSTALLATION UNDER WINDOWS OPERATING SYSTEM... 3 1.1 HARDWARE AND SOFTWARE REQUIREMENTS... 3 1.2 USING THE INSTALLATION PROGRAM...

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

FireFox. CIS 231 Windows 10 Install Lab # 3. 1) Use either Chrome of Firefox to access the VMware vsphere web Client.

FireFox. CIS 231 Windows 10 Install Lab # 3. 1) Use either Chrome of Firefox to access the VMware vsphere web Client. CIS 231 Windows 10 Install Lab # 3 1) Use either Chrome of Firefox to access the VMware vsphere web Client. https://vweb.bristolcc.edu CHROME At the your connection is not private message, click Advanced

More information

Installation of Cisco Business Edition 6000H/M

Installation of Cisco Business Edition 6000H/M Installation Overview, page 1 Installation Task Flow of Cisco Business Edition 6000H/M, page 2 Installation Overview This chapter describes the tasks that you must perform to install software on your Business

More information

SOA Software API Gateway Appliance 6.3 Administration Guide

SOA Software API Gateway Appliance 6.3 Administration Guide SOA Software API Gateway Appliance 6.3 Administration Guide Trademarks SOA Software and the SOA Software logo are either trademarks or registered trademarks of SOA Software, Inc. Other product names, logos,

More information

Reset the Admin Password with the ExtraHop Rescue CD

Reset the Admin Password with the ExtraHop Rescue CD Reset the Admin Password with the ExtraHop Rescue CD Published: 2018-01-19 This guide explains how to reset the administration password on physical and virtual ExtraHop appliances with the ExtraHop Rescue

More information

Operating Systems Linux 1-2 Measurements Background material

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

More information

CSE 101 Introduction to Computers Development / Tutorial / Lab Environment Setup

CSE 101 Introduction to Computers Development / Tutorial / Lab Environment Setup CSE 101 Introduction to Computers Development / Tutorial / Lab Environment Setup Purpose: The purpose of this lab is to setup software that you will be using throughout the term for learning about Python

More information

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

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

More information

HiveManager Virtual Appliance QuickStart

HiveManager Virtual Appliance QuickStart This QuickStart describes the installation of a HiveManager Virtual Appliance. Introduction to HiveManager Virtual Appliance Before you can install the HiveManager Virtual Appliance, you must first install

More information

CompTIA Linux+ Guide to Linux Certification Fourth Edition. Chapter 2 Linux Installation and Usage

CompTIA Linux+ Guide to Linux Certification Fourth Edition. Chapter 2 Linux Installation and Usage CompTIA Linux+ Guide to Linux Certification Fourth Edition Chapter 2 Linux Installation and Usage Objectives Prepare for and install Fedora Linux using good practices Outline the structure of the Linux

More information

FireFox. CIS 231 Windows 2012 R2 Server Install Lab #1

FireFox. CIS 231 Windows 2012 R2 Server Install Lab #1 CIS 231 Windows 2012 R2 Server Install Lab #1 1) Use either Chrome or Firefox to access the VMware vsphere web Client. https://vweb.bristolcc.edu CHROME At the your connection is not private message, click

More information

1) Use either Chrome of Firefox to access the VMware vsphere web Client.

1) Use either Chrome of Firefox to access the VMware vsphere web Client. CIS133 Installation Lab #1 Web Client OpenSUSE Install. 1) Use either Chrome of Firefox to access the VMware vsphere web Client. https://vweb.bristolcc.edu CHROME FireFox At the your connection is not

More information

Grayhill 3Dxx Display Products. Setup and Usage with CoDeSys Development Software

Grayhill 3Dxx Display Products. Setup and Usage with CoDeSys Development Software Grayhill 3Dxx Display Products Setup and Usage with CoDeSys Development Software Revision History Revision Date Description A 09/14/2016 Original Release B 05/02/2017 Added support for Model 3D70 (Seven

More information

Getting Started With the CCPilot VI and QuiC

Getting Started With the CCPilot VI and QuiC Page 1 of 24 Getting Started With the CCPilot VI and QuiC Page 2 of 24 Table of Contents Purpose... 3 What You Will Need... 4 Install the QuiC Tool... 6 Install the QuiC Runtime... 7 Basics of the QuiC

More information

CIS 231 Windows 7 Install Lab #2

CIS 231 Windows 7 Install Lab #2 CIS 231 Windows 7 Install Lab #2 1) To avoid certain problems later in the lab, use Chrome as your browser: open this url: https://vweb.bristolcc.edu 2) Here again, to avoid certain problems later in the

More information

Parallel Programming

Parallel Programming Parallel Programming Installing Ubuntu Virtual Machine within VirtualBox Author B. Wilkinson - Modification date Januray 3, 2016 These instructions assume you have already installed VirtualBox (See separate

More information

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

Lab #5 Guide: Installing Ubuntu as a Virtual Machine

Lab #5 Guide: Installing Ubuntu as a Virtual Machine Lab #5 Guide: Installing Ubuntu as a Virtual Machine CTEC1863/2018F Operating Systems Mike Boldin Tools, Materials and Equipment Oracle VirtualBox software official site: https://www.virtualbox.org/wiki/downloads

More information

Quickstart. with F&S Development Machine Fedora 23. Version 1.2 ( )

Quickstart. with F&S Development Machine Fedora 23. Version 1.2 ( ) Quickstart with F&S Development Machine Fedora 23 Version 1.2 (2017-05-05) F&S Elektronik Systeme GmbH Untere Waldplätze 23 D-70569 Stuttgart Germany Phone: +49(0)711-123722-0 Fax: +49(0)711-123722-99

More information

RWT Network System Installation Guide

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

More information

Your desktop or laptop computer consists of several hardware components:

Your desktop or laptop computer consists of several hardware components: Appendix A VirtualBox This appendix describes the role of an operating system on your desktop or laptop computer, how virtualization packages enable you to simultaneously run multiple operating systems

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

bitcurator-access-webtools Quick Start Guide Last updated: May 8th, 2018 Release(s): and later

bitcurator-access-webtools Quick Start Guide Last updated: May 8th, 2018 Release(s): and later bitcurator-access-webtools Quick Start Guide Last updated: May 8th, 2018 Release(s): 0.8.2 and later About bitcurator-access-webtools The bitcurator-access-webtools service allows users to browse file

More information

LiveNX Upgrade Guide from v5.2.0 to v5.2.1

LiveNX Upgrade Guide from v5.2.0 to v5.2.1 LIVEACTION, INC. LiveNX Upgrade Guide from v5.2.0 to v5.2.1 UPGRADE LiveAction, Inc. 3500 Copyright WEST BAYSHORE 2016 LiveAction, ROAD Inc. All rights reserved. LiveAction, LiveNX, LiveUX, the LiveAction

More information

Installation Guide: VirtualBox, Windows 10, and Microsoft Visio (Mac OS)

Installation Guide: VirtualBox, Windows 10, and Microsoft Visio (Mac OS) (434) 924-7988, RRH 219 helpdesk@comm.virginia.edu Installation Guide: VirtualBox, Windows 10, and Microsoft Visio (Mac OS) Prerequisites: Verify that your installation of OS X and Safari have the most

More information

Quick Tips & Tricks. Important You must use SEMICOLONS ( ie; ) to separate address when sending mail to multiple users

Quick Tips & Tricks. Important You must use SEMICOLONS ( ie; ) to separate  address when sending mail to multiple users Quick Tips & Tricks Important You must use SEMICOLONS ( ie; ) to separate email address when sending mail to multiple users Customize Mail View Click, View, and then highlight Current View Click, Customize

More information

Labs instructions for Enabling BeagleBone with TI SDK 5.x

Labs instructions for Enabling BeagleBone with TI SDK 5.x Labs instructions for Enabling BeagleBone with TI SDK 5.x 5V power supply µsd ethernet cable ethernet cable USB cable Throughout this document there will be commands spelled out to execute. Some are to

More information

Cisco Prime Service Catalog Virtual Appliance Quick Start Guide 2

Cisco Prime Service Catalog Virtual Appliance Quick Start Guide 2 Cisco Prime Service Catalog 11.1.1 Virtual Appliance Quick Start Guide Cisco Prime Service Catalog 11.1.1 Virtual Appliance Quick Start Guide 2 Introduction 2 Before You Begin 2 Preparing the Virtual Appliance

More information

Helsinki 19 Jan Practical course in genome bioinformatics DAY 0

Helsinki 19 Jan Practical course in genome bioinformatics DAY 0 Helsinki 19 Jan 2017 529028 Practical course in genome bioinformatics DAY 0 This document can be downloaded at: http://ekhidna.biocenter.helsinki.fi/downloads/teaching/spring2017/exercises_day0.pdf The

More information

Running Java Programs

Running Java Programs Running Java Programs Written by: Keith Fenske, http://www.psc-consulting.ca/fenske/ First version: Thursday, 10 January 2008 Document revised: Saturday, 13 February 2010 Copyright 2008, 2010 by Keith

More information

eftp Application User Guide

eftp Application User Guide Team A eftp User Guide 1/30 eftp Application User Guide Table of Contents Page 1. Acknowledgement 2 2. Introduction a. Welcome eftp Audience 3 b. What s in this manual 3 c. Manual Conventions 3 d. Getting

More information

Getting Started with ESX Server 3i Installable Update 2 and later for ESX Server 3i version 3.5 Installable and VirtualCenter 2.5

Getting Started with ESX Server 3i Installable Update 2 and later for ESX Server 3i version 3.5 Installable and VirtualCenter 2.5 Getting Started with ESX Server 3i Installable Update 2 and later for ESX Server 3i version 3.5 Installable and VirtualCenter 2.5 Getting Started with ESX Server 3i Installable Revision: 20090313 Item:

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

Installing MediaWiki using VirtualBox

Installing MediaWiki using VirtualBox Installing MediaWiki using VirtualBox Install VirtualBox with your package manager or download it from the https://www.virtualbox.org/ website and follow the installation instructions. Load an Image For

More information

HP LeftHand SAN Solutions

HP LeftHand SAN Solutions HP LeftHand SAN Solutions Support Document Installation Manuals VSA 8.0 Quick Start - Demo Version Legal Notices Warranty The only warranties for HP products and services are set forth in the express warranty

More information

Dark Web Investigation Setup Guide.

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

More information

Open a browser and download the Apache Tomcat 7 and Oracle JDBC 6 JAR from these locations. The Oracle site may require that you register as a user.

Open a browser and download the Apache Tomcat 7 and Oracle JDBC 6 JAR from these locations. The Oracle site may require that you register as a user. Installing Tomcat 7 on CentOS 7 David J. Walling, March 8 th, 2017 Email: david@davidjwalling.com This how to describes a process to download and install Apache Tomcat 7 on a CentOS 7 virtual machine using

More information

Last Updated: October 12, Learning Ally ReadHear by gh for PC, Quick Start Guide

Last Updated: October 12, Learning Ally ReadHear by gh for PC, Quick Start Guide Learning Ally ReadHear by gh for PC Quick Start Guide Last Updated: October 12, 2012 1 Page Table of Contents Introduction...3 What is Learning Ally ReadHear?...3 Overview...3 Minimum PC System Requirements...3

More information

Virtual Data Center (vdc) Manual

Virtual Data Center (vdc) Manual Virtual Data Center (vdc) Manual English Version 1.0 Page 1 of 43 Content 1 HOW TO USE CLOUD PORTAL (VMWARE VIRTUAL DATA CENTER)... 3 2 VMWARE SYSTEM DETAILS... 5 3 HOW TO MANAGE VIRTUAL MACHINE... 6 Edit

More information

HP StorageWorks SmartStart EVA Storage 3.2 Release Notes

HP StorageWorks SmartStart EVA Storage 3.2 Release Notes HP StorageWorks SmartStart EVA Storage 3.2 Release Notes Part Number: T5505-96034 Second edition: June 2010 Legal and notice information Copyright 2010 Hewlett-Packard Development Company, L.P. Microsoft

More information

Getting Started with ESX Server 3i Embedded ESX Server 3i version 3.5 Embedded and VirtualCenter 2.5

Getting Started with ESX Server 3i Embedded ESX Server 3i version 3.5 Embedded and VirtualCenter 2.5 Getting Started with ESX Server 3i Embedded ESX Server 3i version 3.5 Embedded and VirtualCenter 2.5 Title: Getting Started with ESX Server 3i Embedded Revision: 20071022 Item: VMW-ENG-Q407-430 You can

More information

Using Eclipse for Java. Using Eclipse for Java 1 / 1

Using Eclipse for Java. Using Eclipse for Java 1 / 1 Using Eclipse for Java Using Eclipse for Java 1 / 1 Using Eclipse IDE for Java Development Download the latest version of Eclipse (Eclipse for Java Developers or the Standard version) from the website:

More information

CipherMail Gateway Virtual Appliance Guide

CipherMail Gateway Virtual Appliance Guide CIPHERMAIL EMAIL ENCRYPTION CipherMail Gateway Virtual Appliance Guide April 4, 2016, Rev: 9537 Copyright 2008-2016, ciphermail.com. CONTENTS CONTENTS Contents 1 Introduction 3 2 Virtual machine requirements

More information

CSCI 201 Lab 1 Environment Setup

CSCI 201 Lab 1 Environment Setup CSCI 201 Lab 1 Environment Setup "The journey of a thousand miles begins with one step." - Lao Tzu Introduction This lab document will go over the steps to install and set up Eclipse, which is a Java integrated

More information

napp-it on OpenIndiana

napp-it on OpenIndiana napp-it on OpenIndiana Setup and First steps published: 2017-Apr-24 (c) napp-it.org Licence: CC-BY-SA see http://creativecommons.org/licenses/by-sa/2.0/ Content: 1. Setup options for OpenIndiana (Hipster)

More information

Remote Access to the CIS VLab (308)

Remote Access to the CIS VLab (308) Remote Access to the CIS VLab (308) This Howto shows to remotely access the CIS 90 Arya VMs (virtual machines) in the CIS Virtual Lab (VLab). The CIS VLab was developed to remotely provide Distance Education

More information

Getting Started with Python and the PyCharm IDE

Getting Started with Python and the PyCharm IDE New York University School of Continuing and Professional Studies Division of Programs in Information Technology Getting Started with Python and the PyCharm IDE Please note that if you already know how

More information

User Guide. Introduction. Requirements. Installing and Configuring. C Interface for NI myrio

User Guide. Introduction. Requirements. Installing and Configuring. C Interface for NI myrio User Guide C Interface for NI myrio Introduction The C interface for NI myrio is designed for users who want to program the NI myrio using the C programming language or a programming language other than

More information

Netwrix Auditor. Virtual Appliance and Cloud Deployment Guide. Version: /25/2017

Netwrix Auditor. Virtual Appliance and Cloud Deployment Guide. Version: /25/2017 Netwrix Auditor Virtual Appliance and Cloud Deployment Guide Version: 9.5 10/25/2017 Legal Notice The information in this publication is furnished for information use only, and does not constitute a commitment

More information

Project 0: Linux & Virtual Machine Dabbling

Project 0: Linux & Virtual Machine Dabbling Project 0: Linux & Virtual Machine Dabbling CS-3013 Operating Systems Hugh C. Lauer (Slides include materials from Slides include materials from Modern Operating Systems, 3 rd ed., by Andrew Tanenbaum

More information

NET+Works with GNU Tools Getting Started Guide

NET+Works with GNU Tools Getting Started Guide NET+Works with GNU Tools Getting Started Guide NET+Works with GNU Tools Getting Started Guide Operating system/version: 6.3 Part number/version: 90000718_C Release date: March 2006 www.digi.com 2006 Digi

More information

Software Upgrade Online Help

Software Upgrade Online Help Welcome! Digital Lightwave, Inc. is pleased to present the Network Information Computer (NIC) Software Upgrade Online Help To view and select topics, press the folder icons and topics on the left. Have

More information

Version June 2016

Version June 2016 HOSTING GUIDE Version 3.2.3 June 2016 This guide is sold in conjunction with the VETtrak Hosting Serv ice and is current at the time of purchase. Later v ersions are av ailable for download from www.v

More information

Fiery X3eTY2 65C-KM Color Server. Utilities

Fiery X3eTY2 65C-KM Color Server. Utilities Fiery X3eTY2 65C-KM Color Server Utilities 2006 Electronics for Imaging, Inc. The information in this publication is covered under Legal Notices for this product. 45060846 14 November 2006 CONTENTS 3 CONTENTS

More information

Impossible Solutions, Inc. JDF Ticket Creator & DP2 to Indigo scripts Reference Manual Rev

Impossible Solutions, Inc. JDF Ticket Creator & DP2 to Indigo scripts Reference Manual Rev Impossible Solutions, Inc. JDF Ticket Creator & DP2 to Indigo scripts Reference Manual Rev. 06.29.09 Overview: This reference manual will cover two separate applications that work together to produce a

More information

Ensuring your computer has Java

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

More information

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

Creating a Windows Server 2012 R2 virtual instance Maher Saad, Chestnut Residence, University of Toronto

Creating a Windows Server 2012 R2 virtual instance Maher Saad, Chestnut Residence, University of Toronto Creating a Windows Server 2012 R2 virtual instance Maher Saad, Chestnut Residence, University of Toronto Disclaimer The author of this document shall not carry responsibility for any damage to the network,

More information

F&S Introduction to QT5

F&S Introduction to QT5 F&S Introduction to QT5 Debugging an Application Version 1.2 (2018-06-14) F&S Elektronik Systeme GmbH Untere Waldplätze 23 D-70569 Stuttgart Germany Phone: +49(0)711-123722-0 Fax: +49(0)711-123722-99 About

More information

SC-T35/SC-T45/SC-T46/SC-T47 ViewSonic Device Manager User Guide

SC-T35/SC-T45/SC-T46/SC-T47 ViewSonic Device Manager User Guide SC-T35/SC-T45/SC-T46/SC-T47 ViewSonic Device Manager User Guide Copyright and Trademark Statements 2014 ViewSonic Computer Corp. All rights reserved. This document contains proprietary information that

More information

Welcome to Kmax Installing Kmax

Welcome to Kmax Installing Kmax Welcome to Kmax 10.2 Kmax is a cross-platform, Java-based application that will run on Windows, Linux, or Mac OS X. This distribution of Kmax replaces all previous releases except for Kmax on Mac OS X

More information

Guideline for the installation of C-MOR Video Surveillance Virtual Machine on VMware ESX Server

Guideline for the installation of C-MOR Video Surveillance Virtual Machine on VMware ESX Server This guideline illustrates the installation of the C-MOR Video Surveillance Virtual Machine on VMware ESX Server. This manual applies to C-MOR version 4 with 64 bit operating system. First download the

More information

Copyright 2018 MakeUseOf. All Rights Reserved.

Copyright 2018 MakeUseOf. All Rights Reserved. 15 Power User Tips for Tabs in Firefox 57 Quantum Written by Lori Kaufman Published March 2018. Read the original article here: https://www.makeuseof.com/tag/firefox-tabs-tips/ This ebook is the intellectual

More information

FX SERIES. Programmer s Guide. Embedded SDK. MN000540A01 Rev. A

FX SERIES. Programmer s Guide. Embedded SDK. MN000540A01 Rev. A FX SERIES Embedded SDK Programmer s Guide MN000540A01 Rev. A Table of Contents About This Guide Introduction...4 Chapter Descriptions... 4 Notational Conventions...5 Related Documents and Software...5

More information

Introduction. SSH Secure Shell Client 1

Introduction. SSH Secure Shell Client 1 SSH Secure Shell Client 1 Introduction An SSH Secure Shell Client is a piece of software that allows a user to do a number of functions. Some of these functions are: file transferring, setting permissions,

More information

The Balabit s Privileged Session Management 5 F5 Azure Reference Guide

The Balabit s Privileged Session Management 5 F5 Azure Reference Guide The Balabit s Privileged Session Management 5 F5 Azure Reference Guide March 12, 2018 Abstract Administrator Guide for Balabit s Privileged Session Management (PSM) Copyright 1996-2018 Balabit, a One Identity

More information

Installing Hortonworks Data Platform 2.1 Technical Preview VirtualBox on Windows

Installing Hortonworks Data Platform 2.1 Technical Preview VirtualBox on Windows Installing Hortonworks Data Platform 2.1 Technical Preview VirtualBox on Windows Getting Ready to install on Windows using Oracle VirtualBox Use this section to prepare for your installation. Prerequisites

More information

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

IT 341 Introduction to System Administration Project I Installing Ubuntu Server on an Virtual Machine IT 341 Introduction to System Administration Project I Installing Ubuntu Server on an Virtual Machine Here we create a new virtual machine and install Ubuntu 16.04 LTS Server on it. In this instance, we

More information

BASIC USER TRAINING PROGRAM Module 1: Installation and Licensing

BASIC USER TRAINING PROGRAM Module 1: Installation and Licensing BASIC USER TRAINING PROGRAM Module 1: Installation and Licensing Objective Student will be able to install itest and connect to an appropriate license source Outline Installation Windows Linux Setting

More information

Dell IoT Gateway 5500 Edge MicroServer Setup Guide

Dell IoT Gateway 5500 Edge MicroServer Setup Guide Dell IoT Gateway 5500 Edge MicroServer Setup Guide Version [1.0] Software Change Log... 2 Introduction... 2 About the Dell IoT Gateway 5500... 2 Installation... 3 Initial Setup... 3 Download Prerequisite

More information

Sigma Tile Workshop Guide. This guide describes the initial configuration steps to get started with the Sigma Tile.

Sigma Tile Workshop Guide. This guide describes the initial configuration steps to get started with the Sigma Tile. Sigma Tile Workshop Guide This guide describes the initial configuration steps to get started with the Sigma Tile. 1 Contents Contents... 2 Chapter 1: System Requirements... 3 Chapter 2: Configure Your

More information

Information Communications Technology (CE-ICT) 6 th Class

Information Communications Technology (CE-ICT) 6 th Class Information Communications Technology (CE-ICT) 6 th Class Lecture 1: Microsoft(MS) Windows Operating System (OS) Lecturer: Sophia Agenda for Today Microsoft Windows Operating System Windows Desktop Launching

More information

Configuring Ubuntu to Code for the OmniFlash or OmniEP

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

More information

Building a 64-bit CentOS 7 Workstation using Oracle Virtual Box

Building a 64-bit CentOS 7 Workstation using Oracle Virtual Box Building a 64-bit CentOS 7 Workstation using Oracle Virtual Box jthomas Enterprises, 2016 Building a CentOS 7 Workstation using Oracle VirtualBox 1 Section 1 Before You Begin This section details the environment

More information

Secure Browser Installation Manual For Technology Coordinators

Secure Browser Installation Manual For Technology Coordinators Secure Browser Installation Manual For Technology Coordinators 2016-2017 Published September 26, 2016 Prepared by the American Institutes for Research Descriptions of the operation of the Test Information

More information

CloudView NMS Agent User Guide. /multi-platform version/

CloudView NMS Agent User Guide. /multi-platform version/ 1-1 - P a g e CloudView NMS Agent User Guide. /multi-platform version/ www.cloudviewnms.com WARRANTY The software described in this document is subject to change without notice. The information in this

More information