Skip to content

Instantly share code, notes, and snippets.

View baudetail's full-sized avatar

Fabian Petzold baudetail

View GitHub Profile
@baudetail
baudetail / inetd.conf
Created June 7, 2016 08:52 — forked from TheConstructor/inetd.conf
Postfix SRS-support under Debian "Wheezy". Using http://packages.debian.org/wheezy/srs, http://packages.debian.org/wheezy/liburi-perl and http://packages.debian.org/wheezy/openbsd-inetd File paths are: - /opt/srs/srs-encode.sh - /opt/srs/srs-decode.sh - /etc/inetd.conf (should be appended to) - /etc/postfix/main.cf (should be appended to) - /etc…
# SRS
127.0.0.1:10001 stream tcp nowait root /opt/srs/srs-encode.sh /opt/srs/srs-encode.sh
127.0.0.1:10002 stream tcp nowait root /opt/srs/srs-decode.sh /opt/srs/srs-decode.sh
@baudetail
baudetail / controller.php
Created November 6, 2013 08:47
dgdfgdfgdfg
jimport('joomla.application.component.controller');
@baudetail
baudetail / gist:7303139
Last active December 27, 2015 09:19
git: Setup Local-Remote-Tracking
git branch --set-upstream local-branch-name origin/remote-branch-name