DevOps Engineer Tutorials
DevOps Engineer tutorials guide you from Linux fundamentals to Docker, Kubernetes, CI/CD, and cloud-native workflows. Topics cover automation, containerization, deployment pipelines, and infrastructure practices. Free labs and guided examples help you build junior DevOps skills in an interactive environment.
Other Skill Trees
LinuxDevOpsCybersecurityCybersecurity EngineerDevSecOpsKali LinuxRed Hat Enterprise LinuxRHCSA TrainingRHCE in Enterprise Linux TrainingLFCS TrainingShellGitDockerKubernetesCKA TrainingCKAD TrainingCKS TrainingAnsibleRHCE in Ansible TrainingJenkinsNmapWiresharkHydraCompTIADatabaseMySQLPostgreSQLRedisMongoDBSQLitePythonGolangJavaCC++Web DevelopmentData Science
The Backup Sentinel
In this challenge, you'll act as a system administrator to master Linux backup and recovery, protecting critical data using `tar` and `cron`.
Linux
Analyze Historical Commands
In this challenge, you will analyze the history of commands run on a Linux system.
LinuxShell
Create and Configure File Systems
In this challenge, you will learn how to create, mount, unmount, and use different file systems, including vfat, ext4, and xfs, on a Linux system.
Red Hat Enterprise Linux
Webbrowser Package Basic
The webbrowser module in Python provides a simple interface to open web browsers, display HTML documents, and navigate the web. This practical lab will walk you through the basics of using the webbrowser package, from opening a URL in a new tab to executing a Google search directly from the Python console.
Python
Hunt Down Social Media Accounts
This lab provides a temporary VM for enabling sherlock-project/sherlock to search for social media accounts.
Linux
Custom Numeric Magic Methods
In this tutorial, we will cover Python magic methods related to numeric operations. Magic methods are special methods in Python classes that start and end with double underscores (__). They are also known as 'dunder' methods (double underscores).
Python
Python Itertools for Efficient Combinatorics
Itertools is a powerful Python module that provides a set of fast, memory-efficient, and flexible tools for working with iterators. These tools are handy for solving a variety of combinatorial problems and can save you time and effort when dealing with large data sets. In this tutorial, we'll explore some key functions of the Itertools module and provide examples to help you understand their use.
Python
Basic Magic Methods
In this tutorial, we will explore the basic magic methods in Python. Magic methods, also known as 'dunder' methods (double underscore methods), allow you to define how Python objects behave in certain situations, enabling advanced and customized object manipulation.
Python
Exploring Python's Collections Module
In this tutorial, we will explore Python's built-in collections module. The collections module is a powerful library that offers a variety of container data types that extend the functionality of Python's built-in containers such as lists, tuples, and dictionaries.
Python
Python Typing: Enhancing Code Readability
In this tutorial, you will learn how to use the Python typing module to add type hints to your code. Type hints help make your code more readable and maintainable by explicitly indicating your functions' expected input and output types.
Python
Easy to Use Threading
In this tutorial, we will learn how to use Python's threading module to run multiple threads of execution concurrently.
Python
Sequence Magic Methods
In this tutorial, we will cover the sequence magic methods in Python. These methods allow you to customize the behavior of your own classes when used in different operations, such as getting the length of an object, accessing items, slicing, and iteration.
Python
Python Multiprocessing for Parallel Execution
Python multiprocessing is a powerful tool that can significantly speed up the execution of Python programs that require high processing power. In this lab, you will learn about Python multiprocessing and how to use it to run processes in parallel. We will start with simple examples and gradually move towards more complex ones.
Python
Play with Your Text Data
Python is a powerful and versatile programming language that is widely used for data analysis and statistical computing. It offers a variety of tools and libraries for working with data, including some libraries specifically designed for text analysis and natural language processing.
Python
Find Cloned Soldiers
In this challenge, we will be tasked with finding all the clone soldiers in a clone army parade formation. The clone soldiers are uniquely identified by a number within a specific range, and they can be represented by a square matrix. Our goal is to count the number of clones for each ID and return the statistical result in a dictionary format. The solution should be implemented in the count_clone_soldier(matrix: List[List[str]]) method in the count_clone_soldier.py file.
Python
NumPy Einsum Function
This challenge is designed to test your skills in using Numpy's einsum function, which allows you to perform various operations on multi-dimensional arrays. The challenge consists of several sub-challenges that gradually increase in difficulty.
NumPyPython
Interactive Process Viewer with Htop
htop is an interactive system-monitor process-viewer and process-manager. It is designed as an alternative to the Unix program top. It shows a frequently updated list of the processes running on a computer, normally ordered by the amount of CPU usage.
Linux
Linux Deploy LNMP
LNMP combines four open-source software components: Linux, Nginx, MySQL, and PHP. This stack is often used to power dynamic web applications and websites. Here's a brief overview of each component:
Linux
- Prev
- 1
- 2
- 3
- 4
- 5
- 6
- ...
- 440
- Next