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.

Slides:



Advertisements
Similar presentations
1 Copyright © 2002 Pearson Education, Inc.. 2 Chapter 2 Getting Started.
Advertisements

LIS651 lecture 5 direct use of wotan Thomas Krichel
Using the Facilities FTP Site Downloading Files
Screenshots with Instructions December Access UNCPs VCL Access UNCPs VCL via DoITs website at the URL above. Instructions.
3 rd grade Computer Terminology. Login A login is a combination of information that proves your identity. Ex: If you are ever asked to enter your username.
Novell from Home Net Storage. Novell access via NetStorage 1-Web Interface Connect to your shared drive through your web browser Windows, Mac or Linux.
Jun-15 1 Management Information Systems Class Web Server Usage Instructions.
Engineering H192 - Computer Programming The Ohio State University Gateway Engineering Education Coalition Lect 20AP. 1Winter Quarter File Transfer Lecture.
Java Programming Working with TextPad. Using TextPad to Work with Java This text editor is designed for working with Java You can download a trial version.
Web Pages Publishing your page on ASUWlink. Unix Directory Commands ls –la –will show all directories and files –will show directory and file permissions.
UPLOADING YOUR SERVER CODE TO YOUR VIRTUAL MACHINE.
File sharing. Connect the two win 7 systems with LAN card Open the network.
1 Mapping a Drive on the USF IIS Server. 2 Mapping a Drive To map a drive to a network file directory in Windows you must be on a Microsoft local area.
A crash course in njit’s Afs
Accessing the Internet with Anonymous FTP Transferring Files from Remote Computers.
Scripting CBIS BASH Scripting Step 1 – Create the bash file. Usually a good idea to end it in.sh file1.sh Step 2 – Using CHMOD make the bash file.
Microsoft Windows 2003 Server. Client/Server Environment Many client computers connect to a server.
Agenda What is Computer Programming? The Programming Process
One to One instructions Installing and configuring samba on Ubuntu Linux to enable Linux to share files and documents with Windows XP.
Eucalyptus Virtual Machines Running Maven, Tomcat, and Mysql.
CNIT 132 Intermediate HTML and CSS Publish Web Page.
SECURING DATA FOR ER STAFF Windy L. Newton May 29, 2015.
CPSC203 Introduction to Computers Lab 69 By Jie Gao.
Essential Unix at ACEnet Joey Bernard, Computational Research Consultant.
Once you have contacted me to set up a new account, your computer needs to be configured to dial into.DevlinEx and use our servers for things like .
AN INTRO TO UNIX/LINUX COMMANDS BY: JIAYANG WANG.
CPSC 203 Introduction to Computers Lab 23 By Jie Gao.
PC Maintenance: Preparing for A+ Certification Chapter 23: Using a Windows Network.
Regis: Academic Research Network: ARN ARN Getting Connected Drive Mapping SQL*Plus Spooling Your Work Presented by “SOETJAHJO”
1 Lab 2 “Hello world” in Unix/Linux #include "std_lib_facilities_4.h" int main(){ cout
Open a editor Write/Type the program Save the program with “.c” extension Compile the program (alt + F9) Run/Execute the program (ctrl + F9) Check the.
C programming and compilers. At least 3 ways to compile C Using gcc in UNIX environment via chaos.cs.auckland.ac.nz Using gcc in Cygwin in Windows Using.
Choose a folder on the remote machine. For e.g. if there is a machine named comp1 in your network, please choose a folder in that machine which you will.
Intro to Programming Environment 1. Today You Will Learn how to connect to a machine remotely with “nomachine NX client” Learn how to create a new “source.
HTML, Third Edition--Illustrated Brief 1 HTML, Third Edition Illustrated Brief Unit A Creating an HTML Document.
Java Programming, Second Edition Appendix A Working with Java SDK 1.4.
Engineering H192 - Computer Programming Gateway Engineering Education Coalition Lect 20AP. 1Winter Quarter File Transfer Lecture 20A.
Google HOW DO I SUBMIT MY ASSIGNMENT?. To join a classroom, your teacher will give you a code.
Accessing the Lab. Putty Available via links on course page Creates secure (SSH) command line session between your machine and SCS network Uses tunnelling.
Hitchhiker’s Guide to CS Lee Sieger, Tim Cook, Jason Day, Zuozhi Yang.
LSI Storage Repository Life Sciences Institute National University of Singapore M ark De Silva Lim Kuan Siong 5 th September 2012.
RT-LAB Electrical Applications 1 Opal-RT Technologies Use of the “Store Embedded” mode Solution RT-LAB for PC-104.
Setup Environment: Instructions for CS1520 Server Setup Nils Murrugarra
It works! PPInfoScreen Server is now running and will display your deployed presentations Some instructions will follow…
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.
Getting Connected CPSC 1010 August 21, Connecting to the SOC Servers Why would we need to connect Work with files Transfer files from your local.
AN INTRO TO UNIX/LINUX COMMANDS BY: JIAYANG WANG.
 Last lesson, the Windows Operating System was discussed along with the Windows command shell  Unix is a computer operating system, that similarly manages.
1 Mapping a Drive on a USF IIS Server. 2 Mapping a Drive To map a drive to a network file directory in Windows you must be on a Microsoft local area network,
A Mini UNIX Tutorial. What’s UNIX?  An operating system run on many servers/workstations  Invented by AT&T Bell Labs in late 60’s  There are many different.
+ Vieques and Your Computer Dan Malmer & Joey Azofeifa.
NX Documentation Using Windows IIS (Internet Information Services) as a http server for NX documentation.
Introduction to LINUX command line Allegra Via IBBE, National Research Council, Italy Sapienza Università di Roma, Italy EMBO Practical Course on Computational.
PuTTY Introduction to Web Programming Kirkwood Continuing Education by Fred McClurg © Copyright 2016, All Rights Reserved ssh client.
Basic Web Design UVICELL Week 4 Templates and site management Week 4 Templates and site management.
CS1010: Intro Workshop.
Using iLocker.
Andy Wang Object Oriented Programming in C++ COP 3330
Part 3 – Remote Connection, File Transfer, Remote Environments
Introduction to Programming the WWW I
How to Map COEN U or W Drive Servers Drive Manually
Telnet/SSH Connecting to Hosts Internet Technology.
INSTALLING AND SETTING UP APACHE2 IN A LINUX ENVIRONMENT
A Practice Solutions Practice Solutions.
Module : OX App Suite and OX Guard Nascent Pro Certification Program.
3.1 Basic Concept of Directory and Sub-directory
What is Unix? A multi-user networked operating system
Setting up home folders and roaming profiles
CSCE 206 Lab Structured Programming in C
DIBBs Brown Dog Tutorial Setup
Presentation transcript:

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 in Windows. PuTTy established a secure connection (SSH) to the computer on the network.

Map Network Drive in Windows 1.Open My Computer 2.Click Map Network Drive

Enter the following Drive letter: Any spare one Folder: \\int-038.geosci.usyd.edu.au\Documents Tick Login using different credentials

Login You will be prompted for a username and password, enter: gmt-user wel0veGMT (^=zero)

Important: Create folder with your name!

Create new folder Right click inside Documents window Select New > New Folder Use your full name This will be your workspace

Edit your GMT script using NotePad ++ All scripts should have the following in the first line: #!/bin/bash Save script with.sh file extension

Run script via PuTTy Open PuTTy from Start Menu In the Host Name, type in: int-038.geosci.usyd.edu.au Leave everything else as is Click Open to establish connection

PuTTy First time you connect, the following screen will appear: Click YES

PuTTy You will be prompted for your username and password gmt-user wel0veGMT

Navigate to YOUR workspace In the Terminal window, type in cd Documents/FirstnameLastname and press Enter e.g. cd Documents/SabinZahirovic/ (cd means change directory)

Prepare and run your script Type in ls and press Enter to list all your files Convert your script to UNIX-text file, type in dos2unix YourFile.sh Give your script execute (+x) permissions chmod +x YourFile.sh Run your script./YourFile.sh Super important! If you do not do these steps, your script will not work.