Skip to content
View SysAdminDoc's full-sized avatar
🤓
🤓
  • Venice, Florida
  • 02:22 (UTC -05:00)

Highlights

  • Pro

Block or report SysAdminDoc

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
SysAdminDoc/README.md

ASCII Cat Terminal Header

Typing SVG

Profile Views


I'm a Senior Systems Administrator who spends nights and weekends building the tools I wish existed. Most of what you'll find here started as a personal itch, a script that grew legs, a browser annoyance I finally fixed, or a desktop app I couldn't find anywhere else.

Everything I ship follows a simple rule: zero-config, and ready to run. No setup wizards, no dependency hunts. Download it, launch it, done.



GitHub Stats Top Languages

GitHub Streak

Trophies


⚡ PowerShell System Utilities — 12 repos

win11-nvme-driver-patcher ⭐10 — GUI to enable Windows Server 2025 NVMe driver on Win11

irm "https://raw.githubusercontent.com/SysAdminDoc/win11-nvme-driver-patcher/main/NVMe_Driver_Patcher_v3.0.0.ps1" | iex

LibreSpot ⭐5 — Spotify customization — automates Spicetify, themes, extensions

irm "https://raw.githubusercontent.com/SysAdminDoc/LibreSpot/main/LibreSpot.ps1" | iex

Network_Security_Auditor ⭐2 — 67 automated checks across 8 security domains, MITRE ATT&CK mapping

irm "https://raw.githubusercontent.com/SysAdminDoc/Network_Security_Auditor/main/NetworkSecurityAudit.ps1" | iex

Wingetter — Discover, select, and bulk install software via Winget

irm "https://raw.githubusercontent.com/SysAdminDoc/Wingetter/main/Wingetter.ps1" | iex

Start-Menu-Organizer — Clean junk, detect broken shortcuts, reorganize Start Menu

irm "https://raw.githubusercontent.com/SysAdminDoc/Start-Menu-Organizer/main/StartMenuOrganizerPro.ps1" | iex

PathForge — Filesystem repair, stubborn file deletion, path management

irm "https://raw.githubusercontent.com/SysAdminDoc/PathForge/main/PathForge.ps1" | iex

MonitorControl — Control monitor settings via DDC/CI

irm "https://raw.githubusercontent.com/SysAdminDoc/MonitorControl/main/MonitorControlPro.ps1" | iex

PfblockerngManager — GUI for managing pfBlockerNG on pfSense firewalls

irm "https://raw.githubusercontent.com/SysAdminDoc/PfblockerngManager/main/pfBlockerNG-Manager.ps1" | iex

npp-sc-scanner — Detect and remediate Notepad++ supply chain attack IOCs

irm "https://raw.githubusercontent.com/SysAdminDoc/npp-sc-scanner/main/NppScanner-GUI.ps1" | iex

JDownloader-2-Ultimate-Manager — Comprehensive automation for JDownloader 2

irm "https://raw.githubusercontent.com/SysAdminDoc/JDownloader-2-Ultimate-Manager/main/JDownloader%202%20Ultimate%20Manager.ps1" | iex

YTYT-Downloader — Stream YouTube to VLC or download with yt-dlp

irm "https://raw.githubusercontent.com/SysAdminDoc/YTYT-Downloader/main/src/Install-YTYT.ps1" | iex

ThankYouJeffrey — A tribute to the creator of PowerShell, Jeffrey Snover

irm "https://raw.githubusercontent.com/SysAdminDoc/ThankYouJeffrey/main/ThankYouJeffrey.ps1" | iex
🐍 Python Desktop Applications — 20 repos — Requires Python 3.8+. All deps auto-install on first run.

PyWall — Real-time Windows Firewall manager and network monitor

irm "https://raw.githubusercontent.com/SysAdminDoc/PyWall/main/PyWall.py" -OutFile "$env:TEMP\PyWall.py"; python "$env:TEMP\PyWall.py"

PyShop — Open source Photoshop alternative

irm "https://raw.githubusercontent.com/SysAdminDoc/PyShop/main/pyshop_image_editor.py" -OutFile "$env:TEMP\pyshop.py"; python "$env:TEMP\pyshop.py"

SwiftShot — Debloated, Greenshot-inspired screenshot tool

irm "https://raw.githubusercontent.com/SysAdminDoc/SwiftShot/main/SwiftShot/Install-SwiftShot.ps1" | iex

Flux — Privacy-focused BitTorrent client — PyQt6 + libtorrent

irm "https://raw.githubusercontent.com/SysAdminDoc/Flux/main/flux-torrent/Launch-Flux.ps1" | iex

GitForge — Full GitHub repo manager — clone, sync, diff, manage

irm "https://raw.githubusercontent.com/SysAdminDoc/GitForge/main/gitforge.py" -OutFile "$env:TEMP\gitforge.py"; python "$env:TEMP\gitforge.py"

UniversalCompiler — All-in-one script-to-EXE compiler

irm "https://raw.githubusercontent.com/SysAdminDoc/UniversalCompiler/main/UniversalCompiler.ps1" | iex

OpenCut — Video editing automation for Premiere Pro

irm "https://raw.githubusercontent.com/SysAdminDoc/OpenCut/main/Install.ps1" | iex

bypassnroGen — Generate Windows 11 OOBE bypass files

irm "https://raw.githubusercontent.com/SysAdminDoc/bypassnroGen/main/BypassNRO_Generator.py" -OutFile "$env:TEMP\bypassnro.py"; python "$env:TEMP\bypassnro.py"

MSStoreHelper — Install Microsoft Store apps without the Store

irm "https://raw.githubusercontent.com/SysAdminDoc/MSStoreHelper/main/MSStoreHelper.py" -OutFile "$env:TEMP\MSStoreHelper.py"; python "$env:TEMP\MSStoreHelper.py"

Qwen3-TTS-Studio — AI voice generator powered by Qwen3-TTS

irm "https://raw.githubusercontent.com/SysAdminDoc/Qwen3-TTS-Studio/main/qwen3_tts_studio.py" -OutFile "$env:TEMP\qwen3tts.py"; python "$env:TEMP\qwen3tts.py"

AppList — Scan, catalog, and export all installed applications

irm "https://raw.githubusercontent.com/SysAdminDoc/AppList/main/AppList.py" -OutFile "$env:TEMP\AppList.py"; python "$env:TEMP\AppList.py"

PillSleepTracker — Floating widget for medication tracking + sleep analytics

irm "https://raw.githubusercontent.com/SysAdminDoc/PillSleepTracker/main/Launch-PillSleepTracker.ps1" | iex

Mattpad — Minimal notepad built for personal workflow

irm "https://raw.githubusercontent.com/SysAdminDoc/Mattpad/main/mattpad.py" -OutFile "$env:TEMP\mattpad.py"; python "$env:TEMP\mattpad.py"

HostsFileGet — GUI for managing the Windows hosts file

irm "https://raw.githubusercontent.com/SysAdminDoc/HostsFileGet/main/PythonLauncher.ps1" | iex

Bookmark-Organizer-Pro — AI-powered bookmark manager and categorizer

irm "https://raw.githubusercontent.com/SysAdminDoc/Bookmark-Organizer-Pro/main/bookmark_organizer_pro_v4.py" -OutFile "$env:TEMP\bookmarks.py"; python "$env:TEMP\bookmarks.py"

QR-Code-Generator-Pro — QR generator with 98 visual style presets

irm "https://raw.githubusercontent.com/SysAdminDoc/QR-Code-Generator-Pro/main/qr_code_generator_pro_v7.py" -OutFile "$env:TEMP\qrgen.py"; python "$env:TEMP\qrgen.py"

uBlock-Stylus-Converter — Convert uBlock cosmetic filters to Stylus CSS

irm "https://raw.githubusercontent.com/SysAdminDoc/uBlock-Stylus-Converter/main/ublocktoCSS.py" -OutFile "$env:TEMP\ublock2css.py"; python "$env:TEMP\ublock2css.py"

KeepSyncNotes — Google Keep importer and note tracker

irm "https://raw.githubusercontent.com/SysAdminDoc/KeepSyncNotes/main/keepsync_notes.py" -OutFile "$env:TEMP\keepsync.py"; python "$env:TEMP\keepsync.py"

PDFedit — Simple PDF editor

irm "https://raw.githubusercontent.com/SysAdminDoc/PDFedit/main/PDFedit.py" -OutFile "$env:TEMP\PDFedit.py"; python "$env:TEMP\PDFedit.py"

CSV_Power_Tool — Bulk CSV processing and consolidation

irm "https://raw.githubusercontent.com/SysAdminDoc/CSV_Power_Tool/main/CSV_Consolidator.py" -OutFile "$env:TEMP\csvtool.py"; python "$env:TEMP\csvtool.py"
🌐 Web Applications — 7 repos — Click to open in browser, no install needed.
Project Description Live
StormviewRadar Open source weather radar viewer Launch
SkyTrack ⭐1 Real-time aircraft tracker — commercial, military, helicopters Launch
SPECTRE Intelligence aggregator platform Launch
CoolSites Curated directory of 470+ free tools and open source projects Launch
Multistreamer Self-hosted multi-video streaming viewer with chat Launch
ImageForge Open source image converter
BookmarkVault Bookmark management web app Launch
🧩 Browser Extensions & Userscripts — 20 repos — Requires Tampermonkey or Violentmonkey.
Project Description Install
YTKit ⭐2 Ultimate YouTube customization userscript Install
EspressoMonkey Modern userscript manager — Manifest V3 Repo
Reddit-Enhancement-Continued Enhancement suite for old.reddit.com Install
Doordash-Enhanced DoorDash dark mode and feature enhancements Install
NoNinite Converts ninite.com into Winget/Chocolatey script generator Install
DarkModer Dark Reader as a userscript Install
GPTDock Productivity features for ChatGPT Install
GeminiBuddy Productivity features for Gemini Install
RumbleX Comprehensive Rumble.com enhancement Install
DiggSuite Multi-theme + redesigned UI for Digg Install
OldRedditHelper Enhancements for old Reddit Install
Gmailified Enhancement extension for Gmail Install
BetterNext Enhanced NextDNS Control Panel Repo
gSearchTweaks Adds YouTube/Reddit/GitHub to Google toolbar Install
ScrollJumper Right-click scrollbar to jump anywhere Install
HNCC Collapsible child comments on Hacker News Install
fDeBloat Facebook debloater (beta) Install
UserscriptDevBuddy AI-powered in-page dev tools for userscript authors Install
AutoPagerUniversal Universal auto-pagination Repo
🔒 Security & Networking — 4 repos
Project Description
HOSTShield Aggressive, categorized hosts files for ad/tracker/malware blocking
pfSenseSuite pfSense scripts and customizations toolkit
NextDNSPanel Tools and enhancements for NextDNS
ESET Complete ESET port and address reference lists
🎬 Media & Conversion Tools — 7 repos

VideoCrush — Video compression and processing

irm "https://raw.githubusercontent.com/SysAdminDoc/VideoCrush/main/video_compressor.py" -OutFile "$env:TEMP\videocrush.py"; python "$env:TEMP\videocrush.py"

yt_livestream_downloader — Download livestreams while they're still live

irm "https://raw.githubusercontent.com/SysAdminDoc/yt_livestream_downloader/main/yt_livestream_downloader.py" -OutFile "$env:TEMP\ytlive.py"; python "$env:TEMP\ytlive.py"

MediaForge — Multi-format media converter

irm "https://raw.githubusercontent.com/SysAdminDoc/MediaForge/main/MediaForge.py" -OutFile "$env:TEMP\MediaForge.py"; python "$env:TEMP\MediaForge.py"

VideoSubtitleRemover — Remove hardcoded subtitles from video

irm "https://raw.githubusercontent.com/SysAdminDoc/VideoSubtitleRemover/main/VideoSubtitleRemover.py" -OutFile "$env:TEMP\vsr.py"; python "$env:TEMP\vsr.py"
Project Description
MediaDL Media downloader
UniversalConverterX Native Windows file converter with context menu integration
Text-Filter-Editor Text filter editor
📚 Guides & Resources — 2 repos
Project Description
AI_Realism Field guide for ultra-realistic AI video generation
sysadmindoc.github.io ATLAST — A VEO-made sci-fi thriller

Pinned Loading

  1. win11-nvme-driver-patcher win11-nvme-driver-patcher Public

    GUI tool to enable the experimental Windows Server 2025 NVMe storage driver on Windows 11.

    PowerShell 11 1

  2. Network_Security_Auditor Network_Security_Auditor Public

    A security audit tool. Runs 67 automated checks across 8 security domains, maps findings to 7 compliance frameworks and MITRE ATT&CK, generates multi-tier reports, and integrates with every major R…

    PowerShell 4

  3. OpenCut OpenCut Public

    A free, open-source Premiere Pro extension that brings AI-powered video editing automation, caption generation, audio processing, and visual effects, all running locally on your machine. This proje…

    Python 1

  4. Openshop Openshop Public

    A free, single-file browser-based image editor with layers, AI tools, pixel-level selections, filters, PSD import, and a Photoshop-inspired workflow. No server, no signup, no install.

    HTML

  5. CoolSites CoolSites Public

    The ultimate curated directory of 470 free tools, open source software, AI projects, and hidden gems across 25 categories. Built for sysadmins, devs, creators, homelabbers, and the endlessly curious.

    HTML

  6. Wingetter Wingetter Public

    A powerful PowerShell GUI application for discovering, selecting, and bulk installing Windows software using Windows Package Manager (winget). Think Ninite, but with 734 apps and full winget integr…

    PowerShell