Skip to content

Instantly share code, notes, and snippets.

View dongminkim's full-sized avatar
🚀
Levvels

Diego dongminkim

🚀
Levvels
View GitHub Profile
@dongminkim
dongminkim / keychron_q4.json
Last active December 19, 2022 08:48
Keychron Q4 Key Mappings (HHKB compatible style)
{
"name": "Keychron Q4",
"vendorProductId": 875823424,
"macros": ["", "", "", "", "", "", "", "", "", "", "", "", "", "", "", ""],
"layers": [
[
"KC_ESC",
"KC_1",
"KC_2",
"KC_3",

Kubernetes 설치

Docker Desktop 으로 설치

Docker Desktop > Preferences > Kubernetes > ✅ Enable Kubernetes > Apply

설치 상태 확인

brew install kubectl kubectx

Kubernetes 설치

Docker Desktop 으로 설치

Docker Desktop > Preferences > Kubernetes > ✅ Enable Kubernetes > Apply

설치 상태 확인

brew install kubectl kubectx
@dongminkim
dongminkim / k8s-nginx-ingress.md
Last active October 4, 2022 14:47
Kubernetes Nginx Ingress Controller 동작 테스트

Kubernetes 설치

Docker Desktop 으로 설치

Docker Desktop > Preferences > Kubernetes > ✅ Enable Kubernetes > Apply

설치 상태 확인

brew install kubectl kubectx helm

kubectl get nodes
@dongminkim
dongminkim / esc-tilde.json
Last active September 7, 2022 08:27
Karabiner-Elements Complex Modifications for HHKB
{
"title": "Esc & Tilde - revised by @dongminkim",
"rules": [
{
"description": "Esc as Tilde",
"manipulators": [
{
"type": "basic",
"from": {
"key_code": "escape",
@dongminkim
dongminkim / Heroes of Storm.ds
Last active October 3, 2019 12:51
LED Scripts for Deck Keyboard
'Deck LED Script - Heroes of Storm
print all, 4
print "QWER12ADBZ", 255
print "<TAB><LCTRL><LALT>GNTYL", 64
end
@dongminkim
dongminkim / slack.colors
Last active September 28, 2018 12:45
Slack custom colors
#42362B,#544538,#8a7030,#ffffff,#544538,#FFFfff,#30D07A,#DB6668
@dongminkim
dongminkim / .Xdefaults
Last active September 28, 2018 12:43
X color settings
!!============================================================================
!! .Xdefault
!! ---------------------------------------------------------------------------
!! @AUTHOR 김동민 <dongmin.kim@gmail.com>
!! @DESC default X environment settings
!! @SINCE 1997
!!============================================================================
!-- Color Settings
@dongminkim
dongminkim / macos-sleep-wake-log.sh
Last active September 28, 2018 08:52
check macOS Sleep/Wake time log
#!/bin/sh
pmset -g log | grep ' \(Sleep\|Wake\|DarkWake\) '
# Generate PRIVATE KEY and PUBLIC CERTIFICATE:
# Samples use 'cocoa' as a passphrase.
openssl req -x509 -out public_cert.pem -outform pem -new -newkey rsa:2048 -keyout private_key.pem -days 5000
# Build PRIVATE PKCS #12:
openssl pkcs12 -export -out private.p12 -inkey private_key.pem -in public_cert.pem