Skip to main content

Latest Tutorials

Latest
seq command in Linux
Commands

Seq Command in Linux

Print a sequence of numbers with specified increment or format with seq command.

ยท Abhishek Prakash

Rocket.chat Docker deployment guide
Tutorial

Complete Guide to Self-hosting Rocket.Chat With Docker

Learn how to self-host your Rocket.Chat instance with Docker on your own Linux server on the cloud!

ยท Avimanyu Bandyopadhyay

Convert strings to integers in bash
Bash Tips

How to Evaluate Strings as Numbers in Bash

Learn how to evaluate bash strings as integers to perform successful arithmetic operations.

ยท Avimanyu Bandyopadhyay

Comments
Self Host

Best Commenting Systems for Websites That You Can Self-Host

Here are some ad-free, private commenting systems that you can self-host and own the user data.

ยท Abhishek Prakash

Checkmk tool for IT infrastructure monitoring
Tools

Using Checkmk for Monitoring Your Linux Server Infrastructure

A detailed guide on installing and configuring the free and open-source Checkmk Raw Edition for monitoring servers.

ยท Avimanyu Bandyopadhyay

Docker logging
Docker Tutorials

Complete Beginner's Guide to Docker Logging

Explore and learn some interesting ways to make log management easier on Docker.

ยท Avimanyu Bandyopadhyay

Copy files between remote server and local machine using SSH
SSH Basics

4 Ways to Transfer Files Between Remote and Local Systems Over SSH

From legacy scp to modern rsync. From the unconventional sshfs to the GUI convenience of FileZilla. Learn different ways for copying files over SSH.

ยท Abhishek Prakash

DocOps: Documentation testing in DevOps
Rethinking DevOps

Significance of DocOps and Documentation Testing in DevOps [A New Perspective]

Revisit DocOps โ€” an almost forgotten DevOps subset. Explore why it needs a comeback in Documentation Testing.

ยท Avimanyu Bandyopadhyay

Server monitoring tools
Tools

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

Simple yet useful bash history tips for Linux users
Bash Tips

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

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