Skip to content

Instantly share code, notes, and snippets.

View kty1965's full-sized avatar
😀
Be happy

Huy, Tae Young kty1965

😀
Be happy
View GitHub Profile
{
"version": 1,
"notes": "",
"documentation": "\"This file is a QMK Configurator export. You can import this at <https://config.qmk.fm>. It can also be used directly with QMK's source code.\n\nTo setup your QMK environment check out the tutorial: <https://docs.qmk.fm/#/newbs>\n\nYou can convert this file to a keymap.c using this command: `qmk json2c {keymap}`\n\nYou can compile this keymap using this command: `qmk compile {keymap}`\"\n",
"keyboard": "cannonkeys/instant60",
"keymap": "layout_60_tsangan_hhkb",
"layout": "LAYOUT_60_tsangan_hhkb",
"layers": [
[
"KC_ESC",
@kty1965
kty1965 / cannonkeys_instant60_tsangan_default.json
Created February 12, 2021 14:50
QMK Configurator LAYOUT_60_tsangan_hhkb_default
{
"keyboard": "cannonkeys/instant60",
"keymap": "default",
"commit": "e6b9980bd45c186f7360df68c24b6e05a80c10dc",
"layout": "LAYOUT_60_tsangan_hhkb",
"layers":[
[
"KC_GESC","KC_1","KC_2","KC_3","KC_4","KC_5","KC_6","KC_7","KC_8","KC_9","KC_0","KC_MINS","KC_EQL","KC_BSLS","KC_DEL",
"KC_TAB","KC_Q","KC_W","KC_E","KC_R","KC_T","KC_Y","KC_U","KC_I","KC_O","KC_P","KC_LBRC","KC_RBRC","KC_BSPC",
"KC_CAPS","KC_A","KC_S","KC_D","KC_F","KC_G","KC_H","KC_J","KC_K","KC_L","KC_SCLN","KC_QUOT","KC_ENT",
@kty1965
kty1965 / pritunl-backup.sh
Created December 26, 2020 08:18 — forked from aleskiontherun/pritunl-backup.sh
Backup and restore Pritunl database.
sudo service pritunl stop
mongodump -d pritunl -o pritunl-bkp
tar -czvf pritunl-bkp.tar.gz pritunl-bkp

Keybase proof

I hereby claim:

  • I am kty1965 on github.
  • I am kty1965 (https://keybase.io/kty1965) on keybase.
  • I have a public key whose fingerprint is 7C6B B5AB 9B94 20E3 9E88 8E04 2A7F AAEB 65B9 9A93

To claim this, I am signing this object:

@kty1965
kty1965 / ruby-2.3.8-install.md
Last active May 26, 2020 05:37
we are using rails 4
# Scala Installation
wget www.scala-lang.org/files/archive/scala-2.10.4.deb
sudo dpkg -i scala-2.10.4.deb
# sbt Installation
echo "deb https://dl.bintray.com/sbt/debian /" | sudo tee -a /etc/apt/sources.list.d/sbt.list
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 642AC823
sudo apt-get update
sudo apt-get install sbt
@kty1965
kty1965 / docker_cheat.md
Created February 3, 2017 10:54 — forked from nacyot/docker_cheat.md
도커(Docker) 치트 시트

Docker 치트 시트

한국어 번역(초벌) : nacyot

왜 Docker를 사용해야하는가?

Why Should I Care (For Developers)

"나에게 Docker의 매력은 간단히 격리된 환경을 만들 수 있다는 것과, 그러한 환경을 재사용할 수 있다는 점이다."런타임 환경을 한 번 만들어 패키지로 만들면, 이 패키지를 다른 어떤 머신에서도 다시 사용할 수 있다. 또한 여기서 실행되는 모든 것은 마치 가상머신과 같이 호스트로부터 격리되어있다. 무엇보다도 이런 모든 일들이 빠르고 간단히 가능하다.

@kty1965
kty1965 / Readme.md
Last active June 7, 2016 10:18
도분설 2016-1학기 StudioAgile

Install

recommended OS is Ubuntu 14.04 LTS.

We use Ruby on Rails frame work with mysql database.

Install Ruby Follow this link

Install Rails Follow this link