From 0af528db4fd11ba8e365f7bb4f88ecf43c188809 Mon Sep 17 00:00:00 2001 From: Andrii Syrovatko Date: Tue, 14 Apr 2026 10:35:36 +0300 Subject: [PATCH] docs: add juniper-net-toggle to the general README --- README.md | 3 ++- .../{juniper-net-manager => juniper-net-toggle}/README.md | 0 .../juniper-net-toggle.conf.example | 0 .../juniper-net-toggle.sh | 0 4 files changed, 2 insertions(+), 1 deletion(-) rename tools/linux/juniper-ctrl/{juniper-net-manager => juniper-net-toggle}/README.md (100%) rename tools/linux/juniper-ctrl/{juniper-net-manager => juniper-net-toggle}/juniper-net-toggle.conf.example (100%) rename tools/linux/juniper-ctrl/{juniper-net-manager => juniper-net-toggle}/juniper-net-toggle.sh (100%) diff --git a/README.md b/README.md index b887244..a5199cb 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,11 @@ A collection of battle-tested scripts and utilities for system administrators, D | OS | Stack | Utility Name | Description | Status | | :--- | :--- | :--- | :--- | :--- | -| ![Windows](https://img.shields.io/badge/Windows-0078D6?style=flat-square&logo=windows&logoColor=white) | ![Batch](https://img.shields.io/badge/-Batch-4D4D4D?style=flat-square) | [AnyDesk Reset](./tools/windows/apps-reset/anydesk-id-reseter.bat) | Terminate [AnyDesk](https://anydesk.com/en) & clear config files (`ID reset`) | ✅ Stable
🧰 Built-in  |  +| ![Windows](https://img.shields.io/badge/Windows-0078D6?style=flat-square&logo=windows&logoColor=white) | ![Batch](https://img.shields.io/badge/-Batch-4D4D4D?style=flat-square) | [AnyDesk Reset](./tools/windows/apps-reset/anydesk-id-reseter.bat) | Terminate [AnyDesk](https://anydesk.com/en) & clear config files (`ID reset`) | ✅ Stable
🧰 Built-in  | | ![Linux](https://img.shields.io/badge/Linux-FCC624?style=flat-square&logo=linux&logoColor=black) | ![Bash](https://img.shields.io/badge/-Bash-4EAA25?style=flat-square) | [PSQL NFS Backup](https://github.com/andsyrovatko/s4k-psql-db-backuper) | Automation for [PostgreSQL](https://www.postgresql.org/) dumps with [NFS](https://en.wikipedia.org/wiki/Network_File_System) & [Telegram](https://telegram.org/) | ✅ Stable
📦 Standalone  | | ![Linux](https://img.shields.io/badge/Linux-FCC624?style=flat-square&logo=linux&logoColor=black) | ![Bash](https://img.shields.io/badge/-Bash-4EAA25?style=flat-square) | [Whois Infrastructure Automator (for ISPs)](https://github.com/andsyrovatko/s4k-billing-whois-automator) | Automation for Whois DB update by billing system | ✅ Stable
📦 Standalone  | | ![Linux](https://img.shields.io/badge/Linux-FCC624?style=flat-square&logo=linux&logoColor=black) | ![Bash](https://img.shields.io/badge/-Bash-4EAA25?style=flat-square) | [IP Manager for ISPs (Billing ↔ IPSET)](https://github.com/andsyrovatko/s4k-ip-manager) | Automation IP management by billing or external system for ISPs | ✅ Stable
📦 Standalone  | +| ![Linux](https://img.shields.io/badge/Linux-FCC624?style=flat-square&logo=linux&logoColor=black) | ![Bash](https://img.shields.io/badge/-Bash-4EAA25?style=flat-square) | [Juniper Network Toggle](.tools/linux/juniper-ctrl/juniper-net-toggle/juniper-net-toggle.sh) | Remote toggle for [Juniper](https://www.juniper.net/) interfaces & static routes | ✅ Stable
🧰 Built-in  | | ![Linux](https://img.shields.io/badge/Linux-FCC624?style=flat-square&logo=linux&logoColor=black) ![Windows](https://img.shields.io/badge/Windows-0078D6?style=flat-square&logo=windows&logoColor=white) | ![Py](https://img.shields.io/badge/-Python-3776AB?style=flat-square) | [Modbus Relay Control](https://github.com/andsyrovatko/s4k-modbus-relay-controller) | Cross-platform low-level Python control for [ETH/PoE Modbus relays](https://www.waveshare.com/wiki/Modbus_POE_ETH_Relay) | ✅ Stable
📦 Standalone  | | ![Linux](https://img.shields.io/badge/-Linux-FCC624?style=flat-square&logo=linux&logoColor=black) | ![PHP](https://img.shields.io/badge/-PHP-777BB4?style=flat-square&logo=php&logoColor=white) | ISP Console Shaper | CLI management for ISP client shapes, networks, and routers ([PostgreSQL](https://www.postgresql.org/)) | ✅ Stable
🔐 Private  | | ![Windows](https://img.shields.io/badge/Windows-0078D6?style=flat-square&logo=windows&logoColor=white) | ![UE](https://img.shields.io/badge/-Unreal_Engine-0E1128?style=flat-square&logo=unrealengine&logoColor=white) | "School Runner" (The Game) | Meditative runner game built with Unreal Engine 4 (C++ / Blueprints) | 🏗 WIP
🔐 Private  | diff --git a/tools/linux/juniper-ctrl/juniper-net-manager/README.md b/tools/linux/juniper-ctrl/juniper-net-toggle/README.md similarity index 100% rename from tools/linux/juniper-ctrl/juniper-net-manager/README.md rename to tools/linux/juniper-ctrl/juniper-net-toggle/README.md diff --git a/tools/linux/juniper-ctrl/juniper-net-manager/juniper-net-toggle.conf.example b/tools/linux/juniper-ctrl/juniper-net-toggle/juniper-net-toggle.conf.example similarity index 100% rename from tools/linux/juniper-ctrl/juniper-net-manager/juniper-net-toggle.conf.example rename to tools/linux/juniper-ctrl/juniper-net-toggle/juniper-net-toggle.conf.example diff --git a/tools/linux/juniper-ctrl/juniper-net-manager/juniper-net-toggle.sh b/tools/linux/juniper-ctrl/juniper-net-toggle/juniper-net-toggle.sh similarity index 100% rename from tools/linux/juniper-ctrl/juniper-net-manager/juniper-net-toggle.sh rename to tools/linux/juniper-ctrl/juniper-net-toggle/juniper-net-toggle.sh