Difference between revisions of "Introduction to Linux in HPC/Various tips"

From HPC Wiki
Introduction to Linux in HPC/Various tips
Jump to navigation Jump to search
Line 35: Line 35:
  
 
{{Warning|mode=warn|text= '''Please make backups regularly!'''}}
 
{{Warning|mode=warn|text= '''Please make backups regularly!'''}}
 
  
 
=== Exercises in Terminal (slide 137) === <!--T:5-->   
 
=== Exercises in Terminal (slide 137) === <!--T:5-->   

Revision as of 16:35, 6 October 2020

Video


Quiz

How will you find a specific command in history ? HINT: use grep with history, how to use it?

Click and submit to see the answer

How can you compare two files and display a list of the difference? HINT: man diff

Click and submit to see the answer


Info:  Please make backups regularly!


Warning:  Please make backups regularly!

Exercises in Terminal (slide 137)

1. Find out the number of CPUs and amount of memory you have.
2. Permanently change your vim color scheme. 


Previous Page
Main Menu Page
Next Page