Difference between revisions of "Useful websites with Unix commands"

From mn/bio/cees-bioinf
Jump to: navigation, search
 
Line 1: Line 1:
Here are some useful website with Unix commands<br>
+
Here are some useful website with Unix commands
  
<br>
+
Please [[Tips_for_adding_a_page|add (or suggest)]] your favourite website!
  
== The basics ==
+
== 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.
  
[http://www.ss64.com/bash/ http://www.ss64.com/bash/]<br>
+
[http://www.ss64.com/bash/ http://www.ss64.com/bash/]
  
<br>
 
  
Unix/Linux Command Cheat Sheet (print out and hang next to your screen) <br>[http://fosswire.com/post/2007/08/unixlinux-command-cheat-sheet/ http://fosswire.com/post/2007/08/unixlinux-command-cheat-sheet/ ]<br>
 
  
<br>  
+
Unix/Linux Command Cheat Sheet (print out and hang next to your screen)<br/>[http://fosswire.com/post/2007/08/unixlinux-command-cheat-sheet/ http://fosswire.com/post/2007/08/unixlinux-command-cheat-sheet/]
  
Have your shell command explained:<br>[http://explainshell.com/ http://explainshell.com/]<br>
 
  
<br>
 
  
A Bioinformatician's UNIX Toolbox<br>[http://lh3lh3.users.sourceforge.net/biounix.shtml http://lh3lh3.users.sourceforge.net/biounix.shtml]  
+
Have your shell command explained:<br/>[http://explainshell.com/ http://explainshell.com/]
  
<br>
 
  
Bioinformatics one-liners<br>
 
  
[https://github.com/stephenturner/oneliners https://github.com/stephenturner/oneliners]  
+
A Bioinformatician's UNIX Toolbox<br/>[http://lh3lh3.users.sourceforge.net/biounix.shtml http://lh3lh3.users.sourceforge.net/biounix.shtml]
  
<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>
+
Bioinformatics one-liners
  
<br>
+
[https://github.com/stephenturner/oneliners https://github.com/stephenturner/oneliners]
  
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> ==
+
UNIX tips: Learn 10 good UNIX usage habits[http://www.ibm.com/developerworks/aix/library/au-badunixhabits.html#one <br />]
  
Learning unix, material from Software Carpentry:<br>[http://software-carpentry.org/v4/shell/index.html http://software-carpentry.org/v4/shell/index.html]  
+
[http://www.ibm.com/developerworks/aix/library/au-badunixhabits.html#one http://www.ibm.com/developerworks/aix/library/au-badunixhabits.html#one]
  
<br>
 
  
Other useful material from Software Carpentry:<br>[http://software-carpentry.org/v4/index.html http://software-carpentry.org/v4/index.html]
 
  
<br>  
+
A linux command line reference for common operations:<br/>[http://www.pixelbeat.org/cmdline.html http://www.pixelbeat.org/cmdline.html]
  
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>  ==
+
== Learning unix ==
  
Generate your .bashrc PS1 prompt easily with a drag and drop interface<br>[http://bashrcgenerator.com/ http://bashrcgenerator.com/]<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>
 
  
Cheat sheet for one-based vs zero-based coordinate systems<br>[http://www.biostars.org/p/84686/ http://www.biostars.org/p/84686/]
 
  
<br>  
+
Other useful material from Software Carpentry:<br/>[http://software-carpentry.org/v4/index.html http://software-carpentry.org/v4/index.html]
  
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>
+
Useful tutorials from 'The Geek Stuff'<br/>[http://www.thegeekstuff.com/best-of-the-blog/ http://www.thegeekstuff.com/best-of-the-blog/]
  
<br>
 
  
== More advanced<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/]
+
== Tricks and more ==
  
<br>  
+
Generate your .bashrc PS1 prompt easily with a drag and drop interface<br/>[http://bashrcgenerator.com/ http://bashrcgenerator.com/]
  
Bash process substitution<br>[http://blog.sanctum.geek.nz/bash-process-substitution/ http://blog.sanctum.geek.nz/bash-process-substitution/]<br>
+
 
 +
 
 +
Cheat sheet for one-based vs zero-based coordinate systems<br/>[http://www.biostars.org/p/84686/ http://www.biostars.org/p/84686/]
 +
 
 +
 
 +
 
 +
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/]
 +
 
 +
 
 +
 
 +
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]
 +
 
 +
 
 +
 
 +
== More advanced ==
 +
 
 +
Testing exit values in Bash<br/>[http://blog.sanctum.geek.nz/testing-exit-values-bash/ http://blog.sanctum.geek.nz/testing-exit-values-bash/]
 +
 
 +
 
 +
 
 +
Bash process substitution<br/>[http://blog.sanctum.geek.nz/bash-process-substitution/ http://blog.sanctum.geek.nz/bash-process-substitution/]

Latest revision as of 11:53, 15 October 2014

Here are some useful website with Unix commands

Please add (or suggest) your favourite website!

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/