Skip to content

Instantly share code, notes, and snippets.

@mauricehofman
mauricehofman / keybase.md
Created January 27, 2017 13:05
keybase.md

Keybase proof

I hereby claim:

  • I am mauricehofman on github.
  • I am mauricehofman (https://keybase.io/mauricehofman) on keybase.
  • I have a public key whose fingerprint is 6DE1 7890 A6DF 0306 2DBC FBAB 9FAE FF22 113F 4788

To claim this, I am signing this object:

@mauricehofman
mauricehofman / autostart
Created January 18, 2017 20:44
Autostart browser with webpage on boot with Pi Raspbian Jessie with PIXEL (kernel 4.4)
# This will auto start the browser on a specified URL on your Raspberry Pi with Raspbian
#
#
# Edit file with root:
# sudo vi ~/.config/lxsession/LXDE-pi/autostart
#
# - Replace contents of file with below. Change URL to your needs
#
# Edit file with root:
# sudo vi /etc/lightdm/lightdm.conf
@mauricehofman
mauricehofman / .env.travis
Created January 15, 2017 21:19 — forked from gilbitron/.env.travis
Laravel 5 Travis CI config
APP_ENV=testing
APP_KEY=SomeRandomString
DB_CONNECTION=testing
DB_TEST_USERNAME=root
DB_TEST_PASSWORD=
CACHE_DRIVER=array
SESSION_DRIVER=array
QUEUE_DRIVER=sync