! AntZero LLC - All rights reserved! AntZero and AtomicView are registered trademarks USER GUIDE.!!!!!!!!!! Swiss Made

Size: px
Start display at page:

Download "! AntZero LLC - All rights reserved! AntZero and AtomicView are registered trademarks USER GUIDE.!!!!!!!!!! Swiss Made"

Transcription

1 !! All rights reserved! AntZero and AtomicView are registered trademarks USER GUIDE!!!!!!!!!! Swiss Made

2 Table of contents A. INTRODUCTION! 1 B. INSTALLATION! 2 a. Installing on Mac OS X! 2 b. Installing on Windows! 3 c. Configuration! 4 C. ADMINISTRATION! 6 a. Introduction! 6 b. Authorizing ATOMICVIEW SERVER and clients! 6 c. User and user groups! 7 d. Permissions! 9 e. Settings! 11 f. Catalog thumbnails! 11 g. Trash and asset deletion strategy! 12 D. USING ATOMICVIEW SERVER OVER THE INTERNET! 13 E. HARDWARE CONFIGURATION AND BACKUPS! 14

3 A. INTRODUCTION ATOMICVIEW SERVER is an application destined to manage large libraries of media assets. To access the database from a local or distant host, you use the ATOMICVIEW application or the free ATOMICVIEW READER application. Beside the local configuration, all operations are done through the ATOMICVIEW client application. The server has been designed to work locally or from a distant location over the Internet as long as it is running on a computer with a fixed IP. It is light, fast and stable. All heavy operations are done through the client and not on the server itself. The ATOMICVIEW SERVER uses a reference system for storying asset. This means that each item is stored in the database using an internal unique reference. In this context, item can be moved or duplicated as many time as required in the database without having to duplicate the files themselves. This is a very powerful structure when some assets need to be shared between several projects. This document is destined to the administrators of an ATOMICVIEW SERVER. If are looking for informations of how to use the ATOMICVIEW client application please refer to the ATOMICVIEW documentation. 1

4 B. INSTALLATION a. Installing on Mac OS X To install the server on Mac OS X you should copy the «AtomicViewServer» folder to your application folder. To use the automatic service installer, the application folder must be stored at this specific position. If you simply want to launch the application yourself, it can be stored anywhere else. The «AtomicViewServer» folder contains several files. The easier way to launch the server is to launch "Install ATOMICVIEW SERVER". Once it is launch, select "Install and launch". This will install automatically the application as a startup item and launch the server. Each time your computer will be restarted, the ATOMICVIEW SERVER will be launched. You can also use this application to stop and uninstall the server auto-start service. If you want to launch the server yourself or use it in a different context (from the shell for instance), all you have to do is to launch the «AtomicViewServer» application. It is a simple shell command that can be called from anywhere. However please note that when AtomicView Server is launched from the installer, it runs as the «root» user and all the databases are owned by the «root». If you want to launch the application from the shell later, you should run it as root or updates the permission of the databases. For more informations about the configuration, please read the "Configuration" chapter. Please note that ATOMICVIEW SERVER requires at least the V10.5 of the Mac OS X. It can run on PowerPC and Intel machine in both 32 bits and 64 bits. 2

5 C H A P T E R B - I N S T A L L A T I O N b. Installing on Windows Before installing ATOMICVIEW SERVER you should check that your Windows version is in 64 bits or 32 bits mode. We strongly recommend that you use a 64 bits version of Windows. Once you have unzipped the archive you should open the directory called «AtomicViewServer64» if you are on 64 bits or «AtomicViewServer32» if you are on 32 bits. The installation is exactly the same for the 32 bits or the 64 bits version. The «AtomicViewServer» directory can be stored anywhere on your hard disk. The main application is called «AtomicViewServer.exe». It has been designed to work as a Windows service, so you should not launch it by double clicking on it. It can be installed just like any Windows service (using the sc command) however we included some scripts for automatic installation. IMPORTANT: The installation scripts must be run as administrator or they won't work. On Vista or higher be sure to RIGHT CLICK the script and from the contextual menu select "Run as administrator". To install ATOMICVIEW SERVER, launch the "Install AtomicView Server" script. It will register the windows service under the "AtomicViewServer" name. It is registered as "auto" which means that the server is launched when Windows is rebooted. You can start or stop the service using "Start AtomicView Server " or "Stop AtomicView Server" script. If you need to uninstall the service, you can also use the "Uninstall AtomicView Server" script. Again donʼt forget to launch all these scripts as administrator! To verify that your service is running, go to the "Control Panel" and from the "Administration Tools", select "Services". You should be able to see the "AtomicViewServer" service. The "Status" should be "Started" and the "Status Type" should be "Automatic". Of course you can also stop and restart the service directly from here. 3

6 C H A P T E R B - I N S T A L L A T I O N c. Configuration When ATOMICVIEW SERVER is launched it reads some preferences from a configuration file stored beside the application. This file can be used to modify some behaviour of the server. Please note that if you modify it, you need to restart the server to apply the changes. The file is called «AtomicViewServer.config». It is a text file that can be open in any text editor. If you use non-ascii characters be sure to save it in UTF-8 format. Settings are stored as simple variable like "VARIABLE = 0". The "#" is used for comments. Here is list of the different variables you can set in this file: * TCPIP_PORT :! This is the TCP/IP port used by the server. By default it is * DB_PATH :! This is the default path of the database. By default it is stored on MacOS X: [HOME]/Library Application Support/AntZero and on Windows : %APPDATA%/ AntZero. This path is used to store everything including assets, databases and preferences. If you want to store your assets on an external volume you should change it here. * FSYNC :! This value can be YES or NO. When enabled the hard-disk cache is flushed at the end of every database request. It guarantees that even if you have a power cut or an OS kernel fault the database will not be corrupted. Unfortunately this option can hurts badly the performances, especially on Windows. So it is turned off by default, since the server backups automatically all the database table by default. * AUTOBACKUP_TABLES : This value can be YES or NO. When enabled, the server will automatically backups all database tables every X minutes (see next variable for time schedule). If you turn off the FSYNC, you should use the auto backup function. Please note that only the database tables are backuped, not the assets themselves. So it won't double the size of your library. 4

7 C H A P T E R B - I N S T A L L A T I O N c. C o n fi g u r a t i o n * AUTOBACKUP_TABLES_MIN : Use this variable to specify the schedule of the automatic table backup in minutes. It is set by default to 1440 (24h). * RESET_ROOTPW : You can use this function to reset the root password to default (ant1234). To proceed, stop the server, set this variable to YES. Restart the server. Set a new password. Re-open the configuration file andeset this variable to NO. 5

8 C. ADMINISTRATION a. Introduction All the administration of the server is done from the ATOMICVIEW client application. This means that you can administrate your server from a remote host or from the same machine. When the server has been launched, you can log-in as the "root" user. The "root" is a special user who has all privileges. It is the only existing user when a new database is created. The default password of the root user is "ant1234". Once you are logged, you should change the root password. This can be done from the Server menu. If you loose the root password, you can always reset it locally by modifying the configuration file. b. Authorizing ATOMICVIEW SERVER and clients Once you set the root password, you should authorize the server. Please note that you can access the authorization functionalities only if you logged as root. To authorize the server : Open the administration panel from the ATOMICVIEW client in the "Server" menu. Select the "Authorize" tab. Copy and paste your serial to the "Server Main Serial" text field and click on "Authorize". Please note that you need to have Internet access to authorize the server. You can de-authorize the server at any time by clicking on deauthorize. It is also possible to manage client authorizations directly from this panel. It is strongly recommended that you manage all your client licenses directly from here. 6

9 C H A P T E R C - A D M I N I S T R A T I O N b. Authorizing ATOMICVIEW SERVER and clients You can add as many ATOMICVIEW client serials as you need. To do so enter your ATOMICVIEW client serial and click on "Add Client Serial". You can see at the bottom of the "Client Serials" box the total number of used and free computers. In the "Authorized Clients" box, you can see the list of all the machines currently authorized. You can see the Mach address of the machine and the name of the user who did authorize it. If you loose a license, you can de-authorize a client. Simply select it and press it on "Backspace". A user can authorize its client directly when he launches ATOMICVIEW by selecting "Authorize" and then by selecting the server authorization option. He does not need to know the serial. Please note that users need the permissions to authorize the client. See the permission chapter for more informations. c. User and user groups You can manage users directly from the administration panel under the "Users" tab. By default, the first user is called "root". This user cannot be removed. It has always all permissions and it is the only user allowed to manage ATOMICVIEW SERVER authorizations. You can create or remove users by using the the "Edit Users" pulldown menu. You can also change the password of the users using this menu. Please note that you cannot see the passwords. If a user looses its password you should reset it with a new password and send it to the user. When you select a user you can see in the information box when it has been created, the last time she logged in and what groups she is part of. Each user can be part of several groups. It is important to understand that permissions are not set for user but for user group. The user inherits all the permissions from all the groups he is part of. 7

10 C H A P T E R C - A D M I N I S T R A T I O N c. User and user groups By default, you have two groups : Admin and Standard. The "Admin" group is a special group. It cannot be removed. Any user added to this group has all the permissions (with the exception of the authorization functionalities). The "Standard" group is created for your convenience when the database is initially created. You can modify it like you want and remove it if required. To add an user to a group simply select the user group in the popup button and drag and drop the user to the user group box. You can remove a user from a group by selecting it and pressing "Backspace". Groups can be added or removed from the "User Groups" section by using the "Edit User Group" pulldown button. 8

11 C H A P T E R C - A D M I N I S T R A T I O N d. Permissions Permissions are set per user groups, not per user. If a user is in several groups, it receives the permission of all the groups. In this case permissions are added, not removed. For instance, if a user is in two groups, one with thesaurus edition disabled and the other with edition enabled, he will have the right to edit the thesaurus. The permissions can be modified by selecting the "User Groups" tab in the administration panel. They can be set for any groups with the exception of the admin group which have always all permissions. The admin group is also the only group of users which has the permission to add and to remove catalogs. There are two categories of permissions: per catalog permissions and global permissions : 1. Catalog Permissions : You can set permissions per catalog for every user group. To select per catalog permission select a user group and select "Catalog Permissions". You can select one or several catalogs in the catalog list view. At the right of the section you can set the following permissions: Read Only :! This catalog cannot be edited by this user group. Hidden :! This catalog is not visible for this user group. You can also choose what metadata fields are editable or visible. Select the metadata fields and at the bottom of the metadata list view select "Hidden Metadata" or "Read Only Metadata". Please note that locking some metadata fields may have indirect consequences you should aware of. For instance if you lock the "keywords" IPTC field, the users won't be able to add keywords to the clips or if you lock the GPS fields they won't be able to drag and drop image on the map. 9

12 C H A P T E R C - A D M I N I S T R A T I O N d. Permissions 2. Global Permissions : Global permissions are global to the database, not only to a specific catalog. The following global permissions can be set: "Can Authorize AtomicView client" : If you want this user group to be able to authorize AtomicView clients from the server, you should turn on this option. "Can Edit Thesaurus" : Enable or disable thesaurus edition. "Can Edit User Metadata": Enable or disable user metadata edition. Then you can decide to allow the users to see or to share/edit the following entities: Metadata palettes Metadata templates HTML Models Workspaces Please note that the users will still be able to use their own local settings for these entities. For instance if you hide the workspaces, theyʼll still be able to use their own workspaces. However they won't see the shared workspaces. If you allow edition, theyʼll be able to upload their workspaces and modifies the existing shared workspaces. 10

13 C H A P T E R C - A D M I N I S T R A T I O N e. Settings Importation and preview settings are set by the administrator for a specific user group. This means that in the context of ATOMICVIEW SERVER, the local settings stored in the user preferences won't be used. It allows the administrator to decide that a specific user group does not have the right import a specific file format. He can also decide the size the preview or how movie preview should be captured for instance. These settings can be set per user in the "User Groups" section of the administration panel under the "Import" and the "Preview" tabs. They can be set per user group. For more informations about these settings please read the ATOMICVIEW client documentation. Please note that if a user is only part of an Admin group, only the default settings will be used. If you want to use different settings for an administrator, you should add it to both the Admin group and to another group with defined settings. f. Catalog thumbnails You can choose a specific thumbnail for each catalog stored in the database. Simply open the "Administration" panel and select the "Catalogs" tab. Select a catalog and then click on "Select Thumbnail". You can choose an image that will be uploaded to the server and displayed in the catalog list. The image will be automatically resized for you, so it does need to have a specific size or ratio. You can also use an image with an alpha channel for transparency (it should be a PSD or a PNG file). 11

14 C H A P T E R C - A D M I N I S T R A T I O N g. Trash and asset deletion strategy Unlike the ATOMICVIEW standalone database, the ATOMICVIEW SERVER fully manages the media content. This means that it has to store them and erase them when they are removed from the database. Since assets are critical, the deletion strategy is also critical. Basically an item is removed from the database when it is not used anymore in any catalog. However when an item is removed, it is not immediately deleted. It is first moved to the trash. This is the same for a catalog. When an administrator removes a catalog, it is first moved to the trash. By default an asset stay 24h in the trash. After that it is deleted. The trash can be accessed from the administration panel under the "Trash" tab. It is possible to change the deletion schedule from here using the "Auto-delete items after" text field. An administrator can also choose to delete the trash immediately. If you need to recovery one or more assets you can select the assets and use the "Recover Selection" button. ATOMICVIEW SERVER will try to restore the media and rebuild full hierarchy in the catalog if required. 12

15 D. USING ATOMICVIEW SERVER OVER THE INTERNET It is possible to use ATOMICVIEW SERVER over the Internet. The ATOMICVIEW cache system guarantees good performances even over a standard ADSL connection. All you have to do is to install the server on a computer with a fixed IP (you can also use a NAT if required). If the machine is behind a firewall you should check that the port used by the server is open. The default port is If required you can change this port in the configuration file. If you change the port be sure to tell the users to add the port to the IP address. For instance if the IP is and the port is 1240, the users should connect to :

16 E. HARDWARE CONFIGURATION AND BACKUPS ATOMICVIEW SERVER can run on all kind of hardware configurations. We recommend that you use a 64 bits system with at least 2 GBytes of memory, however it is able to run on much lower configuration. Since the server is heavily multithreaded, the server is definitively faster on multi-core machine. Whilst the database system has been designed to be as safe as possible, there is always the risk of a crash disk or a human error. For these reasons we strongly recommend that you use a mirrored raid system to avoid loosing your data in the case of a crash disk. When possible install also an incremental backup system (like TimeMachine on the OS X) to be able to revert from human errors. For more informations : If you have any questions please contact AntZero at: antinfo@antzero.com Thank you and enjoy ATOMICVIEW SERVER! 14

KNOWLEDGE FORUM 4 MACINTOSH SERVER ADMINISTRATOR S GUIDE

KNOWLEDGE FORUM 4 MACINTOSH SERVER ADMINISTRATOR S GUIDE KNOWLEDGE FORUM 4 MACINTOSH SERVER ADMINISTRATOR S GUIDE Knowledge Forum is a registered trademark of Knowledge Building Concepts. Administrator s Guide Macintosh Server--Version 4.1 or above Macintosh

More information

Jetico Central Manager. Administrator Guide

Jetico Central Manager. Administrator Guide Jetico Central Manager Administrator Guide Introduction Deployment, updating and control of client software can be a time consuming and expensive task for companies and organizations because of the number

More information

BCI.com Sitecore Publishing Guide. November 2017

BCI.com Sitecore Publishing Guide. November 2017 BCI.com Sitecore Publishing Guide November 2017 Table of contents 3 Introduction 63 Search 4 Sitecore terms 66 Change your personal settings 5 Publishing basics 5 Log in to Sitecore Editing 69 BCI.com

More information

PROMISE ARRAY MANAGEMENT ( PAM) USER MANUAL

PROMISE ARRAY MANAGEMENT ( PAM) USER MANUAL PROMISE ARRAY MANAGEMENT ( PAM) USER MANUAL Copyright 2002, Promise Technology, Inc. Copyright by Promise Technology, Inc. (Promise Technology). No part of this manual may be reproduced or transmitted

More information

Web Self Service Administrator Guide. Version 1.1.2

Web Self Service Administrator Guide. Version 1.1.2 Version 1.1.2 Web Self Service Administrator Guide Version 1.1.2 Copyright and Trademark Notice Use of the product documented in this guide is subject to your prior acceptance of the End User License Agreement.

More information

Episode Engine & Final Cut Server

Episode Engine & Final Cut Server How to Integrate Episode Engine & Final Cut Server Episode Engine can be integrated with Final Cut Server to extend format support and enhance the transcoding speed. This document walks you through the

More information

Automating Digital Downloads

Automating Digital Downloads Automating Digital Downloads (Copyright 2018 Reed Hoffmann, not to be shared without permission) One of the best things you can do to simplify your imaging workflow is to automate the download process.

More information

ADOBE DRIVE 4.2 USER GUIDE

ADOBE DRIVE 4.2 USER GUIDE ADOBE DRIVE 4.2 USER GUIDE 2 2013 Adobe Systems Incorporated. All rights reserved. Adobe Drive 4.2 User Guide Adobe, the Adobe logo, Creative Suite, Illustrator, InCopy, InDesign, and Photoshop are either

More information

A. Can you please go to this folder: c:\windows\microsoft.net\framework\v \temporary ASP.NET Files

A. Can you please go to this folder: c:\windows\microsoft.net\framework\v \temporary ASP.NET Files Error messages Q. I get an error from the IIS when I try to open the daminion web access page. The error is the following: CS0016: Cannot write the following: c:\windows\microsoft.net\framework \v4.0.30319\temporary

More information

TrashMagic 2 User Guide

TrashMagic 2 User Guide TrashMagic 2 User Guide Licensing and Copyright Agreement This software is Copyright 2010 TED and TRI-EDRE. Except as permitted under copyright law, no part of the program or this manual may be reproduced

More information

Note, you must have Java installed on your computer in order to use Exactly. Download Java here: Installing Exactly

Note, you must have Java installed on your computer in order to use Exactly. Download Java here:   Installing Exactly Exactly: User Guide Exactly is used to safely transfer your files in strict accordance with digital preservation best practices. Before you get started with Exactly, have you discussed with the archive

More information

User s Guide February 28, 2017

User s Guide February 28, 2017 User s Guide February 28, 2017 Copyright 2008-2017 Tiger Technology. All rights reserved. This publication, or parts thereof, may not be reproduced in any form, by any method, for any purpose. TIGER TECHNOLOGY

More information

Jetico Central Manager Administrator Guide

Jetico Central Manager Administrator Guide Jetico Central Manager Administrator Guide Introduction Deployment, updating and control of client software can be a time consuming and expensive task for companies and organizations because of the number

More information

DOWNLOAD PDF SQL SERVER 2012 STEP BY STEP

DOWNLOAD PDF SQL SERVER 2012 STEP BY STEP Chapter 1 : Microsoft SQL Server Step by Step - PDF Free Download - Fox ebook Your hands-on, step-by-step guide to building applications with Microsoft SQL Server Teach yourself the programming fundamentals

More information

jfqbi= = eqji=qççäâáí= = = eqji=^ééäáå~íáçå=réäç~çéê== rëéê=dìáçé= oéäé~ëé=oko=

jfqbi= = eqji=qççäâáí= = = eqji=^ééäáå~íáçå=réäç~çéê== rëéê=dìáçé= oéäé~ëé=oko= jfqbi= = eqji=qççäâáí= = = eqji=^ééäáå~íáçå=réäç~çéê== rëéê=dìáçé= oéäé~ëé=oko= oéäé~ëé=oko = HTML Application Uploader User Guide NOTICE The information contained in this document is believed to be accurate

More information

Content Author's Reference and Cookbook

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

More information

Fiery proserver User Guide

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

More information

CaliberRDM. Installation Guide

CaliberRDM. Installation Guide CaliberRDM Installation Guide Borland Software Corporation 4 Hutton Centre Dr., Suite 900 Santa Ana, CA 92707 Copyright 2010 Micro Focus (IP) Limited. All Rights Reserved. CaliberRDM contains derivative

More information

This is Lab Worksheet 13 - not an Assignment. Boot Process and GRUB

This is Lab Worksheet 13 - not an Assignment. Boot Process and GRUB This is Lab Worksheet 13 - not an Assignment This Lab Worksheet contains some practical examples that will prepare you to complete your Assignments. You do not have to hand in this Lab Worksheet. Make

More information

Apple 9L OS X Support Essentials

Apple 9L OS X Support Essentials Apple OS X Support Essentials 10.9 http://killexams.com/exam-detail/ D. What does it mean when you choose the option to "ignore volume ownership" in the Finder? What are the security ramifications of ignoring

More information

Caja File Manager. Desktop User Guide

Caja File Manager. Desktop User Guide Caja File Manager Desktop User Guide Desktop User Guide» Working with Files This chapter describes how to use the Caja file manager. Introduction Spatial Mode Browser Mode Opening Files Searching For Files

More information

Cisdem Data Recovery Tutorial

Cisdem Data Recovery Tutorial Cisdem Data Recovery Tutorial 1 Table of Contents I. About Cisdem Data Recovery... 3 II. Activating this Application... 4 III. Application Operating... 5 i. Recovery Methods... 5 ii. Start a New Scan...

More information

Desktop & Laptop Edition

Desktop & Laptop Edition Desktop & Laptop Edition USER MANUAL For Mac OS X Copyright Notice & Proprietary Information Redstor Limited, 2016. All rights reserved. Trademarks - Mac, Leopard, Snow Leopard, Lion and Mountain Lion

More information

BackupVault Desktop & Laptop Edition. USER MANUAL For Microsoft Windows

BackupVault Desktop & Laptop Edition. USER MANUAL For Microsoft Windows BackupVault Desktop & Laptop Edition USER MANUAL For Microsoft Windows Copyright Notice & Proprietary Information Blueraq Networks Ltd, 2017. All rights reserved. Trademarks - Microsoft, Windows, Microsoft

More information

Intermediate Training

Intermediate Training Intermediate Training The material in this handout is taken directly from the Picasa Website. It was decided to add all the information in one place so it could be viewed at one time. However, what is

More information

Thank-you for your interest in this BabelColor product!

Thank-you for your interest in this BabelColor product! BabelColor Color Translator & Analyzer (CT&A) Version 5.3.0 (for Mac OS) Thank-you for your interest in this BabelColor product! Table of contents: 1- UNINSTALL ANY PREVIOUS VERSION (Updated!) 2- PROGRAM

More information

Legal Notes. Regarding Trademarks KYOCERA MITA Corporation

Legal Notes. Regarding Trademarks KYOCERA MITA Corporation Legal Notes Unauthorized reproduction of all or part of this guide is prohibited. The information in this guide is subject to change without notice. We cannot be held liable for any problems arising from

More information

Parallels Toolbox User's Guide

Parallels Toolbox User's Guide Parallels Toolbox User's Guide Parallels International GmbH Vordergasse 59 8200 Schaffhausen Switzerland Tel: + 41 52 672 20 30 www.parallels.com Copyright 1999-2018 Parallels International GmbH. All rights

More information

Tiger Box Firmware Version 2.5 Release Notes

Tiger Box Firmware Version 2.5 Release Notes Tiger Box Firmware Version 2.5 Release Notes What s New........................... 2 Fixed Known Issues in Version 2.5........... 3 Upgrading to Software Version 2.5........... 3 Best Practices..........................

More information

COPYRIGHTED MATERIAL. Using Adobe Bridge. Lesson 1

COPYRIGHTED MATERIAL. Using Adobe Bridge. Lesson 1 Lesson Using Adobe Bridge What you ll learn in this lesson: Navigating Adobe Bridge Using folders in Bridge Making a Favorite Creating metadata Using automated tools Adobe Bridge is the command center

More information

LYNK SINC Server. User Guide. Hotel Smart TV Solution

LYNK SINC Server. User Guide. Hotel Smart TV Solution Hotel Smart TV Solution LYNK SINC Server User Guide LYNK SINC Server is a web-based solution designed to construct widgets installed on TVs in hotel rooms. LYNK SINC Server allows you to manage TVs conveniently.

More information

At the shell prompt, enter idlde

At the shell prompt, enter idlde IDL Workbench Quick Reference The IDL Workbench is IDL s graphical user interface and integrated development environment. The IDL Workbench is based on the Eclipse framework; if you are already familiar

More information

Server Edition USER MANUAL. For Microsoft Windows

Server Edition USER MANUAL. For Microsoft Windows Server Edition USER MANUAL For Microsoft Windows Copyright Notice & Proprietary Information Redstor Limited, 2016. All rights reserved. Trademarks - Microsoft, Windows, Microsoft Windows, Microsoft Windows

More information

Working with Confluence Pages

Working with Confluence Pages Working with Confluence Pages Contents Creating Content... 3 Creating a Page... 3 The Add Page Link... 3 Clicking on an Undefined Link... 4 Putting Content on the Page... 4 Wiki Markup... 4 Rich Text Editor...

More information

PhoneView Product Manual

PhoneView Product Manual PhoneView Product Manual PhoneView is a Mac application which allows you to store files on your iphone or ipod Touch. It also provides access to the iphone or ipod Touch itunes media, photos, notes, SMS

More information

Colligo Engage for Mac. Release Notes

Colligo Engage for Mac. Release Notes Release Notes Technical Requirements Devices Supported Any Mac running OSX 10.8, 10.9, 10.10, or 10.11 Supported Software Microsoft Office 2011 for Mac Microsoft Office 2016 for Mac SharePoint Platforms

More information

G4120: Introduction to Computational Biology

G4120: Introduction to Computational Biology ICB Fall 2004 G4120: Introduction to Computational Biology Oliver Jovanovic, Ph.D. Columbia University Department of Microbiology Copyright 2004 Oliver Jovanovic, All Rights Reserved. Startup Crashes The

More information

ModeChanger

ModeChanger 35020808-02 2015.11 ModeChanger ModeChanger is a software utility that can switch the drive between normal mode and encrypted mode. Operating in encrypted mode will help protect your data. While the drive

More information

W&O POS Server Setup

W&O POS Server Setup W&O POS Server Setup V4.0.0 W&O POS Server App setup... 2 W&O POS Android App Setup... 4 W&O POS Android App Printer Setup... 6 How to Purchase and Register W&O POS App... 6 How to Update W&O POS App...

More information

Server Edition USER MANUAL. For Mac OS X

Server Edition USER MANUAL. For Mac OS X Server Edition USER MANUAL For Mac OS X Copyright Notice & Proprietary Information Redstor Limited, 2016. All rights reserved. Trademarks - Mac, Leopard, Snow Leopard, Lion and Mountain Lion are registered

More information

Colligo Briefcase for Mac. Release Notes

Colligo Briefcase for Mac. Release Notes Colligo Briefcase for Mac Release Notes Contents Technical Requirements... 3 Release 7.5 06 Oct0ber 2017... 4 New in this Release... 4 Release 7.5 18 May 2017... 4 New in 7.5... 4 Issues 7.5... 5 Known

More information

Thank-you for your interest in this BabelColor product!

Thank-you for your interest in this BabelColor product! BabelColor Color Translator & Analyzer (CT&A) Version 5.1.0 (for Mac OS) Thank-you for your interest in this BabelColor product! Table of contents: 1- UNINSTALL ANY PREVIOUS VERSION 2- PROGRAM INSTALL

More information

MindView Online - Quick Start Guide

MindView Online - Quick Start Guide MindView Online - Quick Start Guide Overview MindView Online is an online concept mapping program that allows users to organize their thoughts visually to create, share, and export mind maps to Microsoft

More information

QTAKE Server User Guide. Version 1.3.0

QTAKE Server User Guide. Version 1.3.0 QTAKE Server User Guide Version 1.3.0 Content QTAKE SERVER 4 ABOUT QTAKE 4 ABOUT QTAKE SERVER 4 HOW IT WORKS 4 SYSTEM REQUIREMENTS 4 QTAKE Requirements 4 Client Requirements 4 BEFORE YOU START 5 INSTALLATION

More information

your Apple warranty; see There are two main failure modes for a mirrored RAID 1 set:

your Apple warranty; see   There are two main failure modes for a mirrored RAID 1 set: 48981c03.qxd 12/6/07 8:56 PM Page 142 142 File Systems RAID set creation takes only a few moments, and once it s complete, you should see new RAID set volume in the Disk Utility list and in the Finder.

More information

Stellar Phoenix Mac Data Recovery

Stellar Phoenix Mac Data Recovery Stellar Phoenix Mac Data Recovery Version 8.0 Installation guide Overview Stellar Phoenix Mac Data Recovery is a solution to all your data loss problems. Data loss can occur due to data corruption and

More information

Read Naturally SE Software Guide. Version 2.0

Read Naturally SE Software Guide. Version 2.0 Read Naturally SE Software Guide Version 2.0 Under the terms of the Read Naturally Software Edition License Agreement, you have permission to use only the levels you purchased with the number of users

More information

Tri BACKUP 4 USER GUIDE

Tri BACKUP 4 USER GUIDE Tri BACKUP 4 USER GUIDE Licensing and Copyright Agreement This software is Copyright 1997-2004 TED and TRI-EDRE. Except as permitted under copyright law, no part of the Tri BACKUP program (the Software

More information

Contents. Version 1.5 and later. Introduction Panel Descriptions Sending Still Images to the VR-4HD... 12

Contents. Version 1.5 and later. Introduction Panel Descriptions Sending Still Images to the VR-4HD... 12 VR-4HD RCS is software designed to control the VR-4HD remotely using a computer. By connecting the VR-4HD and a computer via USB, along with operating the unit from the computer, you can also save and

More information

Network Management Software ALLNET Zone Controller

Network Management Software ALLNET Zone Controller Network Management Software ALLNET Zone Controller For ALL0558N / ALL02850N / ALL02860ND / ALL02880ND User Manual v1.0 Table of Contents 1. Installation & Un-installation... 4 1.1. Install NMS Suite...

More information

Virtual CD TS 1 Introduction... 3

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

More information

Virto SharePoint Forms Designer for Office 365. Installation and User Guide

Virto SharePoint Forms Designer for Office 365. Installation and User Guide Virto SharePoint Forms Designer for Office 365 Installation and User Guide 2 Table of Contents KEY FEATURES... 3 SYSTEM REQUIREMENTS... 3 INSTALLING VIRTO SHAREPOINT FORMS FOR OFFICE 365...3 LICENSE ACTIVATION...4

More information

Tasktop Sync - Cheat Sheet

Tasktop Sync - Cheat Sheet Tasktop Sync - Cheat Sheet 1 Table of Contents Tasktop Sync Server Application Maintenance... 4 Basic Installation... 4 Upgrading Sync... 4 Upgrading an Endpoint... 5 Moving a Workspace... 5 Same Machine...

More information

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

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

More information

KYOCERA Net Viewer 5.3 User Guide

KYOCERA Net Viewer 5.3 User Guide KYOCERA Net Viewer. User Guide Legal Notes Unauthorized reproduction of all or part of this guide is prohibited. The information in this guide is subject to change without notice. We cannot be held liable

More information

Using These Manuals. How to Use the Software User Guide. Display examples: 1. Understanding How to Use Your Camera.

Using These Manuals. How to Use the Software User Guide. Display examples: 1. Understanding How to Use Your Camera. Software User Guide Read all safety precautions thoroughly to ensure safe use. Types of software installed on your computer varies depending on the method of installation from the Software CD-ROM. For

More information

WATERMARK S ENSE User Guide. VeprIT.

WATERMARK S ENSE User Guide. VeprIT. WATERMARK S ENSE User Guide VeprIT http://veprit.com support@veprit.com Based on version 1.2.0. April 28, 2014 VeprIT - Watermark Sense User Guide Page 1 Contents 1 Main Concepts 3 2 User Interface Overview

More information

Cumulus 9.0. Administrator Guide

Cumulus 9.0. Administrator Guide Cumulus 9.0 Administrator Guide Copyright 2013, Canto GmbH. All rights reserved. Canto, the Canto logo, the Cumulus logo, and Cumulus are registered trademarks of Canto, registered in the U.S. and other

More information

KYOCERA Net Viewer User Guide

KYOCERA Net Viewer User Guide KYOCERA Net Viewer User Guide Legal Notes Unauthorized reproduction of all or part of this guide is prohibited. The information in this guide is subject to change without notice. We cannot be held liable

More information

PBwiki Basics Website:

PBwiki Basics Website: Website: http://etc.usf.edu/te/ A wiki is a website that allows visitors to edit or add their own content to the pages on the site. The word wiki is Hawaiian for fast and this refers to how easy it is

More information

Network Rail Brand Hub USER GUIDE

Network Rail Brand Hub USER GUIDE Network Rail Brand Hub USER GUIDE The Brand Hub Using keywords, visual thumbnails and a more upto-date online interface, the new Brand Hub will make searching, browsing and downloading images, templates

More information

Getting Started Guide

Getting Started Guide Getting Started Guide for education accounts Setup Manual Edition 7 Last updated: September 15th, 2016 Note: Click on File and select Make a copy to save this to your Google Drive, or select Print, to

More information

CST8207: GNU/Linux Operating Systems I Lab Ten Boot Process and GRUB. Boot Process and GRUB

CST8207: GNU/Linux Operating Systems I Lab Ten Boot Process and GRUB. Boot Process and GRUB Student Name: Lab Section: Boot Process and GRUB 1 Due Date - Upload to Blackboard by 8:30am Monday April 16, 2012 Submit the completed lab to Blackboard following the Rules for submitting Online Labs

More information

Apple Exam 9L0-412 OS X Support Essentials 10.8 Exam Version: 6.3 [ Total Questions: 86 ]

Apple Exam 9L0-412 OS X Support Essentials 10.8 Exam Version: 6.3 [ Total Questions: 86 ] s@lm@n Apple Exam 9L0-412 OS X Support Essentials 10.8 Exam Version: 6.3 [ Total Questions: 86 ] Question No : 1 You are logged into a MacBook Pro as a standard user. How can you display the OS X Mountain

More information

MediaRich CORE 4.0. Quick Start Set Up Guide

MediaRich CORE 4.0. Quick Start Set Up Guide MediaRich CORE 4.0 Quick Start Set Up Guide Published: March 2016 MediaRich CORE 4.0 Quick Start Set Up Guide Before You Install Installation of MediaRich CORE must be performed by an administrator for

More information

FreeFlow Accxes version January Xerox FreeFlow Accxes Account Management Tool Customer Release Notes

FreeFlow Accxes version January Xerox FreeFlow Accxes Account Management Tool Customer Release Notes FreeFlow Accxes version 14.01.12 January 2010 Xerox FreeFlow Accxes Account Management Tool Customer Release Notes 2010 Xerox Corporation. All rights reserved. Xerox and the sphere of connectivity design,

More information

Nuxeo Platform 5.5. DAM Module. User Guide

Nuxeo Platform 5.5. DAM Module. User Guide Nuxeo Platform 5.5 DAM Module User Guide Table of Contents 1. Digital Asset Management User Guide........................................................................... 3 1.1 Digital Asset Management

More information

CHANGING VIEWS AND SCREEN MODES

CHANGING VIEWS AND SCREEN MODES In Lightroom 4 it is possible to edit the keyboard shortcuts and assign your own shortcuts or change or replace existing shortcuts. This list is based on the default shortcuts for Lightroom 4. NAPP members

More information

Password Memory 7 User s Guide

Password Memory 7 User s Guide C O D E : A E R O T E C H N O L O G I E S Password Memory 7 User s Guide 2007-2018 by code:aero technologies Phone: +1 (321) 285.7447 E-mail: info@codeaero.com Table of Contents How secure is Password

More information

MICROSOFT WORD 2010 BASICS

MICROSOFT WORD 2010 BASICS MICROSOFT WORD 2010 BASICS Word 2010 is a word processing program that allows you to create various types of documents such as letters, papers, flyers, and faxes. The Ribbon contains all of the commands

More information

FreeFlow Account Manangement Tool Customer Release Notes. Version

FreeFlow Account Manangement Tool Customer Release Notes. Version FreeFlow Account Manangement Tool Customer Release Notes Version 12.07.26 1 Table of Contents 1 Table of Contents...1 2 Introduction...2 2.1 How the Account Management Tool Works... 2 2.2 Installing AMT...

More information

Zen Internet. Online Data Backup. Zen Vault Express for Mac. Issue:

Zen Internet. Online Data Backup. Zen Vault Express for Mac. Issue: Zen Internet Online Data Backup Zen Vault Express for Mac Issue: 2.0.08 Tel: 01706 90200 Fax: 01706 902005 E-mail: info@zen.co.uk Web: www.zen.co.uk Zen Internet 2015 Contents 1 Introduction... 3 1.1 System

More information

Installing and Configuring vcloud Connector

Installing and Configuring vcloud Connector Installing and Configuring vcloud Connector vcloud Connector 2.6.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new

More information

Server Edition. V8 Peregrine User Manual. for Microsoft Windows

Server Edition. V8 Peregrine User Manual. for Microsoft Windows Server Edition V8 Peregrine User Manual for Microsoft Windows Copyright Notice and Proprietary Information All rights reserved. Attix5, 2015 Trademarks - Microsoft, Windows, Microsoft Windows, Microsoft

More information

Windows 2000 / XP / Vista User Guide

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

More information

BabelColor PatchTool Version 6.1.0 (for Mac OS) Thank-you for your interest in this BabelColor product! Table of contents: 1- UNINSTALL ANY PREVIOUS VERSION 2- PROGRAM INSTALL (Updated) 3- PROGRAM ACTIVATION

More information

Introduction. Watch the video below to learn more about getting started with PowerPoint. Getting to know PowerPoint

Introduction. Watch the video below to learn more about getting started with PowerPoint. Getting to know PowerPoint PowerPoint 2016 Getting Started With PowerPoint Introduction PowerPoint is a presentation program that allows you to create dynamic slide presentations. These presentations can include animation, narration,

More information

PrepAwayExam. High-efficient Exam Materials are the best high pass-rate Exam Dumps

PrepAwayExam.   High-efficient Exam Materials are the best high pass-rate Exam Dumps PrepAwayExam http://www.prepawayexam.com/ High-efficient Exam Materials are the best high pass-rate Exam Dumps Exam : 9L0-064 Title : OS X v10.8 Troubleshooting Exam Vendors : Apple Version : DEMO 1 /

More information

Daminion Client Questions

Daminion Client Questions Daminion Client Questions Q. Export via email doesn t see Outlook 2010. Is there a way to set up Outlook10 as a defaul account? A. Go into set your default programs, select Outlook, and choose set this

More information

4D WebSTAR V User Guide for Mac OS. Copyright (C) D SA / 4D, Inc. All rights reserved.

4D WebSTAR V User Guide for Mac OS. Copyright (C) D SA / 4D, Inc. All rights reserved. 4D WebSTAR V User Guide for Mac OS Copyright (C) 2002 4D SA / 4D, Inc. All rights reserved. The software described in this manual is governed by the grant of license provided in this package. The software

More information

Redemption Backup USER GUIDE

Redemption Backup USER GUIDE Redemption TM User Guide OnSpec Electronic, Inc. Redemption Backup USER GUIDE OnSpec Redemption User Guide Copyright 1998-2005 CompuApps, Inc. All Rights Reserved. Portions Copyright (c) 2005-2006 OnSpec

More information

Online Backup Client User Manual

Online Backup Client User Manual Software version 3.21 For Mac OS X September 2010 Version 2.0 Disclaimer This document is compiled with the greatest possible care. However, errors might have been introduced caused by human mistakes or

More information

COMMUNITIES USER MANUAL. Satori Team

COMMUNITIES USER MANUAL. Satori Team COMMUNITIES USER MANUAL Satori Team Table of Contents Communities... 2 1. Introduction... 4 2. Roles and privileges.... 5 3. Process flow.... 6 4. Description... 8 a) Community page.... 9 b) Creating community

More information

Manual Repair Windows 7 System File Command Prompt Checker

Manual Repair Windows 7 System File Command Prompt Checker Manual Repair Windows 7 System File Command Prompt Checker The Windows Club covers Windows 10 / 8 / 7 tips, tutorials, how-to's, features, freeware. The System File Checker or sfc.exe is a utility in Microsoft

More information

Virto SharePoint Forms Designer for Office 365. Installation and User Guide

Virto SharePoint Forms Designer for Office 365. Installation and User Guide Virto SharePoint Forms Designer for Office 365 Installation and User Guide 2 Table of Contents KEY FEATURES... 3 SYSTEM REQUIREMENTS... 3 INSTALLING VIRTO SHAREPOINT FORMS FOR OFFICE 365... 3 LICENSE ACTIVATION...

More information

Full System Restore Manually Run Cmd Prompt

Full System Restore Manually Run Cmd Prompt Full System Restore Manually Run Cmd Prompt Xp To start System Restore from Command Prompt or Run dialog, type rstrui.exe and press Enter. Windows XP, System Restore, Restoration Complete. Click OK. This

More information

BrightStor ARCserve Backup for Windows

BrightStor ARCserve Backup for Windows BrightStor ARCserve Backup for Windows Volume Shadow Copy Service Guide r11.5 D01191-2E This documentation and related computer software program (hereinafter referred to as the "Documentation") is for

More information

4. Fill in your information. Choose an address for your PBworks wiki. Be sure to choose For Education as your workspace type.

4. Fill in your information. Choose an address for your PBworks wiki. Be sure to choose For Education as your workspace type. Creating Your First Wiki with PB Works 1. Go to the PB Wiki Site: http://www.pbworks.com 2. Click Sign Up 3. Select the Basic Plan which is the free plan and includes 2 GB of storage space. 4. Fill in

More information

Auslogics BOOSTSPEED USER MANUAL. auslogics.

Auslogics BOOSTSPEED USER MANUAL. auslogics. Auslogics BOOSTSPEED 10 USER MANUAL www..com TABLE OF CONTENTS: Welcome Installation Guide Registering Auslogics BoostSpeed 10 Backing up with the Rescue Center Your First Scan Navigation Panel Navigation

More information

User Guide: Content editing

User Guide: Content editing DIGITAL FACTORY 7.0 User Guide: Content editing Rooted in Open Source CMS, Jahia s Digital Industrialization paradigm is about streamlining Enterprise digital projects across channels to truly control

More information

JSN Dona Portfolio User's Guide

JSN Dona Portfolio User's Guide JSN Dona Portfolio User's Guide Getting Started Template Package Installation 1. Download the template installation package Log in JoomlaShine Customer Area to download the template package that you have

More information

Colligo Engage Outlook App 7.1. Offline Mode - User Guide

Colligo Engage Outlook App 7.1. Offline Mode - User Guide Colligo Engage Outlook App 7.1 Offline Mode - User Guide Contents Colligo Engage Outlook App 1 Benefits 1 Key Features 1 Platforms Supported 1 Installing and Activating Colligo Engage Outlook App 3 Checking

More information

Logic Pro 7.1 Personal Manual by Edgar Rothermich <http://homepage.mac.com/edgarrothermich>

Logic Pro 7.1 Personal Manual by Edgar Rothermich <http://homepage.mac.com/edgarrothermich> Logic Pro 7.1 File Management (2005-0904) 1 of 9 File Management Logic Pro 7.1 Personal Manual by Edgar Rothermich EdgarRothermich@mac.com File Type Logic uses

More information

COS 318: Operating Systems

COS 318: Operating Systems COS 318: Operating Systems File Systems: Abstractions and Protection Jaswinder Pal Singh Computer Science Department Princeton University (http://www.cs.princeton.edu/courses/cos318/) Topics What s behind

More information

JSN EasySlider Configuration Manual

JSN EasySlider Configuration Manual JSN EasySlider Configuration Manual Introduction Product Overview JSN EasySlider JSN EasySlider is the cutting-edge way to present content on website: Informative - Impressive - Interactive. It helps you

More information

VMware AirWatch Chrome OS Platform Guide Managing Chrome OS Devices with AirWatch

VMware AirWatch Chrome OS Platform Guide Managing Chrome OS Devices with AirWatch VMware AirWatch Chrome OS Platform Guide Managing Chrome OS Devices with AirWatch Workspace ONE UEM v9.4 Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard

More information

8 MANAGING SHARED FOLDERS & DATA

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

More information

Fiery proserver User Guide

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

More information

The serial number is described in the sent when you downloaded and purchased the software.

The serial number is described in the  sent when you downloaded and purchased the software. Read Me First Thank you very much for purchasing VOCALOID5. Things to check before installing: Serial number The serial number is described in the email sent when you downloaded and purchased the software.

More information

A Tutorial on using Code::Blocks with Catalina 3.0.3

A Tutorial on using Code::Blocks with Catalina 3.0.3 A Tutorial on using Code::Blocks with Catalina 3.0.3 BASIC CONCEPTS...2 PREREQUISITES...2 INSTALLING AND CONFIGURING CODE::BLOCKS...3 STEP 1 EXTRACT THE COMPONENTS...3 STEP 2 INSTALL CODE::BLOCKS...3 Windows

More information