podman Howto Setup Archlinux/Podman in unprivileged promox LXD As using proxmox as my homelab hypervisor and does prefer using lxc over vm and podman overdocker. For LXC OS, tested several OS, but archlinux could give us the latest podman version to work with. This post is going to guide you how to setup podman with overlay storage in archlinux LXC.
DevZone Howto Setup Podman rootless in Clearlinux I am going to use podman over docker in all my builder due to its advantages in term of security, rootless, ... You can also refer to nice articles about podman vs docker.
ClearLinux How to Auto Mount Disks in ClearLinux Recently, I build a new desktop PC for my development where my favourite ClearLinux OS is installed and there are 2 nvme disks are installed to expand storage capabilities. This post will show you how to write entry of fstab so the system can automatically mount your new disks. Format
IoT Modules QuecOpen - WireGuard VPN Solution This post analyze and provide solution to compile and integrate all needed kernel module and wireguard-tools to the QuecOpen SDK - running kernel 3.18 which WireGuard feature is missing.
DevZone Mesh VPN solution for Embedded Linux Modules Mesh VPN solution for QuecOpen based modules EC2x, Automotive AG35, Smart module SC20, SC600, ...
ClearLinux How To Install Wireguard in ClearLinux WireGuard is my choice which is in ClearLinux KVM inside my HomeLab server due to this fast, modern and secure VPN tunnel.
SysAdmin How To Setup Nginx-Proxy For HomeLab As I want to host all services under my HomeLab server, Nginx Proxy is needed. Due to some limitations of my old approach using letsencrypt-nginx-proxy-companion, I decided to use Nginx Proxy Manager which has beautiful and secure admin interface.
HowTo How-To Develop Using VSCode with Your Remote Server over SSH How to do remote development with Remote-SSH plugin of VSCode. It is suitable for WFH developers.
SysAdmin How-To Point Your Domain IP to Your Home - HomeLab How to update your domain DNS record to point to your home IP, so you can host your website just inside your homelab server.
Hackintosh How-To Upgrade Existing Clover EFI Bootloader Upgrade macOS Catalina 10.15.4 break system boot up properly, however MBP prevents to install Clover bootloader due to SIP enabled.
SysAdmin How-To Config NFS Server in ClearLinux OS Just bought Dell R720XD and create a VM as main build OS for my Linux development in various platform Linux and Android at Quectel Smart modules and OpenWrt for my router, ... This port is going to show you how to config NFS server for your configuration.
DevZone How-To Create Self-signed SSL Certificates For IoT Application My customer was struggling to make SSL over MQTT work on EG91 and does not know this is module problem or MQTT server problem. This guide is created to let my end-customer understand and tested with any MQTT over SSL based server like EMQX, ...