From 4fefbc6d3edbe51157395577e074aec4078563ff Mon Sep 17 00:00:00 2001 From: Artium Shevchenko Date: Sat, 22 Nov 2025 12:03:00 +0200 Subject: [PATCH 1/3] Added Networking Tools + TiDB/TiKV to Databases section --- README.md | 45 ++++++++++++++++++++++++++++++++++++--------- 1 file changed, 36 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 9507460..292da58 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,7 @@ - [SSL](#ssl) - [GitOps](#gitops) - [MCP](#mcp) +- [Networking Tools](#networking-tools) ## Version Control @@ -549,6 +550,8 @@ | **[Streisand](tools/Streisand)** | Automated VPN service setup. | | **[VyOS](tools/VyOS)** | Open-source network OS for routing and firewall. | +Tool | Description +Apache HBase | ... ## Databases | Tool | Description | @@ -558,15 +561,25 @@ | **[Couchbase](tools/Couchbase)** | Distributed multi-model NoSQL document-oriented database. | | **[CouchDB](tools/CouchDB)** | Database that completely embraces the web. | | **[etcd](tools/etcd)** | Distributed reliable key-value store for critical data. | -| **[LevelDB](tools/LevelDB)** | Fast key-value storage library. | -| **[MariaDB](tools/MariaDB)** | Fast, scalable, and robust database with a rich ecosystem. | -| **[MySQL](tools/MySQL)** | Open-source relational database management system. | -| **[PostgreSQL](tools/PostgreSQL)** | Powerful, open-source object-relational database system. | -| **[RethinkDB](tools/RethinkDB)** | Open-source database for the real-time web. | -| **[RocksDB](tools/RocksDB)** | Embeddable, persistent key-value store for fast storage. | -| **[ScyllaDB](tools/ScyllaDB)** | NoSQL data store using the seastar framework, compatible with Apache Cassandra. | -| **[SQLite](tools/SQLite)** | Small, fast, self-contained, high-reliability SQL database engine. | -| **[usql](tools/usql)** | Universal command-line interface for SQL databases. | +## Databases +Tool | Description +---- | ----------- +**[Apache HBase](tools/ApacheHBase)** | Distributed, versioned, non-relational database. +**[Cassandra](tools/Cassandra)** | Manage massive amounts of data fast, without losing sleep. +**[Couchbase](tools/Couchbase)** | Distributed multi-model NoSQL document-oriented database. +**[CouchDB](tools/CouchDB)** | Database that completely embraces the web. +**[etcd](tools/etcd)** | Distributed reliable key-value store for critical data. +**[LevelDB](tools/LevelDB)** | Fast key-value storage library. +**[MariaDB](tools/MariaDB)** | Fast, scalable, and robust relational database. +**[MySQL](tools/MySQL)** | Open-source relational database management system. +**[PostgreSQL](tools/PostgreSQL)** | Powerful, open-source object-relational database. +**[RethinkDB](tools/RethinkDB)** | Open-source database for the real-time web. +**[RocksDB](tools/RocksDB)** | Embeddable, persistent key-value store for fast storage. +**[ScyllaDB](tools/ScyllaDB)** | NoSQL data store using the Seastar framework. +**[SQLite](tools/SQLite)** | Small, fast, self-contained, high-reliability SQL engine. +**[usql](tools/usql)** | Universal command-line interface for SQL databases. +**[TiDB](tools/TiDB)** | MySQL-compatible distributed SQL database designed for horizontal scalability and high availability. +**[TiKV](tools/TiKV)** | Distributed, highly available transactional key-value store powering TiDB’s storage layer. ## Web Servers @@ -587,6 +600,11 @@ | **[Certbot](tools/Certbot)** | Automate using Let's Encrypt certificates on manually-managed websites. | | **[Let's Encrypt](tools/Lets-Encrypt)** | Free, automated, and open Certificate Authority. | +Tool | Description +1Panel | ... +activepieces | ... +... +serena | ... ## MCP | Tool | Description | @@ -602,6 +620,15 @@ | **[playwright-mcp](tools/MCP/playwright-mcp/)** | Browser automation and web scraping with Playwright. | | **[serena](tools/MCP/serena/)** | AI-powered development assistant. | +## Networking Tools +Tool | Description +---- | ----------- +dig | DNS lookup utility for querying DNS servers. +nslookup | Basic DNS lookup tool for DNS records troubleshooting. +tcpdump | Packet capture and network traffic analysis tool. +mtr | Combined ping and traceroute tool for deep network diagnostics. +nmap | Network scanning and security auditing tool for discovering hosts and services. + --- ## 📚 Documentation From bb3e09f00264f81ab7cc5abed6a4e22630d7931d Mon Sep 17 00:00:00 2001 From: Nir Geier Date: Sat, 22 Nov 2025 16:21:45 +0200 Subject: [PATCH 2/3] Update README.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 292da58..542b91b 100644 --- a/README.md +++ b/README.md @@ -550,8 +550,6 @@ | **[Streisand](tools/Streisand)** | Automated VPN service setup. | | **[VyOS](tools/VyOS)** | Open-source network OS for routing and firewall. | -Tool | Description -Apache HBase | ... ## Databases | Tool | Description | From a0908879e691343ca72f9249b35598bd51ddccc9 Mon Sep 17 00:00:00 2001 From: Nir Geier Date: Sat, 22 Nov 2025 16:24:15 +0200 Subject: [PATCH 3/3] Update README.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index 542b91b..6d67fad 100644 --- a/README.md +++ b/README.md @@ -598,11 +598,6 @@ Tool | Description | **[Certbot](tools/Certbot)** | Automate using Let's Encrypt certificates on manually-managed websites. | | **[Let's Encrypt](tools/Lets-Encrypt)** | Free, automated, and open Certificate Authority. | -Tool | Description -1Panel | ... -activepieces | ... -... -serena | ... ## MCP | Tool | Description |