Skip to content

Instantly share code, notes, and snippets.

View ryuheechul's full-sized avatar
💻
hacking on projects!

Heechul Ryu ryuheechul

💻
hacking on projects!
View GitHub Profile
@ryuheechul
ryuheechul / README.md
Last active August 5, 2021 16:53
kubectl port-forward service made easy

A script to port-forward via Service name

  • kubectl should support port-forwarding with service name but it doesn't
  • k9s does though 👍🏼
  • So this script mimics its behavior

credits:

Roadmap (maybe)

@ryuheechul
ryuheechul / _tips.md
Last active October 29, 2023 19:26
Kinesis Advantage 2 Keyboard Customization

progm + [hotkey] Changes Layouts

  • progrm + m => m_querty.txt (macOS)
  • progrm + w => w_querty.txt (Windows)

progm + <Esc> Prints Status

Make sure to open a editor that your keyboard can print (type) it out.

Advantages 2 Support Page

https://kinesis-ergo.com/support/advantage2

@ryuheechul
ryuheechul / Makefile
Last active June 13, 2021 09:45
Notes about Hashicorp Nomad
.PHONY: up
up: ## assuming you want to run something like shell scripts relatively
up:
sleep 8 && nomad ui&
MY_REPO_TOP_LEVEL=$(shell git rev-parse --show-toplevel) nomad agent -dev -bind 0.0.0.0 -log-level INFO
@ryuheechul
ryuheechul / collection.rego
Last active January 8, 2024 13:37
OPA Rego collection helpers
package collection
# Map
my_add(x, y) = x + y
map_add[x] = val {
col := input.col
delta := input.delta
@ryuheechul
ryuheechul / git.md
Last active July 20, 2022 02:38
Note about Git and Github
@ryuheechul
ryuheechul / windows.md
Last active March 13, 2024 02:23
Let that Windows 10/11 be a bit friendlier

An attempt to make Windows 10/11 work for me by customizing/personalizing it

Why gist not dotfiles?

I use dotfiles to personalize *nix type of machines. But I'm new to personalizing Windows 10. So I'm collecting information here first before adding these to the dotfiles. I'm not sure if these will ever move to dotfiles though.

Enable WSL2

@ryuheechul
ryuheechul / Nix.md
Last active January 30, 2023 19:02
Personal micro wiki for nix(os)