Latest Tutorials
Seq Command in Linux
Print a sequence of numbers with specified increment or format with seq command.
ยท Abhishek Prakash
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
How to Evaluate Strings as Numbers in Bash
Learn how to evaluate bash strings as integers to perform successful arithmetic operations.
ยท Avimanyu Bandyopadhyay
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
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
Complete Beginner's Guide to Docker Logging
Explore and learn some interesting ways to make log management easier on Docker.
ยท Avimanyu Bandyopadhyay
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
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
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