Skip to content

Instantly share code, notes, and snippets.

View lb1a's full-sized avatar

lb1a lb1a

  • Freiburg, Baden-Württemberg, Germany
View GitHub Profile
@neonichu
neonichu / pocketcasts2opml.sh
Created March 31, 2012 17:29
Export OPML from PocketCasts
#!/bin/sh
##
## Generate OPML from your PocketCasts podcast list
##
## You need to retrieve the 'Podcastdb.sqlite' file using iExplorer
## or some similar utility
##
cat <<EOF
@hach-que
hach-que / sanitize-tree.sh
Created May 2, 2012 09:45
Automatic formatter for Git index!
#!/bin/bash
# This script automatically calls expand and indent
# on either:
#
# * The entire tree or
# * The files changed since last commit (if invoked as pre-commit)
#
# You should make a symbolic link from .git/hooks/pre-commit
# to this file and it will automatically sanitize the data in
@lluchs
lluchs / nginx-uberspace.md
Last active January 3, 2020 18:14
nginx auf dem Uberspace

nginx auf dem Uberspace

Installation

Lade die neueste "mainline"-Version (hier 1.7.9) von http://nginx.org/en/download.html herunter und entpacke sie:

$ wget http://nginx.org/download/nginx-1.7.9.tar.gz 
$ tar xf nginx-1.7.9.tar.gz