- Create any folder and go inside
mkdir shivam
cd shivam
- Create directus extension here
**/node_modules | |
**/npm-debug.log | |
build |
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>Shapre Divider Test</title> | |
</head> | |
<style> |
server{ | |
listen 80; | |
server_name ~^(?<subdomain>.*)\.yoursite\.com$; | |
root /var/www/project/sites/$subdomain; | |
index index.html; | |
} |
#! /bin/bash | |
# ============== | |
# Thanskyou Brad | |
# https://gist.github.com/bradtraversy/ac3b1136fc7d739a788ad1e42a78b610 | |
# | |
# Create this file executable by | |
# chmod +x bash_cheetsheet.sh | |
# | |
# Run this file by |
git branch -a
git branch new-branch
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 |
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