Skip to content

Instantly share code, notes, and snippets.

View NaysKutzu's full-sized avatar

NaysKutzu NaysKutzu

View GitHub Profile
@NaysKutzu
NaysKutzu / vmwk17key.txt
Created August 23, 2023 17:58 — forked from PurpleVibe32/vmwk17key.txt
Free VMware Workstation Pro 17 full license keys
Install VMWare Workstation PRO 17 (Read it right. PRO!)
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
*No spam just license key
@NaysKutzu
NaysKutzu / login.html
Created July 31, 2023 17:40
Code server login template
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no" />
<title>MythicalSystems | Code-Server</title>
<link rel="icon" href="https://avatars.githubusercontent.com/u/117385445" />
@NaysKutzu
NaysKutzu / code-server.conf
Created July 31, 2023 15:21
CodeServer Apache2 WebServer Config
<VirtualHost *:80>
ServerName <domain>
RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^/?(.*) https://%{SERVER_NAME}/$1 [R,L]
</VirtualHost>
<VirtualHost *:443>
ServerName <domain>