Skip to content

Instantly share code, notes, and snippets.

View natebc's full-sized avatar

Nate Childers natebc

  • Duke University
  • Durham, North Carolina
View GitHub Profile
@ryuheechul
ryuheechul / openwrt-efi-on-proxmox.md
Last active May 12, 2025 16:05
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:

@subrezon
subrezon / openwrt-on-proxmox.md
Last active April 24, 2025 04:12
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):
@res0nat0r
res0nat0r / screen_ssh.sh
Created October 29, 2009 19:50
Set screen window title to remote host.
#!/bin/bash
# screen_ssh.sh by Chris Jones <[email protected]>
# Released under the GPL v2 licence.
# Set the title of the current screen to the hostname being ssh'd to
#
# usage: screen_ssh.sh $PPID hostname
#
# This is intended to be called by ssh(1) as a LocalCommand.
# For example, put this in ~/.ssh/config:
#