
How To Define and Use Handlers in Ansible Playbooks
Ansible handlers allow specific tasks to run only when the state of a system changes. Learn how to define and use handlers in your Ansible playbooks.
Read More
How To Use Variables in Ansible Playbooks
Learn how to define and reference Ansible variables in playbooks, inventories or on the command line.
Read More
How to Install and Configure Apache Reverse Proxy Server With SSL/TLS Encryption
This step-by-step guide will explain what a reverse proxy is and show you how to install Apache reverse proxy server with SSL/TLS encryption.
Read More
How To Install LAMP Stack (Linux, Apache, MySQL and PHP) On Ubuntu 20.04 | Step-by-Step
The LAMP (Linux, Apache, MySQL and PHP) stack is one of the most common ways to building dynamic websites. Learn how to install and configure it on Ubuntu 20.04
Read More
How to Archive and Compress Files with the tar and gizp Commands in Linux
Learn how to use Linux `tar` command line utility to archive, compress, and extract files on Linux systems
Read More
How to Install and Start Using MariaDB on Ubuntu 20.04 | Step-by-Step
MariaDB is arguably one of the most widely used open source relational database systems. Learn how to install, optimize and start using it on Ubuntu 20.04
Read More
A Complete Guide to Linux Bash History
Learn how to work with Bash history to become more efficient with any modern *nix operating system.
Read More
Ubuntu 22.04 LTS “Jammy Jellyfish” Review. What‘s New?
Ubuntu 22.04 brings a ton of fascinating features for developers, system administrators and desktop users. Read about the most important updates in this article
Read More
How to Install MongoDB on Ubuntu 20.04 | Step-by-Step Tutorial
Learn how to install and start using MongoDB - an open-source document-oriented NoSQL database that is popular in building fast and scalable applications
Read More