Skip to content

Instantly share code, notes, and snippets.

View WatweA's full-sized avatar
🌽
What even is a kernel

Aaditya Watwe WatweA

🌽
What even is a kernel
View GitHub Profile
@WatweA
WatweA / keybase.md
Created February 10, 2021 05:26
keybase.io verification

Keybase proof

I hereby claim:

  • I am watwea on github.
  • I am aadityawatwe (https://keybase.io/aadityawatwe) on keybase.
  • I have a public key whose fingerprint is E3E8 0ABE DA7E D087 7EC3 45D6 9565 CC5D 0A03 F828

To claim this, I am signing this object:

@WatweA
WatweA / cpuinfo.txt
Created June 3, 2024 17:41
System information on the ASUS ROG Strix G16 laptop
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 183
model name : Intel(R) Core(TM) i9-14900HX
stepping : 1
microcode : 0x123
cpu MHz : 1200.053
cache size : 36864 KB
physical id : 0
@WatweA
WatweA / copy-to-remote.sh
Created June 19, 2024 17:12
Sequentially move commits from a repo to another remote
#!/usr/bin/env bash
set -euo pipefail
# CREDIT: https://stackoverflow.com/a/51468389
# ADAPTED FROM ABOVE ANSWER, ORIGINAL AUTHORS:
# - Guillaume Jacquenot
# - Daniel Harding
# Adjust the following variables as necessary
REMOTE=${1}