Skip to content

Instantly share code, notes, and snippets.

View daminebenz's full-sized avatar
🇹🇳
How long ? not long ! Because what you reap is what you sow.

Mohamed Amine Ben Salah daminebenz

🇹🇳
How long ? not long ! Because what you reap is what you sow.
View GitHub Profile
@daminebenz
daminebenz / bbb-styles.txt
Last active September 2, 2019 20:10
userdata-customStyle
:root{--loader-bg:#FF0000;}.overlay--1aTlbi{background-color:#FF0000!important;}body{background-color:#FF0000!important;}.presentationTitle--1LT79g{display: none;}.navbar--Z2lHYbG{display:none;}.actionsbar--Z1ant6U{display:none;}
@daminebenz
daminebenz / add-domain.sh
Last active November 13, 2020 16:40
add domain to nginx VPS automatically => ./add-domain.sh your-new-domain.com
#!/bin/bash
# Info
# ---
# script can run with the domain as a command line input
# `sudo ./add-domain.sh your-new-domain.com` or without and
# the script will prompt the user for input
#config
web_root='/usr/share/nginx'