Skip to content

Instantly share code, notes, and snippets.

@gmolop
Forked from ericbroska/vhx4.sh
Created October 6, 2015 09:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gmolop/4d1e386fee59aeb91dd3 to your computer and use it in GitHub Desktop.
Save gmolop/4d1e386fee59aeb91dd3 to your computer and use it in GitHub Desktop.
The simple way to reset available trial time of VirtualHostX application (3.x, 4.x)
#!/bin/sh
#
# Thanks @tylerhall for this tip
rm ~/Library/Application\ Support/VirtualHostX/". "
# you can also do some fun like this
# echo "99999999999999999999" > ~/Library/Application\ Support/VirtualHostX/". "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment