devops-free-tutorials
Free DevOps tutorials for beginners with 464 interactive lessons. Easy-to-follow programming guides with hands-on practice exercises.
https://github.com/labex-labs/devops-free-tutorials
Last synced: 11 days ago
JSON representation
-
Languages
- 📖 Manage Shell Environment and Configuration in Linux - manage-shell-environment-and-configuration-in-linux-590838) |
- 📖 Manage Linux User Accounts with useradd, usermod, and userdel - manage-linux-user-accounts-with-useradd-usermod-and-userdel-590837) |
- 📖 Manage Linux Groups with groupadd, usermod, and groupdel - manage-linux-groups-with-groupadd-usermod-and-groupdel-590836) |
- 📖 Manage Files and Directories in Linux - manage-files-and-directories-in-linux-590835) |
- 📖 Find Files and Commands in Linux - find-files-and-commands-in-linux-590834) |
- 📖 Install Ansible on Red Hat Enterprise Linux - install-ansible-on-red-hat-enterprise-linux-590544) |
- 📖 Monitor Processes in Red Hat Enterprise Linux - monitor-processes-in-red-hat-enterprise-linux-588465) |
- 📖 Manage Users and Groups in Red Hat Enterprise Linux - manage-users-and-groups-in-red-hat-enterprise-linux-588464) |
- 📖 Manage Files in Red Hat Enterprise Linux - manage-files-in-red-hat-enterprise-linux-588463) |
- 📖 Get Help in Red Hat Enterprise Linux - get-help-in-red-hat-enterprise-linux-588461) |
- 📖 Edit Text Files in Red Hat Enterprise Linux - edit-text-files-in-red-hat-enterprise-linux-588460) |
- 📖 Control File Access in Red Hat Enterprise Linux - control-file-access-in-red-hat-enterprise-linux-588458) |
- 📖 Access Command Line in Red Hat Enterprise Linux - access-command-line-in-red-hat-enterprise-linux-588454) |
- 📖 Process Arguments in Bash Scripts - process-arguments-in-bash-scripts-588272) |
- 📖 Manage Logs and Archives - manage-logs-and-archives-588265) |
- 📖 Manage File Permissions - manage-file-permissions-588264) |
- 📖 Log in and Switch Users - log-in-and-switch-users-588260) |
- 📖 Locate Setuid Files - locate-setuid-files-588259) |
- 📖 Locate and Interpret System Log Files - locate-and-interpret-system-log-files-588258) |
- 📖 Implement Hard Links in Linux - implement-hard-links-in-linux-588253) |
- 📖 Diagnose and Correct File Permission Problems - diagnose-and-correct-file-permission-problems-588249) |
- 📖 Create Shell Scripts With Loops - create-shell-scripts-with-loops-588247) |
- 📖 Create Shell Scripts to Process Command Output - create-shell-scripts-to-process-command-output-588246) |
- 📖 Create Shell Script With Inputs - create-shell-script-with-inputs-588245) |
- 📖 Create Set-Gid Directories for Collaboration - create-set-gid-directories-for-collaboration-588244) |
- 📖 Create and Manipulate Symbolic Links - create-and-manipulate-symbolic-links-588242) |
- 📖 Create and Extract Tar Archives - create-and-extract-tar-archives-588239) |
- 📖 Write and Debug a Simple Python Program - write-and-debug-a-simple-python-program-585786) |
- 📖 Handle Exceptions with try except in Python - handle-exceptions-with-try-except-in-python-585764) |
- 📖 How to clean up virtual environments - how-to-clean-up-virtual-environments-425433) |
- 📖 How to add time in Python datetime - how-to-add-time-in-python-datetime-437712) |
- 📖 Add Comments in Python - add-comments-in-python-585756) |
- 📖 Apply PEP 8 Code Style in Python - apply-pep-8-code-style-in-python-585757) |
- 📖 Control Program Flow with Conditional Statements in Python - control-program-flow-with-conditional-statements-in-python-585758) |
- 📖 Define and Use Functions in Python - define-and-use-functions-in-python-585759) |
- 📖 Define Classes and Objects in Python - define-classes-and-objects-in-python-585760) |
- 📖 Documenting Python Functions with Docstrings - documenting-python-functions-with-docstrings-585761) |
- 📖 Explore Python Development Tools - explore-python-development-tools-585762) |
- 📖 Explore Special Methods in Python Classes - explore-special-methods-in-python-classes-585763) |
- 📖 Understand Keywords and Built-in Identifiers in Python - understand-keywords-and-built-in-identifiers-in-python-585777) |
- 📖 Understand Number Types and Operations in Python - understand-number-types-and-operations-in-python-585779) |
- 📖 Understand Loops in Python - understand-loops-in-python-585778) |
- 📖 Understand Operator Precedence in Python - understand-operator-precedence-in-python-585780) |
- 📖 How to Undo and Remove a Specific Git Commit from Current Branch - how-to-undo-and-remove-a-specific-git-commit-from-current-branch-392832) |
- 📖 How to run a Python program from the command line - how-to-run-a-python-program-from-the-command-line-398242) |
- 📖 How to revert a Git commit without losing changes - how-to-revert-a-git-commit-without-losing-changes-415168) |
- 📖 Handle Input and Output in Python - handle-input-and-output-in-python-585765) |
- 📖 Import Modules and Packages in Python - import-modules-and-packages-in-python-585766) |
- 📖 Manage Dictionaries in Python - manage-dictionaries-in-python-585767) |
- 📖 Manipulate Lists in Python - manipulate-lists-in-python-585768) |
- 📖 Understand and Use Tuples in Python - understand-and-use-tuples-in-python-585769) |
- 📖 Understand Character Encoding in Python - understand-character-encoding-in-python-585770) |
- 📖 Understand Class Features in Python - understand-class-features-in-python-585771) |
- 📖 Understand Decorators in Python - understand-decorators-in-python-585772) |
- 📖 Understand Errors and Exceptions in Python - understand-errors-and-exceptions-in-python-585773) |
- 📖 Understand Function Parameters in Python - understand-function-parameters-in-python-585774) |
- 📖 Understand Function Return Values and Scope in Python - understand-function-return-values-and-scope-in-python-585775) |
- 📖 Understand Identifiers in Python - understand-identifiers-in-python-585776) |
- 📖 Understand Operators in Python - understand-operators-in-python-585781) |
- 📖 Use Lambda Functions in Python - use-lambda-functions-in-python-585782) |
- 📖 Use VS Code for Python Development - use-vs-code-for-python-development-585783) |
- 📖 Work with Sets in Python - work-with-sets-in-python-585784) |
- 📖 Discover Critical System Resources - discover-critical-system-resources-388032) |
- 📖 Disk Usage Detective - disk-usage-detective-388099) |
- 📖 Needle in the Haystack - needle-in-the-haystack-388109) |
- 📖 Word Count and Sorting - word-count-and-sorting-388125) |
- 📖 Processing Employees Data - processing-employees-data-388132) |
- 📖 Linux awk Command: Text Processing - linux-awk-command-text-processing-388493) |
- 📖 Linux free Command: Monitoring System Memory - linux-free-command-monitoring-system-memory-388496) |
- 📖 Linux top Command: Real-time System Monitoring - linux-top-command-real-time-system-monitoring-388500) |
- 📖 NumPy Universal Functions - numpy-universal-functions-596345) |
- 📖 NumPy Structured Arrays - numpy-structured-arrays-596344) |
- 📖 NumPy Copies and Views - numpy-copies-and-views-596343) |
- 📖 NumPy Broadcasting - numpy-broadcasting-596342) |
- 📖 NumPy Data Types - numpy-data-types-596341) |
- 📖 NumPy IO Genfromtxt - numpy-io-genfromtxt-596340) |
- 📖 NumPy Indexing on ndarrays - numpy-indexing-on-ndarrays-596339) |
- 📖 NumPy Array Creation - numpy-array-creation-596338) |
- 📖 Day 5: The Keeper of the Keys - day-5-the-keeper-of-the-keys-596204) |
- 📖 Day 4: The Fortress Guardian - day-4-the-fortress-guardian-596203) |
- 📖 Day 3: The Log Investigator - day-3-the-log-investigator-596202) |
- 📖 Day 2: The Digital Architect - day-2-the-digital-architect-596201) |
- 📖 Day 1: The Lay of the Land - day-1-the-lay-of-the-land-596200) |
- 📖 Ensuring Data Integrity and Authenticity with Cryptography - ensuring-data-integrity-and-authenticity-with-cryptography-594576) |
- 📖 Demonstrating Input Validation and Code Integrity - demonstrating-input-validation-and-code-integrity-594556) |
- 📖 Basic Vulnerability Scanning with Nmap - basic-vulnerability-scanning-with-nmap-594554) |
- 📖 Password Policies and Detecting Attack in Linux - password-policies-and-detecting-attack-in-linux-592888) |
- 📖 Identifying Malware Indicators on Linux - identifying-malware-indicators-on-linux-592887) |
- 📖 Foundational Security Concepts (CIA Triad) in Linux - foundational-security-concepts-cia-triad-in-linux-592882) |
- 📖 Manage IP Addressing in Linux - manage-ip-addressing-in-linux-592736) |
- 📖 Identify MAC and IP Addresses in Linux - identify-mac-and-ip-addresses-in-linux-592731) |
- 📖 Implement an Ansible Playbook on RHEL - implement-an-ansible-playbook-on-rhel-590552) |
- 📖 Manage SELinux Security in RHEL - manage-selinux-security-in-rhel-589233) |
- 📖 Tune System Performance in RHEL - tune-system-performance-in-rhel-588907) |
- 📖 Schedule Tasks in Red Hat Enterprise Linux - schedule-tasks-in-red-hat-enterprise-linux-588897) |
- 📖 Create and Execute Bash Scripts in RHEL - create-and-execute-bash-scripts-in-rhel-588877) |
- 📖 Users and Groups Creation and Deletion Batch - users-and-groups-creation-and-deletion-batch-301458) |
- 📖 Using Netcat for Simple Network Communication - using-netcat-for-simple-network-communication-415961) |
- 📖 Message Authentication with HMAC in Cryptography - message-authentication-with-hmac-in-cryptography-632760) |
- 📖 Hybrid Encryption Schemes in Cryptography - hybrid-encryption-schemes-in-cryptography-632759) |
- 📖 Generating X.509 Certificates in Cryptography - generating-x-509-certificates-in-cryptography-632758) |
- 📖 Basic Public Key Infrastructure PKI in Cryptography - basic-public-key-infrastructure-pki-in-cryptography-632757) |
- 📖 Symmetric Encryption Basics in Cryptography - symmetric-encryption-basics-in-cryptography-632724) |
- 📖 Installing Cryptography Tools and Environment Setup - installing-cryptography-tools-and-environment-setup-632723) |
- 📖 Hashing with SHA-256 in Cryptography - hashing-with-sha-256-in-cryptography-632722) |
- 📖 Digital Signatures with RSA in Cryptography - digital-signatures-with-rsa-in-cryptography-632721) |
- 📖 Basic Key Exchange with Diffie-Hellman in Cryptography - basic-key-exchange-with-diffie-hellman-in-cryptography-632720) |
- 📖 Asymmetric Encryption with RSA in Cryptography - asymmetric-encryption-with-rsa-in-cryptography-632719) |
- 📖 Terraform Variables Usage - terraform-variables-usage-632665) |
- 📖 Terraform State Management - terraform-state-management-632664) |
- 📖 Terraform Resource Destruction - terraform-resource-destruction-632663) |
- 📖 Terraform Project Initialization - terraform-project-initialization-632662) |
- 📖 Terraform Outputs Management - terraform-outputs-management-632661) |
- 📖 Terraform Modules Implementation - terraform-modules-implementation-632660) |
- 📖 Terraform Installation - terraform-installation-632659) |
- 📖 Terraform Basic Resource Creation - terraform-basic-resource-creation-632658) |
- 📖 Metasploit Simple Exploit Execution - metasploit-simple-exploit-execution-632605) |
- 📖 Metasploit Module Search and Selection - metasploit-module-search-and-selection-632604) |
- 📖 Metasploit Installation and Initial Setup - metasploit-installation-and-initial-setup-632603) |
- 📖 Metasploit Console Navigation Basics - metasploit-console-navigation-basics-632602) |
- 📖 Metasploit Basic Post-Exploitation - metasploit-basic-post-exploitation-632601) |
- 📖 Metasploit Auxiliary Scanning Modules - metasploit-auxiliary-scanning-modules-632600) |
- 📖 Hashcat Potfiles and Output Files - hashcat-potfiles-and-output-files-632571) |
- 📖 Hashcat Installation and System Benchmark - hashcat-installation-and-system-benchmark-632570) |
- 📖 Hashcat Hashing Fundamentals - hashcat-hashing-fundamentals-632569) |
- 📖 Hashcat Dictionary Attacks - hashcat-dictionary-attacks-632568) |
- 📖 Hashcat Brute-Force with Mask Attacks - hashcat-brute-force-with-mask-attacks-632567) |
-
More
-
More Free Tutorials
- Practice Linux Free Tutorials
- Practice Python Free Tutorials
- Practice Web Development Free Tutorials
- Practice Data Science Free Tutorials
- Practice Big Data Free Tutorials
- Practice Cyber Security Free Tutorials
- Practice Machine Learning Free Tutorials
- Practice Docker Free Tutorials
- Practice Kubernetes Free Tutorials
- Practice Git Free Tutorials
- Practice Ansible Free Tutorials
- Practice Shell Free Tutorials
- Practice Java Free Tutorials
- Practice Hadoop Free Tutorials
- Practice C++ Free Tutorials
- Practice C Free Tutorials
- Practice MySQL Free Tutorials
- Practice Golang Free Tutorials
- Practice Rust Free Tutorials
- Practice OpenCV Free Tutorials
- Practice Django Free Tutorials
- Practice Pandas Free Tutorials
- Practice NumPy Free Tutorials
- Practice scikit-learn Free Tutorials
- Practice Matplotlib Free Tutorials
- Practice HTML Free Tutorials
- Practice CSS Free Tutorials
- Practice JavaScript Free Tutorials
- Practice React Free Tutorials
- Practice Cybersecurity Free Tutorials
- Practice MongoDB Free Tutorials
Categories
Sub Categories
Keywords
awesome-list
33
programming
32
labex
32
hands-on
32
awesome
32
free
31
free-tutorials
31
tutorials
31
exercises
19
education
13
shell
3
python
3
mysql
3
mongodb
3
kubernetes
3
java
3
ansible
3
pandas
2
numpy
2
linux
2
css
2
data-science
2
go
2
git
2
react
2
docker
2
cybersecurity
2
matplotlib
2
bigdata
1
cysec
1
labs
1
html
1
javascript
1
hydra
1
opencv
1
django
1
postgresql
1
web-development
1
redis
1
cpp
1
sqlite
1
wireshark
1
c
1
devops
1
rust
1
ml
1
sklearn
1
hadoop
1
projects
1