Difference between revisions of "UNIX"

From PHASTA Wiki
Jump to: navigation, search
(broken link removed)
(Remove unnecessary brackets)
Line 7: Line 7:
 
== Connecting (SSH) ==
 
== Connecting (SSH) ==
 
Windows:
 
Windows:
[[http://www.chiark.greenend.org.uk/~sgtatham/putty PuTTY SSH Client]]
+
[http://www.chiark.greenend.org.uk/~sgtatham/putty PuTTY SSH Client]
[[http://winscp.net/eng/index.php WinSCP file transfer tool]]
+
[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).
+
MacOS and Linux users can use [http://openssh.org/ OpennSSH] on the command line (it generally comes with the OS).
  
 
== Command Line Basics ==
 
== Command Line Basics ==
  
[[https://www.rc.colorado.edu/support/tutorials/linux Slides and Video from CU's Research Computing group]]
+
[https://www.rc.colorado.edu/support/tutorials/linux Slides and Video from CU's Research Computing group]
  
[[http://www.nixsrv.com/llthw  "Learn Linux the Hard Way" (online book)]]
+
[http://www.nixsrv.com/llthw  "Learn Linux the Hard Way" (online book)]
 
== Graphical Sessions (VNC) ==
 
== Graphical Sessions (VNC) ==
 
See [[VNC]]
 
See [[VNC]]

Revision as of 10:20, 12 February 2020

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

Command Line Basics

Slides and Video from CU's Research Computing group

"Learn Linux the Hard Way" (online book)

Graphical Sessions (VNC)

See VNC