Skip to content

Instantly share code, notes, and snippets.

View INMD1's full-sized avatar
πŸ˜‡
DEV

INMD1 INMD1

πŸ˜‡
DEV
View GitHub Profile
@INMD1
INMD1 / asw-gns3-install.sh
Last active October 8, 2025 18:28
asw-gns3-install.sh
#!/bin/bash
# ============================================
# πŸš€ GNS3 Server Auto Installer for Ubuntu
# Tested on Ubuntu 20.04 / 22.04 / 24.04
# ============================================
set -euo pipefail
echo "============================================"
echo " πŸš€ GNS3 Server μ„€μΉ˜ 슀크립트 μ‹œμž‘"
@INMD1
INMD1 / Readme.md
Last active November 26, 2024 17:04
Runners λ°±μ—”λ“œ νšŒμƒλ°©μ•ˆ

Runners λ°±μ—”λ“œ λŒ€μ²˜λ°©μ•ˆ

이 방법은 nestμ—μ„œ s not allowed to connect to this MariaDB server뜨면 μ‹€ν–‰ 할것

1. docker compose μ‹€ν–‰

sudo docker-compose up --build

nest.js 행동 λ°©ν–₯

@INMD1
INMD1 / gist:e2c632cda3eda1e5a63af4a9400abe8a
Last active January 20, 2024 09:11
1개의 ν¬νŠΈμ—μ„œ 3개의 망을 λ°›μ•„μ˜¬μˆ˜ μžˆλ‹€κ³ ?
#!/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() {