- have to use user other than root
- create new user
sudo adduser shiva
sudo adduser shiva
https://www.erlang-solutions.com/resources/download.html#tabs-debian
wget https://packages.erlang-solutions.com/erlang-solutions_2.0_all.deb
sudo dpkg -i erlang-solutions_2.0_all.deb
sudo apt-get update
| NORMAL | |
| 125.45 KB build\static\js\2.dab67ae7.chunk.js | |
| 95.55 KB build\static\css\3.9a3bfdef.chunk.css | |
| 64.95 KB build\static\js\3.4960ab7f.chunk.js | |
| 19.71 KB build\static\js\4.bcc0d427.chunk.js | |
| 1.95 KB build\static\css\4.86527f64.chunk.css | |
| 1.49 KB build\static\js\runtime-main.ce1b1f56.js | |
| 1.07 KB build\static\css\2.c7d94637.chunk.css | |
| 650 B build\static\js\main.66091139.chunk.js | |
| 72 B build\static\css\main.2e0c8924.chunk.css |
git branch -a
git branch new-branch
| #! /bin/bash | |
| # ============== | |
| # Thanskyou Brad | |
| # https://gist.github.com/bradtraversy/ac3b1136fc7d739a788ad1e42a78b610 | |
| # | |
| # Create this file executable by | |
| # chmod +x bash_cheetsheet.sh | |
| # | |
| # Run this file by |
| server{ | |
| listen 80; | |
| server_name ~^(?<subdomain>.*)\.yoursite\.com$; | |
| root /var/www/project/sites/$subdomain; | |
| index index.html; | |
| } |