Skip to content

Instantly share code, notes, and snippets.

@welmends
Created November 30, 2021 11:44
Show Gist options
  • Save welmends/427b9bb40c19c15825272e0a222edfc6 to your computer and use it in GitHub Desktop.
Save welmends/427b9bb40c19c15825272e0a222edfc6 to your computer and use it in GitHub Desktop.
How to bypass parallels by using free trial forever
#!/bin/bash
networksetup -setairportpower en0 off
sudo -S date 1015000021 # set available date MMddHHmmYY
read -p "Press any key to continue... " -n1 -s
networksetup -setairportpower en0 on
echo ""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment