8. NETWORKING. 8.1 Introduction

Size: px
Start display at page:

Download "8. NETWORKING. 8.1 Introduction"

Transcription

1 38 8. NETWORKING 8.1 Introduction A network connects computers to each other and allows them to communicate with each other. The Physics Department computer system is connected with two different networks. The ethernet connects the UNIX workstations to each other and to the terminal server. Most Macintoshes and PC's are also on the ethernet. The localtalk network connects some Macintoshes and various printers. The two networks communicate with each other as well, through a network bridge that takes information from each network and converts it to information understandable by the devices on the other network. Thus, a microcomputer on localtalk network can access an SGI on ethernet, while a user on an SGI workstation can transfer files from a Macintosh. Of course, it's not quite that simple: you don't just connect two computers with very different CPU s and operating systems and expect them to communicate. To communicate, some sort of common language is needed. In networking, these languages are called protocols. Our network "speaks" two protocols: Appletalk and TCP/IP. The protocols are implemented as software programs running on each device on the network. The uses for these various "languages" are discussed briefly below. If it's beginning to seem that networking is fairly complicated, you are correct, partly due to the wide variety of devices and applications available, and partly because historically, each manufacturer wrote its own protocol. There are more complications: The Physics Department's ethernet is bridged to the campus network, ISUnet, which is higher speed ethernet network running on fiber optic hardware. Other departments have ethernet and localtalk, using a variety of protocols. Moreover, ISUnet is connected to the international Internet network (running TCP/IP) which is connected to hundreds of different types of computers around the country and world! As you can imagine, getting all these computers to communicate would be impossible without some standard, common protocol. It turns out that the TCP/IP protocol is the de facto standard, and software to run it is available on essentially every commonly used computer. That's why all the computers in the physics network speak TCP/IP. So why do we need anything else? As mentioned above, partly for historical reasons, but also because other protocols are better for some tasks. Consider Appletalk: Appletalk was developed to make small networks simple. It's much easier to use and set up for a novice user than TCP/IP - particularly for the common tasks of printer and file sharing. So all Apple devices speak Appletalk. It is when you want different brands or types of computers to speak to each other that you need the standard TCP/IP. Thus, we use both protocols in the department. The most basic type of communication between computers involves remote login, file transfer, electronic mail, printer sharing, and file sharing. Each protocol implements these basic features and more. We will discuss some of these here, and come back to discuss more advanced features in a later chapter. 8.2 TCP/IP Commands on UNIX The TCP/IP protocol provides access to the Internet, an international collection of computer networks connecting nearly all the national laboratories, major universities, and corporate research institutions. Remote logins and file transfers are accomplished with the SSH and SFTP (and their predecessors TELNET and FTP) commands, respectively. Additional features, including electronic mail and an international bulletin board, are also available.

2 Remote Login using SSH The TELNET command is analogous to dialing a telephone. Each device on the network has a "phone number" called an IP address or IP number: usually four 3-digit numbers separated by periods. Most devices also have more mnemonic names ("host names") which correspond to the IP numerical address. For example, some campus IP addresses are: Computer Host name IP address Physics Dual G4 meitner.phy.ilstu.edu Physics Mac file server macserver.phy.ilstu.edu Note that all these computers have the same first two numbers and the same last two words. That is because they are all at ISU (code name ILSTU, number ) which is an educational institution (code name EDU, various numbers). Other types of institutions on the national Internet are government (GOV), commercial (COM), and military (MIL). Thus a computer at a NASA laboratory is NSSDCA.GSFC.NASA.GOV, for example. Any computer on the network for which you have a signon, you can get to with the SSH or TELNET commands: SSH user@hostname or telnet hostname If you type this command on a Unix machine and wait a few seconds during which the two computers exchange information, you should see the login banner for the desired host computer. For example SSH user@ will get you on the G4 ("Meitner"). Try it File Transfer To transfer files under TCP/IP you use the ftp command (for File Transfer Protocol) in the same way: ftp hostname or ftp IP address After connection you will be prompted for the account you wish to use on the remote machine, after which the host system will usually ask for the password for the account. To transfer an ASCII file from the remote host to your computer use the ftp GET command: get filename and to transfer from your machine to the remote computer, use the ftp PUT command: put filename Binary images may be transferred using the ftp IMAGE command: image put filename Help is usually available at the FTP prompt by typing HELP.

3 40 Many systems have "guest" logins to allow remote users to FTP files that are available to the public. In this way they don't have to give out real logins to everyone. The standard format for guest logins is with the username ANONYMOUS, using your actual username or electronic mail address as a password. Guest accounts usually have absolute minimum privileges to discourage hacking. Interesting places to look include: UUNET.UU.NET UIARCHIVE.CSO.UIUC.EDU WUARCHIVE.WUSTL.EDU (UNIX software) (Macintosh and PC software) (Too much available to list) Anonymous FTP is a useful resource, since much useful software is out there. Since the resources available are growing almost daily, the system managers still have much to learn about what resources are available and how to access them. Other resources on Internet include various databases, library computers, notes files, etc. If you learn of useful Internet resources, feel free to send to root Electronic Mail Electronic mail may be transferred between the Physics Department and any other host on the Internet using the ELM mail exchange software from Worcester Polytechnic Institute and Xerox. Use of this software should be straightforward if the user is already familiar with the basic use of the Jove editor (see chapter 3). As an example, suppose you wanted to send a message to a co-worker whose login name is JOEUSER on the machine NSSDCA.GSFC.NASA.GOV. You would enter ELM, and at the menu type the letter 'm' (short for "mail"). (If this is your first ELM session, you may be asked whether the program should build a Mail directory for you - you should answer "yes".) The ELM program will then ask you who to send the note to, and also for a short summary. To: joeuser@nssdca.gsfc.nasa.gov Subject: I'm lost... Once you have provided those, you will be placed into the JOVE editor to type the body of your letter. You may use any of the normal Jove commands to prepare your message (this includes using CTRL-X CTRL-I to insert the contents of another file into your message). I used FTP to obtain your program SPIN.F last night, but I don't understand how to use it. What parameters do I need to supply? Bill When you are finished typing, save your work and exit JOVE as usual. ELM will ask you to confirm that the letter is ready to send. If you answer "s", the letter will be sent. 8.3 TCP/IP Commands on the Macintosh The Appletalk protocol provides several services unique to Apple Macintosh compatible computers, such as the basic functions of printer sharing, and file serving. Remote login and UNIX file transfer are accomplished with the SSH and FETCH programs, respectively, which use the TCP/IP protocol. Additional features, including electronic mail and the international USENET bulletin board, are also available Remote Login using SSH The Macintosh SSH command is identical to its UNIX cousin described above. Like other Unix applications that have found a home on Mac OSX, you start the program by double-clicking the mouse on the Terminal utility icon. Then you follow the same procedure as above.

4 41 From then on, the Mac s Terminal window will act like a terminal attached to the remote Unix host. You may log in, edit programs, run jobs, or perform any of the normal functions you would do from a terminal. You may even open several such connections at once, either to the same machine or different machines File Transfer using Dartmouth Fetch Dartmouth University's Fetch is a FTP client program for the Macintosh. It combines the versatility of its Unix cousin with the comfortable Mac point-and-click user interface. It is most often used either to copy Unix text files to floppy disks for home use or to copy Unix data files to a local Mac disk for later use by a Mac analysis program such as Kaleidagraph. When Fetch starts up it will ask you for four pieces of information: the machine you wish to connect to, the login name to use on that machine, the password to use, and optionally the name of a subdirectory to start out in. Usually you will use "meitner.phy.ilstu.edu" for the machine name, your regular login name and password, and leave the Directory space blank. Use the mouse or the TAB key to switch from field to field, not the RETURN key. When the information is just right, click on the OK button or press RETURN. Fetch will then make an FTP connection to Meitner. You will see a listing of all your files in the window. To download a file to the Mac, just select it by clicking on the filename, and click on the "Get File" gadget. Fetch will prompt you for the right place to put the file on the Mac. This is a standard Mac requestor; you simply navigate it to the right disk or folder The Macintosh File Server While each Macintosh has its own copy of some of the most commonly used applications, there are more applications available on the Physics Department's AppleShare file server. Connect to the AppleShare file server by selecting the Chooser from the Apple menu. The Chooser is used both for network file serving and for network printers. By clicking the mouse on the AppleShare icon in the Chooser, you will be shown a list of all visible servers. You should select "Mac Server" and click on the OK button. The Chooser will then give the option of using Guest access or providing a login name and password to use. You should click on the Guest access button. The Chooser will finally ask you which disk on the server you wish to access. You should normally select the "Physics FTP Server". The disk should appear on your Macintosh desktop just as though it was a directly attached disk. Don't forget to close the Chooser when you are done by clicking the close gadget in the upper lefthand corner of the window. Using the file server is just like using another hard disk. Programs may be used simply by double-clicking the mouse on their icons. Several applications (spreadsheets, graphics, etc.) are available to run directly from the server. In addition, many freeware utilities are available for downloading to your floppies. Feel free to explore. When you are done using the server, you should always disconnect from it by dragging the server disk icon to the trashcan. Don't leave yourself connected Electronic Mail using Eudora Users who prefer the comfortable Macintosh interface may prefer to handle all their electronic mail on a Macintosh. Towards this end, we recommend using Eudora.

5 42 Eudora can either keep incoming and outgoing mail your department account, and only contact the mail server to actually send and receive new mail, or it may use the IMAP protocol to permanently keep mail on the server. We can help you configure yours properly. See Dr. Bogue if you are interested, or sign up for one of the free mini-classes in Julian Hall. The complete set of Eudora features, including a brief tutorial, is described in the Eudora manual on the bookshelf in room Electronic News using MT-NewsWatcher Users who are interested in the international Usenet bulletin board may be interested in using MT- NewsWatcher on the Macintosh. In order to run in a "Lab" environment, MT-Newswatcher will need to keep your personal information in your departmental account. Be sure you are using it. You will be prompted for a few pieces of information (such as the IP name of the news server machine "news.ilstu.edu", your favorite machine to handle "mail.phy.ilstu.edu", and your address). MT-NewsWatcher will then open two windows. One will contain the full list of all available news groups, while the other contains a list of those newsgroups which you currently subscribe to (i.e., none). To subscribe to a group (we suggest trying sci.physics), just find it in the full list, click on it with the mouse, and drag it to the other window while holding the mouse button down. To read articles in a group, just double-click on the group name in the subscribed list. When you are done reading news, you will want to save your subscription list onto your floppy. Just choose "Save" from the "File" menu. When you resume reading news, you may start NewsReader by double-clicking on your saved subscription list document The World-Wide Web It's been in Time Magazine and the Congressional Record, and it's even at ISU. Web client programs are available on most Physics Macintoshes. These comments apply to all major web browsers, including Safari, Mozilla, and MSIE. The Web actually consists of thousands of computers on the Internet, linked together by TCP/IP and two further protocols called HTTP and HTML. Each provides a small amount of information on a topic of their choice, related materials such as pictures or movie clips, and any number of links to other computers on the Web containing related information. If you know which site you want to access, you may select "Open Location" from the File menu and type it in (try " for example). If not, you should start at the Physics Department HTML home page (loaded by default). Links to other sites are highlighted in blue. Just click on the link to access it. Warning: Surfing the web can be habit-forming!

JCCC Virtual Labs. Click the link for more information on installing on that device type. Windows PC/laptop Apple imac or MacBook ipad Android Linux

JCCC Virtual Labs. Click the link for more information on installing on that device type. Windows PC/laptop Apple imac or MacBook ipad Android Linux JCCC Virtual Labs Revision 9/21/2017 http://ats.web. Welcome to the JCCC Virtual Lab Environment. This system allows students to access campus software titles on their personal computers from almost anywhere.

More information

EDTE 330A/B. Educational Technology in the Classroom: Applications and Integrations

EDTE 330A/B. Educational Technology in the Classroom: Applications and Integrations EDTE 330A/B Educational Technology in the Classroom: Applications and Integrations California State University, Sacramento Department of Teacher Education Instructor Brian S., Ph.D. 1 Rules and Procedures

More information

Flash Video Encoder CS3 Fetch Microsoft Office 2004 (Excel, imovie. Powerpoint, Word, Entourage) itunes

Flash Video Encoder CS3 Fetch Microsoft Office 2004 (Excel, imovie. Powerpoint, Word, Entourage) itunes Welcome This is a small packet of information concerning some of the simpler uses of technology in the department, how to transfer files, change your password, that sort of thing. In this department, we

More information

ADOBE DREAMWEAVER CS4 BASICS

ADOBE DREAMWEAVER CS4 BASICS ADOBE DREAMWEAVER CS4 BASICS Dreamweaver CS4 2 This tutorial focuses on the basic steps involved in creating an attractive, functional website. In using this tutorial you will learn to design a site layout,

More information

You can use the WinSCP program to load or copy (FTP) files from your computer onto the Codd server.

You can use the WinSCP program to load or copy (FTP) files from your computer onto the Codd server. CODD SERVER ACCESS INSTRUCTIONS OVERVIEW Codd (codd.franklin.edu) is a server that is used for many Computer Science (COMP) courses. To access the Franklin University Linux Server called Codd, an SSH connection

More information

FIT 100: Fluency with Information Technology

FIT 100: Fluency with Information Technology FIT 100: Fluency with Information Technology Lab 1: UW NetID, Email, Activating Student Web Pages Table of Contents: Obtain a UW Net ID (your email / web page identity):... 1 1. Setting Up An Account...

More information

FTP Frequently Asked Questions

FTP Frequently Asked Questions Guide to FTP Introduction This manual will guide you through understanding the basics of FTP and file management. Within this manual are step-by-step instructions detailing how to connect to your server,

More information

DocuTech. XDS Plus for Mac OS X. Obtaining XDS Plus

DocuTech. XDS Plus for Mac OS X. Obtaining XDS Plus DocuTech XDS Plus for Mac OS X Obtaining XDS Plus 1. Open your web browser to http://www.xerox.com. 2. Click on the red navigation bar's hot link to Support and Drivers. 3. On the resulting screen locate

More information

Cmpt 101 Lab 1 - Outline

Cmpt 101 Lab 1 - Outline Cmpt 101 Lab 1 - Outline Instructions: Work through this outline completely once directed to by your Lab Instructor and fill in the Lab 1 Worksheet as indicated. Contents PART 1: GETTING STARTED... 2 PART

More information

Voyant Connect User Guide

Voyant Connect User Guide Voyant Connect User Guide WELCOME TO VOYANT CONNECT 3 INSTALLING VOYANT CONNECT 3 MAC INSTALLATION 3 WINDOWS INSTALLATION 4 LOGGING IN 4 WINDOWS FIRST LOGIN 6 MAKING YOUR CLIENT USEFUL 6 ADDING CONTACTS

More information

A Linux Virtual Machine for CS-2011 Projects

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

More information

Securexam Mac User Guide

Securexam Mac User Guide Securexam Mac User Guide Unlike previous versions, Securexam for Mac now functions much like the PC version where it integrates with PlanetSSI to retrieve a user s exams and licenses via the web and upon

More information

Printing from a Macintosh (PowerPC) Client - OS Identifying your Server s IP address and its Queues. At the Nuvera Print Server

Printing from a Macintosh (PowerPC) Client - OS Identifying your Server s IP address and its Queues. At the Nuvera Print Server Nuvera Family Printing from a Macintosh (PowerPC) Client - OS 9 4.0.28 Identifying your Server s IP address and its Queues At the Nuvera Print Server 1. Right-click on the desktop. You'll see the Workspace

More information

WinSCP. Author A.Kishore/Sachin

WinSCP. Author A.Kishore/Sachin WinSCP WinSCP is a freeware windows client for the SCP (secure copy protocol), a way to transfer files across the network using the ssh (secure shell) encrypted protocol. It replaces other FTP programs

More information

AppleWorks 5 Installation Manual. Includes information about new features FOR MAC OS

AppleWorks 5 Installation Manual. Includes information about new features FOR MAC OS apple AppleWorks 5 Installation Manual Includes information about new features FOR MAC OS K Apple Computer, Inc. 1998 Apple Computer, Inc. All rights reserved. Under the copyright laws, this manual may

More information

Adobe Dreamweaver CC 17 Tutorial

Adobe Dreamweaver CC 17 Tutorial Adobe Dreamweaver CC 17 Tutorial GETTING STARTED This tutorial focuses on the basic steps involved in creating an attractive, functional website. In using this tutorial you will learn to design a site

More information

Use the Apple menu to change settings, get Mac OS X software, open recent items, and restart or shut down your computer.

Use the Apple menu to change settings, get Mac OS X software, open recent items, and restart or shut down your computer. Welcome to Mac OS X Aqua makes using your Mac easier than ever. Its color, depth, and motion guide you through your tasks, while the Finder and Dock provide easy access to your computer and network. Aqua

More information

Agent and Agent Browser. Updated Friday, January 26, Autotask Corporation

Agent and Agent Browser. Updated Friday, January 26, Autotask Corporation Agent and Agent Browser Updated Friday, January 26, 2018 2018 Autotask Corporation Table of Contents Table of Contents 2 The AEM Agent and Agent Browser 3 AEM Agent 5 Privacy Mode 9 Agent Browser 11 Agent

More information

BCM 4.0 Personal Call Manager User Guide. BCM 4.0 Business Communications Manager

BCM 4.0 Personal Call Manager User Guide. BCM 4.0 Business Communications Manager BCM 4.0 Personal Call Manager User Guide BCM 4.0 Business Communications Manager Document Status: Beta Document Version: 02 Part Code: N0027256 Date: January 2006 Copyright Nortel Networks Limited 2006

More information

OPEN THE HOTLINE CLIENT

OPEN THE HOTLINE CLIENT OPEN THE HOTLINE CLIENT Everything in the Hotline universe starts with the Client Toolbar; it launches all of the Client s major functions. 1 Double-click the Hotline icon on your desktop. The Hotline

More information

WWW and Web Browser. 6.1 Objectives In this chapter we will learn about:

WWW and Web Browser. 6.1 Objectives In this chapter we will learn about: WWW and Web Browser 6.0 Introduction WWW stands for World Wide Web. WWW is a collection of interlinked hypertext pages on the Internet. Hypertext is text that references some other information that can

More information

FIT 100: Fluency with Information Technology

FIT 100: Fluency with Information Technology FIT 100: Fluency with Information Technology Lab 2: Creating Directories and Navigating Directory Structures (or, Where am I, where are my files, and how do I put my files somewhere else?) Local vs. Remote

More information

RWT Network System Installation Guide

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

More information

Adobe Dreamweaver CS5 Tutorial

Adobe Dreamweaver CS5 Tutorial Adobe Dreamweaver CS5 Tutorial GETTING STARTED This tutorial focuses on the basic steps involved in creating an attractive, functional website. In using this tutorial you will learn to design a site layout,

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

InSite Prepress Portal

InSite Prepress Portal InSite Prepress Portal System Version 5.0 Customer Quick Start Guide English 731-00089G-EN Rev C Copyright Kodak, 2008. All rights reserved. Creo and ecentral are trademarks of Kodak. Adobe, Acrobat, Adobe

More information

Can Delete Shared Folder Windows 7 In User. Password >>>CLICK HERE<<<

Can Delete Shared Folder Windows 7 In User. Password >>>CLICK HERE<<< Can Delete Shared Folder Windows 7 In User Password Later versions of Windows (Vista, 7, 8 and 8.1) have the Security tab visible at In Windows XP Home Edition, you can still make your own user profile

More information

Getting Started with Eudora For the Macintosh Using Eudora 6.1 Keith Roberts

Getting Started with Eudora For the Macintosh Using Eudora 6.1 Keith Roberts MAC1021 July 2004 Getting Started with Eudora For the Macintosh Using Eudora 6.1 Keith Roberts INTRODUCTION... 1 REQUIREMENTS... 2 ISSUES... 2 EUDORA MODES... 3 SPONSORED MODE... 3 PAID MODE... 3 LIGHT

More information

Lab 1: Accessing the Linux Operating System Spring 2009

Lab 1: Accessing the Linux Operating System Spring 2009 CIS 90 Linux Lab Exercise Lab 1: Accessing the Linux Operating System Spring 2009 Lab 1: Accessing the Linux Operating System This lab takes a look at UNIX through an online experience on an Ubuntu Linux

More information

VOCAL. Video Optical Comparison and Logging. User Guide

VOCAL. Video Optical Comparison and Logging. User Guide VOCAL Video Optical Comparison and Logging User Guide VOCAL is a custom user interface developed by Gradient Lens Corporation and designed to work within the VisionGauge measurement software to provide

More information

VMware Horizon Client Installation Guide (Windows)

VMware Horizon Client Installation Guide (Windows) VMware Horizon Client Installation Guide (Windows) (Please note: The steps in this document must be followed exactly as shown in order to ensure a proper installation.) Requirements: You must have an existing

More information

Enabling and Using EtherTalk for Mac OS 9.x. If you use EtherTalk, Macintosh computers do not require IP addresses.

Enabling and Using EtherTalk for Mac OS 9.x. If you use EtherTalk, Macintosh computers do not require IP addresses. Macintosh This topic includes: "Requirements" on page 3-29 "Quick CD-ROM Install Steps" on page 3-29 "Enabling and Using EtherTalk for Mac OS 9.x" on page 3-29 "Enabling and Using TCP/IP for Mac OS 9.x"

More information

TelstraClear Technical Document

TelstraClear Technical Document (C) Copyright Page 1 of 5 SUBJECT: Outlook Express 4.5 and Above PLATFORM: Windows 95 THE PARADISE.NET HELPDESK DOES NOT TECHNICALLY SUPPORT WINDOWS 95 AND WINDOWS NT OR APPLE MACINTOSH SYSTEMS LOWER THAN

More information

Introduction to Windows XP

Introduction to Windows XP 1 Introduction to Windows XP 1.1 INTRODUCTION The windows operating system started with the introduction of Windows OS and Windows for work group for networking. Since then it has come a long way and Windows

More information

7.1. Browsing CHAPTER. The Internet. Web Browser software

7.1. Browsing CHAPTER. The Internet. Web Browser software CHAPTER The Internet The Internet consists of a huge number of computers connected together all over the world. While a small group of connected computers constitutes a network, the Internet is an International

More information

Nextiva Drive The Setup Process Mobility & Storage Option

Nextiva Drive The Setup Process Mobility & Storage Option Nextiva Drive The Setup Process The Setup Process Adding Users 1. Login to your account and click on the Account icon at the top of the page (this is only visible to the administrator). 2. Click Create

More information

Appserv Internal Desktop Access Mac OS Device with Safari Browser. Enter your Appserv username and password to sign in to the Website

Appserv Internal Desktop Access Mac OS Device with Safari Browser. Enter your Appserv username and password to sign in to the Website Appserv Desktop Access Logging on from a Mac OS device Step 1. To sign in to the Appserv Desktop Access website, enter the following address into the Safari browser address bar. Please Note: This documentation

More information

Telnet & FTP. Department of Educational Multimedia Faculty of Education

Telnet & FTP. Department of Educational Multimedia Faculty of Education Telnet & FTP Department of Educational Multimedia Faculty of Education TCP/IP Applications World Wide Web's Hypertext Transfer Protocol (HTTP) Simple Mail Transfer Protocol (SMTP) File Transfer Protocol

More information

Users Guide. Kerio Technologies

Users Guide. Kerio Technologies Users Guide Kerio Technologies C 1997-2006 Kerio Technologies. All rights reserved. Release Date: June 8, 2006 This guide provides detailed description on Kerio WebSTAR 5, version 5.4. Any additional modifications

More information

Firewalls can prevent access to the Unix Servers. Please make sure any firewall software or hardware allows access through Port 22.

Firewalls can prevent access to the Unix Servers. Please make sure any firewall software or hardware allows access through Port 22. EINSTEIN OVERVIEW Einstein (Einstein.franklin.edu) and Codd (codd.franklin.edu) are two servers that are used for many Computer Science (COMP) courses. Students will be directed to use either Einstein

More information

DocuTech Family. Printing from a Macintosh (PowerPC) Client - OS xx. Identifying your Server s IP address and its Queues

DocuTech Family. Printing from a Macintosh (PowerPC) Client - OS xx. Identifying your Server s IP address and its Queues DocuTech Family Printing from a Macintosh (PowerPC) Client - OS 9 3.74.xx Identifying your Server s IP address and its Queues At the DocuSP Print Server 1. Right-click on the desktop. You'll see the Workspace

More information

richlove@carnationsoftware.com www.carnationsoftware.com You can use Command F to find what you are looking for in this document. Version History is available at http://www.carnationsoftware.com/carnation/macwisexversions.html

More information

Tutorial 1: Unix Basics

Tutorial 1: Unix Basics Tutorial 1: Unix Basics To log in to your ece account, enter your ece username and password in the space provided in the login screen. Note that when you type your password, nothing will show up in the

More information

Author A.Kishore/Sachin WinSCP

Author A.Kishore/Sachin   WinSCP WinSCP WinSCP is a freeware windows client for the SCP (secure copy protocol), a way to transfer files across the network using the ssh (secure shell) encrypted protocol. It replaces other FTP programs

More information

Splash M SeriesColor Server Getting Started Guide

Splash M SeriesColor Server Getting Started Guide Splash M SeriesColor Server Getting Started Guide 1.0 INTRODUCTION This Getting Started Guide contains instructions for the installation and configuration of the Splash M Series Color Server and the client

More information

Note For more information, go to to view Document # 2562.

Note For more information, go to   to view Document # 2562. Macintosh This topic includes: "Requirements" on page 3-32 "Enabling and Using EtherTalk" on page 3-32 "Enabling and Using TCP/IP" on page 3-33 "Quick Install Steps for Mac OS 9.x" on page 3-33 "Quick

More information

Click Here to Begin OS X. Welcome to the OS X Basics Learning Module.

Click Here to Begin OS X. Welcome to the OS X Basics Learning Module. OS X Welcome to the OS X Basics Learning Module. This module will teach you the basic operations of the OS X operating system, found on the Apple computers in the College of Technology computer labs. The

More information

Office 365 provided by Hugh Baird College

Office 365 provided by Hugh Baird College Office 365 provided by Hugh Baird College What is Office 365? Office 365 is a series of online tools and resources that will assist you with your work and studies. All you need to access these resources

More information

TOSHIBA GA Utilities

TOSHIBA GA Utilities TOSHIBA GA-1211 Utilities 2008 Electronics for Imaging, Inc. The information in this publication is covered under Legal Notices for this product. 45075940 24 October 2008 CONTENTS 3 CONTENTS INTRODUCTION

More information

Welcome to Mac OS X, the world s most advanced operating system. This book helps you start using Mac OS X. First install the software, then discover h

Welcome to Mac OS X, the world s most advanced operating system. This book helps you start using Mac OS X. First install the software, then discover h Welcome to Mac OS X Welcome to Mac OS X, the world s most advanced operating system. This book helps you start using Mac OS X. First install the software, then discover how easy it is to use. 2 Installing

More information

Creating a Website with Publisher 2016

Creating a Website with Publisher 2016 Creating a Website with Publisher 2016 Getting Started University Information Technology Services Learning Technologies, Training & Audiovisual Outreach Copyright 2017 KSU Division of University Information

More information

GSS Administration and Troubleshooting

GSS Administration and Troubleshooting CHAPTER 9 GSS Administration and Troubleshooting This chapter covers the procedures necessary to properly manage and maintain your GSSM and GSS devices, including login security, software upgrades, GSSM

More information

Creating and Publishing Your own website. MAC Version SEAS 001 Professor Ahmadi

Creating and Publishing Your own website. MAC Version SEAS 001 Professor Ahmadi Creating and Publishing Your own website MAC Version SEAS 001 Professor Ahmadi 1 Project Overview Create a basic web page using a text editor Publish webpage to GW school server Edit web page using an

More information

Creating and Publishing Your own website. MAC Version SEAS 001 Professor Ahmadi

Creating and Publishing Your own website. MAC Version SEAS 001 Professor Ahmadi Creating and Publishing Your own website MAC Version SEAS 001 Professor Ahmadi 1 Project Overview Create a basic web page using a text editor Publish webpage to GW school server Edit web page using an

More information

Internet. Class-In charge: S.Sasirekha

Internet. Class-In charge: S.Sasirekha Internet Class-In charge: S.Sasirekha COMPUTER NETWORK A computer network is a collection of two or more computers, which are connected together to share information and resources. Network Operating Systems

More information

Configuring the WebDAV Folder for Adding Multiple Files to the Content Collection and Editing Them

Configuring the WebDAV Folder for Adding Multiple Files to the Content Collection and Editing Them Configuring the WebDAV Folder for Adding Multiple Files to the Content Collection and Editing Them The Content Collection should be the repository for all of the files used in Blackboard. The Content Collection

More information

Getting Started in CAMS Enterprise

Getting Started in CAMS Enterprise CAMS Enterprise Getting Started in CAMS Enterprise Unit4 Education Solutions, Inc. Published: 18 May 2016 Abstract This document is designed with the new user in mind. It details basic features and functions

More information

1. Open Outlook by clicking on the Outlook icon. 2. Select Next in the following two boxes. 3. Type your name, , and password in the appropriate

1. Open Outlook by clicking on the Outlook icon. 2. Select Next in the following two boxes. 3. Type your name,  , and password in the appropriate 1 4 9 11 12 1 1. Open Outlook by clicking on the Outlook icon. 2. Select Next in the following two boxes. 3. Type your name, email, and password in the appropriate blanks and click next. 4. Choose Allow

More information

Browsing the World Wide Web with Firefox

Browsing the World Wide Web with Firefox Browsing the World Wide Web with Firefox B 660 / 1 Try this Popular and Featurepacked Free Alternative to Internet Explorer Internet Explorer 7 arrived with a bang a few months ago, but it hasn t brought

More information

Xton Access Manager GETTING STARTED GUIDE

Xton Access Manager GETTING STARTED GUIDE Xton Access Manager GETTING STARTED GUIDE XTON TECHNOLOGIES, LLC PHILADELPHIA Copyright 2017. Xton Technologies LLC. Contents Introduction... 2 Technical Support... 2 What is Xton Access Manager?... 3

More information

The First-Time Login Must Be On-Campus using Ethernet Cable

The First-Time Login Must Be On-Campus using Ethernet Cable Mac OS X Configuration Tips & Resources Information Technology Services The First-Time Login Must Be On-Campus using Ethernet Cable September 8, 2016 1. Before your start up your new (or re-imaged) Mac

More information

TDS managedip Hosted Unified Communication (UC) User Guide

TDS managedip Hosted Unified Communication (UC) User Guide Installation and Setup To Install the Application: The application is available for both PC and MAC. To download, visit the TDS Support Site at: http://support.tdsmanagedip.com/hosted To log into the Application:

More information

Using X-Particles with Team Render

Using X-Particles with Team Render Using X-Particles with Team Render Some users have experienced difficulty in using X-Particles with Team Render, so we have prepared this guide to using them together. Caching Using Team Render to Picture

More information

SecureTransport Version September Web Client User Guide

SecureTransport Version September Web Client User Guide SecureTransport Version 5.3.1 15 September 2017 Web Client User Guide Copyright 2016 Axway All rights reserved. This documentation describes the following Axway software: Axway SecureTransport 5.3.1 No

More information

Getting Started with XMF Remote

Getting Started with XMF Remote Getting Started with XMF Remote Remote R9.5 Contents Introduction......................................................... 5 How to Login........................................................ 6 The

More information

8 9 Before: Computers are categorized into three main categories from least to most powerful: microcomputers minicomputers mainframe computers Today:

8 9 Before: Computers are categorized into three main categories from least to most powerful: microcomputers minicomputers mainframe computers Today: 1 Computer, Internet, and Network Basics 2 Computer Basics A computer system includes a computer, peripheral devices, and software Computer refers to a device that accepts data as input, processes data,

More information

University Systems. Client Technologies

University Systems. Client Technologies University Systems Client Technologies Media Services - Video on Demand User Guide For Windows Computers Created by Scott Thorpe May 13th, 2015 Updated June 15th, 2015 What is video on demand? Video on

More information

Using WebBoard at UIS

Using WebBoard at UIS Using WebBoard at UIS Accessing your WebBoard Course...3 Logging in to WebBoard...3 Understanding the WebBoard Environment...4 The Menubar...5 The Conferences Menu...5 Conferences...5 Topics...6 Messages

More information

Fig (1) sending and receiving s

Fig (1) sending and receiving  s Electronic Mail Protocols (SMTP, POP, IMAP) It is important to (1) distinguish the user interface (i.e., your mail reader) from the underlying message transfer protocols (such as SMTP, POP or IMAP), and

More information

CSC 101: Lab #1 Introduction and Setup Due Date: 5:00pm, day after your lab session

CSC 101: Lab #1 Introduction and Setup Due Date: 5:00pm, day after your lab session Name: WFU Email: Lab Section: Tuesday, 9:30 Tuesday, 12:00 Tuesday, 1:30 Tuesday, 3:00 Thursday, 3:00 CSC 101: Lab #1 Introduction and Setup Due Date: 5:00pm, day after your lab session Purpose: The purpose

More information

How to Install, Configure and Use sftp (Windows Version)

How to Install, Configure and Use sftp (Windows Version) How to Install, Configure and Use sftp (Windows Version) The sftp secure File Transfer Protocol allows you to transfer patient datasets to and from IDT s server securely. All data transfers are encrypted

More information

Fiery X3eTY2 65_55C-KM Color Server. Utilities

Fiery X3eTY2 65_55C-KM Color Server. Utilities Fiery X3eTY2 65_55C-KM Color Server Utilities 2008 Electronics for Imaging, Inc. The information in this publication is covered under Legal Notices for this product. 45072888 14 March 2008 CONTENTS 3 CONTENTS

More information

Creating and Publishing Faculty Webpages

Creating and Publishing Faculty Webpages Creating and Publishing Faculty Webpages The UNF Template The template we are using today provides a professional page that is easy to work with. Because the pages are already built, faculty members can

More information

How to SFTP to nice.fas.harvard.edu from Windows

How to SFTP to nice.fas.harvard.edu from Windows How to SFTP to nice.fas.harvard.edu from Windows Recall that nice.fas.harvard.edu refers to a cluster of computers running Linux on which you have an account (your so-called FAS account). On this cluster

More information

Campaign Walkthrough

Campaign Walkthrough Email Campaign Walkthrough This guide is distributed with software that includes an end-user agreement, this guide, as well as the software described in it, is furnished under license and may be used or

More information

Downloading and editing signatures!

Downloading and editing  signatures! Downloading and editing email signatures! The templates are customizable and can be edited and saved with any html editor like Dreamweaver. If this is not available we have two alternatives for editing/saving

More information

CS Fundamentals of Programming II Fall Very Basic UNIX

CS Fundamentals of Programming II Fall Very Basic UNIX CS 215 - Fundamentals of Programming II Fall 2012 - Very Basic UNIX This handout very briefly describes how to use Unix and how to use the Linux server and client machines in the CS (Project) Lab (KC-265)

More information

Open Transport User s Guide

Open Transport User s Guide apple Open Transport User s Guide K Apple Computer, Inc. 1997 Apple Computer, Inc. All rights reserved. Under the copyright laws, this manual may not be copied, in whole or in part, without the written

More information

Virtual Desktop Infrastructure Setup for MacOS

Virtual Desktop Infrastructure Setup for MacOS Virtual Desktop Infrastructure Setup for MacOS Virtual Desktop Infrastructure (VDI) allows you to connect to a virtual computer and use software that you don t have installed on your own computer or mobile

More information

Before using Fetch the first time, you need to enter the default information for VM1.

Before using Fetch the first time, you need to enter the default information for VM1. Using Fetch Fetch is a Macintosh implementation of FTP (File Transfer Protocol). FTP is used to transfer files between two computers over the Internet. Both binary and text files can be transferred with

More information

My Site. Introduction

My Site. Introduction My Site Introduction My Site is a component of the portal that is available to all NB educators. It is a personalized site that provides all users with the following features: A place to save and share

More information

Remote Access to the CIS VLab (308)

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

More information

Installing and configuring an Android device emulator. EntwicklerCamp 2012

Installing and configuring an Android device emulator. EntwicklerCamp 2012 Installing and configuring an Android device emulator EntwicklerCamp 2012 Page 1 of 29 Table of Contents Lab objectives...3 Time estimate...3 Prerequisites...3 Getting started...3 Setting up the device

More information

Version June 2016

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

More information

FIREFOX MENU REFERENCE This menu reference is available in a prettier format at

FIREFOX MENU REFERENCE This menu reference is available in a prettier format at FIREFOX MENU REFERENCE This menu reference is available in a prettier format at http://support.mozilla.com/en-us/kb/menu+reference FILE New Window New Tab Open Location Open File Close (Window) Close Tab

More information

WebEx Training Center Tutorial

WebEx Training Center Tutorial UNC CHARLOTTE WebEx Training Center Tutorial Getting Started Guide Center for Teaching & Learning Last Updated: Summer 2016 Contents Introduction... 2 Minimum System Requirements... 2 How to Get a WebEx

More information

Website Management with the CMS

Website Management with the CMS Website Management with the CMS In Class Step-by-Step Guidebook Updated 12/22/2010 Quick Reference Links CMS Login http://staging.montgomerycollege.edu/cmslogin.aspx Sample Department Site URLs (staging

More information

Fiery Installation Instructions for the WorkCentre 7300 Series

Fiery Installation Instructions for the WorkCentre 7300 Series Fiery Installation Instructions for the WorkCentre 7300 Series This document describes how to install and set up the Fiery Network Controller for WorkCentre 7300 Series. IMPORTANT: The complete installation

More information

A Document Created By Lisa Diner Table of Contents Western Quebec School Board October, 2007

A Document Created By Lisa Diner Table of Contents Western Quebec School Board October, 2007 Table of Contents A Document Created By Lisa Diner Western Quebec School Board October, 2007 Table of Contents Some Basics... 3 Login Instructions... 4 To change your password... 6 Options As You Login...

More information

Splash RPX-i Color Server. Getting Started

Splash RPX-i Color Server. Getting Started Splash RPX-i Color Server Getting Started 2006 Electronics for Imaging, Inc. The information in this publication is covered under Legal Notices for this product. 45054825 05 May 2006 CONTENTS 3 CONTENTS

More information

Technical Users Guide for the Performance Measurement Accountability System. National Information Center For State and Private Forestry.

Technical Users Guide for the Performance Measurement Accountability System. National Information Center For State and Private Forestry. PMAS Technical Users Guide for the Performance Measurement Accountability System National Information Center For State and Private Forestry Prepared By Peter Bedker Release 2 October 1, 2002 PMAS User

More information

Avaya one-x Mobile User Guide for iphone

Avaya one-x Mobile User Guide for iphone Avaya one-x Mobile User Guide for iphone 18-602788 Issue 2 December 2008 2008 Avaya Inc. All Rights Reserved. Notice While reasonable efforts were made to ensure that the information in this document was

More information

American Public Health Association s Affiliate Online Community User s Guide. October 2015 edition

American Public Health Association s Affiliate Online Community User s Guide. October 2015 edition American Public Health Association s Affiliate Online Community User s Guide October 2015 edition TABLE OF CONTENTS Getting Started- Creating Your Account.3 Getting Started- Tips and Suggestions.4 Getting

More information

Web Access to with Office 365

Web Access to  with Office 365 Web Access to Email with Office 365 Web Access to email allows you to access your LSE mailbox from any computer or mobile device connected to the internet. Be aware, however, that Outlook 365 looks and

More information

ASTRA USER GUIDE. 1. Introducing Astra Schedule. 2. Understanding the Data in Astra Schedule. Notes:

ASTRA USER GUIDE. 1. Introducing Astra Schedule. 2. Understanding the Data in Astra Schedule. Notes: ASTRA USER GUIDE 1. Introducing Astra Schedule Astra Schedule is the application used by Academic Space Scheduling & Utilization to schedule rooms for classes and by academic colleges, schools, and departments

More information

Using the SSM Administration Console

Using the SSM Administration Console CHAPTER 6 Your user role controls whether you can access the SSM Administration Console. The following information is included in this section: SSM Administration Console Overview, page 6-1 Launching the

More information

SecureTransport Version May Web Client User Guide

SecureTransport Version May Web Client User Guide SecureTransport Version 5.3.6 9 May 2018 Web Client User Guide Copyright 2018 Axway All rights reserved. This documentation describes the following Axway software: Axway SecureTransport 5.3.6 No part of

More information

SYNERGY. Supervision and energy management software INSTRUCTION MANUAL

SYNERGY. Supervision and energy management software INSTRUCTION MANUAL SYNERGY Supervision and energy management software INSTRUCTION MANUAL INDEX 1 INTRODUCTION... 4 2 HARDWARE AND SOFTWARE REQUIREMENTS... 4 3 SETUP... 4 4 SYNERGY LOGIN AND USERS... 5 4.1 Users... 5 4.2

More information

Outlook Web Access. In the next step, enter your address and password to gain access to your Outlook Web Access account.

Outlook Web Access. In the next step, enter your  address and password to gain access to your Outlook Web Access account. Outlook Web Access To access your mail, open Internet Explorer and type in the address http://www.scs.sk.ca/exchange as seen below. (Other browsers will work but there is some loss of functionality) In

More information

Using Word 2011 at Kennesaw State University

Using Word 2011 at Kennesaw State University Using Word 2011 at Kennesaw State University Mail Merge Information Technology Services Outreach and Distance Learning Technologies Copyright 2012 - Information Technology Services Kennesaw State University

More information