Skip to content

Instantly share code, notes, and snippets.

View meskarune's full-sized avatar
Halfway back to productivity

Dolores Portalatin meskarune

Halfway back to productivity
View GitHub Profile
@meskarune
meskarune / homewoddf2scriptsselect-wm.sh
Created June 21, 2012 23:43 — forked from anonymous/homewoddf2scriptsselect-wm.sh
/home/woddf2/scripts/select-wm
#!/bin/bash
case "$1" in
dwm)
startx ~/scripts/xinitrc-dwm
;;
ratpoison)
exec startx ~/scripts/xinitrc-ratpoison
;;
fvwm)
@meskarune
meskarune / makepkg_overview.rst
Created December 9, 2016 05:15 — forked from Earnestly/makepkg_overview.rst
A brief overview of the process involved in creating a pacman package.

A Brief Tour of the Makepkg Process: What Makes a Pacman Package

Introduction

This is a terse document covering the anatomy of a package built for the pacman package manager.

The following example commands can mostly run verbatim to manually create a

@meskarune
meskarune / gunicorn_lighttpd.conf
Created September 7, 2012 13:54 — forked from thomasbilk/gunicorn_lighttpd.conf
gunicorn lighttpd conf file
server.modules = (
"mod_access",
"mod_alias",
"mod_accesslog",
"mod_extforward",
"mod_rewrite",
#"mod_fastcgi",
"mod_proxy",
"mod_redirect" )