Pinned Loading
-
xhyve-manager
xhyve-manager Public archiveA simple manager for configuring, creating and starting xhyve VMs. Written in bash
Shell 7
-
-
Windows-Cleanup-Script
Windows-Cleanup-Script PublicA Powershell script to remove unwanted apps, services, and optional features and setup the ssh server
PowerShell 6
-
zypper-autoremove.sh
zypper-autoremove.sh 1#Single Liner
2while [[ $(zypper pa --unneeded|tail -n+5|wc -l) -gt 0 ]]; do zypper pa --unneeded |tail -n+5|cut -d'|' -f3 | xargs sudo zypper rm; done
34#Bash functions
5zypper-cleanup() {
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.