Difference between revisions of "UNIX"

From PHASTA Wiki
Jump to: navigation, search
Line 1: Line 1:
 
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.  
 
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 ([https://www.tipsandtricks-hq.com/basic-unix-commands-list-366#:~:text=File%2FDirectory%20operation%20related%20Unix%20Commands.%201%20cp%20%E2%80%93,which%20is%20the%20pathname%20of%20a%20directory.%20]). There should also be a "for dummies" book in the lab.  
+
There are tons of free resources on the web for getting started ([https://www.tipsandtricks-hq.com/basic-unix-commands-list-366#:~:text=File%2FDirectory%20operation%20related%20Unix%20Commands.%201%20cp%20%E2%80%93,which%20is%20the%20pathname%20of%20a%20directory.%20 Basic UNIX Commands]). There should also be a "for dummies" book in the lab.  
  
 
As you find resources that are helpful, please update this page.
 
As you find resources that are helpful, please update this page.

Revision as of 18:35, 16 December 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 (Basic UNIX Commands). 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).

Resources for setting up ssh keys

Visual guide to how ssh-keys and ssh-agent work: An Illustrated Guide to SSH Agent Forwarding

For setting up ssh-agent (so you don't have to type your password over and over): Understanding ssh-agent and ssh-add

Script for automatically starting ssh-agent on login of a machine (place in your .profile/.bash_profile): StackOverflow: Start ssh-agent on login

Command Line Basics

Explain Shell: Copy/paste a CLI command, and it will tell you what all the flags mean

Advanced Bash-Scripting Guide

Graphical Sessions (VNC)

See VNC

File Permissions and ACL

See File Permissions Basics and ACL