NOTE: This document has now been added to the nginx-sso wiki, here. Any further updates will be made there.
- Docker
- Nginx
- nginx-sso
### Keybase proof | |
I hereby claim: | |
* I am mjbnz on github. | |
* I am mjbnz (https://keybase.io/mjbnz) on keybase. | |
* I have a public key whose fingerprint is 9091 CDDB 68CC 3400 6335 F054 3B62 1291 5022 936C | |
To claim this, I am signing this object: |
#!/usr/bin/env python | |
import sys | |
import subprocess | |
import json | |
def range_string(start, end): | |
if start != end: | |
return '%s-%s' % (start, end) | |
else: |
#!/usr/bin/env python | |
import sys | |
import subprocess | |
import json | |
def range_string(start, end): | |
if start != end: | |
return '%s-%s' % (start, end) | |
else: |
Inspired by this post on ipxe.org, the following script downloads and extracts the current Debian Bullseye netboot installer kernel and initrd, and prepares them for usage as a rudimentary disk image writing utility. It is intended to be used for KVM virtio guests on Proxmox VE, to install Mikrotik RouterOS via network boot.
Appropriate iPXE commands to use the resulting kernel and initrd would be something like the following: