Skip to content

Instantly share code, notes, and snippets.

View ezgoodnight's full-sized avatar

Eric Z Goodnight ezgoodnight

View GitHub Profile
@ezgoodnight
ezgoodnight / LAUNCHBX.TXT
Created July 25, 2024 21:03
Launchbox Config TXT for the many EXE files in FastDoom by viti95
01 - Mode Y; same as Vanilla Doom. Requires a VGA video card.
---GENRE---VGA
---SERIES---DOOM
---DEVELOPER---viti95
---PUBLISHER---viti95
---YEAR---2022
---STATUS---beta
C:
CD \FASTDOOM
FDOOM.EXE
@ezgoodnight
ezgoodnight / tinycore grub
Created June 8, 2015 23:33
tinycore grub
mkdir -p /mnt/sda1/boot/grub
mkdir -p /mnt/sda1/tce/optional
cp -p /mnt/sr0/boot/core.gz /mnt/sda1/boot/
cp -p /mnt/sr0/boot/vmlinuz /mnt/sda1/boot/
cp -p /usr/lib/grub/i386-pc/* /mnt/sda1/boot/grub/
touch /mnt/sda1/tce/mydata.tgz
@ezgoodnight
ezgoodnight / hubot.conf
Last active August 29, 2015 14:18 — forked from DavidWittman/hubot.conf
Hubot - Default 8080 http port
# hubot
description "Hubot Campfire bot"
author "David Wittman <david@wittman.com>"
start on filesystem or runlevel [2345]
stop on runlevel [!2345]
# Path to Hubot installation
env HUBOT_DIR='/home/user/hubot/'