Skip to content

Instantly share code, notes, and snippets.

View JunsikChoi's full-sized avatar
🎯
Focusing

Jun JunsikChoi

🎯
Focusing
  • Seoul, Korea
  • 23:08 (UTC +09:00)
View GitHub Profile
@khattaksd
khattaksd / seed.sql
Created September 22, 2023 00:19
Supabase Seed Users for local development & testing
-- supabase/seed.sql
--
-- create test users
INSERT INTO
auth.users (
instance_id,
id,
aud,
role,
email,
@AndrewWestberg
AndrewWestberg / checkpeers.sh
Created January 12, 2020 02:25
Check the yaml file for valid peers before starting jormungandr
#!/bin/bash
cp /home/westbam/cardano/itn_rewards_v1-config.yaml /home/westbam/cardano/itn_rewards_v1-config.yaml.new
# find all addresses that are not commented out
sed -e '/ address/!d' -e '/^[[:space:]]*#/d' -e '/Brainy/d' -e 's@^.*/ip./\([^/]*\)/tcp/\([0-9]*\).*@\1 \2@' /home/westbam/cardano/itn_rewards_v1-config.yaml | \
while read addr port
do
echo "Checking $addr:$port"
RESULT=$(tcpping -x 1 $addr $port)
@ilap
ilap / SHELLEY_HOWTO.md
Last active January 17, 2023 22:40
UnOfficial Shelley Config

Introduction

Author:

Pool operators' (with constructive feedbacks, ideas) Tickers, so if you're saturated pls promote them:

  • AAA,
  • ANP,
@MohamedAlaa
MohamedAlaa / tmux-cheatsheet.markdown
Last active May 8, 2024 07:49
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname

tmux cheatsheet

As configured in my dotfiles.

start new:

tmux

start new with session name: