Skip to content

Instantly share code, notes, and snippets.

@joekrill
joekrill / dnsmasq OS X.md
Created August 6, 2024 20:45 — forked from ogrrd/dnsmasq OS X.md
Setup dnsmasq on OS X

Never touch your local /etc/hosts file in OS X again

To setup your computer to work with *.test domains, e.g. project.test, awesome.test and so on, without having to add to your hosts file each time.

Requirements

Install

@joekrill
joekrill / docker-compose.yml
Last active April 8, 2024 04:53
Linkwarden Docker Compose
version: "3.9"
volumes:
postgres:
services:
postgres:
image: postgres
restart: unless-stopped
healthcheck:
// ==UserScript==
// @name Generate branch name for pivotal story
// @namespace joekrill.com
// @match https://www.pivotaltracker.com/*
// @grant GM_setClipboard
// @grant GM_addStyle
// @version 1.1
// @author Joe Krill
// @description Adds a button to Pivotal issues that automatically generates a git branch name and copies it to the clibboard
// @require https://cdn.jsdelivr.net/npm/@violentmonkey/dom@2