Skip to content

Instantly share code, notes, and snippets.

View xee5ch's full-sized avatar

Al xee5ch

View GitHub Profile
@xee5ch
xee5ch / gist:848628
Created March 1, 2011 04:45
Fedora 14 Kickstart File
# Kickstart file automatically generated by anaconda.
#version=DEVEL
install
lang en_US.UTF-8
keyboard us
timezone --utc America/New_York
rootpw --iscrypted $6$9jQqLfgCe9cCyJTu$oTwsYa6Tx6gcD6KyhWH9j6zR0codpICQlL00FH9fjvhWmFGPliMMfrhN55ws3WQ8Y.v8mDEkGj15MDtqDTB861
selinux --enforcing
authconfig --enableshadow --passalgo=sha512 --enablefingerprint
@xee5ch
xee5ch / gist:844865
Created February 26, 2011 02:20
Syslinux Config for Fedora 12 x86_64 Live
default vesamenu.c32
timeout 100
menu background splash.jpg
menu title Welcome to Fedora-12-x86_64-Live!
menu color border 0 #ffffffff #00000000
menu color sel 7 #ffffffff #ff000000
menu color title 0 #ffffffff #00000000
menu color tabmsg 0 #ffffffff #00000000
@xee5ch
xee5ch / Georgetown Mutt Config
Created February 22, 2011 14:43
Mutt Config for Georgetown Mirapoint IMAP
# Maildir settings
set mbox_type=Maildir
set folder=$HOME/Mail/company.tld/bf4411b6-577d-4467-8fc8-fa9d887c36af/
set spoolfile=+"INBOX"
set record="+Sent"
set postponed="+Drafts"
# Client caching
set header_cache =$HOME/Mail/cache/headers
set message_cachedir =$HOME/Mail/cache/bodies
@xee5ch
xee5ch / Current Grub4dos Config
Created February 20, 2011 22:43
The current configuration file I have to use grub4dos with a variety of *nix platforms and PE pre-install Windows environments.
timeout 30
default 0
title WinPE (x86 NT6) 20100923
find --set-root /disks/win/x86/nt6/winpe.iso
map --heads=0 --sectors-per-track=0 /disks/win/x86/nt6/winpe.iso (0xff)
map --hook
root (0xff)
chainloader (0xff)