Skip to content

Instantly share code, notes, and snippets.

View Code-Quake's full-sized avatar

Joe Jorden Code-Quake

View GitHub Profile
@Code-Quake
Code-Quake / 4.conf
Last active September 10, 2024 18:13
NGINX Configuration
# ------------------------------------------------------------
# codequake.tplinkdns.com
# ------------------------------------------------------------
map $scheme $hsts_header {
https "max-age=63072000; preload";
}
@Code-Quake
Code-Quake / shell-setup.ps1
Last active June 17, 2022 15:40
Shell setup script
<#
.SYNOPSIS
Script to Initialize my custom powershell setup.
.DESCRIPTION
Script uses scoop, winget and chocolatey
.NOTES
**NOTE** Will configure the Execution Policy for the "CurrentUser" to Unrestricted.
Author: Joe Jorden
Original Author: Mike Pruett