Skip to content

Instantly share code, notes, and snippets.

View GlyphSH's full-sized avatar

GlyphSH GlyphSH

View GitHub Profile
@GlyphSH
GlyphSH / .zshrc
Created February 11, 2025 02:59
iTerm2 oh-my-zsh default ipv4 gateway alias
#alias for the default ipv4 gateway
alias dgateway="netstat -rn | grep 'default' | awk '{print \$2}' | grep -E '^[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+$'"
@GlyphSH
GlyphSH / windows-keys.md
Created November 24, 2024 20:10 — forked from rvrsh3ll/windows-keys.md
Windows Product Keys

NOTE

These are NOT product / license keys that are valid for Windows activation.
These keys only select the edition of Windows to install during setup, but they do not activate or license the installation.

Index

@GlyphSH
GlyphSH / bingwallpapers.bat
Created May 11, 2022 21:06
Open Bing Wallpapers Directory Location in Windows 10/11
%SystemRoot%\explorer.exe "%APPDATA%\..\Local\Microsoft\BingWallpaperApp\WPImages"