Linux+

Prepare a comprehensive list of all essential Linux commands using different sources (website, manuals, and so on) along with a brief description of each. You will present this list for a new Linux system administrator. Make sure to include a Command Quick Reference Card.

Meet the Team

COO

George

CEO

Elaine

Advisor

Susan

  • Conceptualization
  • Product Design
  • Development
  • UI/UX Testing
  • Branding

Our Services

# CHAPTER 2

Team & Background

Our design team has a collective 75 years of experience in crafting digital products. Our diverse backgrounds offer a thorough mix of points of view.

Agenda

Introduction

Basic introductions of commands used by Linux administrator.

1.

2.

Implementation

Plan, Design and Implementation

3.

Interpretation

Interpret based on output and deal with based on scenario

# CHAPTER 2

Present Syntax Highlighted Code

<section>
  <h2>Tabular Tables</h2>
  <table>
    <thead>
      <tr>
        <th>Item</th>
        <th>Value</th>
        <th>Quantity</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td>Apples</td>
        <td>$1</td>
        <td>7</td>
      </tr>
      <tr>
        <td>Lemonade</td>
        <td>$2</td>
        <td>18</td>
      </tr>
      <tr>
        <td>Hand Sanitizer</td>
        <td>$999</td>
        <td>2</td>
      </tr>
    </tbody>
  </table>
</section>
# PRESENTING CODE
$ uname –a ↵
# PRESENTING CODE

uname

$ uname –a ↵
Linux ubuntu18 5.3.0-1028-azure #29~18.04.1-Ubuntu SMP Fri Jun 5 14:32:34 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux

kernel name:Linux 
hostname: ubuntu18 
kernel release: 5.3.0-1028-azure 
kernel version: #29~18.04.1-Ubuntu SMP Fri Jun 5 14:32:34 UTC 2020 
machine hardware name: x86_64 
processor: x86_64 
hardware-platform: x86_64 
operating system: GNU/Linux
# PRESENTING CODE

uname - output

// This slide uses Auto-Animate to animate between
// two different code blocks
const distanceBetween = ( p1, p2 ) => {
 // TODO
}

distanceBetween([10,10], [50,50])
# PRESENTING CODE

Code Transitions

// Measure the distance between two points
const distanceBetween = ( p1, p2 ) => {
  const dx = p1[0]-p2[0];
  const dy = p1[1]-p2[1];

  return Math.sqrt( dx*dx + dy*dy );
}

distanceBetween([10,10], [50,50])
# PRESENTING CODE

Code Transitions

# CHAPTER 2

Our Services

We offer a variety of services and plans tailored to business needs of any kind and of any size.

Linux+

By Sagar Chamling

Linux+

  • 54