30 Interesting Tools and Services to Monitor Your Linux Servers
An exhaustive list of 30 interesting server monitoring tools and services for you to explore!
ยท Avimanyu Bandyopadhyay
5 Simple Bash History Tricks Every Linux User Should Know
Effectively using bash history will save you plenty of time in the Linux terminal.
ยท Abhishek Prakash
Using Case Statements in Bash
Instead of a bunch of nested if else statements, using case statements can drastically reduce the number of lines in your bash script, making it easier to understand and follow the logic.
ยท Hunter Wittenborn
How to set up OpenCL for GPUs on Linux and Docker [Complete Guide]
Learn how to setup OpenCL on Linux and Docker for both NVIDIA and AMD GPUs!
ยท Avimanyu Bandyopadhyay
How to Clone a Git Repository with Ansible
Need to clone a Git repo on the remote node in your Ansible setup? Here's how to do that.
ยท LHB Community
Complete Guide to Self-hosting Ghost CMS With Docker
Learn how to self-host your Ghost blog with Docker on your own Linux server on the cloud!
ยท Avimanyu Bandyopadhyay
A Quick Guide to Using Docker Compose
Docker Compose is a Docker-native tool that makes multi-container application management a breeze.
ยท Hunter Wittenborn
Primary Responsibilities of a DevOps Engineer
In the fourth part of the DevOps Conceptual series, you'll learn about the responsibilities of a DevOps engineer.
ยท Avimanyu Bandyopadhyay
How to Use Docker Inspect Command
Docker inspect command allows you to get information about Docker containers, volumes and networks. Learn to use this command.
ยท Debdut Chakraborty
How to Expose or Publish Docker Port
There are two ways to deal with ports in a Docker setup: exposing ports and publishing ports. Both serve different purpose. Learn more about them.
ยท Debdut Chakraborty
Definitive Guide on Backup and Restore of Docker Containers [A Cloud + Local Approach for Standalone Servers]
Harness both the cloud and your local system to backup and restore your Docker containers.
ยท Avimanyu Bandyopadhyay
The Complete Beginner's Guide to LVM in Linux
Everything necessary you need to know and learn about the logical volume management in Linux.
ยท Debdut Chakraborty
21 Essential Commands Every Docker User Should Know
A compilation of 21 executable and informative Docker commands for your quick reference.
ยท Avimanyu Bandyopadhyay
DevOps vs Software Engineer: What's the Difference?
Learn the fundamental differences between a Software Engineer and a DevOps Engineer with respect to the transition from the older IT industry into the current DevOps industry.
ยท Avimanyu Bandyopadhyay
Docker Commands for Managing Container Lifecycle (Definitive Guide)
Learn the container life cycle concept. Also learn the Docker commands to manage each stage of the lifecycle of the containers.
ยท Debdut Chakraborty