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

Size: px
Start display at page:

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

Transcription

1 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 should be used. To run programs and compile files or set up directories, you will need to access the servers through the PuTTY program. You can use the WinSCP program to load or copy (FTP) files from your computer onto the Codd server. PLEASE NOTE Your login information for the Linux Server will be the same as that for your myfranklin access. If you are unable to login, please try to synchronize your password by using the Change myfranklin Password link once you have logged into your myfranklin page. Firewalls can prevent access to the Codd Server. Please make sure any firewall software or hardware allows access through Port 22. If you are still having difficulties connecting, please contact the Help Desk at DIRECTIONS ON HOW TO DOWNLOAD AND INSTALL PUTTY AND WINSCP 1 Accessing Codd Server through WinSCP (download WinSCP) Accessing Codd Server through PuTTY (download PuTTY) Command Tips for Using PuTTY 1 The instructions or links provided here are for a PC/Windows environment. Please click on any of the bullet items above to learn how to install similar programs for the MAC.

2 DOWNLOAD WINSCP 1. The latest version of WinSCP can be downloaded by clicking here to go to the WinSCP download site Under the Downloading WinSCP section on this page, you will see a hyperlink named Installation package (see red arrow above). Click on this link to download the latest version of the WinSCP program (the most current version at the time of this writing is WinSCP ). 3. Depending on which browser you are using (we are using Firefox for this installation), you will see a new window like the following popup (Firefox) OR you will be asked if you wish to run or save WinSCP Setup.exe from download.winscp.net (Internet Explorer) [click Save, then Open Folder ] OR you will see a grey bar appear at the bottom of your browser indicating the file is being downloaded (Chrome) : 2 For MAC users, an alternative to WinSCP is FileZilla or FuGu. Please click on one of these links and follow the instructions available at the site for downloading this software to a MAC.

3 4. Click the Save File button (Firefox) to save the file on your computer. It will be saved in your Downloads folder on your PC (or wherever you have indicated downloads should be saved by default). INSTALL WINSCP 1. Once the download is complete, go to the place on your computer where the download was saved and doubleclick on the file name (i.e., WinSCP Setup.exe is the version used for this tutorial). A window like the following will appear: 2. Click the Run button in this window. Answer yes to any security prompts you may receive. The setup will begin. A screen such as the following will appear: 3. Leave English as the chosen language. Click OK to proceed with the installation. A new window such as the following will appear: 4. Click Next to continue with the installation. A new window such as the following will appear:

4 5. In the License Agreement window, click the Accept > button to proceed. A new window appears: 6. Leave the selection at Full upgrade (recommended) and click Next> to continue. A new window appears: 7. Click Install to continue. A new window appears, showing you the status of the install

5 8. Once the install is finished, you will get the following window displayed: 9. Click the Finish button to finish the installation. USE WINSCP 1. The following steps will show you how to transfer files to the Codd server. Double-click the WinSCP icon on your desktop: 2. For first the time user, the WinSCP Login window will look like the following:

6 3. Fill in the appropriate information as is indicated below: - The File Protocol: you select should be SFTP (as shown above). - Enter codd.franklin.edu in the Host name: textbox to connect to the Codd server. - Enter your myfranklin login username in the User Name: textbox. - Enter your myfranklin login password in the Password: textbox. - Make sure the Port number: textbox is set to 22, and the SFTP option is selected - Click Save to save the session for future use. A new window like the following will appear: - Enter codd in the Site name: textbox and check the Save password (not recommended) option if you are sure you want to save the session with a password (otherwise you will be prompted to enter the password every time you connect). You may also choose to create a desktop shortcut if you wish. If you are sure your information is correct, click OK. 4. You will be brought back to a screen that looks like the following once you save your session(s):

7 5. To access a saved session, simply click on the session name (i.e., Codd was clicked on here) and click the Login button (or double-click on the session name only). 6. If this Warning appears, click Yes. 7. The following window will appear until you are connected: 8. Once you are connected, you will see a WinSCP window that is divided into a right and a left panel. The left panel lists the files on your computer, and the right panel lists the files on the server to which you are connected (Codd in this case).

8 9. To transfer a file or folder from the local computer to the server, simply drag the object from the left panel to the right panel. Click Copy when the Copy window appears. 10. As files are copied, the following window will show the progress. 11. You will now see your document in the right panel. 12. To delete a file, click the filename you wish to delete to highlight it, and click the red at the top of the server-side window (marked with a red arrow below).

9 13. To rename a file, click the filename, then the pencil symbol at the top of the server-side window (marked with a red arrow below).

10 DOWNLOAD PUTTY To run programs on the Franklin University Linux Server called Codd, an SSH connection must be used. The program called PuTTY can be used to connect to this server. Note: If you already know the login process, but wish to learn some command tips for PuTTY, click here. 1. PuTTY can be downloaded from here. Click where indicated below with the red arrow. Then click on the Save File button to download the executable to your PC (the file may be automatically saved depending on what browser you are using): 2. Now go to where the file was downloaded (usually your Downloads folder on your PC) and double-click on the file name putty.exe to open the program. Because PuTTY is just an executable file, nothing needs to be installed The below screen is what you will see when first starting PuTTY. 3 For MAC users, an alternative to PuTTY is terminal (should already be present on your machine). Click HERE for more details. Once in the terminal program, just say <username>@codd.franklin.edu to get into the server OR you can user something called SyncTerm as well.

11 3. On the left side of the window, under Terminal, click on Keyboard. 4. Select the Control-H radio button under The Backspace key. 5. Click on Session on the left side. 6. In the Host Name textbox, enter codd.franklin.edu 7. Select the SSH radio button. 8. Under Saved Sessions, enter a name, for example "Codd", and click the Save button. (To load the session in the future, highlight the name in the Saved Sessions list, and click the Load button.)

12 9. Click on the Open button. 10. The first time a server is accessed, this security alert will appear. It is normal. Click on the Yes button. 11. The below screen will appear. 12. Enter your login name, and hit enter. 13. Enter your myfranklin password when it requests your password (there will not be a visual confirmation of your password).

13 14. Upon a successful login, you will see a system message, and you will be taken to your system prompt. 15. To logout of the Codd server, simply type exit in the command line, hit return, and the window will disappear.

14 COMMAND TIPS FOR USING PUTTY COPY AND PASTE TEXT 1. Click and drag to highlight the text you want to copy. 2. To paste the text: a. Move the cursor to the desired location. b. Hit the Esc key to switch to command mode. c. Use the arrow keys to move up, down, right and left. d. Hit the letter I key to switch to edit mode. e. Click the right mouse button to paste the text. BACKSPACE IN A LINE OF TEXT 1. Hold down Ctrl and hit the H key. OR 1. Hit the Esc key to switch to command mode. 2. Hit the J key to move the cursor toward the left. TO MOVE THE CURSOR TOWARD THE RIGHT OR TOWARD THE LEFT ON THE COMMAND LINE 1. Hit the Esc key to switch to command mode 2. Use the H key to move the cursor to the left and the letter L key to move to the right.

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

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

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

UNIVERSITY OF NORTH TEXAS DEPARTMENT OF LEARNING TECHNOLOGIES SPRING

UNIVERSITY OF NORTH TEXAS DEPARTMENT OF LEARNING TECHNOLOGIES SPRING How-To Set Up Your Classes Web Space Windows and Mac Go to https://classes.lt.unt.edu/ (1) In the menu bar Click Register (2) Use your regular EUID (abc1234 format) and password. (3) Choose your role and

More information

Enter your Appserv username and password to sign in to the Website

Enter your Appserv username and password to sign in to the Website Appserv Desktop Access Logging on from a Windows 10 Device Step 1. To sign in to the Appserv Desktop Access website, either enter the following address into the Microsoft Edge browser address bar, or click

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

Fairfield University Using Xythos for File Storage

Fairfield University Using Xythos for File Storage Fairfield University Using Xythos for File Storage Version 7.0 Table of Contents I: Accessing your Account...2 II: Uploading Files via the Web...2 III: Manage your Folders and Files via the Web...4 IV:

More information

APP-J: WHAT IS APPLICATION JUKEBOX?

APP-J: WHAT IS APPLICATION JUKEBOX? APP-J: WHAT IS APPLICATION JUKEBOX? Use Application Jukebox (App-J) to run University software on any Windows PC or laptop. Launch apps from the Application Jukebox web page Install the Application Jukebox

More information

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

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

More information

Quick Note 24. Extracting the debug.txt file from a TransPort. Digi Technical Support. February Page 1

Quick Note 24. Extracting the debug.txt file from a TransPort. Digi Technical Support. February Page 1 Quick Note 24 Extracting the debug.txt file from a TransPort Digi Technical Support February 2016 Page 1 Contents 1 Introduction... 3 2 Version... 4 3 FTP method... 5 3.1 FTP Using FileZilla FTP Client...

More information

Setting up PuTTY. Version Updated for 2015 Fall (with corrections)

Setting up PuTTY. Version Updated for 2015 Fall (with corrections) Setting up PuTTY CTEC1330 Data and Telecommunications CTEC1767 Data Communications & Networking I CTEC1863 Operating Systems CTEC1906 Internet Computing Version 1.9.2 Updated for 2015 Fall (with corrections)

More information

Setting up PuTTY. Software* Downoad PuTTY. Download PuTTY Download the putty.zip file. It contains several programs for SSH, SFTP, and SCP.

Setting up PuTTY. Software* Downoad PuTTY. Download PuTTY Download the putty.zip file. It contains several programs for SSH, SFTP, and SCP. Software* Setting up PuTTY Microsoft Windows 7 PuTTY 0.65 PuTTYgen 0.65 WinSCP 5.7.5 CTEC1330 Data and Telecommunications CTEC1767 Data Communications & Networking I CTEC1863 Operating Systems CTEC1906

More information

Linux Tutorial #1. Introduction. Login to a remote Linux machine. Using vim to create and edit C++ programs

Linux Tutorial #1. Introduction. Login to a remote Linux machine. Using vim to create and edit C++ programs Linux Tutorial #1 Introduction The Linux operating system is now over 20 years old, and is widely used in industry and universities because it is fast, flexible and free. Because Linux is open source,

More information

Using.htaccess to Restrict Access to OU Directories

Using.htaccess to Restrict Access to OU Directories Using.htaccess to Restrict Access to OU Directories Last Updated: 7/8/15/ by lucero@uark.edu Webmasters can place.htaccess files in any directory in OU or on Cavern to restrict access. The two examples

More information

Setting up PuTTY. CTEC1767 Data Communications & Networking CTEC1863 Operating Systems CTEC1906 Internet Computing

Setting up PuTTY. CTEC1767 Data Communications & Networking CTEC1863 Operating Systems CTEC1906 Internet Computing Setting up PuTTY CTEC1767 Data Communications & Networking CTEC1863 Operating Systems CTEC1906 Internet Computing Version 2.0 Updated for 2017 Winter Software* Microsoft Windows 7 (64-bit) PuTTY 0.67 PuTTYgen

More information

SWITS User Manual. Accessing SWITS. This document focuses on the elements required to Access SWITS. Total Pages: 5

SWITS User Manual. Accessing SWITS. This document focuses on the elements required to Access SWITS. Total Pages: 5 SWITS User Manual This document focuses on the elements required to Access SWITS Total Pages: 5 Accessing SWITS Using Your Browser to Access SWITS Identity Management Context Creating a shortcut California

More information

Sun VirtualBox Installation Tutorial

Sun VirtualBox Installation Tutorial Sun VirtualBox Installation Tutorial Installing Linux Mint 5 LTS Guest OS By Dennis Berry Welcome to the world of virtualization and Linux. This tutorial is intended to help users who are new to the world

More information

Galaxy How To Remote Desktop Connection and SSH

Galaxy How To Remote Desktop Connection and SSH Galaxy How To Remote Desktop Connection and SSH The host name for the econ Linux server is galaxy.econ.jhu.edu. It is running Ubuntu 18.04 LTS. Please note: you need to be on the VPN to be able to use

More information

Installing VPN client by Jupiter Networks:

Installing VPN client by Jupiter Networks: Installing VPN client by Jupiter Networks: 1. Open Firefox. The icon is likely on your desktop. If you are using internet explorer, much of the steps will be the same, but the way that Internet Explorer

More information

Optimizing GRITS. In this chapter:

Optimizing GRITS. In this chapter: Optimizing GRITS In this chapter: Creating Favorites and Shortcuts Optimizing Browser Performance Running Reports with Acrobat Reader Efficient Screen Navigation Creating Favorites and Shortcuts To access

More information

Desktop User Guide May 2014

Desktop User Guide May 2014 Desktop User Guide May 2014 Table of Contents Software Environment... 1 Logging into the SaaS environment... 1 Logging off the Hosted Desktop... 6 Directories... 7 Wizmo AdminSet... 8 Shadowing a User...

More information

FileZilla FTP Instructions. FileZilla FTP Instructions

FileZilla FTP Instructions. FileZilla FTP Instructions FileZilla FTP Instructions 1 EMS FileZilla FTP Instructions 1, FileZilla Installation 2, Opening FileZilla 3, FileZilla Settings 4, Downloading Your Website 5, Uploading Your Website 6, More Help EMS Internet

More information

Setting up PuTTY. Software* Download PuTTY 6/9/18. Microsoft Windows 7 (64-bit) PuTTY 0.70 (64-bit) PuTTYgen 0.70 (64-bit) WinSCP 5.13.

Setting up PuTTY. Software* Download PuTTY 6/9/18. Microsoft Windows 7 (64-bit) PuTTY 0.70 (64-bit) PuTTYgen 0.70 (64-bit) WinSCP 5.13. Software* Setting up PuTTY CTEC1767 Data Communications & Networking CTEC1863 Operating Systems CTEC1906 Internet Computing Microsoft Windows 7 (64-bit) PuTTY 0.70 (64-bit) PuTTYgen 0.70 (64-bit) WinSCP

More information

STA 303 / 1002 Using SAS on CQUEST

STA 303 / 1002 Using SAS on CQUEST STA 303 / 1002 Using SAS on CQUEST A review of the nuts and bolts A.L. Gibbs January 2012 Some Basics of CQUEST If you don t already have a CQUEST account, go to www.cquest.utoronto.ca and request one.

More information

GUIDANCE ON ACCESSING THE HOUSTON METRO SECURE FTP SITE FOR DOCUMENT MANAGEMENT

GUIDANCE ON ACCESSING THE HOUSTON METRO SECURE FTP SITE FOR DOCUMENT MANAGEMENT GUIDANCE ON ACCESSING THE HOUSTON METRO SECURE FTP SITE FOR DOCUMENT MANAGEMENT Documents associated with the 5307, 5337, 5339 grant programs will be stored and retrieved using Houston METRO's Secure FTP

More information

Helsinki 19 Jan Practical course in genome bioinformatics DAY 0

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

More information

VMware vsphere 5.5: Install, Configure, Manage Lab Addendum. Lab 3: Configuring VMware ESXi

VMware vsphere 5.5: Install, Configure, Manage Lab Addendum. Lab 3: Configuring VMware ESXi VMware vsphere 5.5: Install, Configure, Manage Lab Addendum Lab 3: Configuring VMware ESXi Document Version: 2014-07-08 Copyright Network Development Group, Inc. www.netdevgroup.com NETLAB Academy Edition,

More information

Bitnami Apache Solr for Huawei Enterprise Cloud

Bitnami Apache Solr for Huawei Enterprise Cloud Bitnami Apache Solr for Huawei Enterprise Cloud Description Apache Solr is an open source enterprise search platform from the Apache Lucene project. It includes powerful full-text search, highlighting,

More information

USING PANOPTO ON A WINDOWS MACHINE

USING PANOPTO ON A WINDOWS MACHINE USING PANOPTO ON A WINDOWS MACHINE Recording and posting a Panopto video on Blackboard requires the following steps: STEP 1: Connecting Panopto to Your Blackboard Course STEP 2: Installing Panopto Recorder

More information

The QuickCalc BASIC User Interface

The QuickCalc BASIC User Interface The QuickCalc BASIC User Interface Running programs in the Windows Graphic User Interface (GUI) mode. The GUI mode is far superior to running in the CONSOLE mode. The most-used functions are on buttons,

More information

How to Archive s in Outlook 2007

How to Archive  s in Outlook 2007 How to Archive Emails in Outlook 2007 Step 1: Create an archive folder. 1. Go to File and choose Archive 2. You can have it auto-archive or set the parameters to where it creates an empty archive. Due

More information

Key File Generation. November 14, NATIONAL STUDENT CLEARINGHOUSE 2300 Dulles Station Blvd., Suite 220, Herndon, VA 20171

Key File Generation. November 14, NATIONAL STUDENT CLEARINGHOUSE 2300 Dulles Station Blvd., Suite 220, Herndon, VA 20171 Key File Generation NATIONAL STUDENT CLEARINGHOUSE 2300 Dulles Station Blvd., Suite 220, Herndon, VA 20171 Table of Contents Introduction... 2 PuTTY Installation... 2 Key Generation... 7 Configuring PuTTY

More information

GENERAL NAVIGATION REFERENCE GUIDE FOR BANNER 7.X

GENERAL NAVIGATION REFERENCE GUIDE FOR BANNER 7.X GENERAL NAVIGATION REFERENCE GUIDE FOR BANNER 7.X Table of Contents I. Banner Basics A. Launching Banner...1 B. Main or General Menu...2 C. Setting Personal Preferences...3 D. My Links Customization of

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

School-to-Home Connection Instructions

School-to-Home Connection Instructions 1 School-to-Home Connection Instructions Step One: Download the Lexia Reading Student Software 1. On the computer where you wish to install the Lexia Reading software, open a web browser and navigate to

More information

FTP UPLOADS/DOWNLOADS

FTP UPLOADS/DOWNLOADS FileZilla Download and Installation Instructions FileZilla is a free software that uses SourceForge as an installation provider. SourceForge is bundling the FileZilla software with other products that

More information

User Manual for Orbweb Virtual Desktop (OVD)

User Manual for Orbweb Virtual Desktop (OVD) User Manual for Orbweb Virtual Desktop (OVD) Information in this document is subject to change without notice. Companies, names, and data used in examples herein are fictitious unless otherwise noted.

More information

Remote Desktop How to guide

Remote Desktop How to guide CaseMap Remote Desktop for Windows User Contents How to open Remote Desktop Connection and Login to the Terminal Server... 2 How to save your connection settings and create a shortcut on your desktop...

More information

Robert Bukowski Jaroslaw Pillardy 6/27/2011

Robert Bukowski Jaroslaw Pillardy 6/27/2011 COMPUTATIONAL BIOLOGY SERVICE UNIT, 3CPG RNA Seq CBSU Computational Resources for the Workshop Robert Bukowski (bukowski@cornell.edu); Jaroslaw Pillardy (jp86@cornell.edu) 6/27/2011 In this edition of

More information

Installing the WinSCP Secure FTP Client

Installing the WinSCP Secure FTP Client Draft 0.9 Page 1 of 6 Installing the WinSCP Secure FTP Client This document will instruct you to install the WinSCP application that will provide Secure FTP (SFTP) access to your website folder. So why

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

Setting Up and Using WebDrive

Setting Up and Using WebDrive Setting Up and Using WebDrive Rutgers University has a site license for WebDrive, an SFTP program used to transfer files to and from servers such as crab and clam. Both employees and students may download

More information

Windows 8.1 User Guide for ANU Staff

Windows 8.1 User Guide for ANU Staff Windows 8.1 User Guide for ANU Staff This guide has been created to assist with basic tasks and navigating Windows 8.1. Further tips for using Windows 8.1 can be found on the IT Services website, or by

More information

How to set up an Amazon Work Profile for Windows 8

How to set up an Amazon Work Profile for Windows 8 How to set up an Amazon Work Profile for Windows 8 Setting up a new profile for Windows 8 requires you to navigate some screens that may lead you to create the wrong type of account. By following this

More information

MOZILLA FIREFOX (Version 52) EXTENDED SUPPORT RELEASE (ESR) Guidance for Windows PC Patient Portal End Users

MOZILLA FIREFOX (Version 52) EXTENDED SUPPORT RELEASE (ESR) Guidance for Windows PC Patient Portal End Users MOZILLA FIREFOX (Version 52) EXTENDED SUPPORT RELEASE (ESR) Guidance for Windows PC Patient Portal End Users 1 Downloading/ Installing Firefox Extended Support Release (ESR) Version 52 As of version 52,

More information

Remote Access to Unix Machines

Remote Access to Unix Machines Remote Access to Unix Machines Alvin R. Lebeck Department of Computer Science Department of Electrical and Computer Engineering Duke University Overview We are using OIT Linux machines for some homework

More information

Lockout PRO Online User Guide

Lockout PRO Online User Guide Lockout PRO Online User Guide February 2009 Copyright Wizmo Inc. 2006-2009 Page 1 Contents Setting up the hosted environment... 3 Logging into the Hosted Desktop... 8 Directories... 14 Logging off the

More information

VDI Users Guide. Mac OS X

VDI Users Guide. Mac OS X Mac OS X VDI Users Guide NOTICE: Access to electronic resources at Moraine Park Technical College is restricted to employees, students, or other individuals authorized by the College. By connecting to

More information

Tint Tek 20/20 Cloud Software Installation Guide

Tint Tek 20/20 Cloud Software Installation Guide Tint Tek 20/20 Cloud Software Installation Guide Page 1 of 9 Software Installation In your inbox, you will have received an email from us (it may show up in your junk mail). (Figure 1) This email contains

More information

sftp - secure file transfer program - how to transfer files to and from nrs-labs

sftp - secure file transfer program - how to transfer files to and from nrs-labs last modified: 2017-01-20 p. 1 CS 111 - useful details: ssh, sftp, and ~st10/111submit You write Racket BSL code in the Definitions window in DrRacket, and save that Definitions window's contents to a

More information

Setting up my Dev Environment ECS 030

Setting up my Dev Environment ECS 030 Setting up my Dev Environment ECS 030 1 Command for SSHing into a CSIF Machine If you already have a terminal and already have a working ssh program (That is, you type ssh into the terminal and it doesn

More information

Practice Labs User Guide

Practice Labs User Guide Practice Labs User Guide This page is intentionally blank Contents Introduction... 3 Overview... 3 Accessing Practice Labs... 3 The Practice Labs Interface... 4 Minimum Browser Requirements... 5 The Content

More information

umapps Using umapps 6/14/2017 Brought to you by: umtech & The Center for Teaching & Learning

umapps Using umapps 6/14/2017 Brought to you by: umtech & The Center for Teaching & Learning umapps Using umapps Center for Teaching and Learning (CTL) 100 Administration Bldg., Memphis, TN 38152 Phone: 901.678.8888 Email: itstrainers@memphis.edu Center for Teaching and Learning Website 6/14/2017

More information

Address Bar. Application. The space provided on a web browser that shows the addresses of websites.

Address Bar. Application. The space provided on a web browser that shows the addresses of websites. Address Bar The space provided on a web browser that shows the addresses of websites. Application Computer software designed to help users perform Specific tasks. Back Button A button at the top of the

More information

Portal User Guide. Best practice tips and shortcuts Icon Legend Informational notes about functions. Important warnings about a function

Portal User Guide. Best practice tips and shortcuts Icon Legend Informational notes about functions. Important warnings about a function Portal User Guide Tips Best practice tips and shortcuts Icon Legend Notes Warning Informational notes about functions Important warnings about a function Your Portal https://www.clientaxcess.com Your Portal

More information

Production Assistance for Cellular Therapies (PACT) PACT Application System User s Guide

Production Assistance for Cellular Therapies (PACT) PACT Application System User s Guide Production Assistance for Cellular Therapies (PACT) PACT Application System User s Guide Version 1.0 February 9, 2017 Version 1.0 TABLE OF CONTENTS 1.0 Getting Started... 1 1.1 Access to the Internet...

More information

Enable SSH Access on the Tenable Virtual Appliance (4.4.x-4.7.x) Last Revised: February 27, 2018

Enable SSH Access on the Tenable Virtual Appliance (4.4.x-4.7.x) Last Revised: February 27, 2018 Enable SSH Access on the Tenable Virtual Appliance (4.4.x-4.7.x) Last Revised: February 27, 2018 Table of Contents Introduction 3 Requirements 4 Terminology 5 Generate the Key File 6 Generate a Key for

More information

C++ Programming on Linux

C++ Programming on Linux C++ Programming on Linux What is Linux? CS 2308 Spring 2017 Jill Seaman Slides 14-end are for your information only, you will not be tested over that material. 1 l an operating system l Unix-like l Open

More information

Interskill Learning Management System(LMS)

Interskill Learning Management System(LMS) Interskill Learning Management System(LMS) Student Guide Your Guide to Interskill Learning s Online Training Systems www.interskill.com Table of Contents Interskill Interskill LMS Overview... 3 The Login

More information

1. Remove any previously installed versions of the Offline Image Viewer by dragging and dropping the Offline Image Viewer icon into the Trash.

1. Remove any previously installed versions of the Offline Image Viewer by dragging and dropping the Offline Image Viewer icon into the Trash. Installing OIV 2.6 for Macs 1. Remove any previously installed versions of the Offline Image Viewer by dragging and dropping the Offline Image Viewer icon into the Trash. 2. Download the new version of

More information

Adaptive Tips & Tricks

Adaptive Tips & Tricks Adaptive Tips & Tricks February 6, 2018 Office of Budget & Fiscal Planning www.ramapo.edu/budget budget@ramapo.edu 0 P age Drilling to View Multiple Levels/Funds For users associated with multiple ORGs/Levels

More information

Guide to Using FileZilla

Guide to Using FileZilla Guide to When files are too large to transfer over regular Windows Explorer FTP or if a more intuitive interface is desired, many clients choose to use FileZilla. Below is a step-by-step of how to install

More information

New User Tutorial. OSU High Performance Computing Center

New User Tutorial. OSU High Performance Computing Center New User Tutorial OSU High Performance Computing Center TABLE OF CONTENTS Logging In... 3-5 Windows... 3-4 Linux... 4 Mac... 4-5 Changing Password... 5 Using Linux Commands... 6 File Systems... 7 File

More information

Introduction to Windows

Introduction to Windows Introduction to Windows Naturally, if you have downloaded this document, you will already be to some extent anyway familiar with Windows. If so you can skip the first couple of pages and move on to the

More information

AP Computer Science Principles: Problem Set 1

AP Computer Science Principles: Problem Set 1 AP Computer Science Principles: Problem Set 1 Due date: Friday, September 8, 2017 Instructor: Mr. Alwin Tareen Task Overview Setting up the KeePass password manager for Windows and Mac OS. Linux users

More information

INSTALLATION INSTRUCTIONS

INSTALLATION INSTRUCTIONS INSTALLATION INSTRUCTIONS The DPA program must be updated annually for tax, law, and system changes. We recommend that you always back up and/or copy the program s folder to another location prior to installation.

More information

Windows 8.1 User Guide for ANU Staff

Windows 8.1 User Guide for ANU Staff Windows 8.1 User Guide for ANU Staff This guide has been created to assist with basic tasks and navigating Windows 8.1. Further tips for using Windows 8.1 can be found on the IT Services website, or by

More information

BM Solutions Mortgage Portal. Document upload - Case tracking - Secure messaging Mobile technology. User Guide 15 January 2018 V3.

BM Solutions Mortgage Portal. Document upload - Case tracking - Secure messaging Mobile technology. User Guide 15 January 2018 V3. BM Solutions Mortgage Portal Document upload - Case tracking - Secure messaging Mobile technology User Guide 15 January 2018 V3.0 KEY BENEFITS Moving forward together with secure online document upload

More information

SAP NAVIGATION QUICK REFERENCE CARD

SAP NAVIGATION QUICK REFERENCE CARD SAP NAVIGATION QUICK REFERENCE CARD Table of Contents: Log On To the SAP System 3 Change Your Password 5 SAP System Messages / Information 6 SAP Buttons / Screen Features 7 Open a New Session 9 Use Transaction

More information

INSTALLATION GUIDE. The latest version of ICPR4, including release notes, can be downloaded at the following link:

INSTALLATION GUIDE. The latest version of ICPR4, including release notes, can be downloaded at the following link: INSTALLATION GUIDE The latest version of ICPR4, including release notes, can be downloaded at the following link: http://www.streamnologies.com/icpr4/version.htm You will need to open your firewall to

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

Installation Guide. Research Computing Team V2.0 RESTRICTED

Installation Guide. Research Computing Team V2.0 RESTRICTED Installation Guide Research Computing Team V2.0 RESTRICTED Document History This document relates to the BEAR DataShare service which is based on the product Power Folder, version 10.3.232 ( some screenshots

More information

Download and Install Personal Historian 2 for Mac

Download and Install Personal Historian 2 for Mac Download and Install Personal Historian 2 for Mac This Magic Guide covers: A. Finding the Personal Historian 2 Installer on RootsMagic.com B. Downloading with Safari C. Downloading with Google Chrome D.

More information

INSIGHT Installation Instructions

INSIGHT Installation Instructions This is the New Icon that will appear on your computer screen after the INSIGHT v8.1 software is installed. IMPORTANT: These instructions pertain to version 8.1.29. INSIGHT v8.1.29 requires Windows 8,

More information

Brianna Nelson Updated 6/30/15 HOW TO: Docs, Sheets, Slides, Calendar, & Drive. English

Brianna Nelson Updated 6/30/15 HOW TO: Docs, Sheets, Slides, Calendar, & Drive. English Brianna Nelson Updated 6/30/15 HOW TO: Docs, Sheets, Slides, Calendar, & Drive English ABOUT Use this guide to write papers, create spreadsheets, give presentations, manage your time, and save your files

More information

Introduction to Cuda Visualization. Graphical Application Tunnelling on Palmetto

Introduction to Cuda Visualization. Graphical Application Tunnelling on Palmetto Introduction to Cuda Visualization The CUDA programming paradigm is NVidia's development tool which is used to enable advanced computer processing on their GPGPU (General Purpose graphics Processing Units)

More information

Installing Exceed. (Exceed Exceed 14 3D + SecureShell 14) Introduction

Installing Exceed. (Exceed Exceed 14 3D + SecureShell 14) Introduction Installing Exceed (Exceed 14.0 + Exceed 14 3D + SecureShell 14) Introduction University of Sheffield has a site license for the X-Windows terminal emulation software named Exceed. ( For information: Exceed

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

Citrix User Guide Version 2.2. Table of Contents. Citrix on a PC... 1

Citrix User Guide Version 2.2. Table of Contents. Citrix on a PC... 1 Citrix User Guide Table of Contents Citrix on a PC... 1 Installing Browser Plug-ins... 1 Notes for Windows XP Service Pack 2 Users... 3 Logging In... 3 Accessing Applications... 4 Logging Off... 6 Citrix

More information

SmartCVS Tutorial. Starting the putty Client and Setting Your CVS Password

SmartCVS Tutorial. Starting the putty Client and Setting Your CVS Password SmartCVS Tutorial Starting the putty Client and Setting Your CVS Password 1. Open the CSstick folder. You should see an icon or a filename for putty. Depending on your computer s configuration, it might

More information

Download and Install RootsMagic for Mac

Download and Install RootsMagic for Mac Download and Install RootsMagic for Mac This Magic Guide covers: A. Finding the RootsMagic Installer on RootsMagic.com B. Downloading with Safari C. Downloading with Google Chrome D. Installing RootsMagic

More information

Technology Services Group Procedures. IH Anywhere guide. 0 P a g e

Technology Services Group Procedures. IH Anywhere guide. 0 P a g e VDI Pilot Technology Services Group Procedures IH Anywhere guide 0 P a g e Installation Disable Apple Security Table of Contents IH Anywhere for Apple OSX (MAC)...2 1. Installation...2 Disable Apple Security...8

More information

Remote Access Application Viewer User Guide. Version 2.5

Remote Access Application Viewer User Guide. Version 2.5 Remote Access Application Viewer User Guide Version 2.5 Table of Contents Table of Contents... 2 Logging into Application Viewer... 4 Setting up your browser for the first time... 8 Internet Explorer...

More information

Client Portal User Guide

Client Portal User Guide Roesner Tax & Accounting, LLC Client Portal User Guide 1 P a g e Table of Contents Initial Set-Up... 3 Downloading Documents... 6 Email Notification Received Document has been uploaded... 6 Login to Portal

More information

TYPO3 Editing Guide Contents

TYPO3 Editing Guide Contents TYPO3 Editing Guide Contents Introduction... 2 Logging in... 2 Selecting your Workspace for editing... 2 Working with Content Elements... 3 Working in the Editing Window... 4 Pasting content from MS Word

More information

Remote VPN Remote access for personal devices

Remote VPN Remote access for personal devices Remote VPN Remote access for personal devices About Remote VPN Remote VPN provides staff and students with secure, authenticated remote access to personal and shared network filespace and to web-based

More information

Neehr Perfect Guide: Installing the Citrix Plugin

Neehr Perfect Guide: Installing the Citrix Plugin Neehr Perfect Guide: Installing the Citrix Plugin Overview This guide covers how to install the Citrix plugin. The first time you log in to Neehr Perfect on any computer, you will be prompted to install

More information

RMI ADVANTAGE Desktop User Guide. February 2010

RMI ADVANTAGE Desktop User Guide. February 2010 RMI ADVANTAGE Desktop User Guide February 2010 Table of Contents Contents Logging into the SaaS environment... 3 Logging off the Hosted Desktop... 9 Directories... 10 Wizmo AdminSet... 11 Shadowing a User...

More information

Getting Started (New Accounts)

Getting Started (New Accounts) Getting Started (New Accounts) 1. On any page with the menu, go to the faculty section and choose Faculty Website Access. 2. On the login page, make sure you are on Windows Login. Login with the username

More information

PowerPoint. Instructions for playing On-Line Tutorials that are in Microsoft PowerPoint Slideshow (PPSX) format:

PowerPoint. Instructions for playing On-Line Tutorials that are in Microsoft PowerPoint Slideshow (PPSX) format: Detailed Instructions for viewing On-Line Tutorials: Q: How do I view and/or print an On-Line tutorial? A: On-Line Tutorials have been created in 2 different formats: Narrated Microsoft PowerPoint Slideshow

More information

Volume. Enterprise Secure File Transfer (ESFT) User Guide

Volume. Enterprise Secure File Transfer (ESFT) User Guide Volume Enterprise Secure File Transfer (ESFT) User Guide Date: 04/08/2015 Copyright 2011, PG&E Fo r PG&E internal use o nly All rights reserved. Legal Notices Pacific Gas and Electric Co. (hereinafter

More information

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

How to SSH to nice.fas.harvard.edu from Windows How to SSH 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). Even though those

More information

UoW HPC Quick Start. Information Technology Services University of Wollongong. ( Last updated on October 10, 2011)

UoW HPC Quick Start. Information Technology Services University of Wollongong. ( Last updated on October 10, 2011) UoW HPC Quick Start Information Technology Services University of Wollongong ( Last updated on October 10, 2011) 1 Contents 1 Logging into the HPC Cluster 3 1.1 From within the UoW campus.......................

More information

Web Console Setup & User Guide. Version 7.1

Web Console Setup & User Guide. Version 7.1 Web Console Setup & User Guide Version 7.1 1 Contents Page Number Chapter 1 - Installation and Access 3 Server Setup Client Setup Windows Client Setup Mac Client Setup Linux Client Setup Interoperation

More information

How to make a Work Profile for Windows 10

How to make a Work Profile for Windows 10 How to make a Work Profile for Windows 10 Setting up a new profile for Windows 10 requires you to navigate some screens that may lead you to create the wrong type of account. By following this guide, we

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

Remote Access Application Viewer User Guide. Version 2.3

Remote Access Application Viewer User Guide. Version 2.3 Remote Access Application Viewer User Guide Version 2.3 Table of Contents Table of Contents... 2 Logging into Application Viewer... 4 Setting up your browser for the first time... 8 Internet Explorer...

More information

Exor Managed Service. Getting Connected. exor corporation ltd.

Exor Managed Service. Getting Connected. exor corporation ltd. Exor Managed Service Getting Connected exor corporation ltd. Table of Contents Table of Contents... 1 Document Control... 2 Author... 2 Document Summary... 2 Document History... 2 Reference Documents...

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

Lasell College s Moodle 3 Student User Guide. Access to Moodle

Lasell College s Moodle 3 Student User Guide. Access to Moodle Access to Moodle The first session of this document will show you how to access your Lasell Moodle course, how to login, and how to logout. 1. The homepage of Lasell Learning Management System Moodle is

More information