User Tools

Site Tools


logging_in

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
logging_in [2017/09/12 17:46]
mgstauff ['rm -fr' command WARNING]
logging_in [2018/03/02 20:32] (current)
mgstauff [Screen & tmux]
Line 3: Line 3:
 ====== Overview ====== ====== Overview ======
  
-The CfN cluster is a linux-based system (CentOS 6.6). You connect to it using //ssh//, a tool for remote secure connections between computers. The initial connection and your interaction with the cluster are done using a standard linux //shell// environment (aka 'command line', 'command line interface (CLI)' or 'terminal'). This is a text window where you type commands and get text back as a response. +The CfN cluster is a linux-based system (CentOS 6.9). You connect to it using //ssh//, a tool for remote secure connections between computers. The initial connection and your interaction with the cluster are done using a standard linux //shell// environment (aka 'command line', 'command line interface (CLI)' or 'terminal'). This is a text window where you type commands and get text back as a response. 
  
 ---- ----
Line 24: Line 24:
    
 A shorter introduction, more technical: [[http://www.tldp.org/LDP/Bash-Beginners-Guide/html/chap_01.html]] A shorter introduction, more technical: [[http://www.tldp.org/LDP/Bash-Beginners-Guide/html/chap_01.html]]
 +
 +----
 +====== Some Useful Linux Things =====
 +
 +==== Screen & tmux ====
 +
 +The ''screen'' and ''tmux'' tools are very useful. They let you create multiple terminal instances from one screen, and most importantly, let you 'detach' from a terminal instance/session and reconnect to it later, even if you've logged out, or lost your network connection or have closed your terminal window. This is **very** useful for running a long terminal program without having to keep your terminal and computer running.
 +
 +Screen - [[https://uisapp2.iu.edu/confluence-prd/pages/viewpage.action?pageId=115540034|Very Simple Usage Instructions]]
 +
 +tmux - [[https://hackernoon.com/a-gentle-introduction-to-tmux-8d784c404340|A Gentle Introduction to tmux]]
 +
 +==== Simple Bash script loop ====
 +
 +[[using_ogs_sge#simple_bash_loop|Here's a simple example]] of a Bash script to loop through patients and run a ''qsub'' job on the cluster.
  
 ---- ----
logging_in.1505238388.txt.gz ยท Last modified: 2017/09/12 17:46 by mgstauff