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.
tftp Howto Start TFTP server on macOS macOS has built in TFTP daemon - which is useful for developer to transfer firmware during development. Ex. if you are OpenWrt developer :)
DevZone Change Default MacOS Ventura Shell I am using macOS Ventura and it comes with default not bash, below steps are needed to change to use the latest bash from homebrew.
DevZone QuecOpen Golang Development Guide This repository will introduce how to develope Golang based application with Quectel QuecOpen modules which support Linux based SDK: LTE modules (EC21-E, EC25-E, ... ), Automotive modules (AG35-E, AG35-NA, ... ), 5G modules (RG500Q, ... ).
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.
DevZone Quectel QuecOpen Development Guide QuecOpen is originally meant for OpenLinux modules of Quectel: EC2x, AG35 modules where end-user can program their own application run along with the Quectel processes.
DevZone How-To Build Quectel SC20 Linux Using Docker As required OS distro to build Quectel SC20 is Ubuntu 16.04 or Ubuntu 14.04 which are very old and are not my current host OS, thus building in docker is my favourite and best choice. In fact, I can run in my MacOS, my Hackintosh, my MBP.
DevZone Gitolite-Cgit: SCM Server Docker Image bacnh85/gitolite-cgit is a Docker image with cgit and gitolite running on top of alpinebase image. Dockerfile is available at Github repo.
DevZone Quectel Linux USB Drivers Troubleshooting This post, I am going to show you how to do troubleshooting the USB device drivers between Linux box and Quectel IoT Modules.
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.
IoT Modules Quectel MC60 OpenCPU VSCode SDK Original SDK from Quectel is based on Eclipse or none. As VSCode is the most popular IDE, I intend to make VSCode based SDK for MC60 OpenCPU.
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, ...