Skip to content

Instantly share code, notes, and snippets.

@tubbynl
tubbynl / keybase.md
Last active December 1, 2020 09:43
keybase.md

Keybase proof

I hereby claim:

  • I am tubbynl on github.
  • I am tubby (https://keybase.io/tubby) on keybase.
  • I have a public key ASDrDnTSTL1jPhx3p5g1AvvN5szV20R4Ft4ylglB7KIO_wo

To claim this, I am signing this object:

@tubbynl
tubbynl / git-cheatsheet.md
Last active August 8, 2018 10:16
git cheatsheet

Delete / remove tag

# delete remote tag
git push --delete origin 1.0
# delete local tag
git tag -d 1.0
# for all tags
git tag | xargs git push --delete origin
git tag | xargs git tag -d
@tubbynl
tubbynl / logback.xml
Created December 24, 2015 11:09
SemaText ElasticsearchAppender
<?xml version="1.0" encoding="UTF-8"?>
<configuration scan="true" scanPeriod="5 seconds" >
<appender name="ELASTIC" class="com.internetitem.logback.elasticsearch.ElasticsearchAppender">
<url>https://logsene-receiver.sematext.com/_bulk</url>
<index>your-sematext-index-token</index>
<type>some-type</type>
<loggerName>es-logger</loggerName>
<errorLoggerName>es-error-logger</errorLoggerName>
<properties>
@tubbynl
tubbynl / piboard.md
Last active December 2, 2015 10:31 — forked from andrewvaughan/piboard.md
Create a Raspberry Pi Rotating Dashboard

These instructions were performed on a RaspberryPI 2 with a proper heatsink.

Configure the Pi

sudo raspi-config
  1. Choose 1. Expand Filesystem
  2. Choose 3. Enable Boot to Desktop/Scratch and choose Desktop Log in as user 'pi' at the graphical desktop