Skip to content

Instantly share code, notes, and snippets.

View nijitaro's full-sized avatar
🌴
In the vast code

nijitaro nijitaro

🌴
In the vast code
View GitHub Profile
@ygotthilf
ygotthilf / jwtRS256.sh
Last active May 4, 2024 09:43
How to generate JWT RS256 key
ssh-keygen -t rsa -b 4096 -m PEM -f jwtRS256.key
# Don't add passphrase
openssl rsa -in jwtRS256.key -pubout -outform PEM -out jwtRS256.key.pub
cat jwtRS256.key
cat jwtRS256.key.pub
@nijitaro
nijitaro / setting-memo.txt
Created July 26, 2011 07:33
MacbookAir設定
アプリケーションのインストール
ユーティリティ系
Google日本語入力
(システム環境設定で、ことえりのチェックを外す。
Google日本語入力も英数(Google)、ひらがな(Google)以外チェックを外す)
KeyRemap4Macbook
左右のコマンドキーを「英数/かな」としてもつかう
→「コマンドキーの動作を優先モード」にチェック
@trevorturk
trevorturk / gist:216549
Created October 23, 2009 02:10
nginx init.d
We couldn’t find that file to show.