Unix machine in CS for teaching

Download Report

Transcript Unix machine in CS for teaching

Unix Machine In Computer Science for
Teaching
Cliff Zou
Spring 2015
Use Unix Machine in Department


The Unix machine: eustis2.eecs.ucf.edu
Must use SSH to connect

Find free SSH clients on Internet
E.g., Putty (command line based)
 http://en.wikipedia.org/wiki/Ssh_client


Find a GUI-based free SSH FTP client


E.g., WinSCP http://winscp.net/eng/index.php
If you are off campus, you must first set up
VPN to UCF campus

http://www.cst.ucf.edu/about/telecommunications/networ
k-services/vpn/
2
Use Unix Machine in Department


Username: NID
default password: Pyymmdd



If you have trouble to log in, please email to:
[email protected] for tech. support
The machine has installed many programming
languages


(birth year, month and day)
Java, Gcc, Python, Perl, Gdb
Basic Unix Commands Tutorial:



http://freeengineer.org/learnUNIXin10minutes.html
http://mally.stanford.edu/~sr/computing/basic-unix.html
Under Eustis2, you can use ‘pico’ to do simple code editing
3
Putty Usage

Executable in windows, no need to install



Putty: command line shell over secure channel
You can save sessions for later usage:

Remote host, default window, font…

http://kb.site5.com/shell-access-ssh/putty-how-to-load-save-or-delete-server-connection-settings/
To find commands, type “help”

Putty: normal Unix commands

http://mally.stanford.edu/~sr/computing/basic-unix.html
4