Skip to content

Instantly share code, notes, and snippets.

@zthxxx
zthxxx / Activate Office 2019 for macOS VoL.md
Last active April 19, 2025 13:27
crack activate Office on mac with license file
@irnnr
irnnr / docker-fwd
Last active June 8, 2016 06:58 — forked from deinspanjer/boot2docker-fwd
Tool to manage Docker (docker-machine) port forwarding rules on OS X
#!/usr/bin/env bash
# forked from https://gist.github.com/deinspanjer/9215467
# changed to work with docker-machine instead of boot2docker
usage ()
{
cat <<USAGE
docker-fwd -- Helper function to quickly manage port forwards between the docker-machine-vm and the host
Usage: docker-fwd [ -n RULE_NAME ] [ -h HOST_PORT ] [ -p {tcp|udp} ] [ -i HOST_IP ] GUEST_PORT