Skip to content

Instantly share code, notes, and snippets.

View suprematis's full-sized avatar

Andres Salgado suprematis

View GitHub Profile
@suprematis
suprematis / README.md
Created April 7, 2023 00:22 — forked from cstrahan/README.md
Binary transfer script for minicom.

Configure minicom with minicom -s and enter the “File transfer protocols” section. You can add a section there called “binary”, point it at your file, and specify:

Field Value
Name Binary
Program bin-xfer -o %l
Name Y
U/D U
FullScr Y
@suprematis
suprematis / _INSTALL.md
Created December 7, 2019 19:49 — forked from robinsmidsrod/_INSTALL.md
Bootstrapping full iPXE native menu with customizable default option with timeout (also includes working Ubuntu 12.04 preseed install)

Add the following chunk to your existing ISC dhcpd.conf file.

if exists user-class and ( option user-class = "iPXE" ) {
    filename "http://boot.smidsrod.lan/boot.ipxe";
}
else {
    filename "undionly.kpxe";
}

(or see https://gist.github.com/4008017 for a more elaborate setup