dockercompose
-
Linux
Automate Disk Space Monitoring on Linux | Bash Script Tutorial for System Admins
🔧 Welcome to another episode in our Bash Scripting series! In this tutorial, we’re focusing on an essential task for every Linux system administrator: automating storage checks with a straightforward bash script. What You’ll Learn: In this video, I’ll guide you through creating a bash script that automates the process of monitoring disk usage on your Linux system. This is…
Read More » How to install OpenSpeedTest on Docker
How to install OpenSpeedTest on Docker. We start by doing an install of Docker and Docker compose using a freely available install scrip. Then we install Dockge for a web front-end. Finally, we install OpenSpeedTest as a Docker container and do some testing on the local network. ⏱️⏱️VIDEO CHAPTERS⏱️⏱️: 00:00:00 – Setting Up a Fresh Server with Docker and GitLab…
Read More »Monitor your websites & applications with Uptime Kuma: A step-by-step guide
In this tutorial, we’ll guide you through setting up website and application uptime monitoring using Uptime Kuma. First, we’ll explain the docker compose file and show you how to start the container using Portainer. Next, we’ll walk you through configuring Uptime Kuma to monitor your websites and applications in real-time and receive notifications alerting you of possible issues. Finally, we’ll…
Read More »How to Securely Uninstall httpd on CentOS Linux using Bash Script
🚀 Securely Uninstalling httpd on CentOS Linux using Bash Script – A Step-by-Step Guide Using Sudo Access 🐧 In this episode of our Linux Mastery series, we’ll walk you through the process of securely uninstalling the httpd (Apache) web server on CentOS Linux using a bash script with sudo access. This tutorial is designed to help system administrators and Linux…
Read More »Understanding /etc/os-release and Its Uses on CentOS Linux | Part 2
🚀 Unlocking /etc/os-release – Understanding and Utilizing It in CentOS Linux – 5 Practical Uses 🐧 In this episode of our Linux Mastery series, we delve deep into the /etc/os-release file on CentOS Linux. This file is a goldmine of information for system administrators and developers alike. By understanding and leveraging its contents, you can enhance your scripting, automation, and…
Read More »48 | Practical on Docker Volumes | Share Data Between Containers | Docker Storage | Urdu
Welcome to our comprehensive guide on Docker. Docker is a popular containerization platform that allows developers to package their applications and dependencies into isolated containers. This makes it easy to deploy and run applications on any machine that has Docker installed, regardless of the underlying operating system., we’ll dive into the fundamental commands you need to know to start your…
Read More »