simple script to install the latest version of Firefox using powershell
The Crowdstrike Deployment script on their github didn't work for me. Built this script to deploy out CrowdStrike across an MSP's Customers. Let me know if it works for you!
This script fixes the vulnerability CVE-2025-15556 affecting Notepad++ (64-bit x64) version 8.7 on Windows
Creates a "No Sleep" mode for windows machines so its always on and connected
This script uninstalls the agent preventing your mac from sleeping.
This script installs a launchd agent that runs on login that will prevent your mac from sleeping. If the agent is stopped then your mac will continue to sleep.
This script will prevent your mac from going to sleep. It utilizes the pre-packaged macOS utility 'Caffeine'.
This script fixes the Windows CIS Benchmark check 18.10.9.2.1: "Ensure 'Allow enhanced PINs for startup' is set to 'Enabled'."
A comprehensive Bash script for building, installing, and managing Linux kernel compilation on Gentoo systems. The script automates kernel compilation with support for multiple kernel versions, EFI boot management, Secure Boot signing, and initramfs generation via dracut. Key features include: interactive configuration menu via dialog/whiptail, flexible toolchain selection (GCC or LLVM with version control), optimization flags and LTO modes, kernel command line customization, automatic kernel module rebuilding, EFI boot entry creation and management via efibootmgr, signature generation for Secure Boot, old kernel cleanup with configurable retention, and privilege escalation via sudo/doas. The script handles configuration through command-line arguments, config files, and interactive menus with priority ordering. It supports building latest, current running, specific, all, or custom-selected kernels with parallel job control, optional menuconfig, olddefconfig/oldconfig modes, and various cleanup strategies. Additional capabilities include external module rebuild automation, custom initramfs paths, kernel cmdline permanent and temporary modifications, frame pointer and Graphite optimization control, and post-build actions (reboot/shutdown).