Note
to active Office without crack, just follow https://github.com/WindowsAddict/IDM-Activation-Script,
you wiil only need to run
irm https://massgrave.dev/ias | iex
Note
to active Office without crack, just follow https://github.com/WindowsAddict/IDM-Activation-Script,
you wiil only need to run
irm https://massgrave.dev/ias | iex
#!/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 |