Skip to content

Instantly share code, notes, and snippets.

View agu3rra's full-sized avatar
🧠
"Let chaos reign, then reign in chaos."

Andre Guerra agu3rra

🧠
"Let chaos reign, then reign in chaos."
View GitHub Profile
@agu3rra
agu3rra / helm.sh
Created January 25, 2021 13:34
Useful Helm commands
helm repo add [name] [url]
helm repo update
helm repo list
helm install [chart-name] [repo-name/chart]
helm show chart [repo-name/chart]
helm show values ...
helm ls -n [some-namespace]
helm upgrade [chart-name] [repo-name/chart]
# Deployment
@agu3rra
agu3rra / bitlocker.ps1
Created January 20, 2023 10:45
BitLocker drive PowerShell commands
Disable-BitLockerAutoUnlock -MountPoint "E:"
Lock-Bitlocker -MountPoint "E:"