Skip to content

Instantly share code, notes, and snippets.

View bullfinch3000's full-sized avatar

Henrik bullfinch3000

  • Stockholm
View GitHub Profile
@bullfinch3000
bullfinch3000 / bergvarme.html
Last active October 14, 2019 12:10
Bergvärme
This file has been truncated, but you can view the full file.
<!DOCTYPE html>
<html>
<head><meta charset="utf-8" />
<title>Bergvärme</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.1.10/require.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
@bullfinch3000
bullfinch3000 / Contents of config.log
Created January 13, 2012 15:32
Error from $: brew install -v libvorbis
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by libvorbis configure 1.3.2, which was
generated by GNU Autoconf 2.61. Invocation command line was
$ ./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/libvorbis/1.3.2
## --------- ##
## Platform. ##
@bullfinch3000
bullfinch3000 / solr
Created November 4, 2011 15:40
init.d script for Solr on Amazon Linux
#!/bin/sh -e
# Starts, stops, and restarts solr
SOLR_DIR=/usr/local/lib/solr/example
JAVA_OPTIONS="-Xmx1024m -DSTOP.PORT=8079 -DSTOP.KEY=stopkey -jar start.jar"
LOG_FILE=/var/log/solr.log
JAVA=`which java`
case $1 in
@bullfinch3000
bullfinch3000 / redis
Created November 4, 2011 13:06
init.d script for redis on Amazon Linux
#!/bin/sh
### BEGIN INIT INFO
# Provides: redis-server
# Required-Start: $syslog
# Required-Stop: $syslog
# Should-Start: $local_fs
# Should-Stop: $local_fs
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: redis-server - Persistent key-value db