✨ Welcome to LocalUsr.com; a blog that aims to provide information about software development & the issues that developers encounter during software development.

Docker dangling images

Images that are not referenced by other images in a system are referred to as dangling images. These images take up system space and they are safe to remove. This shows you how to remove them.
Read more →

Kubernetes Controllers

Kubernetes controllers are control loops that watch the state of your cluster and make changes where needed to achieve the desired state. We will dive into their significance, how to implement them and their various types.
Read more →

Kubernetes Pods Disruption Budget

Learn what is pod disruption budget in k8s, how it helps pods in a workload and how you can write a pod disruption budget for your workload.
Read more →

How to change your Linux user password without root user

Learn how to change the user password without using the root user. This method uses the chroot and a live USB installation of your Linux distribution.
Read more →

How to Fix WSL: Error code: Wsl/Service/0x80040326

This step-by-step guide shows you how to fix the WSL service error code Wsl/Service/0x80040326
Read more →