Skip to content

Instantly share code, notes, and snippets.

View shpwrck's full-sized avatar
☃️

Jason Skrzypek shpwrck

☃️
View GitHub Profile
@superseb
superseb / rke2-commands.md
Last active April 18, 2025 07:28
RKE2 commands

RKE2 commands

  • Updated on May 29 to accommodate etcd container not having /bin/sh available anymore.

Install

curl -sL https://get.rke2.io | sh
systemctl daemon-reload
systemctl start rke2-server
@ThioJoe
ThioJoe / Appx-Uninstaller.ps1
Last active April 18, 2025 00:40
A basic script for uninstalling a list of app packages in Windows 10/11, including those pre-installed with Windows
# A basic script for uninstalling app packages in Windows 10/11, including those pre-installed with Windows
#
# Note: If you get an error about the script not being allowed to run, the below command will change the execution polciy temporarily for one session only:
# Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope Process
#
# To execute the script, open a Powershell window to the directory with the script and run the following command using your scripts file name (and don't forget the .\ )
# .\WhateverScriptName.ps1
# -------------------------------------------------------------------------------------------
# Script by ThioJoe - https://github.com/ThioJoe
@reylejano
reylejano / helpful-hints-submitting-a-conference-cfp.md
Last active March 7, 2025 22:44
Helpful Hints for Submitting a Proposal for a Conference CFP