Difference between revisions of "Useful websites with Unix commands"

From mn/bio/cees-bioinf
Jump to: navigation, search
(A list of useful websites)
 
Line 2: Line 2:
  
 
<br>  
 
<br>  
 +
 +
== The basics  ==
  
 
An A-Z Index of the Bash command line for Unix. All the commands with a little extra information.<br>  
 
An A-Z Index of the Bash command line for Unix. All the commands with a little extra information.<br>  
  
 
[http://www.ss64.com/bash/ http://www.ss64.com/bash/]<br>  
 
[http://www.ss64.com/bash/ http://www.ss64.com/bash/]<br>  
 +
 +
<br>
 +
 +
Unix/Linux Command Cheat Sheet (print out and hang next to your screen) <br>[[Unix/Linux Command Cheat Sheet http://fosswire.com/post/2007/08/unixlinux-command-cheat-sheet/|http://fosswire.com/post/2007/08/unixlinux-command-cheat-sheet/ ]]<br>
 +
 +
<br>
 +
 +
Have your shell command explained:<br>[http://explainshell.com/ http://explainshell.com/]<br>
  
 
<br>  
 
<br>  
Line 21: Line 31:
 
UNIX tips: Learn 10 good UNIX usage habits[http://www.ibm.com/developerworks/aix/library/au-badunixhabits.html#one <br>]  
 
UNIX tips: Learn 10 good UNIX usage habits[http://www.ibm.com/developerworks/aix/library/au-badunixhabits.html#one <br>]  
  
[http://www.ibm.com/developerworks/aix/library/au-badunixhabits.html#one http://www.ibm.com/developerworks/aix/library/au-badunixhabits.html#one]<br>
+
[http://www.ibm.com/developerworks/aix/library/au-badunixhabits.html#one http://www.ibm.com/developerworks/aix/library/au-badunixhabits.html#one]<br>
 +
 
 +
<br>
 +
 
 +
A linux command line reference for common operations:<br>[http://www.pixelbeat.org/cmdline.html http://www.pixelbeat.org/cmdline.html ]<br>
 +
 
 +
<br>
 +
 
 +
== Learning unix<br>  ==
 +
 
 +
Learning unix, material from Software Carpentry:<br>[http://software-carpentry.org/v4/shell/index.html http://software-carpentry.org/v4/shell/index.html]
 +
 
 +
<br>
 +
 
 +
Other useful material from Software Carpentry:<br>[http://software-carpentry.org/v4/index.html http://software-carpentry.org/v4/index.html]
 +
 
 +
<br>
 +
 
 +
Useful tutorials from 'The Geek Stuff'<br>[http://www.thegeekstuff.com/best-of-the-blog/ http://www.thegeekstuff.com/best-of-the-blog/]
 +
 
 +
<br>
 +
 
 +
== Tricks and more<br>  ==
 +
 
 +
Generate your .bashrc PS1 prompt easily with a drag and drop interface<br>[http://bashrcgenerator.com/ http://bashrcgenerator.com/]<br>
 +
 
 +
<br>
 +
 
 +
Cheat sheet for one-based vs zero-based coordinate systems<br>[http://www.biostars.org/p/84686/ http://www.biostars.org/p/84686/]
 +
 
 +
<br>
 +
 
 +
Bash Shortcuts For Maximum Productivity<br>[http://www.skorks.com/2009/09/bash-shortcuts-for-maximum-productivity/ http://www.skorks.com/2009/09/bash-shortcuts-for-maximum-productivity/]
 +
 
 +
<br>
 +
 
 +
Using Make for reproducible scientific analyses<br>[http://www.bendmorris.com/2013/09/using-make-for-reproducible-scientific.html http://www.bendmorris.com/2013/09/using-make-for-reproducible-scientific.html]<br>
 +
 
 +
<br>
 +
 
 +
<u>More advanced:</u><br>Testing exit values in Bash<br>[http://blog.sanctum.geek.nz/testing-exit-values-bash/ http://blog.sanctum.geek.nz/testing-exit-values-bash/]
 +
 
 +
<br>
 +
 
 +
Bash process substitution<br>[http://blog.sanctum.geek.nz/bash-process-substitution/ http://blog.sanctum.geek.nz/bash-process-substitution/]<br>

Revision as of 13:08, 31 October 2013

Here are some useful website with Unix commands


The basics

An A-Z Index of the Bash command line for Unix. All the commands with a little extra information.

http://www.ss64.com/bash/


Unix/Linux Command Cheat Sheet (print out and hang next to your screen)
http://fosswire.com/post/2007/08/unixlinux-command-cheat-sheet/


Have your shell command explained:
http://explainshell.com/


A Bioinformatician's UNIX Toolbox
http://lh3lh3.users.sourceforge.net/biounix.shtml


Bioinformatics one-liners

https://github.com/stephenturner/oneliners


UNIX tips: Learn 10 good UNIX usage habits

http://www.ibm.com/developerworks/aix/library/au-badunixhabits.html#one


A linux command line reference for common operations:
http://www.pixelbeat.org/cmdline.html


Learning unix

Learning unix, material from Software Carpentry:
http://software-carpentry.org/v4/shell/index.html


Other useful material from Software Carpentry:
http://software-carpentry.org/v4/index.html


Useful tutorials from 'The Geek Stuff'
http://www.thegeekstuff.com/best-of-the-blog/


Tricks and more

Generate your .bashrc PS1 prompt easily with a drag and drop interface
http://bashrcgenerator.com/


Cheat sheet for one-based vs zero-based coordinate systems
http://www.biostars.org/p/84686/


Bash Shortcuts For Maximum Productivity
http://www.skorks.com/2009/09/bash-shortcuts-for-maximum-productivity/


Using Make for reproducible scientific analyses
http://www.bendmorris.com/2013/09/using-make-for-reproducible-scientific.html


More advanced:
Testing exit values in Bash
http://blog.sanctum.geek.nz/testing-exit-values-bash/


Bash process substitution
http://blog.sanctum.geek.nz/bash-process-substitution/