• Ah Blog

    Electronic Engineer

  • About
  • ☽

⛅ android development setup without android studio in kotlin multiplatform

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 →

Apr 4, 2025
  • linux
  • setup
  • android

Cross compile tauri on docker archlinuxarm for raspberry pi zero 2w

🍄 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 →

Mar 27, 2025
  • linux
  • howto
  • tauri

🍼 passing object from .ascx in aspnet webform.

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 →

Jan 30, 2025
  • linux
  • howto
  • ASPNET

Deploying marmite site to github pages with github action

💤 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 →

Jan 26, 2025
  • linux
  • howto
  • deployment

Archlinux wayland installation on raspberry pi zero 2

🐧 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 →

Jan 21, 2025
  • linux
  • howto
  • installation
Powered by Marmite | CC-BY_NC-SA