1 / 15

Connecting to GMT machine via Windows 7

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.

orrin
Download Presentation

Connecting to GMT machine via Windows 7

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Connecting to GMT machine via Windows 7

  2. 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.

  3. Map Network Drive in Windows • Open “My Computer” • Click “Map Network Drive”

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

  5. Login • You will be prompted for a username and password, enter:gmt-userwel0veGMT (^=zero)

  6. Important: Create folder with your name!

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

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

  9. 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

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

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

  12. Navigate to YOUR workspace • In the Terminal window, type incd Documents/FirstnameLastnameand press Enter e.g. cd Documents/SabinZahirovic/ (cd means change directory)

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

More Related