Skip to content

Instantly share code, notes, and snippets.

View muhammadsyamsudin's full-sized avatar

Muhammad Syamsudin muhammadsyamsudin

View GitHub Profile
@muhammadsyamsudin
muhammadsyamsudin / openwrt-on-proxmox.md
Created April 24, 2025 04:12 — forked from subrezon/openwrt-on-proxmox.md
How to set up an OpenWRT VM in Proxmox
  1. Go to OpenWRT release page, select the latest release stable release, then targets -> x86 -> 64. Right-click generic-ext4-combined.img.gz (not the "efi"!) and copy the link.

  2. On the Proxmox host, download the archive and unpack it:

wget *paste link here*
gunzip openwrt-*.img.gz
  1. Resize the image to be the size you want your VM's disk to be (example with 8 GiB):
@muhammadsyamsudin
muhammadsyamsudin / openwrt-efi-on-proxmox.md
Created April 24, 2025 03:18 — forked from ryuheechul/openwrt-efi-on-proxmox.md
How to "Install" an OpenWRT VM in Proxmox with UEFI

Existing references I looked at before I went on trial and error until eventually I managed to make it work:

Note

Although links above were good references to look at so I didn't have to start from scratch, following none of them actually worked for me. Hence, I'm leaving my own note after figuring things out.

My situation:

#include <AViShaWiFi.h>
const char* ssid = "WiFiName";
const char* pass = "WiFiPassword";
const char *url = "http://104.237.9.196:5055";
const char *id = "431212121";
AViShaWiFi wifi;
String latitude = "-6.5234367";