1 of 5

Data Infrastructure

Management

By: Alex, Ryan, Sam, Mattias, Jinun

2 of 5

Orbit and Python High School Presentations

Orbit (7/8)

We each connected to the Orbit node cluster and learned basic commands on Linux to use on it.

Python (7/9)

Coded some basic exercises

Covered types, operations, logical operators, operands, loop, if/else statements, and functions

3 of 5

Weekly Progress

  • Topped up on basic Linux exercises.
  • Learned and exercised Linux software package management(removing and installing programs).
  • Covered the basic TCP/IP functionality.
  • Experimented with different packages and commands.
  • Learned about compressing and decompressing data in for package management.

4 of 5

Linux Commands Learned

  • tmux
    • Allows you to open multiple windows of one Linux session
  • gzip
    • Compresses/Decompresses files
  • tar
    • Views and extracts files from Archives
  • cpio (copy input output)
    • Copies files into archive to back them up
    • Extracts files from archive to restore them
  • lshw
    • List hardware (Ex. lshw -class memory)
  • find
    • Locates a file/directory

5 of 5

Goals for Next Week

  • Create and work with a network file system�
  • Cover start/stop services�
  • Write shell scripts using awk, grep, and sed languages