Skip to content

Instantly share code, notes, and snippets.

@vith
vith / terminal.log
Created December 10, 2016 14:50
riot-web v0.9.1 test failure
$ wget https://github.com/vector-im/riot-web/archive/v0.9.1.tar.gz
--2016-12-10 08:43:56-- https://github.com/vector-im/riot-web/archive/v0.9.1.tar.gz
Resolving github.com (github.com)... 192.30.253.113, 192.30.253.112
Connecting to github.com (github.com)|192.30.253.113|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://codeload.github.com/vector-im/riot-web/tar.gz/v0.9.1 [following]
--2016-12-10 08:43:57-- https://codeload.github.com/vector-im/riot-web/tar.gz/v0.9.1
Resolving codeload.github.com (codeload.github.com)... 192.30.253.121, 192.30.253.120
Connecting to codeload.github.com (codeload.github.com)|192.30.253.121|:443... connected.
HTTP request sent, awaiting response... 200 OK
@vith
vith / PKGBUILD
Last active May 13, 2016 06:52
cpplint PKGBUILD
# Contributor: Liganic <liganic-aur@gmx.net>
# Maintainer: Jason Papakostas <vithos@gmail.com>
pkgname=cpplint
pkgver=456
_commit=01e4723
pkgrel=1
pkgdesc="Automated checker to make sure a C++ file follows Google's C++ style guide."
arch=('any')
url='https://google.github.io/styleguide/cppguide.html'
license=('custom:BSD3')
@vith
vith / Caddyfile
Created January 15, 2016 23:00
SmokePing Caddyfile
localhost:8000
startup spawn-fcgi -s smokeping_cgi.sock -P smokeping_cgi.pid /srv/http/smokeping/smokeping.fcgi.dist
shutdown bash -c 'kill -9 --verbose $(cat smokeping_cgi.pid)'
root /srv/http/
fastcgi /smokeping unix:smokeping_cgi.sock {
ext .fcgi.dist
split .fcgi.dist
index smokeping.fcgi.dist
@vith
vith / PKGBUILD
Created December 11, 2015 22:34
watchman 4.2.0 PKGBUILD
# Maintainer: José Luis Lafuente <jl@lafuente.me>
# Original maintainer: Michael Louis Thaler <michael.louis.thaler@gmail.com>
pkgname=watchman
pkgver=4.2.0
pkgrel=1
pkgdesc="An inotify-based file watching and job triggering command line utility"
url="https://facebook.github.io/watchman/"
arch=('x86_64' 'i686')
license=('Apache')
depends=('pcre' 'python2')
@vith
vith / nexus-5-upgrade.md
Created November 14, 2015 01:56
How to upgrade a rooted Nexus 5
# Maintainer: Jason Papakostas <vithos@gmail.com>
pkgname=xsel-git
pkgver=r50.9674445
pkgrel=1
pkgdesc='XSel is a command-line program for getting and setting the contents of the X selection'
arch=(i686 x86_64)
url='http://www.vergenet.net/~conrad/software/xsel/'
license=('custom')
depends=('libx11')
makedepends=('libxt' 'git')