μ΄ λ°©λ²μ nestμμ
s not allowed to connect to this MariaDB server
λ¨λ©΄ μ€ν ν κ²
sudo docker-compose up --build
#!/bin/bash | |
# ============================================ | |
# π GNS3 Server Auto Installer for Ubuntu | |
# Tested on Ubuntu 20.04 / 22.04 / 24.04 | |
# ============================================ | |
set -euo pipefail | |
echo "============================================" | |
echo " π GNS3 Server μ€μΉ μ€ν¬λ¦½νΈ μμ" |
#!/bin/bash | |
echo "ν¨ν€μ§λ₯Ό μ€μΉν©λλ€" | |
sudo dnf install jq -y | |
log_file="/var/log/interface_script.log" | |
json_file="mac_addresses.json" | |
# Function to log messages to the file and terminal | |
log_message() { |