│ ├── introduction.md
│ ├── basic_commands.md
│ ├── file_management.md
│ ├── process_management.md
│ ├── network_commands.md
│ ├── system_commands.md
│ ├── package_management.md
│ ├── advanced_commands.md
│ ├── introduction_to_linux.md
│ ├── Shell_Scripting/
│ │ ├── basics.md
│ │ ├── intermediate.md
│ │ ├── advanced.md
│ │ └── debugging_scripts.md
│ ├── System_Administration/
│ │ ├── user_management/
│ │ │ ├── creating_users.md
│ │ │ ├── managing_groups.md
│ │ │ └── permissions.md
│ │ ├── system_monitoring/
│ │ │ ├── monitoring_tools.md
│ │ │ ├── performance_tuning.md
│ │ │ └── log_management.md
│ │ ├── network_configuration/
│ │ │ ├── setting_up_networks.md
│ │ │ ├── firewall_configuration.md
│ │ │ └── VPN_setup.md
│ │ └── backup_and_recovery/
│ │ ├── backup_strategies.md
│ │ └── disaster_recovery.md
│ ├── Troubleshooting/
│ │ ├── common_problems.md
│ │ ├── performance_issues.md
│ │ ├── kernel_troubleshooting.md
│ │ └── network_troubleshooting.md
│ ├── Security/
│ │ ├── user_security.md
│ │ ├── firewall_setup.md
│ │ ├── intrusion_detection.md
│ │ ├── hardening_linux.md
│ │ └── SELinux_and_AppArmor.md
│ ├── Advanced_Topics/
│ │ ├── kernel_modifications.md
│ │ ├── systemd_services.md
│ │ ├── containerization_with_docker.md
│ │ ├── virtualization_with_kvm.md
│ │ └── developing_a_microservices_application.md
│ ├── Performance_Optimization/
│ │ ├── resource_management.md
│ │ ├── tuning_kernel_parameters.md
│ │ └── optimizing_file_systems.md
│ ├── Cloud_Integration/
│ │ ├── setting_up_aws_ubuntu.md
│ │ ├── using_azure_with_linux.md
│ │ └── configuring_gcp_instances.md
│ ├── Linux_Distributions/
│ │ ├── overview_of_distributions.md
│ │ └── installation_guides/
│ ├── File_Systems/
│ │ ├── file_systems_overview.md
│ │ └── mounting_and_unmounting.md
│ ├── Networking/
│ │ ├── networking_basics.md
│ │ ├── DNS_configuration.md
│ │ └── network_security.md
│ ├── Devops_and_Automation/
│ │ ├── introduction_to_ansible.md
│ │ ├── using_chef_and_puppet.md
│ │ └── CI_CD_with_gitlab.md
│ ├── Monitoring_and_Logging/
│ │ ├── monitoring_tools.md
│ │ └── centralized_logging.md
│ ├── Scripting_and_Automation/
│ │ ├── python_for_sysadmins.md
│ │ └── bash_advanced_tips.md
│ └── Advanced_Security/
│ ├── penetration_testing_on_linux.md
│ └── auditing_linux_security.md
│ ├── Simple_Projects/
│ │ ├── personal_website.md
│ │ ├── file_server_setup.md
│ │ └── task_automation.md
│ ├── Intermediate_Projects/
│ │ ├── web_server_setup.md
│ │ ├── database_installation.md
│ │ └── networking_project.md
│ └── Advanced_projects/
│ ├── creating_a_cluster.md
│ ├── CI_CD_pipeline.md
│ ├── performance_monitoring_tool.md
│ └── developing_a_microservices_application.md
│ ├── useful_scripts/
│ │ ├── backup_script.sh
│ │ ├── system_monitor.sh
│ │ └── log_rotation.sh
│ ├── automation_scripts/
│ ├── testing_scripts/
│ └── examples/
│ ├── books/
│ ├── online_courses/
│ ├── blogs_and_tutorials/
│ ├── community_links/
│ ├── podcasts/
│ └── documentation_links/
└── LICENSE
└── README.md