eosnationftw @EOS-Nation http://api.eosn.io
atticlabeosb @atticlab http://eosbp.atticlab.net
newdex.bp http://eos.newdex.one
helloeoscnbp @theRealHelloEOS http://api.helloeos.com.cn
eoscannonchn @eoscannon http://mainnet.eoscannon.io
eosasia11111 @eosasia http://api1.eosasia.one
zbeosbp11111 @ZBEOS https://node1.zbeos.com
eoshuobipool http://peer1.eoshuobipool.com:8181 http://peer2.eoshuobipool.com:8181
okcapitalbp1 @okpool http://eosapi.okpool.me
bitfinexeos1 @bitfinexcom
View BP.md
View gist:962b5943073dd0a88b204f0360b51f8a
git branch -m old_branch new_branch # Rename branch locally | |
git push origin :old_branch # Delete the old branch | |
git push --set-upstream origin new_branch # Push the new branch, set local branch to track the new remote |
View run.sh
#!/bin/bash | |
set -euo pipefail | |
RELEASE="teleport-v4.2.3-linux-amd64-bin.tar.gz" | |
if [[ $EUID -ne 0 ]]; then | |
echo "--> Please run this script as root or sudo." | |
exit 1 | |
fi |
View command
10. grep #search | |
09. bash #command | |
08. dwm #present | |
07. gh #browse | |
06. vim #write | |
05. git #address | |
04. nmap #secure | |
03. bpftrace #observe | |
02. objdump #dissect | |
01. lldb #correct |
View config.rb
$config = { | |
'config_dir' => Raggle::Path::find_home + '/.raggle', | |
'config_path' => '${config_dir}/config.rb', | |
'feed_list_path' => '${config_dir}/feeds.yaml', | |
'feed_cache_path' => '${config_dir}/feed_cache.store', | |
'theme_path' => '${config_dir}/theme.yaml', | |
'grab_log_path' => '${config_dir}/grab.log', | |
'cache_lock_path' => '${config_dir}/lock', | |
'web_ui_root_path' => Raggle::Path::find_web_ui_root, | |
'web_ui_log_path' => '${config_dir}/webrick.log', |
View About.md
Street Yoga ist Symbiose aus Kraft und Flexibilität.
Modernes Yoga, das größtenteils auf Tirumalai Krishnamacharyas Lehren gründet, beinhaltet kraftvolle Übungen wie z.B. den klassischen Sonnengruß, Chaturangas (Liegestütze), in den Handstand pressen und den Unterarmstand. Viele davon sind dem indischen Wrestling (Kushti) entnommen worden. Diese Übungen strapazieren die Schultern einseitig mit drückenden Bewegungen und vernachläßigen Muskelpartien wie Bizeps und oberen Rücken. Da beim Yoga bis auf Blöcke, Straps und Yoga Wheels keine weiteren Hilfsmittel verwendet werden, ist dies nicht verwunderlich.
Es gibt auch ziehende Übungen wie z.B. Paschimottanasana (einfache Vorwärtsbeuge),
View bash
bind -p | grep -v '^#\|self-insert\|^$' #list bash vim keybindings | |
shopt #shell options | |
bind -P #print keybindings | |
bash -x #print shellscript before executing, execute commands from file | |
help #brief summaries of builtin commands | |
ctrl-r #search history | |
ctrl-r #cycle | |
<cr> #run | |
←, → #edit | |
ctrl-g #quit search |