Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am etcet on github.
  • I am etcet (https://keybase.io/etcet) on keybase.
  • I have a public key ASCHf0-evqwL2wBBXe9djXkDOXa9zY3l9vyWywbD8Zh8gAo

To claim this, I am signing this object:

@etcet
etcet / .screenrc
Created May 17, 2014 21:14
.screenrc
# Turn off that annoying start up message
startup_message off
# Turn the even more annoying whole-screen-flash-on-tab-complete "feature"
vbell off
# Window list at the bottom. hostname, centered tabs and redmarked active windows:
hardstatus alwayslastline
hardstatus string '%{= kG}[ %{G}%H %{g}][%= %{= kw}%?%-Lw%?%{r}(%{W}%n*%f%t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}][%{B} %d/%m %{W}%c %{g}]'
@etcet
etcet / create_wordpress_acct.sh
Created May 15, 2014 23:12
Create new account with WordPress installed on cPanel server
#!/bin/bash
user_domain="wordtest.habal.net"
user_user="wordtest"
user_email="wordtest@etcet.net"
user_title="Wordtest"
user_admin_user="chris"
user_dbname="wordtest_wpdb"
user_dbuser="wordtest_wpuser"
@etcet
etcet / xorg.conf
Created March 30, 2014 00:38
Simple Intel GPU /etc/X11/xorg.conf
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/misc/"
@etcet
etcet / i915-pkgbuild.patch
Created March 29, 2014 23:47
i915-pkgbuild.patch
--- clean/core/linux/PKGBUILD 2014-03-29 18:06:28.105677993 -0500
+++ i915/core/linux/PKGBUILD 2014-03-29 13:43:02.955710675 -0500
@@ -2,8 +2,8 @@
# Maintainer: Tobias Powalowski <tpowa@archlinux.org>
# Maintainer: Thomas Baechler <thomas@archlinux.org>
-pkgbase=linux # Build stock -ARCH kernel
-#pkgbase=linux-custom # Build kernel with a different name
+#pkgbase=linux # Build stock -ARCH kernel
+pkgbase=linux-i915 # Build kernel with a different name
@etcet
etcet / 522.hnes.html
Created January 6, 2014 04:02
522.html
x<html><script type="text/javascript">window["_gaUserPrefs"] = { ioo : function() { return true; } }</script><head>
<meta http-equiv="set-cookie" content="cf_use_ob=0; expires=Mon, 06-Jan-14 03:54:06 GMT; path=/">
<style type="text/css">body{font-family:Verdana;font-size:10pt;color:#828282;}td{font-family:Verdana;font-size:10pt;color:#828282;}.admin td{font-family:Verdana;font-size:8.5pt;color:#000000;}.subtext td{font-family:Verdana;font-size:7pt;color:#828282;}input{font-family:Courier;font-size:10pt;color:#000000;}a:link{color:#000000;text-decoration:none;}a:visited{color:#828282;text-decoration:none;}.default{font-family:Verdana;font-size:10pt;color:#828282;}.admin{font-family:Verdana;font-size:8.5pt;color:#000000;}.title{font-family:Verdana;font-size:10pt;color:#828282;}.adtitle{font-family:Verdana;font-size:9pt;color:#828282;}.subtext{font-family:Verdana;font-size:7pt;color:#828282;}.yclinks{font-family:Verdana;font-size:8pt;color:#828282;}.pagetop{font-family:Verdana;font-size:10pt;color:#222222;
@etcet
etcet / Mod.ini
Created April 3, 2012 01:13
Mod.ini for BiG World Setup (minimal&recommended&widescreen) as of 2012/4/2
[#!YOSHI]
Name=Keeping Yoshimo
Rev=0.72
Type=S,T,E
Link=http://www.gibberlings3.net/yoshi
Down=http://forums.gibberlings3.net/index.php?act=attach&type=post&id=1588
Save=__Yoshi.zip
Size=124447
Tra=EN:0
EN-EXT=This mod makes it possible to keep Yoshimo in the party after spellhold and he can be imported into ToB. He has a couple of fairly lengthy dialogues with the PC.
@etcet
etcet / .gtkrc-2.0
Created January 17, 2012 12:59 — forked from dreeve/.gtk-2.0
solarized-light: color fix for gvim borders in xmonad
# this goes in your ~/.gtkrc-2.0 file
style "vimfix" {
bg[NORMAL] = "#fdf6e3" # this matches my gvim theme 'Normal' bg color.
}
widget "vim-main-window.*GtkForm" style "vimfix"
# taken from a very helpful post here: https://bbs.archlinux.org/viewtopic.php?id=65285