Skip to main content

Latest Tutorials

Latest
Homelab setup
Homelab

What is a Homelab and Why Should You Have One?

Having a homelab setup has multiple advantages. Learn what it is and why you should consider a homelab for yourself.

ยท Helder

Docker Compose up vs start and down vs stop
Explain

Docker Compose Up vs Start and Down vs Stop: Differences Explained

For a beginner on docker-compose, terms like docker-compose up, start, down and stop could be a quite overwhelming. This article explains the difference with detailed examples.

ยท Avimanyu Bandyopadhyay

Docker
Docker Tutorials

Where are Docker Images, Containers and Volumes Stored on the Linux Host System?

Some quick tips to let you know where Docker Images, Containers and Volumes are located on your Linux server host.

ยท Avimanyu Bandyopadhyay

Linux find command examples
File Searching Commands

find Command Examples

Learn the super powerful and super useful find command with these practical examples.

ยท Abhishek Prakash

Useful bash commands
Bash Tips

Useful Bash Commands You May Not Know About

Here are some lesser known but useful bash commands that will help make the shell scripts you write cleaner and more maintainable.

ยท Hunter Wittenborn

Upgrading Rocket Chat
Tutorial

Guide for Upgrading to MongoDB 5.0 and Rocket.Chat 4.0 on Docker

The Docker way to change the deprecated database storage engine MMAPv1 to WiredTiger on MongoDB, as well as upgrading MongoDB and Rocket.Chat.

ยท Avimanyu Bandyopadhyay

Shebang in Linux
Explain

What is Shebang in Linux Shell Scripting?

The seemingly insignificant #! characters at the beginning of a shell script has a major significance on how your script will be executed.

ยท Abhishek Prakash

Replace substring in bash
Bash Tips

Replacing a Substring With Another String in Bash

Learn how to replace a single or multiple occurrences of a substring inside a string in Bash.

ยท Avimanyu Bandyopadhyay

Bash variable usage
Bash Tips

Unusual Ways to Use Variables Inside Bash Scripts

You might have used variables in Bash before, but probably not like this.

ยท Hunter Wittenborn

Watch logs in real time in Linux
Tips

3 Ways to Watch Logs in Real Time in Linux

Here's how to use tail command effectively for watching log files in real time. Less and Mutitail commands also come in handy.

ยท Abhishek Prakash

Human Ops
Rethinking DevOps

HumanOps: In Dire Need Of Intellectual Humility

HumanOps is not hugely popular in the DevOps Community, and it is high time we start discouraging burnout and superhero culture.

ยท Avimanyu Bandyopadhyay

Linux troubleshooting
Troubleshooting

Ping Command Not Found? Install Ping on Ubuntu

If you are running Ubuntu in a Docker container, ping command will be missing. You can install ping on Ubuntu with this simple trick.

ยท Abhishek Prakash

Check if string contains substring
Bash Tips

How to Check if String Contains a Substring in Bash

In this bash string tutorial, you'll learn to check whether a given string contains a substring or not.

ยท Avimanyu Bandyopadhyay

Concatenate strings in bash
Bash Tips

How to Concatenate Strings in Bash

Learn to concatenate strings in bash shell scripts. You'll also learn to append to existing strings and combine strings and integers.

ยท Avimanyu Bandyopadhyay

Installing Multiple WordPress on same server
Self Hosting Tutorials

How to Self-host Multiple WordPress Sites on the Same Server With Docker

Learn how to set up multiple WordPress instances on a single standalone Linux server with Docker.

ยท Avimanyu Bandyopadhyay

Self host Isso comment system
Tutorial

Deploying Isso Commenting System Under Nginx With Docker

Follow this Docker Compose approach to make an easy deployment of Isso on a server based on the official Dockerfile from the devs.

ยท Avimanyu Bandyopadhyay

Handling quotes in Linux shell scripting
Explain

Difference Between Single and Double Quote in Bash Shell

Quotes are an integral part of shell scripting and Linux command but they could often be confusing for new users. This article will demystify quotes for you.

ยท Abhishek Prakash

Connect to server via SSH from Android smartphone
Tutorial

Transform Your Phone into A Portable Mini Workstation to Manage Your Servers!

Turn your Android phone into a portable mini-workstation with this tweaky guide!

ยท Avimanyu Bandyopadhyay

Dealing with spaces in file names in Linux
Tips

How to Tackle Filenames With Spaces in Linux

Spaces in the file names could be tricky, specially for new Linux users. Learn how to deal with them.

ยท Abhishek Prakash

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