These are example objects that are obtained by listening to TipeeeStream events.
More information here.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo "ABC" > $HOME/abc.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
IP_ADDRESS="0.0.0.0" | |
EXISTING_REMOTE_USER=root | |
NEW_REMOTE_USER=user | |
# Authorize as root | |
ssh-copy-id $EXISTING_REMOTE_USER@$IP_ADDRESS | |
# Create user (no interaction needed) | |
echo " | |
adduser --disabled-password --gecos '' $NEW_REMOTE_USER |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/bash | |
SCRIPT=/c/tmp/setup.bash | |
SSH_USER=jaid | |
SSH_HOST=example.com | |
scp $SCRIPT $SSH_USER@$SSH_HOST:~/local.bash | |
ssh $SSH_USER@$SSH_HOST "DEBIAN_FRONTEND=noninteractive PS4='[:\$LINENO] ' bash -e -x ~/local.bash" |
I hereby claim:
- I am jaid on github.
- I am jaidchen (https://keybase.io/jaidchen) on keybase.
- I have a public key whose fingerprint is 6922 43D6 580C 4583 929E 0D72 D2D4 37CD 3022 B929
To claim this, I am signing this object:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[user] | |
name = Jaid | |
username = jaid | |
email = [email protected] | |
signingKey = 692243D6580C4583929E0D72D2D437CD3022B929 | |
[commit] | |
gpgsign = true | |
[core] | |
editor = nano | |
eol = lf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alias npm-r="npm run" | |
alias npm-i="npm install" | |
alias npm-i-force="rm -rf node_modules && rm package-lock.json && npm-i" | |
alias npm-dep="npm install --save" | |
alias npm-dev="npm install --save-dev" | |
alias npm-global="npm install --global" | |
alias npm-u="npm uninstall" | |
alias pnpm-r="pnpm run" | |
alias pnpm-i="pnpm install --child-concurrency=8" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
color=always | |
init-author-email="[email protected]" | |
init-author-name=Jaid | |
init-author-url="https://github.com/Jaid" | |
init-license="MIT" | |
msvs_version=2015 | |
scripts-prepend-node-path=true | |
sign-git-commit=true | |
sign-git-tag=true | |
unicode=true |
project | hostConfig | render function | info |
---|---|---|---|
blog-custom-renderer | 🔗 | 🔗 | blog.atulr.com |
hello-react-custom-renderer | 🔗 | 🔗 | Medium |
ink | 🔗 | 🔗 | |
[Making-a-custom-React-renderer](https://github.com/niti |
OlderNewer