Posts
João Carlos Ottobboni (@jcottobboni)
Cancel

Fixing WSL Launcher Configuration When It Breaks

Fixing WSL Launcher Configuration When It Breaks Sometimes, after some updates or changes, the WSL launcher configuration gets lost or corrupted. This can cause your Windows Subsystem for Linux (W...

My First Experience with WSL2 (With Mirrored Network Mode)

My First Experience with WSL2 (With Mirrored Network Mode) Recently, I decided to switch to using Windows Subsystem for Linux 2 (WSL2) for my development environment. As someone who frequently wor...

How to Set Up an NFS Server on Ubuntu

How to Set Up an NFS Server on Ubuntu In this tutorial, we will set up an NFS (Network File System) server on Ubuntu and configure the client to connect to it. The NFS protocol allows a user on a ...

Creating and Converting Keys for a Valid SSL Certificate

Creating and Converting Keys for a Valid SSL Certificate Securing your website with SSL/TLS encryption requires a valid SSL certificate. This tutorial will guide you through the process of creatin...

How to Backup and Restore Systems in WSL2

How to Backup and Restore Systems in WSL2 When using Windows Subsystem for Linux 2 (WSL2) as your development environment, it’s crucial to know how to back up and restore your WSL2 distributions. ...

Fixing WSL Disk Space Issue by Compacting VHD

Fixing WSL Disk Space Issue by Compacting VHD Windows Subsystem for Linux (WSL) allows you to run a full Linux distribution within Windows. However, if your WSL is using too much disk space, even ...

How to Create a Dynamic NFS StorageClass with Helm and Use It in Kubernetes Deployments

How to Create a Dynamic NFS StorageClass with Helm and Use It in Kubernetes Deployments In this tutorial, we’ll walk you through the process of creating a dynamic NFS StorageClass in Kubernetes us...

How to Update a k3s Cluster

How to Update a k3s Cluster Updating a k3s cluster can be straightforward when you follow the correct steps. This tutorial will guide you through the process of updating the master node and joinin...

Error installing mysql2: Failed to build gem native extension

Error installing mysql2: Failed to build gem native extension Installing the mysql2 gem can be challenging, especially when building the native extension fails due to missing dependencies. This tu...

How to Install a k3s Cluster with k3sup

How to Install a k3s Cluster with k3sup In this tutorial, we’ll walk you through the process of installing a k3s cluster using k3sup (pronounced “ketchup”). k3sup is a simple and fast way to boots...