Skip to content

Instantly share code, notes, and snippets.

View cisano-arelia's full-sized avatar
🤔
The menu is not the meal

C'isano Arelia cisano-arelia

🤔
The menu is not the meal
  • Netherlands
View GitHub Profile
@cisano-arelia
cisano-arelia / ampache.cfg.php
Created May 11, 2016 09:00
Ampache configuration
;#<?php exit(); ?>##
;#########################################################
; General Config #
;#########################################################
; This value is used to detect quickly
; if this config file is up to date
; this is compared against a value hard-coded
; into the init script
config_version = 34
{
"objectIdFieldName": "peilbuis_id",
"globalIdFieldName": "",
"geometryType": "esriGeometryPoint",
"spatialReference": {
"wkid": 4326,
"latestWkid": 4326
},
"fields": [
{
@cisano-arelia
cisano-arelia / build-tmux.sh
Last active July 21, 2019 17:44
Script to build a static tmux for CoreOS
#!/usr/bin/env bash
#Author: https://groups.google.com/forum/#!topic/coreos-dev/JAeABXnQzuE
pushd $(dirname $0) > /dev/null; CURRABSPATH=$(readlink -nf "$(pwd)"); popd > /dev/null; # Get the directory in which the script resides
set -x
MUSLPKG="musl:musl.tgz:http://www.musl-libc.org/releases/musl-1.1.14.tar.gz"
LEVTPKG="libevent:libevent2.tgz:https://github.com/libevent/libevent/releases/download/release-2.0.22-stable/libevent-2.0.22-stable.tar.gz"
TMUXPKG="tmux:tmux.tgz:https://github.com/tmux/tmux/releases/download/2.1/tmux-2.1.tar.gz"
NCRSPKG="ncurses:ncurses.tgz:http://ftp.gnu.org/gnu/ncurses/ncurses-6.0.tar.gz"
TEMPDIR="$CURRABSPATH/tmp"
TMPLIB="tempinstall/lib"