Skip to content

Instantly share code, notes, and snippets.

View robintemme's full-sized avatar

Robin Temme robintemme

View GitHub Profile
@robintemme
robintemme / # packer - 2016-09-19_11-34-11.txt
Created September 19, 2016 09:54
packer on macOS 10.12 - Homebrew build logs
Homebrew build logs for packer on macOS 10.12
Build date: 2016-09-19 11:34:11
@robintemme
robintemme / # packer - 2016-09-19_11-34-11.txt
Created September 19, 2016 09:53
packer on macOS 10.12 - Homebrew build logs
Homebrew build logs for packer on macOS 10.12
Build date: 2016-09-19 11:34:11
@robintemme
robintemme / # packer - 2016-09-19_11-34-11.txt
Created September 19, 2016 09:52
packer on macOS 10.12 - Homebrew build logs
Homebrew build logs for packer on macOS 10.12
Build date: 2016-09-19 11:34:11

Keybase proof

I hereby claim:

  • I am zwerch on github.
  • I am zwerch (https://keybase.io/zwerch) on keybase.
  • I have a public key whose fingerprint is 3246 F703 7844 CCB8 B763 C5A3 5E1D BD5E BB93 79E9

To claim this, I am signing this object:

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname
@robintemme
robintemme / README.md
Last active March 13, 2022 11:42
DHT11 temperature and humidity sensor on Raspberry Pi with a flask webserver

Minimalistic DHT11 Display on Raspberry Pi

Easily show your DHT11 Temperature and Humidity data on a webpage hosted on your Pi.

Dependencies

  • Python 2.7.x
  • Flask
  • Adafruit DHT11 Library
@robintemme
robintemme / nginx.conf
Last active August 29, 2015 14:08
Working nginx.conf
worker_processes 1;
error_log /var/log/nginx/error.log;
events {
worker_connections 1024;
}
http {
include mime.types;
@robintemme
robintemme / twnowplaying.zsh
Last active August 29, 2015 14:05
Alias to twitter my current iTunes song (only working for OS X, only tested in zsh), uses gem t
alias twnowplaying="t update \"$(osascript -e 'tell application "iTunes" to if player state is playing then "♫ " & name of current track & " - " & artist of current track & " ♫"')\" && echo $(osascript -e 'tell application "iTunes" to if player state is playing then "♫ " & name of current track & " - " & artist of current track & " ♫"')"
@robintemme
robintemme / funny_shell_aliases
Created June 17, 2013 23:46
Found in web, description: This one guy came up with a list of aliases that could be put in .bashrc when interviewing someone for a linux/unix sysadmin job position. I'll post the full list of aliases here, but if you wish you can read the full article here. I find it to be quite funny.. http://linuxshellaccount.blogspot.de/2009/04/tiny-unix-and…
PS1="youAreHere/ "
export PS1
alias --='-'
alias ash='echo youAreHere/ '
alias bash='echo youAreHere/ '
alias cat='perl -l'
alias cd='cd .'
alias cp='echo cp'
alias csh='echo youAreHere/ '
alias df='echo /dev/dump 100% 100% 0% /tmp/jailfs/hoosegow/you'