Skip to content

Instantly share code, notes, and snippets.

View benbristow's full-sized avatar

Ben Bristow benbristow

View GitHub Profile
@PurpleVibe32
PurpleVibe32 / vmwk17key.txt
Last active April 16, 2024 07:35
Free VMware Workstation Pro 17 full license keys
Install VMWare Workstation PRO 17 (Read it right. PRO!)
Also, these keys might also work with VMWare Fusion 13 PRO. Just tested it.
Sub to me on youtube pls - PurpleVibe32
if you want more keys - call my bot on telegram. @purector_bot (THE BOT WONT REPLY ANYMORE) - Or: https://cdn.discordapp.com/attachments/1040615179894935645/1074016373228978277/keys.zip - the password in the zip is 102me.
---
This gist can get off at any time.
PLEASE, DONT COPY THIS. IF YOU FORK IT, DONT EDIT IT.
*If you have a problem comment and people will try to help you!
*No virus
@perusio
perusio / gist:4404063
Last active July 29, 2017 02:08 — forked from jpluscplusm/gist:4366287
A pirate bay proxy configuration for Nginx
server {
listen 80; # IPv4
listen [::]:80 ipv6only=on; # IPv6
server_name ~^(?<thishost>[^.]+\.)?subdomain\.example\.com$;
access_log off;
location / {
## Resolve the upstream address using this DNS server or any other.
## Choose the one that suits you.