Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View ezgoodnight's full-sized avatar

Eric Z Goodnight ezgoodnight

View GitHub Profile
@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/'
@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