- app interface
- ...args
- args...
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
# Shell | |
### Check Shell | |
echo $SHELL | |
### Switch Shell | |
chsh -s /bin/bash |
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
# https://www.prisma.io/blog/nestjs-prisma-rest-api-7D056s1BmOL0 | |
# install | |
npm install -D prisma | |
# initilize | |
npx prisma init | |
# run migrate | |
npx prisma migrate dev --name "init" |
redis-cli --scan --pattern otp:0903441084:* | xargs redis-cli del
#!/bin/bash
set -ex
cd /tmp
curl -O https://dl.google.com/go/go1.10.3.linux-amd64.tar.gz
tar xvf go1.10.3.linux-amd64.tar.gz
mkdir ~/go
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
1c7be5bb5b4e779c2d252bf276cb06e3da0bfa5c75a3d48caa3de99af110b558 |
NewerOlder