Skip to main content

Learning Resources

This page organizes the main sources used by Module 02. Start with the official Missing Semester material, then use the reference and practice pages inside this module, then go outward only where needed.

Primary Curriculum

Missing Semester 2026

Local source files in this repository

Selective Depth Sources

The Linux Command Line

Unix professional context

Practice Platforms

Professional Articles and Guides

Command Line Foundations

Vim and Editor Productivity

Environment Management

Platform Notes

Windows

  • Prefer WSL2 if you want the closest experience to the Unix-based material in Missing Semester.
  • PowerShell is useful and worth learning later, but this module assumes a Unix-like shell model first.

macOS and Linux

  • Native Unix-like tools align directly with most examples in this module.
  • Keep your shell config conservative at first; focus on repeatability and clarity.
  1. Concept page in this module
  2. Matching practice page in this module
  3. Official Missing Semester 2026 notes
  4. Local imported book chunk if still stuck
  5. External drill platform for repetition