epd 3.0 electronic product designer setup procedure part 1 epd_initial.setup vnc setup this demo is...

Post on 16-Dec-2015

212 Views

Category:

Documents

0 Downloads

Preview:

Click to see full reader

TRANSCRIPT

ePD 3.0electronic Product Designersetup procedure

Part 1ePD_initial.setupvnc setup

This Demo is captured on Camtasia Studio 4

http://www.usc.edu/its/

Download PuTTY and/or X-Win32

Why vnc?VNC (Virtual Network Computing)http://www.realvnc.comhttp://www.realvnc.com/products/free/4.1/index.htmlhttp://www.realvnc.com/products/free/4.1/winvncviewer.html

http://www.realvnc.com/products/free/4.1/download.html

Download the executable to your desktop

ssh toaludra.usc.edu or nunki.usc.edu

use either PuTTY or X-Win32 to ssh

Type the following command at unix prompt

~eeview/ePD_initial.setup

sets up pv directory

adds lines to your .login file

creates .vnc directory

Students in all courses planning to use ePD will execute this command only once

Logout and login again to source the new lines added

to your .login file

or typesource .login

  

Invoke vncserver

unix>vncserverunix>password:

verifyProvides a display

nunki.usc.edu:15002

Invoke vncviewer on your PC

Click on vncviewer iconPut in host name nunki.usc.edu:15002

Password

Open a terminal

Edit your .login file or .cshrc file if needed

Use emacs or vi or pico editors to edit

the .login file or .cshrc file

Optional: add the following lines to your .cshrc file for

unix prompt and file find

set host=`hostname|cut -f1 -d.`

set prompt="$host-$cwd:t{\!} "

alias cd 'cd \!* ; set prompt="$host-$cwd:t{\!} "'

Unix prompt to show the server followed by your current directory:example: nunki-pv

To search for files in current directory and all subdirectories underneathexample: ff *457*lab*3*

alias ff \(set noglob\;exec find . -name \!\* -print\)

cleanup before logging out

logout and login

Before you logout, do not forget to run

cleanupwhenever you use vncserver on unix

To logout, you can typelogout or kj (for kill jobs)To close a terminal in vncviewer, you can use exit

top related