Skip to main content

Latest Tutorials

Latest
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

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