Welcome to ThinhHV Platform
Here are my suggestions
ThinhHV Accounts
One Account - Access everywhere.
My Blog
Read the knowledge posts about IT.
Photography
Discover the pictures & videos which I take.
Memories
The pictures & stories in my memory.
Movies
Enjoy movies with me.
DevUtils
A collection of useful tools for developers
My recent blog posts
-
Fix bash warning setlocale LC_CTYPE cannot change locale UTF-8
Learn how to fix the bash warning setlocale LC_CTYPE cannot change locale UTF-8 error on Linux systems with a simple solution.
Linux Bash -
Setup K3s Multi-Master HA Cluster with WireGuard VPN
This comprehensive guide will walk you through setting up a highly available K3s cluster with 3 master nodes connected via WireGuard VPN, even when only one node has a public IP.
K3s Kubernetes WireGuard VPN DevOps -
How to Test Bootable USB Drive with QEMU
To boot a QEMU virtual machine from a USB drive, you need to specify the USB device as a drive in your QEMU command.
Linux -
Resizing the virtual disk on Proxmox
Extending the volume (ex. ubuntu--vg-ubuntu--lv) on a virtual machine on Proxmox
Proxmox Linux -
Working around with Docker healthcheck logs
This guide will walk you through the process of add & view Docker healthcheck logs.
Docker -
How to create tar.gz file in Linux using command line
This guide will walk you through the process of create tar.gz file in Linux using tar command.
Linux