Skip to content

Instantly share code, notes, and snippets.

@rstewa
rstewa / Controller_Overclock_Guide_with_Secure_Boot_Enabled.md
Last active March 21, 2025 08:12
Controller (DS4, Duelsense, Xbox, etc.) Overclock Guide with Secure Boot ON/ENABLED via LordOfMice/Hidusbf

Controller (DS4, Duelsense, Xbox, etc.) Overclock Guide with Secure Boot ON via LordOfMice/Hidusbf for Windows 10/11

Guide created by rstewa35

Update 12/14/24

Removed the registry steps since the drivers are now signed. This should allow you to use hidusbf without affecting secure boot. If you still want to see them, look at the previous revision of this guide.

Warning

@rstewa
rstewa / Disable-EpicGamesOverlay.ps1
Created January 8, 2023 08:12
Disable Epic Games Overlay for the Epic Games Launcher
#requires -version 2
<#
.NOTES
Version: 1.0
Author: Ryan Stewart
Creation Date: 06/12/22
Purpose/Change: Disable EpicGames bullshit overlay
#>
#---------------------------------------------------------[Initialisations]--------------------------------------------------------
@rstewa
rstewa / Ruby-On-Rails-Install-Guide-MacOS-Ventura.md
Created June 11, 2023 21:57
Ruby on Rails install guide for MacOS Ventura

Ruby Rails Install Guide for MacOS Ventura

Step 1: Install Homebrew

Run this command inside your terminal to install Homebrew:

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"