Skip to content

Instantly share code, notes, and snippets.

View notkearash's full-sized avatar
🏳️
debloating my gh

!Kia notkearash

🏳️
debloating my gh
View GitHub Profile
@notkearash
notkearash / crowdwork.ps1
Created July 30, 2024 17:13
CrowdWork - CrowdStrike Fix
$filePattern = "C:\Windows\System32\drivers\CrowdStrike\C-00000291*.sys"
function Boot-Into-SafeMode {
if ((Get-WmiObject -Class Win32_OperatingSystem).BootMode -eq 1) {
Write-Host "System is already in Safe Mode."
return
}
Write-Host "[!] Rebooting system into Safe Mode. Please wait..."
@notkearash
notkearash / mongo_linux_fix.sh
Created March 21, 2023 19:05
MongoDB doesn't have the right premission to run by default
sudo chown mongodb:mongodb /tmp/mongodb-27017.sock