A menu-driven automation script to deploy and manage:
- WireGuard (wg0) as L3 underlay
- VXLAN (VNI 200) over WireGuard
- Layer 2 extension attached to
vmbr3 - Multi-node support (2+ nodes)
- Idempotent, order-aware execution
- Inventory-driven FDB management
Stuck behind restrictive firewalls or deep packet inspection? This project lets you tunnel SSH connections through WebSockets, bypassing most limitations on standard SSH ports.
While receiving treatment in the hospital, I encountered a common problem: restricted internet access with only hospital Wi-Fi available, and a firewall blocking SSH (even on port 443). They were also using Deep Packet Inspection, preventing SSH traffic over non-standard ports.
This Bash script automates the process of exporting all Docker volumes to a compressed archive, creating a portable script for restoring these volumes on another system. It includes the generation of a recover.sh script for restoring the volumes from the archive and wraps everything into a self-executable import.sh script for easy transportation and execution.
| # This source code is licensed under the MIT license found in the | |
| # LICENSE file in the root directory of this source tree. | |
| # | |
| # Original file https://github.com/jzhang38/TinyLlama/blob/main/sft/finetune.py | |
| # | |
| """ | |
| pip install --pre torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/nightly/cpu | |
| pip install accelerate==0.21.0 peft==0.4.0 bitsandbytes==0.40.2 transformers==4.31.0 trl==0.4.7 | |
| pip install scipy evaluate tqdm pandas packaging |