Skip to main content

Latest Tutorials

Latest
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

What is the Difference Between COPY and ADD Instructions in Dockerfile?
Docker Tutorials

What is the Difference Between COPY and ADD Instructions in Dockerfile?

COPY and ADD are similar instructions used for copying files and directories to the Docker image. What's the difference then?

ยท Avimanyu Bandyopadhyay

Docker restart policy
Explain

Beginner's Guide to Docker Restart Policy

Using a restart policy can be extremely helpful in restarting containers automatically in certain events or failures.

ยท Abhishek Prakash

Cockpit for Linux servers
Tools

Using Cockpit to Monitor and Manage Multiple Linux Servers Graphically From a Web Browser

For the rare breed of sysadmins that do not like getting into the terminal, Cockpit is a god send for managing servers graphically.

ยท Avimanyu Bandyopadhyay

SMTP services
Tools

11 Free and Paid SMTP Services You Can Use For Transactional and Bulk Emails

Here are some of the most popular SMTP relay services with their plans for your web app notifications.

ยท Avimanyu Bandyopadhyay

Logout a user from ssh
SSH Basics

How to Log Out a User Off SSH in Linux

A few quick tips about logging out yourself or some other user from SSH session.

ยท Abhishek Prakash

Delete all lines in Vim
Vim Tips

Delete All Lines of a File in Vim

Esc+gg+dG is what you need to do for deleting all the lines of the file in Vim. Here's how it works.

ยท Abhishek Prakash

How to Install Nextcloud with Docker on Your Linux Server
Docker Tutorials

How to Install Nextcloud with Docker on Your Linux Server

You can now ditch Google Drive or Dropbox and create you own cloud server with Nextcloud and Docker.

ยท Debdut Chakraborty

Managing Nextcloud instance
Tips

10 Easy to Follow Tips for Managing a Self-hosted Nextcloud Instance with Docker

Some helpful advice to keep in mind and follow in practice while you self-host your Nextcloud instance with Docker!

ยท Avimanyu Bandyopadhyay

Docker File vs Docker Compose: What's the Difference?
Explain

Docker File vs Docker Compose: What's the Difference?

Confused between Dockerfile and docker-compose because they look and sound similar? But they are not. Read this to clear your doubts.

ยท Debdut Chakraborty

Linode Stackscripts
Tutorial

How to Use Linode StackScripts for Deploying PreConfigured Linux Servers

Automate repetitive task and deploy custom configured Linux server with Linode StackScripts.

ยท Debdut Chakraborty