CPS - Installation. CD Contents CDROM has a folder /usr [\usr for WINDOWS] ls usrdir usr.

Slides:



Advertisements
Similar presentations
Cygwin Linux for Windows Desktop Paul Stuyvesant.
Advertisements

Introduction of Unix/Linux Compiled by Anant Vishnoi.
LINUX-WINDOWS INTERACTION. One software allowing interaction between Linux and Windows is WINE. Wine allows Linux users to load Windows programs while.
Dayu Zhang 9/8/2014 Lab02. Example of Commands pwd --- show your current directory This is home of venus, not your home directory Tilde: means you are.
Linux & Applications Sean GavinWayne State University multi-user environment -- log in: user name and password -- you never turn the computer on or off.
Guide to Linux Installation and Administration, 2e1 Chapter 6 Using the Shell and Text Files.
Overview Basic functions Features Installation: Windows host and Linux host.
Background of Wireless Communication Student Presentations and Projects Wireless Communication Technology Wireless Networking and Mobile IP Wireless Local.
Platforms, installation, configuration; accessing example collections Course material prepared by Greenstone Digital Library Project University of Waikato,
Julie McEnery1 Installing the ScienceTools The release manager automatically compiles each release of the Science Tools, it creates a set of wrapper scripts.
A crash course in njit’s Afs
Linux Shell. 2 Linux Command-Line Interface ■ Linux shells: A shell is a command interpreter that allows you to type commands from the keyboard to interact.
Using Macs and Unix Nancy Griffeth January 6, 2014 Funding for this workshop was provided by the program “Computational Modeling and Analysis of Complex.
Input/Output Controller (IOC) Overview Andrew Johnson Computer Scientist, AES Controls Group.
Overview of Linux CS3530 Spring 2014 Dr. José M. Garrido Department of Computer Science.
PTA Linux Series Copyright Professional Training Academy, CSIS, University of Limerick, 2006 © Workshop II Transferable Skills & Common Tasks Professional.
Introduction to NS2 -Network Simulator- -Prepared by Changyong Jung.
Unix Basics Chapter 4.
Cmsc 312 Operating Systems. UNIX? DOS – PC? VAX/VMS - mainframe Unix – PC, workstation, mainframe 1970 bell Lab For computer scientist? Why popular? Free.
Computer Programming for Biologists Oct 30 th – Dec 11 th, 2014 Karsten Hokamp  Fill out.
CSC 215 : Procedural Programming with C C Compilers.
QT - a C++ based GUI QT’s Designer and Assistant.
Cygwin Tutorial 1. What is Cygwin? Cygwin offers a UNIX like environment on top of MS-Windows. Gives the ability to use familiar UNIX tools without losing.
Cygwin Linux for Windows Desktop Paul Stuyvesant.
UNIX/LINUX Shells Shell is an UNIX/LINUX command interpreter. Shell command can be internal or external. The code to execute an internal command is part.
March 2, 2005Wah-kai Ngai1 Installation of Geant4 1st HK Simulation Meeting.
Chapter 1 : The Linux System Part 2 Lecture 2 11/14/
Tera Term Brian Smith Chris Vasse Zaheemat Adetoro William Newton Tom Presgraves.
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.
Tool Install How to download & install Java 6 & Eclipse updated version based on Dr. G. L. Ray’s slides.
Introduction to Programming Using C An Introduction to Operating Systems.
Linux Commands C151 Multi-User Operating Systems.
File Systems, telnet and ftp Sources and Resources: 1. A Students Guide to UNIX, by Hahn 2. Paula Davidson’s Handout on UNIXHandout on UNIX.
, Bauru, Teacher Poly & Teacher Ulisses Audio Class!
More Unix Naomi Altman. Directories Directory = folder mkdir - makes a new directory rmdir - removes an empty directory cd mydirectory - moves you into.
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.
1. Starting 1 Let’s Learn Saenthong School, January – February 2016 Teacher: Aj. Andrew Davison, CoE, PSU Hat Yai Campus
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.
Cygwin Tutorial 1. What is Cygwin? Cygwin offers a UNIX like environment on top of MS-Windows. Gives the ability to use familiar UNIX tools without losing.
Explore GNOME The easy way, using a live CD By Carl Weisheit.
General Computer Science for Engineers CISC 106 Lecture 03 James Atlas Computer and Information Sciences 6/15/2009.
An introduction to Cygwin Lili He Booth Engineering Center for Advanced Technology (BECAT) Seminar.
 CSC 215 : Procedural Programming with C C Compilers.
Linux Administration – Finding You Way on the Command Line The Linux File Directory or Tree.
Bash Scripting CIRC Summer School 2016 Baowei Liu CIRC Summer School 2016 Baowei Liu.
Cygwin: getting the setup tool
Overview of Linux Fall 2016 Dr. Donghyun Kim
Cygwin Tutorial 1.
CSC 215 : Procedural Programming with C
EE516: Embedded Software Project 1
Cygwin Tutorial 1.
CS1010: Intro Workshop.
CSC227: Operating Systems
California State University Fresno
CIRC Winter Boot Camp 2017 Baowei Liu
Install external command line softwares
Welcome to Linux Chap#1 Hanin Abdulrahman.
UBUNTU INSTALLATION
How to use Borland C with DOSBox in Window 7 (64-bit)
Linux/Unix - Download Ubuntu Linux :
FTP Lecture supp.
C151 Multi-User Operating Systems
9 Linux on the Desktop.
Engineering Innovation Center
Cygwin.
Cygwin Tutorial 1.
Cygwin Tutorial 1.
Welcome to Linux Chap#1 Hanin Abdulrahman.
Welcome to Linux Chap#1.
DIBBs Brown Dog Tutorial Setup
Presentation transcript:

CPS - Installation

CD Contents CDROM has a folder /usr [\usr for WINDOWS] ls usrdir usr

cps330cyg.tgz- CPS binaries for CYGWIN cps330doc.tgz- CPS Documentation in PDF cps330lnx.tgz- CPS binaries for LINUX cps330osx.tgz- CPS binaries for OSX cps330sol.tgz- CPS binaries for Solaris (SPARC) CPSInstall.doc- CPS Installation guide CPSInstall.pdf- CPS Installation guide in PDF Cygwin.dist/- Complete CYGWIN installation gmproto.tgz- High frequency ground motion scaling gs83w32.exe- GhostScript for Windows gsv46w32.exe- GhostView for Windows NP330.tgz- Current CPS source distribution rbhenv.tgz- User environment for CYGWIN setup.exe- Setup for CYGWIN tutorial.tgz- IASPEI tutorial data sets

Installation LINUX CPS installs in folder PROGRAMS.330. If one wishes to install in /usr/local, cd /usr/local gunzip -c /mnt/cdrom/usr/NP330.tgz | tar xf - cd PROGRAMS.330./Setup LINUX./C Binaries are in /usr/local/PROGRAMS.330/bin. To access, each user resets the PATH variable: PATH=:$PATH:/usr/local/PROGRAMS/bin

Installation for Solaris, MacOS-X is the same.

Windows Installation First install CYGWIN. Can use CD or high speed internet from From Start -> Run and browse to get the program setup.exe from the CDROM, e.g., G:\usr\setup.exe Follow the tutorial.

CYGWIN Provides a UNIX/LINUX environment under windows. Free Has compilers, editors, TeX, groff, graphics manipulation tools, X11, secure shell. Can do modern digital seismology on PC within windows

Inconveniences CYGWIN knows little about printers. However, Install GhostScript and GhostView under windows by, Start -> Run -> G:\usr\gs831w32.exe, and, Start -> Run -> G:\usr\gsv46w32.exe Create PostScript under CYGWIN, preview using ghostview, then switch out to windows to use gsview to print

Inconveniences Works well with US keyboard. Need feedback on how X11 works with non-US keyboards.

CYGWIN (continued) After CYGWIN is installed, click CYGWIN icon on desktop. A terminal window appears. Edit /etc/profile, modify.bash_profile in login directory, and from within login directory, gunzip -c /cygdrive/g/usr/rbhenv.tgz | tar xf - Start up X11 with xinit&

CPS330 Select directory for all to access, e.g., cd /cygdrive/c mkdir usr gunzip -c /cygdrive/g/usr/NP330.tgz | tar xf - cd PROGRAMS.330./Setup CYGWIN./C

CPS contents bin executables lib- libraries for compilation doc- PDF documentation in names folders: –CALPLOT.pdf/- Graphics package –GSAC.pdf/- SAC clone –IRIS.pdf/- IRIS evalresp/rdseed –OVERVIEW.pdf/- Synthetic seismograms –SOURCE.pdf/- Source mechanism –STRUCT.pdf/- Surface-wave dispersion receiver function

Note Some tutorials are old, however in using the programs, the ‘-h’ flag will provide the syntax for the command: udtdd -h Usage: udtdd -GCARC gcarc -EVDP evdp [-h] [-?] Compute P-wave ray parameter in sec/km Example: udtdd -GCARC EVDP GCARC gcarc (default 10.0) epicentral dist deg -EVDP evdp (default 10.0) source depth km -h this command help -? this command help