Difference between revisions of "Introduction to Linux in HPC/Historical Background"

From HPC Wiki
Introduction to Linux in HPC/Historical Background
Jump to navigation Jump to search
m (Tweak page sorting)
 
(109 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
[[Category:Tutorials|Linux History and Background]]<nowiki />
 +
{{DISPLAYTITLE:Linux History and Background}}<nowiki />
 +
{{Syllabus Introduction to Linux}}<nowiki />
 
__TOC__
 
__TOC__
 +
 +
This part of the tutorial introduces Linux and puts it into context with the UNIX operating system, the POSIX standard, and the GNU initiative.
 +
It further introduced terms like kernel and distribution that will help you understand further literature or videos on this topic.
  
 
=== Video === <!--T:5-->
 
=== Video === <!--T:5-->
  
<youtube width="600" height="400" right>IfD9IPixgpo</youtube>
+
<youtube width="600" height="340" right>zfCKSXo9hWk</youtube>
  
[https://git-ce.rwth-aachen.de/hpc.nrw/ap2/tutorials/linux/-/blob/master/Slides/Linux_Intro/Linux_Intro.pdf Linux Introduction] Slides 17 - 23 (7 pages)
+
([[Media:HPC.NRW_Introduction_to_Linux_in_HPC_01_Background_and_History.pdf | Slides as pdf]])
  
 +
=== Quiz === <!--T:5--> 
  
=== Slide Layout === <!--T:5-->
+
{{hidden begin
 +
|title = 1. What is the POSIX Standard?
 +
}}
 +
<quiz display=simple>
 +
{
 +
|type="()"}
 +
+ A standard describing interfaces that all complicant variants of UNIX need to implement.
 +
|| True
 +
- A proposal for a new operating system succeeding UNIX.
 +
|| The POSIX standard is not a specific implementation, but rather a standardized interface.
 +
- A UNIX distribution that had to be renamed due to legal claims.
 +
|| The POSIX standard is not a specific implementation, but rather a standardized interface.
 +
</quiz>
 +
{{hidden end}}
  
    page 1:
+
{{hidden begin
        Linux is an open source Unix-like OS (behaves similar to Unix).
+
|title = 2. What does Linux refer to?
            brief characteristics of Unix
+
}}
        Linux is compatible to the POSIX standard.
+
<quiz display=simple>
            brief characteristics of POSIX
+
{
    page 2:
+
|type="()"}
        There are many Unix variants from different companies: Apple, Sun, IBM, HP and even Microsoft.
+
- A complete installation of the operating system with all supporting tools and applications.
    page 3:
+
|| Linux only refers to the kernel only. System application may be developed for Linux but they are not part of Linux itself.
        Linux is developed along this line.
+
+ The operating system kernel only.
    page 4:
+
|| Linux only refers to the kernel only. System application may be developed for Linux but they are not part of Linux itself.
        Historically there are two separate initiatives: GNU and Linux
+
- The operating sytem kernel including the most basic system tools.
        To be more precise: GNU/Linux
+
|| Linux only refers to the kernel only. System application may be developed for Linux but they are not part of Linux itself.
            Linux: OS kernel
+
</quiz>
            GNU: many user programs
+
{{hidden end}}
        Therefore many distros
 
    page 5:
 
        Distros can be divided into different categories.
 
            for server: RHEL, Fedora, CentOS
 
            for user: Debian, Ubuntu, Mint
 
            for workplace: Suse
 
            specialized distros: Kali Linux for security testing
 
    page 6:
 
        HPC: all Top 500 supercomputers use Linux
 
        Popular desktop Linux distros: Ubuntu, Linux Mint ...
 
    page 7:
 
        Which Linux distro should I use?
 
            It depends on your needs.
 
            Available software packages, support and maintenance are also important.
 
 
 
 
 
=== Quiz === <!--T:5-->
 
  
           
+
{{hidden begin  
{{hidden begin
+
|title = 3. What is a distribution?
|title = 1. Are all Top 500 supercomputers using Linux in HPC?
 
 
}}
 
}}
 
<quiz display=simple>
 
<quiz display=simple>
 
{
 
{
 
|type="()"}
 
|type="()"}
+ Yes
+
- A commercial publishing channel to obtain the Linux kernel. 
|| see [https://top500.org/statistics/list top500] (access on 27.08.2020) List in June 2020 shows all Top 500 supercomputers are using Linux.  
+
||
- No
+
+ A pre-configured collection of Linux kernel and accompanying applications.
||
+
||  
 +
- A public file server hosting the Linux kernel and a few system applications.  
 +
||
 +
- None of the Above
 +
||  
 
</quiz>
 
</quiz>
 
{{hidden end}}
 
{{hidden end}}
 
+
           
{{hidden begin |title = 2. What does GNU stands for? }}
+
{{hidden begin  
 +
|title = 4. What does GNU stands for?
 +
}}
 
<quiz display=simple>
 
<quiz display=simple>
 
{
 
{
 
|type="()"}
 
|type="()"}
+ A. GNU's Not Unix
+
+ GNU's Not Unix
 
|| True
 
|| True
- B. Geek Needed Unix
+
- Geek Needed Unix
 
||  
 
||  
- C. General Unix
+
- General Unix
 
||
 
||
- D. General Unix
+
- None of the Above
||
 
- E. None of the Above
 
 
||  
 
||  
 
</quiz>
 
</quiz>
 
{{hidden end}}
 
{{hidden end}}
  
 +
{{hidden begin
 +
|title = 5. How many HPC systems of the Top500 used some form of Linux in June of 2020?
 +
}}
 +
<quiz display=simple>
 +
{
 +
|type="()"}
 +
- 80%
 +
|| see [https://top500.org/statistics/list top500] (access on 27.08.2020) List in June 2020 shows all Top 500 supercomputers are using Linux.
 +
- 95%
 +
|| see [https://top500.org/statistics/list top500] (access on 27.08.2020) List in June 2020 shows all Top 500 supercomputers are using Linux.
 +
+ 100%
 +
|| see [https://top500.org/statistics/list top500] (access on 27.08.2020) List in June 2020 shows all Top 500 supercomputers are using Linux.
 +
</quiz>
 +
{{hidden end}}
  
{{Warning|mode=info|text= '''no tips in this section'''}}
 
  
{{Warning|mode=warn|text= '''no warning in this section'''}}
+
{{Tutorial Navigation
 
+
| main = [[Introduction_to_Linux_in_HPC | Overview ]]
 
+
| next = [[Introduction_to_Linux_in_HPC/The_Command_Line | The Command Line ]]
{{Note|'''Exercises in Terminal: no exercises in this section'''}}
+
}}

Latest revision as of 17:17, 4 December 2020

Tutorial
Title: Introduction to Linux in HPC
Provider: HPC.NRW

Contact: tutorials@hpc.nrw
Type: Multi-part video
Topic Area: HPC Platforms
License: CC-BY-SA
Syllabus

1. Background and History
2. The Command Line
3. Linux Directory Structure
4. Files
5. Text display and search
6. Users and permissions
7. Processes
8. The vim text editor
9. Shell scripting
10. Environment variables
11. System configuration
12. SSH Connections
13. SSH: Graphics and File Transfer
14. Various tips

This part of the tutorial introduces Linux and puts it into context with the UNIX operating system, the POSIX standard, and the GNU initiative. It further introduced terms like kernel and distribution that will help you understand further literature or videos on this topic.

Video

( Slides as pdf)

Quiz

1. What is the POSIX Standard?

A standard describing interfaces that all complicant variants of UNIX need to implement.
A proposal for a new operating system succeeding UNIX.
A UNIX distribution that had to be renamed due to legal claims.

2. What does Linux refer to?

A complete installation of the operating system with all supporting tools and applications.
The operating system kernel only.
The operating sytem kernel including the most basic system tools.

3. What is a distribution?

A commercial publishing channel to obtain the Linux kernel.
A pre-configured collection of Linux kernel and accompanying applications.
A public file server hosting the Linux kernel and a few system applications.
None of the Above

4. What does GNU stands for?

GNU's Not Unix
Geek Needed Unix
General Unix
None of the Above

5. How many HPC systems of the Top500 used some form of Linux in June of 2020?

80%
95%
100%



 

Overview

The Command Line >>