Create Linux auto-restartable service on file change

How to create a systemd service that will be automatically restart whenever some configuration file changes?

July 25, 2024 · 4 min

Private AWS ECR with custom domain, credHelper and Cognito

Let’s make it all work: private AWS ECR repository + custom external domain + ECR Credentials Helper Login + control permissions to fetch your images via Cognito

July 10, 2024 · 5 min

Private AWS ECR with custom domain

How to be able to use your custom domain when accessing docker repository hosted in private AWS ECR.

July 5, 2024 · 2 min

Configuring LUKS to work with YubiKey

How to configure LUKS (full disk encryption) to work with your YubiKey (FIDO2) so you can unlock your disk without typing password.

June 17, 2024 · 4 min

Plymouth - customize Linux loading splashscreen

How to customize the Linux loading splashscreen using Plymouth and its themes.

June 17, 2024 · 1 min

Using rEFInd instead of GRUB as Boot Manager

How to replace GRUB with rEFInd as a boot manager on your Linux machine.

June 17, 2024 · 1 min

How to configure Logz.io log shipper for Quarkus-based Lambda using logback extension

You have a Quarkus-based AWS Lambda using logback and want to send logs to logz.io? Then this is something for you!

January 6, 2023 · 3 min

How to configure Logz.io log shipper for Cloudwatch (and your Lambda) using AWS CDK

You have your Lambda on AWS. Now you want to view the logs in Cloudwatch and you probably know this is not the most pleasant thing to do. But wait, there are things like Logz.io - an ELK service that makes viewing logs a breeze. Let’s see how to connect logz.io log shipper that will push your Lambda logs from cloudwatch to their ELK stack.

January 5, 2023 · 2 min

InitiateAuth and RespondToAuthChallenge to confirm user password and authenticate in AWS Cognito using plain HTTP calls

How to configure a new user password in AWS Cognito using plain HTTP calls?

November 22, 2022 · 1 min

Rollback to previous version of a docker image in AWS ECR

How to easily revert to previously deployed docker image in case new version of your app behaves abnormally?

May 25, 2021 · 1 min