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/25 17:25]
mgstauff [Overview]
logging_in [2018/03/02 20:32] (current)
mgstauff [Screen & tmux]
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.1506360314.txt.gz ยท Last modified: 2017/09/25 17:25 by mgstauff