Changes between Version 16 and Version 17 of Other/Summer/2024/dCI


Ignore:
Timestamp:
Jul 30, 2024, 6:30:23 PM (5 weeks ago)
Author:
KudrnaSamuel
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Other/Summer/2024/dCI

    v16 v17  
    3131
    3232**Week 9 - (7/22 - 7/25)**
    33 -
    34 https://docs.google.com/presentation/d/1icmSNZEQMcftppDLb8DZKa6iC2Cf2gJS/edit#slide=id.p1
     33- Shell scripting:
     34  - Covered operations, if/else, loops, and functions
     35  - Worked with awk, grep, and sed
     36- Installed miniconda3 and activated the environment
     37- Installed Jupyter Notebook and connected to it in the browser
     38- Ran through basic python commands
     39- Ran through many python topics relating to servers:
     40  - sys - Used to find system-specific parameters/functions
     41  - os - interacts with the operating system interface
     42  - shutil -  used for file operations
     43  - subprocess - spawns processes and allows you to connect to their input, output, and error pipes
     44  - pysftp - file commands via SFTP
     45  - re - run regular expressions
     46
     47**Week 10 - (7/29 - 8/1)**
     48- Server setup!!
     49- Installed warewulf on new linux containers