podmanHowto Setup Archlinux/Podman in unprivileged promox LXDAs 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.
DevZoneHowto Setup Podman rootless in ClearlinuxI 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.
tftpHowto Start TFTP server on macOSmacOS has built in TFTP daemon - which is useful for developer to transfer firmware during development. Ex. if you are OpenWrt developer :)
DevZoneChange Default MacOS Ventura ShellI am using macOS Ventura and it comes with default not bash, below steps are needed to change to use the latest bash from homebrew.
ClearLinuxHow to Auto Mount Disks in ClearLinuxRecently, 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 your disks as ext4 There are handly tools to parition your disks as ext4 as fdisk and mkfs.ext4 with below notes: 1) Using fdisk to create GPT parittion table to take advantage of GPT table 2) When format the
DevZoneQuecOpen Golang Development GuideThis 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, ... ).
IoT ModulesQuecOpen - WireGuard VPN SolutionThis 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.
DevZoneMesh VPN solution for Embedded Linux ModulesMesh VPN solution for QuecOpen based modules EC2x, Automotive AG35, Smart module SC20, SC600, ...
IoT ModulesQuectel QuecOpen ADB TroubleshootingADB (Android Debug Bridge) is a development tool that facilitates communication between your Linux box and Android device. ADB USB interface is found in Qualcomm based IoT Modules like EC21, EC25, AG35, SC20, ... with big memory size running Linux OS.
ClearLinuxHow To Install Wireguard in ClearLinuxWireGuard is my choice which is in ClearLinux KVM inside my HomeLab server due to this fast, modern and secure VPN tunnel.
SysAdminUpgrade from Clover to OpenCoreOpenCore is the next bootloader generation over Clover for Hackintosh fans, I need to spend my time to upgrade my old desktop to this new bootloader. With the help from OpenCore document, everything is going so much easy with MacOS Valina installation method.
DevZoneQuectel QuecOpen Development GuideQuecOpen 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.
DevZoneHow-To Build Quectel SC20 Linux Using DockerAs 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.
DevZoneGitolite-Cgit: SCM Server Docker Imagebacnh85/gitolite-cgit is a Docker image with cgit and gitolite running on top of alpinebase image. Dockerfile is available at Github repo.
SysAdminHow To Setup Nginx-Proxy For HomeLabAs 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.
SysAdminHow To Setup Pi-hole with OpenWrtDue to Covid-19, most of people are working at home. Nowadays, advertising consumes a lot of your bandwidth and it is not safe for non-IT people, especially for your little kids. Pi-hole is what you need for this task.
DevZoneQuectel Linux USB Drivers TroubleshootingThis post, I am going to show you how to do troubleshooting the USB device drivers between Linux box and Quectel IoT Modules.
SysAdminHow-To Build OpenWrt Image For Your Router Using ArchLinux ContainerAs your router firmware is not under well maintain from supplier, there are a lot of known exploits for the existing one, OpenWrt is the open source router OS that you can build for your own router for more secure.
HowToHow-To Develop Using VSCode with Your Remote Server over SSHHow to do remote development with Remote-SSH plugin of VSCode. It is suitable for WFH developers.
SysAdminHow-To Point Your Domain IP to Your Home - HomeLabHow to update your domain DNS record to point to your home IP, so you can host your website just inside your homelab server.
HackintoshHow-To Upgrade Existing Clover EFI BootloaderUpgrade macOS Catalina 10.15.4 break system boot up properly, however MBP prevents to install Clover bootloader due to SIP enabled.
SysAdminHow-To Config NFS Server in ClearLinux OSJust 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.
IoT ModulesQuectel MC60 OpenCPU VSCode SDKOriginal 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.
IoT ModulesQuectel IoT Modules OverviewQuectel Wireless Solution is the world IoT leading company. This port is about to share product introduction and download links for all Quectel IoT Modules
DevZoneHow-To Create Self-signed SSL Certificates For IoT ApplicationMy 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, ...