Skip to content

Instantly share code, notes, and snippets.

View Tawmu's full-sized avatar
🤡
clownery in progress

Tawmu Tawmu

🤡
clownery in progress
  • United Kingdom
  • 11:22 (UTC +01:00)
View GitHub Profile
@Tawmu
Tawmu / docker-compose.yml
Created April 10, 2021 19:25 — forked from Ghostbird/docker-compose.yml
Docker compose file for graylog 4
version: '3'
services:
# MongoDB: https://hub.docker.com/_/mongo/
mongo:
image: mongo:4.4
volumes:
- mongo_data:/data/db
networks:
- graylog
# Elasticsearch: https://www.elastic.co/guide/en/elasticsearch/reference/current/docker.html
@Tawmu
Tawmu / dns-sync.sh
Created July 23, 2018 16:11 — forked from matthiassb/dns-sync.sh
Init.d script for keeping WSL resolv.conf in-sync with Windows
#! /bin/bash
### BEGIN INIT INFO
# Provides: dns-sync
# Required-Start:
# Required-Stop:
# Default-Start: S
# Default-Stop:
# Short-Description: Synchronizes /etc/resolv.conf in WLS with Windows DNS - Matthias Brooks
### END INIT INFO