Getting Connected CPSC 1010 August 21, 2015. Connecting to the SOC Servers Why would we need to connect Work with files Transfer files from your local.

Slides:



Advertisements
Similar presentations
Connecting to GMT machine via Windows 7. Windows PuTTy GMT on Mac server int-038.geosci.usyd.edu.au To use GMT, you will connect to a Mac server via PuTTy.
Advertisements

How to Log on & Log off of a Laptop and why it’s important.
Senior Design Lab Policies Presented by: Trey Murdoch CSC IT Staff.
Setting up your System Contents Required Software Flip and flop servers at OSU Using WinSCP Using Putty Using ssh, scp from Linux terminal.
Engineering H192 - Computer Programming The Ohio State University Gateway Engineering Education Coalition Lect 20AP. 1Winter Quarter File Transfer Lecture.
Dayu Zhang 9/3/2014 Lab01. Lab Instructor: Dayu Zhang Office Hour Mon/Wed 10:40am – 11:10am Room A201 Lab Website
UPLOADING YOUR SERVER CODE TO YOUR VIRTUAL MACHINE.
1 SEEM3460 Tutorial Access to Unix Workstations in SE.
Remote access and file transfer Getting files on and off Bio-Linux.
A crash course in njit’s Afs
February 2006Colby College ITS Using FTP. February 2006Colby College ITS Topics FTP Options at Colby For Mac Users For Windows Users.
Telnet/SSH: Connecting to Hosts Internet Technology1.
Installing the Core FTP Client Go to Click on “Download Core FTP now!” Under the Core FTP LE 2.2: free version heading Select.
Eucalyptus Virtual Machines Running Maven, Tomcat, and Mysql.
CNIT 132 Intermediate HTML and CSS Publish Web Page.
Computer Setup for EDA Tools Murali Dharan January 8, 2014 ELEC 7770 Spring 2014 Advanced VLSI Design 1/08/
N ETWORKED & D ISTRIBUTED COMPUTING S YSTEMS L AB Programming Assignments EE323 Computer Networks.
Week 1 – Seneca Networking Environment. Agenda Overview of Seneca Server names How to access servers Terminal Emulation (Putty) Browser – IE, Netscape,
Your 4330/6310 class accounts J.-F. Pâris Spring 2014.
Secure Shell for Computer Science Nick Czebiniak Sung-Ho Maeung.
VNC Greg Fankhanel Jessica Nunn Jennifer Romero. What is it? Stands for Virtual Network Computing It is remote control software which allows you to view.
Background - hardware User interface devices to system –Mainframe Text mode only Command-line (text mode) interface “Some” menus available (NOT a GUI)
K. Liu, Q. Huang, J. Xia, Z. Li, P. Lostritto, Chapter 4 How to use cloud computing?, In Spatial Cloud Computing: a practical approach, edited by.
Warmup A programmer’s wife tells him, “Would you mind going to the store and picking up a loaf of bread? Also, if they have eggs, get a dozen.” The programmer.
Drexel University Software Engineering Research Group 1 Eclipse for SE101.
Computing Fundamenatls CMSC 201 Computer Science I Penny Rheingans University of Maryland Baltimore County (with inspiration from previous 201 instructors.
AE6382 Secure Shell Usually referred to as ssh, the name refers to both a program and a protocol. The program ssh is one of the most useful networking.
1 CSE 390 Lecture 9 Do anything from anywhere – tools to free your choice of OS slides created by Marty Stepp, modified by Jessica Miller and Ruth Anderson.
CPSC 233 Run graphical Java programs remotely on Mac and Windows.
COP3502: Introduction to Computer Science Yashas Shankar.
1 Lab 2 “Hello world” in Unix/Linux #include "std_lib_facilities_4.h" int main(){ cout
DAKOTA STATE UNIVERSITY Mobile Security Lab. Introduction  Dakota State University  Computer Network Security  Who we are?  Wireshark  There are.
Welcome to FileZilla! FileZilla is a File Transfer Protocol (FTP) front-end that will allow you to upload podcasts and other media files to a server (the.
Memory & Storage Architecture Seoul National University PuTTY Usage Hyeon-gyu School of Computer Science and Engineering.
Introduction to Computer Operating Systems
Produced;: Tartu Kutsehariduskeskus FTP – File Transfer Protocol Maarja Kask ACTION PROGRAMME OF THE EUROPEAN UNION LEONARDO DA VINCI PROJEKT NO.: 2002.
Connecting to Linux at UMBC by using Tera Term SSH Presented by David Nardozzi.
Engineering H192 - Computer Programming Gateway Engineering Education Coalition Lect 20AP. 1Winter Quarter File Transfer Lecture 20A.
Unix Machine In Computer Science for Teaching Cliff Zou Spring 2015.
Hitchhiker’s Guide to CS Lee Sieger, Tim Cook, Jason Day, Zuozhi Yang.
Remote Access Usages. Remote Desktop Remote desktop technology makes it possible to view another computer's desktop on your computer. This means you can.
Unix Servers Used in This Class  Two Unix servers set up in CS department will be used for some programming projects  Machine name: eustis.eecs.ucf.edu.
I WANT TO TAKE MY DATA AWAY WITH ME…. BUT HOW?? USB DATA TRANSFER IS FORBIDDEN.
Website Design:. Once you have created a website on your hard drive you need to get it up on to the Web. This is called "uploading“ or “publishing” or.
Senior Design Lab Policies Presented by: Trey Murdoch CSC IT Staff.
Accessing VM – Step 1 (booting your Linux system) CMS G7 Q3270 /X3270 Win… MTN3270 (Mocha) BINGTJW.CC.BINGHAMTON.EDU CP z/VM Linux systems.
SSH. 2 SSH – Secure Shell SSH is a cryptographic protocol – Implemented in software originally for remote login applications – One most popular software.
PuTTY Introduction to Web Programming Kirkwood Continuing Education by Fred McClurg © Copyright 2016, All Rights Reserved ssh client.
Linux Server for OS. Aerosystem Software Korea Aerospace Univ SSH (not asl.kau.ac.kr)  Port : 22 Window 
Do anything from anywhere – tools to free your choice of OS
How to Work on your METEO 473 codes from your PC at home
FTP - File Transfer Protocol
Aplikasi Jaringan.
A few points to mention There are two Olympus machines!
Telnet/SSH Connecting to Hosts Internet Technology.
INSTALLING AND SETTING UP APACHE2 IN A LINUX ENVIRONMENT
File Transfer Protocol
Do anything from anywhere – tools to free your choice of OS
Do anything from anywhere – tools to free your choice of OS
Do anything from anywhere – tools to free your choice of OS
Do anything from anywhere – tools to free your choice of OS
CGS 3175: Internet Applications Fall 2009
UCAS Reports 2007 From school and home.
Do anything from anywhere – tools to free your choice of OS
Downloading workshop files to your computer
EN Software Carpentry The Linux Kernel and Associated Operating Systems.
Lab 1: Getting Started.
IMovie sits at the center of the iLife suite, integrating iTunes, iPhoto, and iDVD to help create professional-looking films with music, titles, and effects. 
SLIS Technology Orientation
DIBBs Brown Dog Tutorial Setup
Presentation transcript:

Getting Connected CPSC 1010 August 21, 2015

Connecting to the SOC Servers Why would we need to connect Work with files Transfer files from your local computer to the SOC servers Type of systems are available Ubuntu – Linux Mac – OS

How Do I Get Connected? Process is call SSH (Secure Shell) and it depends on the OS system your laptop runs MacWindows

MAC What do I need? Terminal - go to Applications -> Utilities Click on the terminal Two possible scenarios Off Campus On Campus

MAC – Off Campus Off Campus connection – using the terminal Type (can also use access2) Type in your password Access1 and access2 are temporary Need to ssh to one of the 110 lab computers Example: Type Type in your password

MAC – On Campus On Campus connection – using the terminal Type Type in your password

MAC Let’s look at an example

Windows You will need a ssh client MS Secure Shell Client Putty Clemson has a ssh client available ware/web_downloads.html ware/web_downloads.html

Windows Find the ssh client you are using (I will demonstrate the one provided by the university) Two possible scenarios Off-campusOn-campus

Windows Find the ssh client you are using (I will demonstrate the one provided by the university) Click on Quick Connect

Windows – Off Campus Off-campus Host Name: access1.cs.clemson.edu or access2.cs.clemson.edu UserName: your Clemson username Port Number always stays 22

Windows – Off Campus Since you are off campus this will be access1 or access2 which ever you used in the previous slide. Now you need to sign is to one of the SOC servers. imp#, koala#, etc.

Windows – Off Campus At this point you are on the terminal so you type the following: or you could type ssh.cs.clemson.edu

Windows – Off Campus On-campus Host Name:.cs.clemson.edu UserName: your Clemson username Port Number always stays 22

Windows – On Campus You are ready to work

Windows Let’s look at an example

File Transfer Sometime you will need to transfer files from your laptop or desktop to your folder on the SOC servers Use what ever flavor of file transfer program you want MACFilezillaFetchEtc.WindowFilezilla Client provide by Clemson Putty When signing on: Off Campus use access1 or access2 On Campus use the name of one of the machines

MAC Step 1 Step 2

Windows Step 1 Step 2 Step 3