Skip to content

Instantly share code, notes, and snippets.

View xee5ch's full-sized avatar

Al xee5ch

View GitHub Profile
@xee5ch
xee5ch / .tmux.conf
Created April 8, 2014 22:26
My Current .tmux.conf
# Change default binding key.
unbind C-b
set -g prefix \\
bind \ send-prefix
# Greatly expand scrollback history
set -g history-limit 10000
# Mouse configuration
#setw -g mode-mouse on
@xee5ch
xee5ch / .emacs
Created April 8, 2014 22:28
My Current .emacs
;; no longer using elpa+el-get, default to el-get only
;;
;;
;; begin: elpa configuration
(when (>= emacs-major-version 24)
(require 'package)
(package-initialize)
(add-to-list 'package-archives '("melpa" . "http://melpa.milkbox.net/packages/") t))
;; end: elpa configuration
@xee5ch
xee5ch / config.el
Created April 9, 2014 09:45
My Current ~/.trell/config.el
(setq *consumer-key* "********************************")
(setq *access-token* "****************************************************************")
@xee5ch
xee5ch / PKGBUILD
Created July 30, 2014 14:16
PKGBUILD
# Maintainer: Bersam Karbasion <bersam.k@gmail.com>
# Contributor: linuxSEAT <--put_my_name_here--@gmail.com>
# Contributor: Nezmer <Nezmer@allurelinux.org>
# Contributor: Alexander Stein <archlinux+al@il5.in>
pkgname=bicon
pkgver=0.4
pkgrel=5
pkgdesc="A bidirectional console"
url="https://github.com/behdad/bicon/"
arch=('any')
@xee5ch
xee5ch / homealCodearchlinuxbuildsccl-binPKGBUILD
Created September 13, 2014 06:44
/home/al/Code/archlinux/builds/ccl-bin/PKGBUILD
# Maintainer: Adlai Chandrasekhar <munchking at gmail dot com>
# Creator: Leslie P. Polzer <polzer at gnu dot org>
# Contributor: Fernando L. Canizo <conan at lugmen dot org dot ar>
pkgname=ccl-bin
pkgver=1.10
pkgrel=1
pkgdesc="x86 and x86-64 binary versions of Clozure Common Lisp"
url="http://ccl.clozure.com/"
license=('LGPL')
arch=('i686' 'x86_64')
@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 / 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 / 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
<#
.SYNOPSIS
Cmdlet help is awesome. Autogenerate via template so I never forget.
.DESCRIPTION
.PARAMETER
.PARAMETER
.INPUTS
.OUTPUTS
.EXAMPLE
@xee5ch
xee5ch / Dump All DNS
Created March 13, 2011 15:53
Get all the DNS info for a domain with dig.
dig +nocmd domain.tld any +multiline +noall +answer