Hello!

I’m Kamil Nowak, DevOps Engineer at Nokia. With a solid foundation in software engineering (former C++ developer), I’m now focused on Linux and DevOps stuff, sharing my journey and insights along the way. Here, you’ll find tips and tutorials on programming, Linux, and DevOps practices.

Interested in collaborating? Feel free to reach out! linkedin/mail

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.

Read more  ↩︎

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.

Read more  ↩︎

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.

Read more  ↩︎

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.

Read more  ↩︎

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.

Read more  ↩︎