Skip to content

Instantly share code, notes, and snippets.

@pgaskin
pgaskin / jessie-base.preseed
Last active March 23, 2024 15:39
A preseed file for a minimal Debian Jessie installation
# How to run
# In the folder with these files
# sudo python -m SimpleHTTPServer 80
#
# Update the ip at the bottom of this file to the output of
# hostname -I
# This is your ip
#
# Start debian cd
# Press esc on menu
@Ttech
Ttech / router.sh
Created October 27, 2012 17:39
iptables Router Configuration SCript
#!/bin/bash
####################################
#### ####
#### 2012 Ttech ####
#### Bash Router Enabler ####
#### ####
####################################
# this should be the only part you need to modify
@Ttech
Ttech / colors.php
Created December 30, 2010 02:07
Magic Log IRC Log Parser for Supybot [Version2 Final]
<?php
// List of 216 Colors (Ideally I'd like to eventually make a random color generator
$colors_list = array(
'FFFCCC',
'CCC999',
'999666',
'666333',
'333000',
'000FFC',
'C00FF9',
<?php
// List of 216 Colors (Ideally I'd like to eventually make a random color generator
$colors_list = array(
'FFFCCC',
'CCC999',
'999666',
'666333',
'333000',
'000FFC',
'C00FF9',