Cross-platform UI access

Size: px
Start display at page:

Download "Cross-platform UI access"

Transcription

1 Cross-platform UI access VNC and rdesktop David Morgan Running the other guy s s software Do it on your machine Do it on his machine (today s topic) 1

2 Doing it on your machine Run something that emulates his whole OS VMWare Lin4Win Run something that emulates the system service/api portion of his OS wine cygwin Run something that emulates the behavior of certain particular applications of his OpenOffice -- Go ahead and turn his machine off! -- Doing it on his machine Run nothing of his on your machine not his OS not his API not his applications You just access his machine s I/O On your machine, run the software for that -- Turn his machine off? you better not! -- 2

3 Accessing I/O: examples character mode graphic mode lin-to-win -- VNC rdesktop telnet, ssh, etc VNC win-to-lin Accessing his graphical I/O -- with VNC or rdesktop 3

4 VNC RFB (Remote Frame Buffer) protocol by AT&T Laboratories, U.K. (defunct) server ports for displays 0- plus http server 100 ports lower allows a browser as client rdesktop RDP (Remote Desktop) Protocol by Microsoft based on ITU T-120 family of protocols Data protocols for multimedia conferencing by International Telecommunications Union server - port

5 Microsoft Terminal Services (TS) is an RDP implementation rdesktop, an RDP client, runs against TS TS also, more recently, dubbed Remote Desktop Connection Setting up 2 VNC servers [root@emach1 root]# su david -c vncserver New 'X' desktop is EMACH1:1 run a server instance as user david Starting applications specified in /home/david/.vnc/xstartup Log file is /home/david/.vnc/emach1:1.log [root@emach1 root]# su nitsa -c vncserver and another as user nitsa New 'X' desktop is EMACH1:2 Starting applications specified in /home/nitsa/.vnc/xstartup Log file is /home/nitsa/.vnc/emach1:2.log displays [root@emach1 root]# ps -ef grep Xvnc david :23 tty1 00:00:00 Xvnc :1 -desktop X httpd /usr/share/vnc/classes -auth /home/david/.xauthority -geometry 1024x768 -depth 8 -rfbwait rfbauth /home/david/.vnc/passwd -rfbport fp unix/:7100 nitsa :24 tty1 00:00:00 Xvnc :2 -desktop X httpd /usr/share/vnc/classes -auth /home/nitsa/.xauthority -geometry 1024x768 -depth 8 -rfbwait rfbauth /home/nitsa/.vnc/passwd -rfbport fp unix/:7100 root :24 tty1 00:00:00 grep Xvnc ports 5

6 Setting up 2 VNC servers One server user david on X display 1 via vnc on port 5901 or http on port 5801 runs david s xstartup s window manager etc the other server user nitsa on X display 2 via vnc on port 5902 or http on port 5802 runs nitsa s xstartup s window manager etc lin desktop from win desktop (via vnc) ran VNC viewer against :2 (display 2) :1 (display 1) 6

7 lin desktop from win desktop (via http) ran Internet Explorer against ports 5801(display 1) and 5802 (display 2) lin desktop from win desktop (via http) (Note: / home/david/.vnc/xstartup changed to call gnome instead of twm, relative to earlier slied) 7

8 Finger on the server pulse root]# su david -c vncserver New 'X' desktop is EMACH1:1 Starting applications specified in /home/david/.vnc/xstartup Log file is /home/david/.vnc/emach1:1.log root]# root]# tail -f /home/david/.vnc/emach1\:1.log 28/10/03 20:08:53 httpd: get '' for /10/03 20:08:53 httpd: defaulting to 'index.vnc' 28/10/03 20:09:00 httpd: get 'vncviewer.jar' for there s a log file watch dynamically 28/10/03 20:09:14 Got connection from client /10/03 20:09:14 Protocol version /10/03 20:09:14 Using tight encoding for client /10/03 20:09:14 Enabling X-style cursor updates for client /10/03 20:09:14 Enabling LastRect protocol extension for client /10/03 20:09:14 Pixel format for client : 28/10/03 20:09:14 8 bpp, depth 8 28/10/03 20:09:14 true colour: max r 7 g 7 b 3, shift r 0 g 3 b 6 28/10/03 20:09:14 no translation needed Stopping server [david@emach1.vnc]$ vncserver New 'X' desktop is EMACH1:1 born as display :1 Starting applications specified in /home/david/.vnc/xstartup Log file is /home/david/.vnc/emach1:1.log [david@emach1.vnc]$ ps -ef grep Xvnc grep -v grep david :04 pts/0 00:00:00 Xvnc :1 -desktop X httpd /usr/share/vnc/classes -auth /root/.xauthority -geometry 1024x768 -depth 8 rfbwait rfbauth /home/david/.vnc/passwd -rfbport fp unix/:7100 [david@emach1.vnc]$ [david@emach1.vnc]$ vncserver -kill :1 kill, by its display number Killing Xvnc process ID 2777 [david@emach1.vnc]$ [david@emach1.vnc]$ ps -ef grep Xvnc grep -v grep [david@emach1.vnc]$ 8

9 win desktop from lin desktop (via (via rdesktop) win desktop from lin desktop (via vnc) 9

10 X client/server model, VNC and -OR- X Client/application X Server / service VNC vis-à-vis X X11 protocol port 6000 X Client/application X Server / service VNC Client VNC Server VNC protocol port 5900 vncviewer vncserver (Xvnc) 10

11 Why VNC over X? widely cross-platform clients and servers for UNIX, Win, Mac, mainframes, handhelds lightweight (low bandwidth) persistent desktops close viewer relaunch later, to previous desktop unaltered vncviewer from

12 capturing screen images xwd xwd root out screenimage.xwd ImageMagick display screenimage.xwd when image appears left click, file/save/format to convert to another format (jpg, gif, etc) see man xwd, man ImageMagick VNC sources /usr/share/doc/kernel-doc-*/fb/framebuffer.txt 12

13 rdesktop sources o/howitworks/terminal/rdpfandp.asp THE END 13

14 into win from lin rdesktop rdesktop F how to escape fullscreen? vncviewer F8 to toggle fullscreen 14

Author A.Kishore/Sachin http://appsdba.info. VNC Background

Author A.Kishore/Sachin http://appsdba.info. VNC Background VNC Background VNC means Virtual Network Computing, is an open-source, crossplatform protocol for viewing GUI desktops on remote machines within a LAN or over a WAN/Internet connection. This document discusses

More information

Advanced Network and System Administration

Advanced Network and System Administration Advanced Network and System Administration Remote Desktops Copyright@2009, HaiVDC 1 Topics 1. X Windows 1. Client/server windowing 2. Window managers and desktops 3. Security 2. VNC 1. Why VNC? 2. Configuring

More information

Setting Up VNC, SSH Tunnels, and RDP

Setting Up VNC, SSH Tunnels, and RDP Setting Up VNC, SSH Tunnels, and RDP Thomas Pepler April 25, 2016 If you have suggestions for improving this document, please email them to: tpepler@doe.carleton.ca Contents 1 Connecting to DOE Linux Machines

More information

VHA Innovations Program Future Technology Laboratory. Linux Workstation Remote Desktop Connection Manual 2014-10- 01

VHA Innovations Program Future Technology Laboratory. Linux Workstation Remote Desktop Connection Manual 2014-10- 01 VHA Innovations Program Future Technology Laboratory Linux Workstation Remote Desktop Connection Manual 2014-10- 01 Table of Contents VHA Innovations Program... 1 Purpose... 3 Prerequisites... 3 Windows

More information

Topic relevant selected content from the highest rated entries, typeset, printed and shipped.

Topic relevant selected content from the highest rated entries, typeset, printed and shipped. Topic relevant selected content from the highest rated entries, typeset, printed and shipped. Combine the advantages of up-to-date and in-depth knowledge with the convenience of printed books. A portion

More information

Remote Desktop In OpenSUSE 10.3

Remote Desktop In OpenSUSE 10.3 Only for dummies Remote Desktop In OpenSUSE 10.3 Remote access to Linux GUI Environment from Windows Client Tedy Tirtawidjaja 5/14/2008 In Microsoft Windows environment we know Remote Desktop application

More information

CONNECTING TO DEPARTMENT OF COMPUTER SCIENCE SERVERS BOTH FROM ON AND OFF CAMPUS USING TUNNELING, PuTTY, AND VNC Client Utilities

CONNECTING TO DEPARTMENT OF COMPUTER SCIENCE SERVERS BOTH FROM ON AND OFF CAMPUS USING TUNNELING, PuTTY, AND VNC Client Utilities CONNECTING TO DEPARTMENT OF COMPUTER SCIENCE SERVERS BOTH FROM ON AND OFF CAMPUS USING TUNNELING, PuTTY, AND VNC Client Utilities DNS name: turing.cs.montclair.edu -This server is the Departmental Server

More information

VCL Access. VCL provides access to Linux and Windows 7 Virtual Machines. Users will only see those images that they are authorized to access.

VCL Access. VCL provides access to Linux and Windows 7 Virtual Machines. Users will only see those images that they are authorized to access. What is VCL? VCL (Virtual Computer Lab) is a service running on servers in IIT s datacenter that enables users to schedule and connect to virtual desktops running specific academic software applications

More information

Adafruit's Raspberry Pi Lesson 7. Remote Control with VNC

Adafruit's Raspberry Pi Lesson 7. Remote Control with VNC Adafruit's Raspberry Pi Lesson 7. Remote Control with VNC Created by Simon Monk Last updated on 2013-06-17 07:15:23 PM EDT Guide Contents Guide Contents Overview Installing VNC Using a VNC Client Built

More information

The Remote Desktop Connection Handbook. Brad Hards Urs Wolfer

The Remote Desktop Connection Handbook. Brad Hards Urs Wolfer The Remote Desktop Connection Handbook Brad Hards Urs Wolfer 2 Contents 1 Introduction 5 2 The Remote Frame Buffer protocol 6 3 Using Remote Desktop Connection 7 3.1 Connecting Remote Desktop Connection

More information

MobaXTerm: A good gnome-terminal like tabbed SSH client for Windows / Windows Putty Tabs Alternative

MobaXTerm: A good gnome-terminal like tabbed SSH client for Windows / Windows Putty Tabs Alternative MobaXTerm: A good gnome-terminal like tabbed SSH client for Windows / Windows Putty Tabs Alternative Author : admin Last 10+ years I worked on GNU / Linux as Desktop. Last 7 years most of my SSH connections

More information

Shellshock Security Patch for X86

Shellshock Security Patch for X86 Shellshock Security Patch for X86 Guide for Using the FFPS Update Manager October 2014 Version 1.0. Page 1 Page 2 This page is intentionally blank Table of Contents 1.0 OVERVIEW - SHELLSHOCK/BASH SHELL

More information

Using Virtual Machines

Using Virtual Machines Using Virtual Machines We will use VMs in CIT 130 so that you can access both a Windows 7 and a Linux machine. You will be able to access these from on and off campus (off campus access will require that

More information

A Guide to New Features in Propalms OneGate 4.0

A Guide to New Features in Propalms OneGate 4.0 A Guide to New Features in Propalms OneGate 4.0 Propalms Ltd. Published April 2013 Overview This document covers the new features, enhancements and changes introduced in Propalms OneGate 4.0 Server (previously

More information

The Desktop Sharing Handbook. Brad Hards

The Desktop Sharing Handbook. Brad Hards Brad Hards 2 Contents 1 Introduction 5 2 The Remote Frame Buffer protocol 6 3 Using Desktop Sharing 7 3.1 Managing Desktop Sharing invitations.......................... 9 3.2 Quit Desktop Sharing....................................

More information

There are many different ways in which we can connect to a remote machine over the Internet. These include (but are not limited to):

There are many different ways in which we can connect to a remote machine over the Internet. These include (but are not limited to): Remote Connection Protocols There are many different ways in which we can connect to a remote machine over the Internet. These include (but are not limited to): - telnet (typically to connect to a machine

More information

Chapter 6 Configuring the SSL VPN Tunnel Client and Port Forwarding

Chapter 6 Configuring the SSL VPN Tunnel Client and Port Forwarding Chapter 6 Configuring the SSL VPN Tunnel Client and Port Forwarding This chapter describes the configuration for the SSL VPN Tunnel Client and for Port Forwarding. When a remote user accesses the SSL VPN

More information

Interoperabilnost LINUX-Windows. It is easily possible for Linux & Windows to coexist & even work together.

Interoperabilnost LINUX-Windows. It is easily possible for Linux & Windows to coexist & even work together. Interoperabilnost LINUX-Windows It is easily possible for Linux & Windows to coexist & even work together. 1. Crossplatform software 2. File formats 3. Remote control 4. Samba 5. Running Windows in Linux

More information

VeloView Offline GUI

VeloView Offline GUI VeloView Offline GUI User Guide Outline Setting up a Remote Desktop (optional) Installation Starting the GUI Loading a Run Plot Actions Daniel Saunders Setting up remote desktop (Skip if running locally)

More information

The initial set up takes a few steps, but then each time you want to connect it is just a two set process.

The initial set up takes a few steps, but then each time you want to connect it is just a two set process. Remote Access to your Desktop using VPN Overview VPN is a tool that enables you to access one computer from another. Typical uses for Pop Center members would be 1) access their pop center computer from

More information

Ulteo Open Virtual Desktop - Protocol Description

Ulteo Open Virtual Desktop - Protocol Description Ulteo Open Virtual Desktop - Protocol Description Copyright 2008 Ulteo SAS 1 LIST OF PROTOCOLS USED CONTENTS Contents 1 List of Protocols used 1 1.1 Hyper Text Transfert Protocol (HTTP)..............................

More information

How. to: Connect Remotely. Updated by

How. to: Connect Remotely. Updated by How to: Connect to Campus Computing Resources Remotely Connecting Remotely Quicktip Students taking an Engineering or Computer Sciencee class often find themselves having to physically trek to a computer

More information

M2Web - Browser-Based Mobile Remote Access

M2Web - Browser-Based Mobile Remote Access Application User Guide M2Web - Browser-Based Mobile Remote Access AUG 058 / Rev. 1.2 This application guide describes how to use the M2Web interface for mobile remote access. support.ewon.biz Table of

More information

Juniper SSL VPN Notes Page 1

Juniper SSL VPN Notes Page 1 Juniper SSL VPN Notes Page 1 The Juniper SSL VPN is a full-featured appliance using SSL protocol to allow remote computers to securely access our organization s resources with a standard browser. The types

More information

Web Conferencing Version 8.3 Troubleshooting Guide

Web Conferencing Version 8.3 Troubleshooting Guide System Requirements General Requirements Web Conferencing Version 8.3 Troubleshooting Guide Listed below are the minimum requirements for participants accessing the web conferencing service. Systems which

More information

INASP: Effective Network Management Workshops

INASP: Effective Network Management Workshops INASP: Effective Network Management Workshops Linux Familiarization and Commands (Exercises) Based on the materials developed by NSRC for AfNOG 2013, and reused with thanks. Adapted for the INASP Network

More information

Cisco Networking Academy Program Curriculum Scope & Sequence. Fundamentals of UNIX version 2.0 (July, 2002)

Cisco Networking Academy Program Curriculum Scope & Sequence. Fundamentals of UNIX version 2.0 (July, 2002) Cisco Networking Academy Program Curriculum Scope & Sequence Fundamentals of UNIX version 2.0 (July, 2002) Course Description: Fundamentals of UNIX teaches you how to use the UNIX operating system and

More information

System Resources. To keep your system in optimum shape, you need to be CHAPTER 16. System-Monitoring Tools IN THIS CHAPTER. Console-Based Monitoring

System Resources. To keep your system in optimum shape, you need to be CHAPTER 16. System-Monitoring Tools IN THIS CHAPTER. Console-Based Monitoring CHAPTER 16 IN THIS CHAPTER. System-Monitoring Tools. Reference System-Monitoring Tools To keep your system in optimum shape, you need to be able to monitor it closely. Such monitoring is imperative in

More information

VNC Upgrade Guide. Version 5.0. June 2012

VNC Upgrade Guide. Version 5.0. June 2012 VNC Upgrade Guide Version 5.0 June 2012 Trademarks VNC is a registered trademark of RealVNC Ltd. in the U.S. and in other countries. Other trademarks are the property of their respective owners. Protected

More information

Edit system files. Delete file. ObserveIT Highlights. Change OS settings. Change password. See exactly what users are doing!

Edit system files. Delete file. ObserveIT Highlights. Change OS settings. Change password. See exactly what users are doing! ObserveIT auditing software acts like a security camera on your servers. It provides bulletproof video evidence of user sessions, significantly shortening investigation time. Every action performed by

More information

Kaseya 2. User Guide. for VSA 6.3

Kaseya 2. User Guide. for VSA 6.3 Kaseya 2 Remote Control User Guide for VSA 6.3 May 10, 2012 About Kaseya Kaseya is a global provider of IT automation software for IT Solution Providers and Public and Private Sector IT organizations.

More information

LDAP and Integrated Technologies: A Simple Primer Brian Kowalczyk, Kowal Computer Solutions Inc., IL Richard Kerwin, R.K. Consulting Inc.

LDAP and Integrated Technologies: A Simple Primer Brian Kowalczyk, Kowal Computer Solutions Inc., IL Richard Kerwin, R.K. Consulting Inc. LDAP and Integrated Technologies: A Simple Primer Brian Kowalczyk, Kowal Computer Solutions Inc., IL Richard Kerwin, R.K. Consulting Inc., IL ABSTRACT SAS Integration Technologies and LDAP(Lightweight

More information

visionapp Remote Desktop 2010 (vrd 2010)

visionapp Remote Desktop 2010 (vrd 2010) visionapp Remote Desktop 2010 (vrd 2010) Convenient System Management P roduct Information www.vrd2010.com Inhalt 1 Introduction... 1 2 Overview of Administration Tools... 1 2.1 RDP Administration Tools...

More information

Product Description. Licenses Notice. Introduction TC-200

Product Description. Licenses Notice. Introduction TC-200 User Manual TC-200 Introduction TC-200 Product Description The TC-200 provides the fastest Thin Client performance on the market, It runs embedded Linux, swing user interface, Citrix 6.3, Microsoft RDP

More information

InspecTView Highlights

InspecTView Highlights InspecTView auditing software acts like a security camera on your servers. It provides bulletproof video evidence of user sessions, significantly shortening investigation time. Every action performed by

More information

Aqua Connect Remote Desktop Services 3.7 User Manual

Aqua Connect Remote Desktop Services 3.7 User Manual Aqua Connect Remote Desktop Services 3.7 User Manual Table of Contents About Aqua Connect Remote Desktop Services... 3 Features... 3 System Requirements... 4 Hardware... 4 Software... 4 Getting Ready...

More information

Chapter 5 Configuring the Remote Access Web Portal

Chapter 5 Configuring the Remote Access Web Portal Chapter 5 Configuring the Remote Access Web Portal This chapter explains how to create multiple Web portals for different users and how to customize the appearance of a portal. It describes: Portal Layouts

More information

Aqua Accelerated Protocol (AAP) For Mac User Manual

Aqua Accelerated Protocol (AAP) For Mac User Manual Aqua Accelerated Protocol (AAP) For Mac User Manual Table of Contents About Aqua Accelerated Protocol...3 System Requirements... 4 Hardware (Client)... 4 Hardware (Server Connecting to)... 4 Software (AAP

More information

HP Connection Manager. Administrator's Guide

HP Connection Manager. Administrator's Guide HP Connection Manager Administrator's Guide Copyright 2011 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. Microsoft, Windows, and Windows

More information

UOG User Guide. Windows

UOG User Guide. Windows UOG User Guide 21 st Century Lab - How to access your Linux Virtual Machine Windows Staff and Students are required to connect to SIT-WLAN network, follow Wireless Network Setup Guide for SIT Students

More information

Visualization Cluster Getting Started

Visualization Cluster Getting Started Visualization Cluster Getting Started Contents 1 Introduction to the Visualization Cluster... 1 2 Visualization Cluster hardware and software... 2 3 Remote visualization session through VNC... 2 4 Starting

More information

Vine Server. v3.1. Manual

Vine Server. v3.1. Manual Vine Server v3.1 Manual Copyright 2009 TestPlant Inc. Vine Server Manual Trademarks Vine, Vine Viewer, Vine Server, the Vine logo, TestPlant, and the TestPlant logo are trademarks or registered trademarks

More information

AT&T CLOUD SERVICES. AT&T Synaptic Compute as a Service SM : How to Get Started. Version 2.0 January 2012

AT&T CLOUD SERVICES. AT&T Synaptic Compute as a Service SM : How to Get Started. Version 2.0 January 2012 Version 2.0 January 2012 AT&T CLOUD SERVICES AT&T Synaptic Compute as a Service SM : How to Get Started 2012 AT&T Intellectual Property. All rights reserved. Notice Copyright AT&T Intellectual Property.

More information

MS Terminal Server Cracking

MS Terminal Server Cracking MS Terminal Server Cracking If you want to do any MS Terminal Server cracking you basically have your choice of three tools that can do it for you; TSgrinder, TScrack, and a patched version of RDesktop.

More information

SUNY New Paltz Terminal Services Guidebook

SUNY New Paltz Terminal Services Guidebook SUNY New Paltz Terminal Services Guidebook Robert Trahan Last Revision 08/12/09 Contents Introduction...2 What's Included...2 How To Connect...3 Windows XP and Vista...3 Mac OS...3 Linux...4 How to use

More information

Other documents in this series are available at: servernotes.wazmac.com

Other documents in this series are available at: servernotes.wazmac.com Wazza s Snow Leopard Server QuickStart 14. Win XP - Workgroup Setup About the Document This document is the fourteenth in a series of documents describing the process of installing and configuring a Mac

More information

Installation Guide. Installing MYOB AccountRight in a Remote Desktop Services Environment

Installation Guide. Installing MYOB AccountRight in a Remote Desktop Services Environment Installation Guide Installing MYOB AccountRight in a Remote Desktop Services Environment Table of Contents 1 Contents Page No. Contents Page No. Overview 2 1.0 Installing AccountRight on a Remote Desktop

More information

How to Use? SKALICLOUD DEMO

How to Use? SKALICLOUD DEMO How to Use? SKALICLOUD DEMO Account Login Page SkaliCloud Control Panel Overview Step 1: Click Add and Select Server Button to create your Server, add your Drive, Private Vlan or Static IP You are now

More information

Remote Desktop With P2P VNC

Remote Desktop With P2P VNC Remote Desktop With P2P VNC VNC is a well-known tool for remote desktop view and control. The two computers establish a TCP connection so that one of them can access the display of the other. However,

More information

Global Knowledge MEA Remote Labs. Remote Lab Access Procedure

Global Knowledge MEA Remote Labs. Remote Lab Access Procedure Global Knowledge MEA Remote Labs Remote Lab Access Procedure Contents 1. Overview... 3 2. Student Workstation Requirements... 3 2.1. Windows Platforms... 3 2.2. Apple Platforms... 3 2.3. Linux Platforms...

More information

Mobile Admin Architecture

Mobile Admin Architecture Mobile Admin Architecture Introduction Mobile Admin is an enterprise-ready IT Management solution that enables system administrators to monitor and manage their corporate IT infrastructure from a mobile

More information

Record and Replay All Windows and Unix User Sessions Like a security camera on your servers

Record and Replay All Windows and Unix User Sessions Like a security camera on your servers Record and Replay All Windows and Unix User Sessions Like a security camera on your servers ObserveIT is the only enterprise solution that records both Windows and Unix user sessions, supporting all methods

More information

Here is a demonstration of the Aqua Accelerated Protocol (AAP) software see the Aqua Connect YouTube Channel

Here is a demonstration of the Aqua Accelerated Protocol (AAP) software see the Aqua Connect YouTube Channel OS X Terminal Server The Marriott Library, Computer & Media Services has a OS X Terminal Server running software from Aqua Connect, see web site http://www.aquaconnect.net/. This enables the OS X operating

More information

Parallels Desktop Enterprise Edition

Parallels Desktop Enterprise Edition Parallels Desktop Enterprise Edition Running Parallels Desktop as a Virtual Machine Server Build 9.0.23350 or later Copyright 1999-2014 Parallels IP Holdings GmbH and its affiliates. All rights reserved.

More information

Requirements Collax Security Gateway Collax Business Server or Collax Platform Server including Collax SSL VPN module

Requirements Collax Security Gateway Collax Business Server or Collax Platform Server including Collax SSL VPN module Collax SSL VPN Howto This howto describes the easy configuration of a Collax server as SSL VPN gateway in order to enable external access to selected applications in the company network. Except for a common

More information

Remote Vision(Java RDP Client) User Manual

Remote Vision(Java RDP Client) User Manual Remote Vision(Java RDP Client) User Manual Version 1.1 11/20/2014 Contents 1. Overview... 2 1.1. Features... 2 2. Installation... 3 2.1. Install JRE (Java Runtime Environment)... 3 2.2. Run Remote Vision

More information

Connecting to Miami University s EHR Solution (GE Centricity)

Connecting to Miami University s EHR Solution (GE Centricity) Connecting to Miami University s EHR Solution (GE Centricity) To access GE Centricity from off campus, you will log into one of two dedicated Remote Desktop Servers, often called Terminal Servers (TS),

More information

Thin Clients and PCs A comparative study to find suitability for different computing environments

Thin Clients and PCs A comparative study to find suitability for different computing environments Thin Clients and PCs A comparative study to find suitability for different computing environments Tanmay K. Mohapatra Choosing between thin clients and PCs requires a rational evaluation. Often a correct

More information

Embedded Operating Systems Selection Guide

Embedded Operating Systems Selection Guide Embedded Selection Guide Common features........................................................2 Advantages of embedded operating systems and thin client hardware................... 3 Windows XP Embedded

More information

Requirements on terminals and network Telia Secure Remote User, TSRU (version 7.1 R4)

Requirements on terminals and network Telia Secure Remote User, TSRU (version 7.1 R4) Requirements on terminals and network Telia Secure Remote User, TSRU (version 7.1 R4) Content Page Introduction 2 Platform support 2 Cross Platform support 2 Web and file browsing 2 Client-side Applets

More information

Tera Term Telnet. Introduction

Tera Term Telnet. Introduction Tera Term Telnet Introduction Starting Telnet Tera Term is a terminal emulation program that enables you to log in to a remote computer, provided you have a registered account on that machine. To start

More information

Security Advice for Instances in the HP Cloud

Security Advice for Instances in the HP Cloud Security Advice for Instances in the HP Cloud Introduction: HPCS protects the infrastructure and management services offered to customers including instance provisioning. An instance refers to a virtual

More information

Mouse and Pointer Settings. Technical Brief

Mouse and Pointer Settings. Technical Brief Mouse and Pointer Settings Technical Brief Avocent, the Avocent logo, DSView, AutoView, SwitchView, DSR, OSCAR and AVWorks are trademarks or registered trademarks of Avocent Corporation or its affiliates.

More information

Launching and Connecting

Launching and Connecting Module 7 Launching and Connecting Introduction In this module we are going to learn how to launch an instance and how to connect to it. We are going to discuss two ways to connect: (a) with the command

More information

Interacting with Users

Interacting with Users 7 Interacting with Users 7 Apple Remote Desktop is a powerful tool for interacting with computer users across a network. You can interact by controlling or observing remote screens, text messaging with

More information

Namespaces. The e-mail address is the most visible part of the companys namespace Important to work properly

Namespaces. The e-mail address is the most visible part of the companys namespace Important to work properly Privacy Policy Everybody have to know the company e-mail policy (...and accept it...) For diagnostic reasons the SA may fumble among e-mails It can happen, that not only diag... The higher management can

More information

Building and Using NX Open Source Components version 3.X

Building and Using NX Open Source Components version 3.X pproved by: Building and Using NX Open Source Components version 3.X Document Prot.D-509/06-NXG-DOC Page 1 of 9 pproved by: Index 1. version 3.x...3 1.1. Building NX Compression Libraries and Proxy...3

More information

Remote Access and Control of the. Programmer/Controller. Version 1.0 9/07/05

Remote Access and Control of the. Programmer/Controller. Version 1.0 9/07/05 Remote Access and Control of the Programmer/Controller Version 1.0 9/07/05 Remote Access and Control... 3 Introduction... 3 Installing Remote Access Viewer... 4 System Requirements... 4 Activate Java console...

More information

NYU-Poly VLAB Introduction LAB 0

NYU-Poly VLAB Introduction LAB 0 NYU-Poly VLAB Introduction LAB 0 1. Overview The purpose of this lab is to familiarize yourself with the operations and access to the NYU- Poly Virtual Information Technology and Assurance Lab (VITAL).

More information

IT-ADVENTURES PLAYGROUND (ISERINK) Remote Setup Guide IOWA STATE UNIVERSITY INFORMATION ASSURANCE CENTER

IT-ADVENTURES PLAYGROUND (ISERINK) Remote Setup Guide IOWA STATE UNIVERSITY INFORMATION ASSURANCE CENTER IT-ADVENTURES PLAYGROUND (ISERINK) Remote Setup Guide IOWA STATE UNIVERSITY INFORMATION ASSURANCE CENTER Spring 2014 Gaining access to your systems Since ISERink runs on a simulated internet provided by

More information

Remote Desktop Web Access. Using Remote Desktop Web Access

Remote Desktop Web Access. Using Remote Desktop Web Access Remote Desktop Web Access What is RD Web Access? RD Web Access is a Computer Science service that allows you to access department software and machines from your Windows or OS X computer, both on and off

More information

How do I Install and Configure MS Remote Desktop for the Haas Terminal Server on my Mac?

How do I Install and Configure MS Remote Desktop for the Haas Terminal Server on my Mac? Enterprise Computing & Service Management How do I Install and Configure MS Remote Desktop for the Haas Terminal Server on my Mac? In order to connect remotely to a PC computer from your Mac, we recommend

More information

UT Video Conferencing Update Notes

UT Video Conferencing Update Notes For non-windows clients, Scheduling Meetings is now available via the http://iview.utoledo.edu:8080/userportal/ Clicking on Schedule gives: Add participants in the To: field, Change Subject:, Set start

More information

Requirements on terminals and network Telia Secure Remote User, TSRU (version 7.3 R6)

Requirements on terminals and network Telia Secure Remote User, TSRU (version 7.3 R6) Requirements on terminals and network Telia Secure Remote User, TSRU (version 7.3 R6) Content Page Introduction 2 Platform support 2 Cross Platform support 2 Web and file browsing 2 Client-side Applets

More information

VPS Remote Computing. Connecting to a Windows Server for the first time. 1 Your Server has been installed. 2 Finding the login details for your Server

VPS Remote Computing. Connecting to a Windows Server for the first time. 1 Your Server has been installed. 2 Finding the login details for your Server Connecting to a Windows Server for the first time This document will take you through the process of connecting to a Windows Virtual server for the first time. To connect to your server you need to find

More information

VMware Virtual Desktop Infrastructure (VDI) - The Best Strategy for Managing Desktop Environments Mike Coleman, VMware (mcoleman@vmware.

VMware Virtual Desktop Infrastructure (VDI) - The Best Strategy for Managing Desktop Environments Mike Coleman, VMware (mcoleman@vmware. VMware Virtual Desktop Infrastructure (VDI) - The Best Strategy for Managing Desktop Environments Mike Coleman, VMware (mcoleman@vmware.com) Copyright 2008 EMC Corporation. All rights reserved. Agenda

More information

Mobile Computing and Virtual Desktops

Mobile Computing and Virtual Desktops Mobile Computing and Virtual Desktops buzzetti@us.ibm.com The IBM Worldwide Design Centers comprise certified IT architects and specialists using state-of-the-art methodologies and technologies in the

More information

Easy Setup Guide for the Sony Network Camera

Easy Setup Guide for the Sony Network Camera -878-191-11 (1) Easy Setup Guide for the Sony Network Camera For setup, a computer running the Microsoft Windows Operating System is required. For monitoring camera images, Microsoft Internet Explorer

More information

VNC ARCHITECTURE BASED REMOTE DESKTOP ACCESS THROUGH ANDROID MOBILE PHONES

VNC ARCHITECTURE BASED REMOTE DESKTOP ACCESS THROUGH ANDROID MOBILE PHONES VNC ARCHITECTURE BASED REMOTE DESKTOP ACCESS THROUGH ANDROID MOBILE PHONES Archana Jadhav 1,Vipul Oswal 2,Sagar Madane 3,Harshal Zope 4,Vishal Hatmode 5 ABSTRACT In this paper, we will enlist the process

More information

Getting Started with NX

Getting Started with NX pproved by: Getting Started with NX Document Prot. Page 1 of 19 pproved by: Index 1.... 3 1.1. Some basics... 4 1.2. Enjoy NX performance!... 5 1.3. Look at the NX protocol statistics... 6 2. deeper insight

More information

Security Overview Introduction Application Firewall Compatibility

Security Overview Introduction Application Firewall Compatibility Security Overview Introduction ShowMyPC provides real-time communication services to organizations and a large number of corporations. These corporations use ShowMyPC services for diverse purposes ranging

More information

QVD Client for Android. QVD Client for Android

QVD Client for Android. QVD Client for Android QVD Client for Android i QVD Client for Android QVD Client for Android ii REVISION HISTORY NUMBER DATE DESCRIPTION NAME QVD Client for Android iii Contents 1 Introduction 1 2 Installation 2 3 Usage 4 3.1

More information

The SSL device also supports the 64-bit Internet Explorer with new ActiveX loaders for Assessment, Abolishment, and the Access Client.

The SSL device also supports the 64-bit Internet Explorer with new ActiveX loaders for Assessment, Abolishment, and the Access Client. WatchGuard SSL v3.2 Release Notes Supported Devices SSL 100 and 560 WatchGuard SSL OS Build 355419 Revision Date January 28, 2013 Introduction WatchGuard is pleased to announce the release of WatchGuard

More information

Remote PC Guide for Standalone PC Implementation

Remote PC Guide for Standalone PC Implementation Remote PC Guide for Standalone PC Implementation Updated: 2007-01-22 The guide covers features available in NETLAB+ version 3.6.1 and later. IMPORTANT Standalone PC implementation is no longer recommended.

More information

Terminal Server Software and Hardware Requirements. Terminal Server. Software and Hardware Requirements. Datacolor Match Pigment Datacolor Tools

Terminal Server Software and Hardware Requirements. Terminal Server. Software and Hardware Requirements. Datacolor Match Pigment Datacolor Tools Terminal Server Software and Hardware Requirements Datacolor Match Pigment Datacolor Tools January 21, 2011 Page 1 of 8 Introduction This document will provide preliminary information about the both the

More information

Tech Notes. PC-Duo for Terminal Services

Tech Notes. PC-Duo for Terminal Services Tech Notes for Terminal Services Remote control and support for thin client users on MS or Citrix terminal server sessions Terminal Services Concept and Requirements The Enterprise Host can be configured

More information

Using hp OpenView Omniback II GUI Via Slow Remote Connections

Using hp OpenView Omniback II GUI Via Slow Remote Connections hp OpenView Omniback II technical whitepaper Using hp OpenView Omniback II GUI Via Slow Remote Connections Using Omniback II GUI via slow remote connections Technical Whitepaper Table of Contents 1. Introduction...

More information

S3355 - Hands on Tutorial: Deploying GRID in Citrix and VMware Virtual Desktop Environments

S3355 - Hands on Tutorial: Deploying GRID in Citrix and VMware Virtual Desktop Environments S3355 - Hands on Tutorial: Deploying GRID in Citrix and VMware Desktop Environments Jason K. Lee ( Applied Engineer, GRID, NVIDIA ) Milan Diebel ( Senior Product Manager, GRID, NVIDIA ) Steve Harpster

More information

How do I Install and Configure MS Remote Desktop for the Haas Terminal Server on my Mac?

How do I Install and Configure MS Remote Desktop for the Haas Terminal Server on my Mac? How do I Install and Configure MS Remote Desktop for the Haas Terminal Server on my Mac? In order to connect remotely to a PC computer from your Mac, we recommend the MS Remote Desktop for Mac client.

More information

ObserveIT User Activity Monitoring software meets the complex compliance and security challenges related to user activity auditing.

ObserveIT User Activity Monitoring software meets the complex compliance and security challenges related to user activity auditing. ObserveIT User Activity Monitoring software meets the complex compliance and security challenges related to user activity auditing. ObserveIT acts like a security camera on your servers, generating audit

More information

Proof of Concept Guide

Proof of Concept Guide Proof of Concept Guide Version 4.0 Published: OCT-2013 Updated: 2005-2013 Propalms Ltd. All rights reserved. The information contained in this document represents the current view of Propalms Ltd. on the

More information

AX3000 Range Thin Clients

AX3000 Range Thin Clients AX3000 Range Thin Clients September 2013 AX3CC-2013-10-E AX3000 MODEL 85 (Reference: AX3-85) Very High Graphical Performance Overview Designed and manufactured by AXEL, the AX3000 Terminal allows Ethernet

More information

Sharp Remote Device Manager (SRDM) Server Software Setup Guide

Sharp Remote Device Manager (SRDM) Server Software Setup Guide Sharp Remote Device Manager (SRDM) Server Software Setup Guide This Guide explains how to install the software which is required in order to use Sharp Remote Device Manager (SRDM). SRDM is a web-based

More information

Desktop virtualization using SaaS Architecture

Desktop virtualization using SaaS Architecture Desktop virtualization using SaaS Architecture Pranit U. Patil, Pranav S. Ambavkar, Dr.B.B.Meshram, Prof. Varshapriya VJTI, Matunga, Mumbai, India. pranit_patil@aol.in Abstract - Desktop virtualization

More information

AN INTRODUCTION TO UNIX

AN INTRODUCTION TO UNIX AN INTRODUCTION TO UNIX Paul Johnson School of Mathematics September 24, 2010 OUTLINE 1 SHELL SCRIPTS Shells 2 COMMAND LINE Command Line Input/Output 3 JOBS Processes Job Control 4 NETWORKING Working From

More information

이 기기는 업무용 급 으로 전자파적합등록을 한 기기이오니 판매자 또는 사용자는 이점을 주의하시기 바라며 가정 외의 지역에서 사용하는 것을 목적으로 합니다

이 기기는 업무용 급 으로 전자파적합등록을 한 기기이오니 판매자 또는 사용자는 이점을 주의하시기 바라며 가정 외의 지역에서 사용하는 것을 목적으로 합니다 020-101186-01 020-101186-01 이 기기는 업무용 급 으로 전자파적합등록을 한 기기이오니 판매자 또는 사용자는 이점을 주의하시기 바라며 가정 외의 지역에서 사용하는 것을 목적으로 합니다 Table of Contents About this Document... 1 Document Conventions... 1 Audience... 1 Related

More information

How to setup and use XViewer & XImpcert

How to setup and use XViewer & XImpcert How to setup and use XViewer & XImpcert Written by Michael Lackner aka Grand Admiral Thrawn http://wp.xin.at/the-xviewer-project irc://www.xin.at:6666 #guests irc+ssl:/www.xin.at:6697 #guests How to setup

More information

FAQs, Hints and Tips

FAQs, Hints and Tips FAQs, Hints and Tips FAQs Appendix B n What s Covered in This Document This document contains a list of frequently asked questions (FAQs), as well as helpful hints and tips, regarding configuring, installing,

More information

HP ThinPro. Table of contents. Enabling RemoteFX for RDP. Technical white paper

HP ThinPro. Table of contents. Enabling RemoteFX for RDP. Technical white paper Technical white paper HP ThinPro Enabling RemoteFX for RDP Table of contents Overview... 2 Operating system requirements... 2 USB redirection... 2 Enabling RemoteFX on the RDP server... 2 Windows 7 and

More information

Secure access to the DESY network using SSH

Secure access to the DESY network using SSH 1 November 29, 2007 Secure access to the DESY network using SSH UCO @ DESY November 29, 2007, Hamburg 2 Contents 1 General Information 4 1.1 How to reach UCO............................... 4 2 Introduction

More information