Difference between revisions of "UNIX"

From PHASTA Wiki
Jump to: navigation, search
(Created page with "Most of our systems (and general HPC resources) run some UNIX derivative. Much of the software is command line based, so it's worthwhile to learn the basics. There are tons of ...")
 
Line 4: Line 4:
  
 
As you find resources that are helpful, please update this page.
 
As you find resources that are helpful, please update this page.
 +
 +
== Connecting (SSH) ==
 +
Windows:
 +
[[http://www.chiark.greenend.org.uk/~sgtatham/putty PuTTY SSH Client]]
 +
[[http://winscp.net/eng/index.php WinSCP file transfer tool]]
 +
 +
MacOS and Linux users can use [[http://openssh.org/ OpennSSH]] on the command line (it generally comes with the OS).
 +
 +
== Graphical Sessions (VNC) ==
 +
See [[VNC]]

Revision as of 17:35, 16 December 2011

Most of our systems (and general HPC resources) run some UNIX derivative. Much of the software is command line based, so it's worthwhile to learn the basics.

There are tons of free resources on the web for getting started, for example this [book]. There should also be a "for dummies" book in the lab.

As you find resources that are helpful, please update this page.

Connecting (SSH)

Windows: [PuTTY SSH Client] [WinSCP file transfer tool]

MacOS and Linux users can use [OpennSSH] on the command line (it generally comes with the OS).

Graphical Sessions (VNC)

See VNC