User Tools

Site Tools


mkatari-bioinformatics-august-2013-introlinuxnotes

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
mkatari-bioinformatics-august-2013-introlinuxnotes [2015/06/03 17:47] – [Command Line Editing] mkatarimkatari-bioinformatics-august-2013-introlinuxnotes [2015/06/03 18:07] mkatari
Line 41: Line 41:
 The command is only executed once you press enter. Till then you can edit the line by using the following key strokes: The command is only executed once you press enter. Till then you can edit the line by using the following key strokes:
  
-|taurus|- 112 GB RAM \\ - 64 CPUs |- batch and interactive jobs \\ - Good for BLASTstructure, R, etc.|{{http://hpc.ilri.cgiar.org/ganglia/graph.php?g=load_report&z=medium&c=compute&h=taurus&m=os_name&r=hour&s=descending&hc=4&mc=2&.gif?}} +^Action ^Result ^ 
-|mammoth|- 512 GB RAM \\ 16 CPUs |- batch and high-memory jobs \\ - Good for genome assembly (mira, newbler, abyss, etc)|{{http://hpc.ilri.cgiar.org/ganglia/graph.php?g=load_report&z=medium&c=compute&h=mammoth&m=os_name&r=hour&s=descending&hc=4&mc=2&.gif?}} +|Backspace (delete on MACs) |delete previous character| 
-|compute2|- 128 GB RAM \\ - 16 CPUs |- batch and interactive jobs \\ - Good for BLAST, structure, R, etc.|{{http://hpc.ilri.cgiar.org/ganglia/graph.php?g=load_report&z=medium&c=compute&h=compute2&m=os_name&r=hour&s=descending&hc=4&mc=2&.gif?}} |+|Left Arrow, Right Arrow| move left and right on lines | 
 +|Up Arrowdown Arrowprevious and following command
 +|Ctrl-A| go to front of line| 
 +|Ctrl-E| go to end of line| 
 +|Ctrl-Ddelete next character| 
 +|Ctrl-Kdelete everything to the right of the character
 +|Ctrl-Ypaste| 
 +|Ctrl-Cstop a running job| 
 + 
 +Once you press enter the program will be executedWhen your prompt returns, you know that the program has finishedIf there is an output to the program it usually prints it on the screen (often referred to as the standard output) 
 + 
 +In the example below, ''date'' is  
  
 ====== Logging in with X Windows ====== ====== Logging in with X Windows ======
Line 65: Line 77:
  
 {{:emacswindow.png?300|}} {{:emacswindow.png?300|}}
 +
 +====== Home Sweet Home ======
 +
 +When you first log in, you will be in a directory called “home directory”
 +<code>
 +/home/<your username>
 +</code>
 +Generally in this directory you have complete control over creating, modifying, and executing files in this or any sub directory you create. In order to return to your home directory simply type the command: “cd ~” at the prompt. Unless appropriate changes have been made you can can not enter anyone’s directory or even see what is in it.
 +
  
  
mkatari-bioinformatics-august-2013-introlinuxnotes.txt · Last modified: 2015/06/11 11:50 by mkatari