LINUX/UNIX: Difference between revisions

From Fluids Wiki
Jump to navigation Jump to search
(page on winisk and kazan has been renamed -- RBL)
(Adding unix intro tools)
Line 1: Line 1:


== Introduction to UNIX ==
Compute Canada has put together some introductions to UNIX.
* [https://docs.computecanada.ca/wiki/Linux_introduction Basic intro from Compute Canada]
* [https://www.sharcnet.ca/help/index.php/LINUX_SHELL Sharcnet - fairly in-depth]
* [http://www.ee.surrey.ac.uk/Teaching/Unix/index.html SciNet - also pretty in-depth]
== Odds and Ends ==
This is a collection of useful tools, commands, and random odds and ends.
This is a collection of useful tools, commands, and random odds and ends.



Revision as of 15:14, 25 April 2018

Introduction to UNIX

Compute Canada has put together some introductions to UNIX.


Odds and Ends

This is a collection of useful tools, commands, and random odds and ends.

  • Screen:
    • A useful terminal manager - especially on remote servers
    • See User Manual
    • See also this Blog
  • RSA Keys
    • Tired of typing in your password every time you log in somewhere? Use an RSA Key. It's also more secure.
    • Learn more here and here