Skip to content

Instantly share code, notes, and snippets.

View macroantu's full-sized avatar
🟢
Available

Abdullah Al Faruk macroantu

🟢
Available
View GitHub Profile
@AminulBD
AminulBD / bootstrap.sh
Last active January 15, 2025 08:19
Ubuntu Server LEMP Setup script
#!/bin/bash
DEBIAN_FRONTEND="noninteractive"
# Default values for parameters
DEFAULT_PHP_VERSION=8.4
DEFAULT_NODE_VERSION=22
DEFAULT_DOMAIN="example.test"
DEFAULT_USER="example"
DEFAULT_MYSQL_PASSWORD=$(openssl rand -base64 10)