Skip to content

Instantly share code, notes, and snippets.

View benbristow's full-sized avatar

Ben Bristow benbristow

View GitHub Profile
Cheap ass games:
==========================
Digital:
http://store.steampowered.com/
http://www.greenmangaming.com/
http://getgamesgo.com/
http://store.indiegala.com/index.php/
https://www.humblebundle.com/store
http://www.shopto.net/product/search/platform/download
@benbristow
benbristow / gist:8280690
Created January 6, 2014 10:09
Labpunch Userstyle
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("lab.facepunch.com") {
body {
background-image:url('http://facepunch.com/fp/bg.png');
}
.col-md-8 {
background-color:#FFF;
}
#!/bin/bash
_kernver=$(uname -r | cut -d- -f 1)
_basever=$(uname -r | cut -d. -f -2)
[ -e "linux-${_basever}.tar.xz" ] || wget https://www.kernel.org/pub/linux/kernel/v3.x/linux-${_basever}.tar.xz
[ -e "patch-${_kernver}.xz" ] || wget https://www.kernel.org/pub/linux/kernel/v3.x/patch-${_kernver}.xz
[ -e "xonar-01.patch" ] || wget https://gist.github.com/ipha/7831385/raw/69e172eb9336f9371a8fab6300ff2cbeaf622851/xonar-01.patch
[ -e "xonar-02.patch" ] || wget https://gist.github.com/ipha/7831385/raw/c23e88245d8ee3ea09fe5607496ee2d833aa3053/xonar-02.patch