Skip to main content
Latest
Bash case statement featured
Bash Tips

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]
Tutorial

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

Clone git repositories with Ansible
Ansible Tutorials

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
Tutorial

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 Tutorials

A Quick Guide to Using Docker Compose

Docker Compose is a Docker-native tool that makes multi-container application management a breeze.

ยท Hunter Wittenborn

DevOps roles and responsibilities
Rethinking DevOps

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

Docker inspect command illustration
Docker Tutorials

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
Doing Things in Docker

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

backup and restired Docker
Docker Tutorials

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

LVM in Linux
Guides

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

Essential Docker commands
Docker Tutorials

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
Rethinking DevOps

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 container lifecycle
Docker Tutorials

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

Absolute vs Relative Path in Linux: What's the Difference?
Explain

Absolute vs Relative Path in Linux: What's the Difference?

In this essential Linux learning chapter, know about the relative and absolute paths in Linux. What's the difference between them and which one should you use.

ยท Abhishek Prakash

DevOps Software Release Cycle
Rethinking DevOps

The Software Release Life Cycle in DevOps: Why Reinvent The Model?

Take a look at the fundamental flaw in The Software Release Life "Cycle" in DevOps and a new approach towards reinventing it.

ยท Avimanyu Bandyopadhyay

Useful docker commands
Docker Tutorials

3 Rather Unknown Docker Commands That Will Help You in a Variety of Scenarios

Here are some Docker commands that you might not know about but they could come handy while managing your containers.

ยท Debdut Chakraborty