This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
hidutil property --set '{"UserKeyMapping":[]}' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set -s extended-keys on | |
set -as terminal-features 'xterm*:extkeys' |
k get <resource> <name?>
- fetch resource/s
k create <resource> generic <name> <..attributes> --dry-run=client -o yaml > <filename>.yaml
- generate resource definition template
k get pod <pod-name> -n <namespace> -o yaml > pod.yaml
- export a pod definition
k delete pod
- delete a pod
nasthug | Boiler Room Tokyo: Tohji Presents u-ha
Nina Bender - DJ Set | Escape Rave Closing - January 12 /23 (HARDTECHNO)
Kiki Solvej techno & rave live @ the Bahamas
Minimal Deep Tech + Deep House Mix | Lextacy b2b Deezy
Estella Boersma | Boiler Room Festival Berlin
Sara Landry | Boiler Room x Teletech Festival 2023
SPFDJ | Boiler Room Berlin: Intrepid Skin
CLOUDY F2F KUKO // Face 2 Face Cologne // Adrenaline x 240KM/H
Pegassi | Boiler Room: Ghent
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
hidutil property --set '{"UserKeyMapping":[ | |
{"HIDKeyboardModifierMappingSrc":0x700000035,"HIDKeyboardModifierMappingDst":0x700000064}, | |
{"HIDKeyboardModifierMappingSrc":0x700000064,"HIDKeyboardModifierMappingDst":0x700000035} | |
]}' |