Skip to content

Instantly share code, notes, and snippets.

@udkul
udkul / bash
Created May 4, 2025 16:50
docker-wordpress.sh
#!/bin/bash
# Exit immediately if a command exits with a non-zero status.
set -e
# --- Configuration ---
# You can change these values if needed
MYSQL_CONTAINER_NAME="svl-mysql"
WP_CONTAINER_NAME="svl-wordpress"
MYSQL_ROOT_PASSWORD="your_strong_mysql_root_password" # IMPORTANT: Change this!
@udkul
udkul / setup-git-linux.sh
Last active April 23, 2025 12:30
Git setup
#!/usr/bin/env bash
set -euo pipefail
#########################
# Execute
# >chmod +x setup_github.sh
# >./setup_github.sh
#########################
# Verbose output