Linux for the intermediate level | EIS
European Internet School
Back
/
Linux
/
Linux for the intermediate level
Linux for the intermediate level
Course Content
Lesson 1: Introduction to Navigation and Path Discovery
In the world of Linux, the terminal is your primary vehicle for interacting with the system. Unlike ...
Start Lesson
Lesson 2: Mastering the 'ls' Command and Directory Listing
In the Linux ecosystem, the ability to navigate the file system and inspect its contents is the most...
Start Lesson
Lesson 3: Navigating the File System with 'cd'
In the Linux environment, navigation is the most fundamental skill a user or administrator must mast...
Start Lesson
Lesson 4: Creating and Managing Directories
In the Linux operating system, the filesystem is a hierarchical structure that organizes data. While...
Start Lesson
Lesson 5: Copying and Moving Files and Folders
In the Linux ecosystem, the ability to manipulate the file system through the command line is a fund...
Start Lesson
Lesson 6: Safe and Efficient File Deletion
# Safe and Efficient File Deletion Deletion is one of the most critical aspects of file management ...
Start Lesson
Lesson 7: Working with Text: Creating, Reading, and Paging Files
# Working with Text: Creating, Reading, and Paging Files In the Linux ecosystem, almost everything ...
Start Lesson
Lesson 8: Standard I/O Redirection and Pipelines
In the Linux philosophy, "everything is a file," and every process manipulates data. To master the c...
Start Lesson
Lesson 9: Network Connectivity and Troubleshooting Basics
Maintaining a healthy network and diagnosing connectivity issues is one of the most critical skills ...
Start Lesson
Lesson 10: Scanning Ports and Managing HTTP Requests
In modern Linux system administration and cybersecurity, the ability to analyze network entry points...
Start Lesson
Lesson 11: Remote Access and Secure File Transfer with SSH
In the world of Linux administration, the ability to manage a system sitting right in front of you i...
Start Lesson
Lesson 12: DNS Queries and Route Tracing
In the world of networking and system administration, understanding how data travels from your machi...
Start Lesson
Lesson 13: Advanced File Searching with Find, Grep, and Locate
In the Linux environment, finding the right information quickly is a hallmark of an expert user. Whi...
Start Lesson
Lesson 14: Archiving and Compression Techniques
In the world of Linux system administration, managing the footprint and organization of data is a fu...
Start Lesson
Lesson 15: Disk Usage Analysis and File System Mounting
In the Linux ecosystem, managing storage is a fundamental skill for any administrator. Understanding...
Start Lesson
Lesson 16: Process Monitoring with ps, top, and htop
In the world of Linux system administration, a "process" is an executing instance of a program. Moni...
Start Lesson
Lesson 17: Managing Processes: Lifecycles and Priorities
In the Linux ecosystem, a process is more than just a running program; it is a dynamic entity with a...
Start Lesson
Lesson 18: Systemd Service Management and Log Inspection
Modern Linux distributions rely on **systemd** as the primary init system and service manager. It is...
Start Lesson
Lesson 19: Linux Permissions: Chmod and Chown
In the Linux ecosystem, security is built upon a foundation of strict ownership and permissions. Unl...
Start Lesson
Lesson 20: Privilege Escalation and User Management
# Privilege Escalation and User Management In the Linux ecosystem, security is built upon the found...
Start Lesson
Lesson 21: Network Security: Firewalls and Fail2Ban
# Network Security: Firewalls and Fail2Ban In the realm of Linux system administration, network sec...
Start Lesson
Lesson 22: Automating Tasks with Bash Scripting
Bash scripting is the cornerstone of Linux automation. It allows system administrators and developer...
Start Lesson
Lesson 23: Job Scheduling with Cron, At, and Systemd Timers
In the world of Linux system administration, automation is the key to efficiency. Instead of manuall...
Start Lesson
Lesson 24: Package Management Across Different Distributions
# Package Management Across Different Distributions In the Linux ecosystem, a "distribution" is mor...
Start Lesson
Lesson 25: Terminal Productivity: Hotkeys and History Hacks
To master the Linux command line, one must move beyond simply knowing commands and begin mastering t...
Start Lesson
Lesson 26: Customizing the Environment with Aliases and Functions
In the world of Linux, efficiency is measured by how few keystrokes you need to perform complex task...
Start Lesson