User manual. Helsinki University of Technology T Software Development Project I

Size: px
Start display at page:

Download "User manual. Helsinki University of Technology T Software Development Project I"

Transcription

1 Helsinki University of Technology T Software Development Project I Internet Peer-to-peer Calendaring and Scheduling Customer: Nokia Research Center Team: Tempus Document ID: Tempus-UM 2006/02/27 Revision: 1.8

2 Version History Version Date Author Description Approved by /02/27 Annu Myllyniemi Approving the document as finalized /02/17 Lauri Pitkà nen First version Tempus 2006/02/27 (rev 1.8)

3 Contents 1 Introduction 1 2 Installation Installing Sofia-SIP Getting Sofia-SIP Compiling and installing Sofia-SIP Setting the environment variables for Sofia-SIP Installing Tempus-sipcal Use Subscribing to a remote calendar Unsubscribing a remote calendar Publishing a local calendar Unpublishing a local calendar SIP calendar servers 3 5 Compiling Getting the Mozilla Sunbird source code Mozilla build requirements Compiling the Mozilla XPCOM module Compiling and Installing tempus-sipcal source package Known errors 5 References 6 Tempus 2006/02/27 (rev 1.8)

4 1 Introduction Tempus-sipcal is an extension for Mozilla Sunbird 0.3 alpha1. It is based on the Session Initiation Protocol (SIP) and a drafted calendaring extension to that protocol. Currently it is possible to subscribe to a calendar on a remote server and receive all updates to that calendar as well as publish an existing calendar to a remote server so that other users can subscribe to it. Subscription and publications can also be viewed and removed. 2 Installation The precompiled version of Tempus-sipcal requires an x86 based Linux system to run. Mozilla Sunbird 0.3 alpha1 and version of the Sofia-SIP library are also needed. Download and installation instructions for Mozilla Sunbird can be found from the Sunbird website [2]. Installation instructions for Sofia-SIP are provided below. In these instructions we will place the required support libraries and header files under /opt. This is not necessary if you do not intend to compile Tempus SIPcal, but we recommend it as you are installing a specific version of Sofia-SIP instead of the latest one. You will need root privileges to place files under /opt. 2.1 Installing Sofia-SIP Getting Sofia-SIP Download Sofia-SIP from the Sofia-SIP home page [3]. Select version sofia-sip tar.gz. Unpack the archive under /opt. cd /opt gunzip -c sofia-sip tar.gz tar xvf Compiling and installing Sofia-SIP Create a target directory for the installed Sofia-SIP environment and install it: mkdir -p /opt/sofia-sip cd /opt/sofia-sip /configure --prefix=/opt/sofia-sip make && make install To confirm that the package was installed type: Tempus 2006/02/27 (rev 1.8) 1 (6)

5 ls /opt/sofia-sip bin include lib libexec share You should see the above subdirectories under sofia-sip Setting the environment variables for Sofia-SIP As Sofia-SIP is in a non-standard location, you will need to add it to your library search path. To do this temporarily, you can use the command setenv LD_LIBRARY_PATH=$LIBRARY_PATH:/opt/sofia-sip/lib in tcsh or export LD_LIBRARY_PATH=$LIBRARY_PATH:/opt/sofia-sip/lib in bash before starting Sunbird. If you want to make this setting permanent, add the line to your shell configuration file. 2.2 Installing Tempus-sipcal Tempus-sipcal is provided as a Mozilla cross-platform installer (XPI) file. Open Sunbird and select Extensions from the Tools menu. Click Install, navigate to directory you have stored the XPI file and select the file. An entry will be shown in the extensions list stating the extension will be installed when Sunbird is restarted. Close the installation dialog and restart Sunbird. To confirm the installation take a look at the Tools menu. It should contain an entry called Tempus SIPcal close to the bottom of the menu. 3 Use Tempus-sipcal has four simple functions, which are described briefly below. 3.1 Subscribing to a remote calendar Open the Tools menu and select Tempus SIPcal. Select the Subscribe tab from the resulting dialog. Enter the SIP address of the SIP calendar server and, optionally, the remote calendar name. If no name is given, all viewable calendars will be returned. Now you can either choose to add the events from the subscribed calendar to an existing local calendar or create a new loacl calendar. To create a new local calendar, enter the name and colour to be used. To add the events to a local calendar, select the lower radio button and choose the calendar from the provided drop down list. Click on the Subscribe button to confirm the subscription. Tempus 2006/02/27 (rev 1.8) 2 (6)

6 3.2 Unsubscribing a remote calendar Open the Tools menu and select Tempus SIPcal. Select the Unsubsribe tab from the resulting dialog. Choose the corresponding local calendar from the drop down list and click Ok. The local calendar and alredy added events will not be deleted. If you no longer need the local calendar, it can be deleted by using the context menu of the Sunbird calendars list in the top left part of the main Sunbird window. Click on the Unsubscribe button. 3.3 Publishing a local calendar Open the Tools menu and select Tempus SIPcal. Select the Publish tab from the resulting dialog. Enter the calendar server address and select the local calendar to publish from the drop down list. Finally click on the Publish button. 3.4 Unpublishing a local calendar Open the Tools menu and select Tempus SIPcal. Select the Ubpublish tab from the resulting dialog. Choose the corresponding local calendar from the drop down list and click on the Ubpublish button. 4 SIP calendar servers Tempus-sipcal does not contain a server component. This software must be acquired and installed separately. 5 Compiling Compiling Tempus-sipcal is otherwise simple, but will first need to download and compile the Mozilla XPCOM module. You must also have the Sofia-SIP source code under /opt as intructed previously. 5.1 Getting the Mozilla Sunbird source code Download the Mozilla Sunbird source package from here: ftp://ftp.funet.fi/pub/mirrors/ftp.mozilla.org/sunbird/new-directory/releases/0.3a1/source/sunbird- 0.3a1-source.tar.bz2. and place it in /opt. You will need root privileges to do this. Alternatively you can use another directory, which does not need root privileges, but you will then have to modify the Tempus-sipcal Makefile as it is not automatically configured. Tempus 2006/02/27 (rev 1.8) 3 (6)

7 If a source package of Mozilla Sunbird 0.3 alpha1 is provided by you Linux distribution, we recommend installing it. This will take care of all build prerequisites. You can then either modify the source package or download the source as above and skip directly to the section on compiling the XPCOM module. 5.2 Mozilla build requirements You will need development packages for several libraries in order to compile this component. The Mozilla Linux build sie [4] has general instructions. We have found the following list to be helpful: X-window system (X.org or XFree86) development and libraries xorg-devel xorg-libs freetype freetype-devel freetype-utils gtk gtk+-devel gtk2 gtk2-devel glib-2.0 glib-devel-2.0 fontconfig fontconfig-devel atk atk-devel libidl libidl-devel Tempus 2006/02/27 (rev 1.8) 4 (6)

8 5.3 Compiling the Mozilla XPCOM module once you have taken care of the prerequisites, use the following commands to compile the module: cd /opt bunzip -c sunbird-0.3a1-source.tar.bz2 tar xvf - cd mozilla./configure --enable-application=standalone \ -enable-standalone-modules=xpcom If the configure script complains about missing packages or their pkg-config information, you need to install missing packages and re-compile the XPCOM component Compiling and Installing tempus-sipcal source package Tempus uses the Sourceforge.net Open Source code repository to store its own code. The following quidelines will instruct you to checkout, compile and install the Tempus-sipcal calendar extension. cd /opt cvs -d :pserver:anonymous@cvs.sourceforge.net:/cvsroot/tempus-sipcal \ co tempus-sipcal cd tempus-sipcal make make xpi # make debug is also available for debugging use as # an alternative to make A tempus-sipcal-x.x.x.xpi package should now be available in the current directory and can be installed normally. 6 Known errors To be listed. Tempus 2006/02/27 (rev 1.8) 5 (6)

9 References [1] Tempus Technical Specification (Tempus-TS) [2] Mozilla Sunbird website [3] Sofia-SIP website [4] Mozilla Developer Center - Linux Build Prerequisites Tempus 2006/02/27 (rev 1.8) 6 (6)

GUT. GUT Installation Guide

GUT. GUT Installation Guide Date : 17 Mar 2011 1/6 GUT Contents 1 Introduction...2 2 Installing GUT...2 2.1 Optional Extensions...2 2.2 Installation using the Binary package...2 2.2.1 Linux or Mac OS X...2 2.2.2 Windows...4 2.3 Installing

More information

Continuous Integration and Release Management with Nix

Continuous Integration and Release Management with Nix Continuous Integration and Release Management with Nix Institute of Information & Computing Sciences Utrecht University, The Netherlands July 14, 2004 Outline 1 Continuous Integration 2 Release Management

More information

GUT. GUT Installation Guide

GUT. GUT Installation Guide Date : 02 Feb 2009 1/5 GUT Table of Contents 1 Introduction...2 2 Installing GUT...2 2.1 Optional Extensions...2 2.2 Installing from source...2 2.3 Installing the Linux binary package...4 2.4 Installing

More information

AutoForm plus R6.0.3 Release Notes

AutoForm plus R6.0.3 Release Notes 0 Release Notes AutoForm plus R6.0.3 Release Notes AutoForm plus R6.0.3 Release Notes...1 1 General Information...2 2 Installation Instructions...3 Front-End and Back-End Windows...3 Prerequisites...3

More information

REV SCHEDULER for UNIX/LINUX

REV SCHEDULER for UNIX/LINUX REV SCHEDULER for UNIX/LINUX PURPOSE This document is a step by step guide for installing REV SCHEDULER software from the Internet on to a UNIX/LINUX Operating System. CONTENTS 1. WHAT YOU NEED 2. DOWNLOAD

More information

GNU-AVR Building the GNU AVR Toolchain for Mac OS X and Linux

GNU-AVR Building the GNU AVR Toolchain for Mac OS X and Linux GNU-AVR Building the GNU AVR Toolchain for Mac OS X and Linux BDMICRO http://www.bdmicro.com/ Brian S. Dean bsd@bdmicro.com April 24, 2007 Copyright (c) 2005 BDMICRO All Rights Reserved. GNU-AVR April

More information

The purpose of the Risk Log is to provide a list of risks confronted during the Tempus project.

The purpose of the Risk Log is to provide a list of risks confronted during the Tempus project. Tempus Risk Log Document ID: Tempus RL Version history Version Date Author Description Approved by 0.2 1.12.2005 Juha Vuojärvi Request for approval 0.1 25.11.2005 Juha Vuojärvi Initial version Introduction

More information

LINUXBUILD User's Manual

LINUXBUILD User's Manual . LEON Linux Linux for LEON processors 2017 User's Manual The most important thing we build is trust LINUXBUILD User's Manual Linux build environment for LEON systems 1 www.cobham.com/gaisler Table of

More information

MRCP. Installation Manual. Developer Guide. Powered by Universal Speech Solutions LLC

MRCP. Installation Manual. Developer Guide. Powered by Universal Speech Solutions LLC Powered by Universal Speech Solutions LLC MRCP Installation Manual Developer Guide Revision: 39 Last updated: August 28, 2017 Created by: Arsen Chaloyan Universal Speech Solutions LLC Overview 1 Table

More information

Communications Library Manual

Communications Library Manual Delta Tau Power PMAC Communications Library Manual Issue: Date: 1.0 10 th September 2014 NAME DATE SIGNATURE Prepared by Philip Taylor, Observatory Sciences Ltd. 21 March 2013 Andrew Wilson, Observatory

More information

OpenSSL Software Foundation, Inc.

OpenSSL Software Foundation, Inc. OpenSSL Software Foundation, Inc 1829 Mount Ephraim Road Adamstown, MD 21710 USA +1 877 673 6775 support@opensslfoundationcom Instructions for CMVP Testing TS Linux on ARMv4 November 16, 2014 Table of

More information

CRI: CRD Collaborative Research: CAD Tool and Compiler Repository for Reconfigurable Computing. CAD Flows III. Version 0.2

CRI: CRD Collaborative Research: CAD Tool and Compiler Repository for Reconfigurable Computing. CAD Flows III. Version 0.2 CRI: CRD Collaborative Research: CAD Tool and Compiler Repository for Reconfigurable Computing CAD Flows III Version 0.2 10/30/2008 Document Revision History Date Changed By Version Comments 07/30/2008

More information

OpenSSL Software Foundation, Inc.

OpenSSL Software Foundation, Inc. OpenSSL Software Foundation, Inc 1829 Mount Ephraim Road Adamstown, MD 21710 USA +1 877 673 6775 support@opensslfoundationcom Instructions for CMVP Testing FreeBSD 92 on x86 June 24, 2014 Table of Contents

More information

OpenSSL Software Foundation, Inc.

OpenSSL Software Foundation, Inc. OpenSSL Software Foundation, Inc 1829 Mount Ephraim Road Adamstown, MD 21710 USA +1 877 673 6775 support@opensslfoundationcom Instructions for CMVP Testing FreeBSD 100 on x86 July 20, 2014 Table of Contents

More information

cgatools Installation Guide

cgatools Installation Guide Version 1.3.0 Complete Genomics data is for Research Use Only and not for use in the treatment or diagnosis of any human subject. Information, descriptions and specifications in this publication are subject

More information

McGill University School of Computer Science Sable Research Group. *J Installation. Bruno Dufour. July 5, w w w. s a b l e. m c g i l l.

McGill University School of Computer Science Sable Research Group. *J Installation. Bruno Dufour. July 5, w w w. s a b l e. m c g i l l. McGill University School of Computer Science Sable Research Group *J Installation Bruno Dufour July 5, 2004 w w w. s a b l e. m c g i l l. c a *J is a toolkit which allows to dynamically create event traces

More information

Lab #3 Automating Installation & Introduction to Make Due in Lab, September 15, 2004

Lab #3 Automating Installation & Introduction to Make Due in Lab, September 15, 2004 Lab #3 Automating Installation & Introduction to Make Due in Lab, September 15, 2004 Name: Lab Time: Grade: /10 Error Checking In this lab you will be writing a shell script to automate the installation

More information

RCMS 2 User Guide. Version 1.1. Grid Enabled Remote Instrumentation with Distributed Control and Computation

RCMS 2 User Guide. Version 1.1. Grid Enabled Remote Instrumentation with Distributed Control and Computation Grid Enabled Remote Instrumentation with Distributed Control and Computation RCMS User Guide Version:. Authors: M. Gulmini CI identifier xxxxxxx_d_xxxxxx Version. Revision History Date Version Description

More information

e-cam51_usb Linux Application User Manual

e-cam51_usb Linux Application User Manual e-con Systems India Pvt Ltd 17, 54 th Street, Ashok Nagar Chennai-600083 www.e-consystems.com e-cam51_usb Linux Application User Manual Revision 1.0 Friday August 17, 2012 Customer/Partner NA www.e-consystems.com

More information

Zend Core TM. Installation and Maintenance Guide. Zend Core for Oracle. By Zend Technologies, Inc. w w w. z e n d. c o m

Zend Core TM. Installation and Maintenance Guide. Zend Core for Oracle. By Zend Technologies, Inc. w w w. z e n d. c o m Zend Core TM Installation and Maintenance Guide Zend Core for Oracle By Zend Technologies, Inc. w w w. z e n d. c o m Disclaimer The information in this document is subject to change without notice and

More information

Open CASCADE Technology. Building OCCT with WOK CONTENTS

Open CASCADE Technology. Building OCCT with WOK CONTENTS Open CASCADE Technology Building OCCT with WOK CONTENTS 1. INTRODUCTION 2 2. PRE-REQUISITES 2 3. INSTALL BINARY WOK PACKAGE 2 3.1. Windows 2 3.2. Linux 4 3.3. Mac OS X 5 4. INITIALIZE A WORKBENCH 6 5.

More information

Secure, Multi-lateral Peering. with. OpenSER 1.0.0

Secure, Multi-lateral Peering. with. OpenSER 1.0.0 Secure, Multi-lateral Peering with OpenSER 1.0.0 Revision History Revision Date of Issue Changes 0.1 12 Aug 2005 Initial Draft. 0.2 23 Aug 2005 Minor clarifications and edits 0.3 4 Nov 2005 Added Appendix

More information

DataTAG Advance Reservation WP2 Database Management in GARA

DataTAG Advance Reservation WP2 Database Management in GARA DataTAG Advance Reservation WP2 Installation and Configuration Manual Network reservation in Gara With database MySQL/MyODBC 1 Installation and Configuration Manual... 1 1.1 Introduction... 3 1.2 Packages

More information

Kardia / Centrallix VM Appliance Quick Reference

Kardia / Centrallix VM Appliance Quick Reference Kardia / Centrallix VM Appliance Quick Reference Version 1.0 Beta 2 15-Mar-2011 (c) 2011 LightSys Technology Services, Inc. http://www.lightsys.org/ Redeeming Technology... For God's Kingdom. Overview...

More information

Applied Informatics POCO PRO C++ Frameworks

Applied Informatics POCO PRO C++ Frameworks Applied Informatics POCO PRO C++ Frameworks Getting Started Guide Version 1.10 Purpose of This Document This document guides developers interested in the POCO PRO C++ Frameworks by Applied Informatics

More information

COP 3014: Spring 2018 A Guide to Using CLion

COP 3014: Spring 2018 A Guide to Using CLion COP 3014: Spring 2018 A Guide to Using CLion January 16, 2018 1 CLion CLion is a comprehensive C++ Integrated Development Environment developed and maintained by JetBrains. It is very intuitive and easy

More information

First of all, these notes will cover only a small subset of the available commands and utilities, and will cover most of those in a shallow fashion.

First of all, these notes will cover only a small subset of the available commands and utilities, and will cover most of those in a shallow fashion. Warnings Linux Commands 1 First of all, these notes will cover only a small subset of the available commands and utilities, and will cover most of those in a shallow fashion. Read the relevant material

More information

VANET-Skeleton for ns2

VANET-Skeleton for ns2 VANET-Skeleton for ns2 Daniel Jungels Laboratory for computer Communications and Applications (LCA) EPFL December 23, 2005 This document quickly describes how to install ns2, and how to implement a VANET

More information

MySQL Database Server Installation Guide for SAS Financial Management 5.3 SAS Human Capital Management 5.21 and SAS Strategy Management 5.

MySQL Database Server Installation Guide for SAS Financial Management 5.3 SAS Human Capital Management 5.21 and SAS Strategy Management 5. README MySQL Database Server Installation Guide for SAS Financial Management 5.3 SAS Human Capital Management 5.21 and SAS Strategy Management 5.4 MySQL Database Server 5.1.55 Enterprise Edition Installation

More information

AutoForm plus R7.0.2 Release Notes

AutoForm plus R7.0.2 Release Notes 0 Release Notes AutoForm plus R7.0.2 Release Notes 1 General Information...2 2 Installation Instructions...3 Front-End and Back-End Windows...3 Prerequisites...3 Download of Installation Files...3 Installation...3

More information

First of all, these notes will cover only a small subset of the available commands and utilities, and will cover most of those in a shallow fashion.

First of all, these notes will cover only a small subset of the available commands and utilities, and will cover most of those in a shallow fashion. Warnings 1 First of all, these notes will cover only a small subset of the available commands and utilities, and will cover most of those in a shallow fashion. Read the relevant material in Sobell! If

More information

AutoForm plus R5.2.4 Release Notes

AutoForm plus R5.2.4 Release Notes 0 Release Notes AutoForm plus R5.2.4 Release Notes 1 General Information...2 2 Installation Instructions...3 Front-End and Back-End Windows...3 Prerequisites...3 Download of Installation Files...3 Installation...4

More information

Building graphic-rich and better performing native applications. Pro. Android C++ with the NDK. Onur Cinar

Building graphic-rich and better performing native applications. Pro. Android C++ with the NDK. Onur Cinar Building graphic-rich and better performing native applications Pro Android C++ with the NDK Onur Cinar For your convenience Apress has placed some of the front matter material after the index. Please

More information

Building and Installing QGIS

Building and Installing QGIS Building and Installing QGIS Gary Sherman Tim Sutton September 1, 2005 Contents 1 Introduction 1 1.1 Installing Windows Version..................................... 2 1.2 Installing Mac OS X Version....................................

More information

Setting up PostgreSQL

Setting up PostgreSQL Setting up PostgreSQL 1 Introduction to PostgreSQL PostgreSQL is an object-relational database management system based on POSTGRES, which was developed at the University of California at Berkeley. PostgreSQL

More information

Upgrade Instructions. NetBrain Integrated Edition 7.1. Two-Server Deployment

Upgrade Instructions. NetBrain Integrated Edition 7.1. Two-Server Deployment NetBrain Integrated Edition 7.1 Upgrade Instructions Two-Server Deployment Version 7.1a Last Updated 2018-09-04 Copyright 2004-2018 NetBrain Technologies, Inc. All rights reserved. Contents 1. Upgrading

More information

CSC BioWeek 2018: Using Taito cluster for high throughput data analysis

CSC BioWeek 2018: Using Taito cluster for high throughput data analysis CSC BioWeek 2018: Using Taito cluster for high throughput data analysis 7. 2. 2018 Running Jobs in CSC Servers Exercise 1: Running a simple batch job in Taito We will run a small alignment using BWA: https://research.csc.fi/-/bwa

More information

Embarcadero Change Manager 5.1 Installation Guide

Embarcadero Change Manager 5.1 Installation Guide Embarcadero Change Manager 5.1 Installation Guide Copyright 1994-2009 Embarcadero Technologies, Inc. Embarcadero Technologies, Inc. 100 California Street, 12th Floor San Francisco, CA 94111 U.S.A. All

More information

OpenSSL Software Foundation, Inc.

OpenSSL Software Foundation, Inc. OpenSSL Software Foundation, Inc 1829 Mount Ephraim Road Adamstown, MD 21710 USA +1 877 673 6775 support@opensslfoundationcom Instructions for CMVP Testing Ubuntu on ARMv7 August 2, 2013 Table of Contents

More information

CSC BioWeek 2016: Using Taito cluster for high throughput data analysis

CSC BioWeek 2016: Using Taito cluster for high throughput data analysis CSC BioWeek 2016: Using Taito cluster for high throughput data analysis 4. 2. 2016 Running Jobs in CSC Servers A note on typography: Some command lines are too long to fit a line in printed form. These

More information

DEVELOPING OOSIML SIMULATION MODELS. Using Codeblocks

DEVELOPING OOSIML SIMULATION MODELS. Using Codeblocks DEVELOPING OOSIML SIMULATION MODELS Using Codeblocks Dr. José M. Garrido Department of Computer Science Updated November 2016 College of Computing and Software Engineering Kennesaw State University c 2015,

More information

Welcome to getting started with Ubuntu Server. This System Administrator Manual. guide to be simple to follow, with step by step instructions

Welcome to getting started with Ubuntu Server. This System Administrator Manual. guide to be simple to follow, with step by step instructions Welcome to getting started with Ubuntu 12.04 Server. This System Administrator Manual guide to be simple to follow, with step by step instructions with screenshots INDEX 1.Installation of Ubuntu 12.04

More information

Building the X Window System from the X.org Source Distribution 1

Building the X Window System from the X.org Source Distribution 1 Building the X Window System from the X.org Source Distribution Jim Gettys and Keith Packard (for X11R6.7) David Dawes and Matthieu Herrb (for XFree86 4.4 RC2) 6April 2004 Abstract This document describes

More information

Hands-on : Case Studies in Effective Parallelization of MD Simulations

Hands-on : Case Studies in Effective Parallelization of MD Simulations Hands-on : Case Studies in Effective Parallelization of MD Simulations Instructor: L.V. Kale Section 0: Compile Charm++ and NAMD (Optional) Charm++ and NAMD can be compiled on almost all popular parallel

More information

Scratchbox Remote Shell

Scratchbox Remote Shell Scratchbox Remote Shell Timo Savola tsavola@movial.fi Scratchbox Remote Shell by Timo Savola Copyright 2004, 2005 Nokia Revision history Version: Author: Description: 2005-02-08 Savola Based on Device

More information

ecamguvcview Build & Installation Guide

ecamguvcview Build & Installation Guide e-con Systems India Pvt Ltd 17, 54 th Street, Ashok Nagar Chennai-600083 www.e-consystems.com ecamguvcview Build & Installation Guide Revision 1.0 Friday August 17, 2012 Customer/Partner NA www.e-consystems.com

More information

NI-VISA for Solaris 1.x and 2.x SUN and GSUN Frameworks

NI-VISA for Solaris 1.x and 2.x SUN and GSUN Frameworks NATIONAL INSTRUMENTS The Software is the Instrument Read Me First Save this document for future reference. VXIplug&play Software Kit NI-VISA for Solaris 1.x and 2.x SUN and GSUN Frameworks Thank you for

More information

TEMPO INSTALLATION I O A. Platform Independent Notes 1. Installing Tempo 3. Installing Tools for the Plugins 5. v0.2.

TEMPO INSTALLATION I O A. Platform Independent Notes 1. Installing Tempo 3. Installing Tools for the Plugins 5. v0.2. TEMPO INSTALLATION v0.2.2 (BETA) 2/7/2008 Platform Independent Notes 1 On Windows: 2 On Linux: 2 On OS X (Tiger 10.4.7 and later) 2 I O A Installing Tempo 3 Installing on Windows (Vista/XP/W2K) 3 Installing

More information

TSCOM - Linux Touchscreen Driver Version 2.0.1

TSCOM - Linux Touchscreen Driver Version 2.0.1 TSCOM - Linux Touchscreen Driver Version 2.0.1 The TSCOM for Linux SetupPack Version 2.0.1 required the X Window System using XOrg version 6.4.x / XFree86 version 4.1 or later. If you using a earlly version,

More information

Centreon SSH Connector Documentation

Centreon SSH Connector Documentation Centreon SSH Connector Documentation Release 1.1.2 Centreon November 24, 2015 Contents i ii Centreon SSH Connector is a free software from Centreon available under the Apache Software License version

More information

Simics Installation Guide for Linux/Solaris

Simics Installation Guide for Linux/Solaris Simics Installation Guide for Linux/Solaris Personal Academic License (PAL) Simics Version 3.0 Revision 1376 Date 2007-01-24 1998 2006 Virtutech AB Norrtullsgatan 15, SE-113 27 STOCKHOLM, Sweden Trademarks

More information

Portions adapted from A Visual Guide to Version Control. Introduction to CVS

Portions adapted from A Visual Guide to Version Control. Introduction to CVS Portions adapted from A Visual Guide to Version Control Introduction to CVS Outline Introduction to Source Code Management & CVS CVS Terminology & Setup Basic commands Checkout, Add, Commit, Diff, Update,

More information

TIBCO FTL Message Switch Installation

TIBCO FTL Message Switch Installation TIBCO FTL Message Switch Installation Software Release 5.0.0 June 2016 Two-Second Advantage 2 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED OR BUNDLED

More information

Installation Guide Linux CUPS Driver Rev. 1.01

Installation Guide Linux CUPS Driver Rev. 1.01 Installation Guide Linux CUPS Driver Rev. 1.01 http://www.bixolon.com 1. Search and execute the terminal program. 2. Download Linux CUPS driver in BIXOLON website. 3. Once driver download is completed,

More information

SDK. About the Cisco SDK. Installing the SDK. Procedure. This chapter contains the following sections:

SDK. About the Cisco SDK. Installing the SDK. Procedure. This chapter contains the following sections: This chapter contains the following sections: About the Cisco, page 1 Installing the, page 1 Using the to Build Applications, page 2 About ISO, page 3 Installing the ISO, page 3 Using the ISO to Build

More information

POSTouch Open Source Driver (OSE) Installation Guide

POSTouch Open Source Driver (OSE) Installation Guide POSTouch Open Source Driver (OSE) Installation Guide 2012/5/4 1. Confirm right driver before start OSE driver version x-window version request V1.0.0.7 before v1.10 V1.0.0.8 v1.10 or above If you are running

More information

Lab #1 Installing a System Due Friday, September 6, 2002

Lab #1 Installing a System Due Friday, September 6, 2002 Lab #1 Installing a System Due Friday, September 6, 2002 Name: Lab Time: Grade: /10 The Steps of Installing a System Today you will install a software package. Implementing a software system is only part

More information

Quick Start Guide for C#

Quick Start Guide for C# Quick Start Guide for C# Version 3.4 Copyright 2011 Twin Oaks Computing, Inc. Castle Rock, CO 80108 All Rights Reserved Welcome Welcome to CoreDX DDS, a high-performance implementation of the OMG Data

More information

MySQL 5.x on QNX Neutrino OS Step-by-step installation manual

MySQL 5.x on QNX Neutrino OS Step-by-step installation manual MySQL 5.x on QNX Neutrino 6.4.0 OS Step-by-step installation manual 1. User and Group settings for MySQL 5.x First of all, we have to create a new GROUP in Photon. On the right side menu (Shelf) select

More information

ZENworks Linux Management Migration Guide

ZENworks Linux Management Migration Guide www.novell.com/documentation ZENworks Linux Management Migration Guide ZENworks 11 Support Pack 3 February 2014 Legal Notices Novell, Inc., makes no representations or warranties with respect to the contents

More information

02. At the command prompt, type usermod -l bozo bozo2 and press Enter to change the login name for the user bozo2 back to bozo. => steps 03.

02. At the command prompt, type usermod -l bozo bozo2 and press Enter to change the login name for the user bozo2 back to bozo. => steps 03. Laboratory Exercises: ===================== Complete the following laboratory exercises. All steps are numbered but not every step includes a question. You only need to record answers for those steps that

More information

R- installation and adminstration under Linux for dummie

R- installation and adminstration under Linux for dummie R- installation and adminstration under Linux for dummies University of British Columbia Nov 8, 2012 Outline 1. Basic introduction of Linux Why Linux (department servers)? Some terminology Tools for windows

More information

MMS Backup Manual Release 1.4

MMS Backup Manual Release 1.4 MMS Backup Manual Release 1.4 MongoDB, Inc. Jun 27, 2018 MongoDB, Inc. 2008-2016 2 Contents 1 Getting Started with MMS Backup 4 1.1 Backing up Clusters with Authentication.................................

More information

Intel Parallel Studio XE 2016

Intel Parallel Studio XE 2016 Intel Parallel Studio XE 2016 Installation Guide for Linux* OS 18 August 2015 Contents 1 Introduction...2 2 Prerequisites...2 3 Installation...6 3.1 Using Online Installer...6 3.2 Installation Through

More information

Downloading Device Packages

Downloading Device Packages CHAPTER 2 Downloading Device Packages New device support can be added to CiscoView incrementally any time after the initial installation of CiscoView. To add incremental device support, access the Cisco

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

2 Installation Procedure

2 Installation Procedure 2 Installation Procedure for UNIX This chapter contains step-wise instructions for installing Telelogic Tau SDL suite and Telelogic Tau TTCN suite on UNIX systems, including the software licenses. For

More information

Guide for getting started with SystemC development

Guide for getting started with SystemC development Guide for getting started with SystemC development By Senior Consultant Kim Bjerge (kim.bjerge@teknologisk.dk) Copyright 2007 Danish Technological Institute Contents Preface...1 Getting started with SystemC

More information

IMPLEMENTING SCL PROGRAMS. Using Codeblocks

IMPLEMENTING SCL PROGRAMS. Using Codeblocks IMPLEMENTING SCL PROGRAMS Using Codeblocks With the GSL on Linux Dr. José M. Garrido Department of Computer Science Updated September 2014 College of Science and Mathematics Kennesaw State University c

More information

Kardia / Centrallix VM Appliance Quick Reference

Kardia / Centrallix VM Appliance Quick Reference Kardia / Centrallix VM Appliance Quick Reference Version 1.0 16-Dec-2014 (c) 2011-2014 LightSys Technology Services, Inc. http://www.lightsys.org/ Redeeming Technology... For God's Kingdom. Overview...

More information

Molecular Forecaster Inc. Forecaster 1.2 Server Installation Guide

Molecular Forecaster Inc. Forecaster 1.2 Server Installation Guide Molecular Forecaster Inc. Forecaster 1.2 Server Installation Guide 13 June 2014 CONTENTS Windows... 4 Linux... 4 Installation Procedures... 4 Windows Installation... 4 Linux portable Installation... 5

More information

PC-IRAF Installation Guide

PC-IRAF Installation Guide PC-IRAF Installation Guide Doug Tody Mike Fitzpatrick IRAF Group National Optical Astronomy Observatories January 1998 ABSTRACT This document describes how to install or update PC-IRAF on a Personal Computer

More information

AutoForm plus R7.0.4 Release Notes

AutoForm plus R7.0.4 Release Notes 0 Release Notes AutoForm plus R7.0.4 Release Notes AutoForm plus R7.0.4 Release Notes...1 1 General Information...2 General Information...2 2 Installation Instructions...3 Front-End and Back-End Windows...3

More information

PGDBG Installation Guide

PGDBG Installation Guide Version 2016 PGI Compilers and Tools TABLE OF CONTENTS Chapter 1. Release 2016 Introduction...1 1.1. Product Overview... 1 1.2. Release Components... 1 1.2.1. Co-installation Requirements...1 1.3. Supported

More information

EMC Documentum Process Builder

EMC Documentum Process Builder EMC Documentum Process Builder Version 6 Installation Guide P/N 300 005 224 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright 2004-2007 EMC Corporation.

More information

Configuration Instructions. SAS Service Pack. Overview. SAS/ACCESS Interface to ODBC

Configuration Instructions. SAS Service Pack. Overview. SAS/ACCESS Interface to ODBC Configuration Instructions SAS 9.1.3 Service Pack Overview Certain SAS products require configuration after they have been updated by the SAS 9.1.3 Service Pack. If your original installation included

More information

Simics Installation Guide for Linux/Solaris

Simics Installation Guide for Linux/Solaris Simics Installation Guide for Linux/Solaris Simics Version 3.0 Revision 1406 Date 2008-02-19 1998 2006 Virtutech AB Drottningholmsv. 14, SE-112 42 STOCKHOLM, Sweden Trademarks Virtutech, the Virtutech

More information

Digital Unix IRAF Installation Guide

Digital Unix IRAF Installation Guide Digital Unix IRAF Installation Guide Doug Tody Mike Fitzpatrick IRAF Group Revised November 1997 ABSTRACT This document describes how to install or update IRAF on a DEC Alpha running Digital Unix V4.x

More information

Building RPMs for Native Application Hosting

Building RPMs for Native Application Hosting This section explains how you can build RPMs for native application hosting. Setting Up the Build Environment, page 1 Building Native RPMs, page 3 Setting Up the Build Environment This section describes

More information

Introduction of Linux

Introduction of Linux Introduction of Linux 阳 oslab2018_class1@163.com 寅 oslab2018_class2@163.com PART I Brief Introduction Basic Conceptions & Environment Install & Configure a Virtual Machine Basic Commands PART II Shell

More information

University of Colorado at Colorado Springs CS4500/ Fall 2018 Operating Systems Project 1 - System Calls and Processes

University of Colorado at Colorado Springs CS4500/ Fall 2018 Operating Systems Project 1 - System Calls and Processes University of Colorado at Colorado Springs CS4500/5500 - Fall 2018 Operating Systems Project 1 - System Calls and Processes Instructor: Yanyan Zhuang Total Points: 100 Out: 8/29/2018 Due: 11:59 pm, Friday,

More information

EE516: Embedded Software Project 1. Setting Up Environment for Projects

EE516: Embedded Software Project 1. Setting Up Environment for Projects EE516: Embedded Software Project 1. Setting Up Environment for Projects By Dong Jae Shin 2015. 09. 01. Contents Introduction to Projects of EE516 Tasks Setting Up Environment Virtual Machine Environment

More information

Installing Virtualbox Guest Additions Vboxadditions on CentOS 7, Fedora 19 / 20 and RHEL 6.5 / 5.10 on Windows host

Installing Virtualbox Guest Additions Vboxadditions on CentOS 7, Fedora 19 / 20 and RHEL 6.5 / 5.10 on Windows host Installing Virtualbox Guest Additions Vboxadditions on CentOS 7, Fedora 19 / 20 and RHEL 6.5 / 5.10 on Windows host Author : admin If you decided to use Redhat based Linux distribution inside Virtualbox

More information

Checking Out and Building Felix with NetBeans

Checking Out and Building Felix with NetBeans Checking Out and Building Felix with NetBeans Checking out and building Felix with NetBeans In this how-to we describe the process of checking out and building Felix from source using the NetBeans IDE.

More information

A Gentle Introduction to CMSC311 labs and CVS Or How I learned to use CVS in CMSC311. William Arbaugh September 2, 2004

A Gentle Introduction to CMSC311 labs and CVS Or How I learned to use CVS in CMSC311. William Arbaugh September 2, 2004 A Gentle Introduction to CMSC311 labs and CVS Or How I learned to use CVS in CMSC311 William Arbaugh September 2, 2004 This howto assumes that you already have scp and ssh installed on your computer. If

More information

Intellicus Cluster and Load Balancing- Linux. Version: 18.1

Intellicus Cluster and Load Balancing- Linux. Version: 18.1 Intellicus Cluster and Load Balancing- Linux Version: 18.1 1 Copyright 2018 Intellicus Technologies This document and its content is copyrighted material of Intellicus Technologies. The content may not

More information

RSA NetWitness Logs. Tripwire Enterprise. Event Source Log Configuration Guide. Last Modified: Friday, November 3, 2017

RSA NetWitness Logs. Tripwire Enterprise. Event Source Log Configuration Guide. Last Modified: Friday, November 3, 2017 RSA NetWitness Logs Event Source Log Configuration Guide Tripwire Enterprise Last Modified: Friday, November 3, 2017 Event Source Product Information: Vendor: Tripwire Event Source: Tripwire Enterprise

More information

Eli System Administration Guide

Eli System Administration Guide Eli System Administration Guide Compiler Tools Group Department of Electrical and Computer Engineering University of Colorado Boulder, CO, USA 80309-0425 Copyright c 2002, 2009 The Regents of the University

More information

Read Source Code the HTML Way

Read Source Code the HTML Way Read Source Code the HTML Way Kamran Soomro Abstract Cross-reference and convert source code to HTML for easy viewing. Every decent programmer has to study source code at some time or other. Sometimes

More information

Installing LEON VxWorks

Installing LEON VxWorks . Installing LEON VxWorks-6.7 i Installing LEON VxWorks Installing LEON VxWorks-6.7 Source distribution VXWORKS-6.7-INSTALL Version 1.0.20 september 2017 Kungsgatan 12 tel +46 31 7758650 411 19 Gothenburg

More information

OOSIML SIMULATION MODELS. On Windows and Linux

OOSIML SIMULATION MODELS. On Windows and Linux OOSIML SIMULATION MODELS On Windows and Linux Using a Terminal (or Command) Window and Codeblocks Dr. José M. Garrido Department of Computer Science December 2017 College of Computing and Software Engineering

More information

Installing and Configuring the 6.40 Startup Framework to Use with

Installing and Configuring the 6.40 Startup Framework to Use with Installing and Configuring the 6.40 Startup Framework to Use with SAP J2EE Engine 6.20 Last update: 23.09.2004 SAP J2EE Engine 6.20 Contents Overview...3 Additional Resources...4 Procedure on UNIX...5

More information

Installing SeisComP3

Installing SeisComP3 Installing SeisComP3 2 sysop User SeisComP3 is typically run under a non-personal shared unix user account, sysop. Create this user on your system. For example, as the root user: # adduser sysop # passwd

More information

Installing Lemur on Mac OS X and CSE Systems

Installing Lemur on Mac OS X and CSE Systems Installing Lemur on Mac OS X 10.6.4 and CSE Systems Everything all at once For those of you who just want to copy and paste, here is the quick and dirty. # Config for black.cse.msu.edu # Note that you

More information

Application prerequisites

Application prerequisites How to start developing Spark applications in Eclipse By Marko Bonaći In this article, you will learn to write Spark applications using Eclipse, the most widely used development environment for JVM-based

More information

Viewtier Parabuild 4.3. Installation Guide

Viewtier Parabuild 4.3. Installation Guide Viewtier Parabuild 4.3 Installation Guide Viewtier Parabuild 4.3: Installation Guide Copyright 2004-2016 Viewtier Systems Table of Contents Preface... vi About This Manual... vi Audience... vi Technical

More information

Check the Desktop development with C++ in the install options. You may want to take 15 minutes to try the Hello World C++ tutorial:

Check the Desktop development with C++ in the install options. You may want to take 15 minutes to try the Hello World C++ tutorial: CS262 Computer Vision OpenCV 3 Configuration with Visual Studio 2017 Prof. John Magee Clark University Install Visual Studio 2017 Community Check the Desktop development with C++ in the install options.

More information

List Service List Ownership Basics. Introduction. Navigating the Web Interface

List Service List Ownership Basics. Introduction. Navigating the Web Interface Email List Service List Ownership Basics Introduction The Towson University Email List Service allows you to participate in electronic discussion groups on many different topics. Faculty, staff and student

More information

User Account Manager

User Account Manager CHAPTER 4 Note User accounts can be accessed only when operating in Internal Directory mode. To access User tasks, log in to the system (see Logging In section on page 2-1). Then, from the Home page, click

More information

AdventNet ManageEngine OpManager Installation Guide. Table Of Contents INTRODUCTION... 2 INSTALLING OPMANAGER Windows Installation...

AdventNet ManageEngine OpManager Installation Guide. Table Of Contents INTRODUCTION... 2 INSTALLING OPMANAGER Windows Installation... Table Of Contents INTRODUCTION... 2 INSTALLING OPMANAGER... 3 Windows Installation... 3 Linux Installation... 4 Uninstalling OpManager... 6 APPLYING SERVICE PACKS... 7 Applying Service Packs... 7 Reverting

More information