Linux Fundamentals [working]
Linux Fundamentals [working]
PART 1: BASICS
1.History of Linux Operating System and the Open Systems Standard
1.1 ๐ฐ๏ธ History of Linux Operating System
1.2 ๐ The Open Source Project and OSI
1.3 ๐ Open Source Licenses and Standards
1.4 ๐ง Overview of Major Linux Distributions (Distros)
1.5 ๐๏ธ Overview of the Different Linux OS Architecture
2.Installation Basics in Linux
2.1 ๐ฅ๏ธ Designing the Disk Partitioning Scheme
2.2 ๐ฝ Ensuring /boot Conforms to Hardware Requirements
2.3 ๐ Concept of Swap Space
2.4 ๐ฆ Understanding LVM (Logical Volume Manager)
3.Booting the System in Linux
3.1 ๐ง BIOS Boot Sequence
3.2 ๐ Linux Boot Events Overview
3.3 ๐ป Common Commands to the Boot Loader (GRUB)
3.4 โ๏ธ Kernel Options at Boot Time
3.5 ๐ Init Systems: SysVinit, SystemD, Upstart
3.6 ๐ Changing Runlevels / Targets / Single User Mode
3.7 ๐ Reboot & Shutdown (with User Alerts)
4.The Linux Terminal / Command Line
4.1 ๐ Opening the Terminal
4.2 โ๏ธ Terminal Settings
4.3 ๐ Common Terminal Commands
4.4 ๐จ Customizing the Shell Prompt & Environment
4.5 โก Creating Aliases
5.Determining Attached Hardware and Computer Peripherals
5.1 ๐ง How Linux Detects Hardware
5.2 ๐ ๏ธ Tools to List Hardware Info
5.3 ๐ Tools to Manipulate USB Devices
5.4 ๐ฝ Manually Mount and Unmount Filesystems
5.5 ๐ Automatically Mount Filesystems on Boot
6.Package Management
6.1 ๐ The Linux File System Structure (Simplified)
6.2 ๐ Managing Shared Libraries
6.3 ๐ฆ Debian Package Management
6.4 ๐ฆ RPM and YUM Package Management
6.5 ๐ Creating Symbolic and Hard Links
7.Package Management
7.1 ๐ฆ Common Archiving Tools
7.2 ๐ Making Directories
7.3 ๐ Copy, Move, Delete Files and Directories
7.4 ๐ Finding and Locating Files
8.Text Editors, Text Streams, Filters, and Redirection
8.1 ๐ค Vi vs Vim
8.2 ๐ Output Redirection & GNU Text Utilities
8.3 ๐ Streams, Pipes, and Redirects
8.4 ๐ Search with Regular Expressions
9.File Permissions and Ownership in Linux
9.1 ๐ Default File Permissions & umask
9.2 ๐ Reading ls -l
Output
9.3 ๐งฎ Managing Permissions
9.4 โ๏ธ Customizing File Creation Mask (umask
)
This post is licensed under CC BY 4.0 by the author.