ok first you need android cmdline tools link, but mostly i use arch linux, and aur have this in link, so run yay -S android-sdk-cmdline-tools-latest --noconfirm but if you not in linux environment you need download cmdline-tools and extract it som ... read more →
🍄 Cross Compile Tauri on Docker Archlinuxarm for Raspberry pi zero 2w Its just quick note about setup and cross compile tauri for archlinuxarm architecture in docker first you need Docker installed on your system $ docker --version Docker version 2 ... read more →
copied from DeepSeek Answer Steps to Pass an Object from .ascx File 1. Define a Public Property in the User Control In the code-behind file of your User Control (e.g., MyUserControl.ascx.cs), define a public property that will hold the object. publ ... read more →
💤 Introduction on marmite documentation page, the author already explain how to deploy generated marmite's site into github pages, but the guide is using cargo to install marmite, which mean cargo will compile it with github action, its ok, but taki ... read more →
🐧 Introduction (skip intro if you want, its not important) I have a raspberry pi zero 2 w (let's call it zero 2 after this), but I never use it, recently I got a plan to run a local web app on my pi zero 2, so I try find lightest linux distro, I have ... read more →