📄️ Content
Table of contents for the Linux 1 course - Learn the basics of Linux from scratch.
📄️ Chapter 1 - Introduction to Linux
Discover what Linux is, its history, the distributions, and why it is essential for DevOps.
📄️ Chapter 2 - Installing Linux
Learn how to install Linux on VirtualBox, WSL2, or dual boot depending on your needs.
📄️ Chapter 3 - The interface and the Terminal
Discover the Linux terminal, understand its importance, and take your first steps on the command line.
📄️ Chapter 4 - Navigating the file system
Learn how to navigate the Linux directory tree with pwd, ls, and cd.
📄️ Chapter 5 - Managing files and folders
Learn how to create, copy, move, and delete files and folders on Linux.
📄️ Chapter 6 - Viewing and editing files
Learn how to read and modify files with cat, less, head, tail, grep, nano, and vim.
📄️ Chapter 7 - Help and documentation
Learn how to find help on Linux with man, --help, info, and online documentation.
📄️ Chapter 8 - Review exercises
Put into practice all the knowledge acquired in this first Linux course.