Skip to content

Instantly share code, notes, and snippets.

View DevYunus's full-sized avatar
🎯
Focusing

Yunus Shaikh DevYunus

🎯
Focusing
View GitHub Profile
@DevYunus
DevYunus / install.sh
Created September 14, 2017 09:30
VPS install bash script for Ubuntu 16.04
# =================== YOUR DATA ========================
SERVER_NAME="some-server-name"
SERVER_IP="111.111.11.11"
USER="someuser"
SUDO_PASSWORD="secret-password-one"
MYSQL_ROOT_PASSWORD="secret-password-two"