knowak.dev

A DevOps, Linux, and Programming Journal

Devops

Articles tagged with "Devops"

How to use nginx as caching server?

In this tutorial, we’ll explore the caching functionality of nginx by creating a simple caching server. By following the steps below, you can set up your own environment to cache responses using nginx.

How to access LXC container from LAN?

In this part I will shortly show how we can access LXC container from our local network using Debian VM as host.

LXC containers overview on Debian host

In this post I will shortly introduce LXC containers, why they can be useful and their basic usage on Debian host.

How to access proxmox disk image file on host?

Recently I could not connect to my proxmox virtual machine on which I had some important files for my project. In this tutorial I will show how to easily mount a disk from a proxmox virtual machine and access its data.

Special Parameters in Bash

Have you ever wondered how to get Process ID of the last background process? Or how to print PID of the current shell? Today, we’ll cover special parameters in Bash that can help you work with scripts more effectively.