Skip to content

Instantly share code, notes, and snippets.

View nemchik's full-sized avatar

Eric Nemchik nemchik

View GitHub Profile
@nemchik
nemchik / console.log
Last active February 22, 2024 09:13
browser-update with browserslist
{
uc: '12.12',
a: '100',
c: '100',
e: '100',
f: '91',
i: '11',
ios: '12.2',
o_a: '64',
o: '82',
# From: https://superuser.com/a/1329702
# Set Key File Variable:
New-Variable -Name Key -Value "$env:UserProfile\.ssh\id_ed25519"
# Remove Inheritance:
Icacls $Key /c /t /Inheritance:d
# Set Ownership to Owner:
# Key's within $env:UserProfile:
Icacls $Key /c /t /Grant ${env:UserName}:F
@nemchik
nemchik / wordpress
Created October 27, 2019 02:47
WordPress site conf for lsio letsencrypt
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
root /config/www/wordpress;
index index.html index.htm index.php;
server_name wordpress.*;
# enable subfolder method reverse proxy confs