Skip to content

Commit 7c8d9f8

Browse files
committed
chore: prepare new blog for 3 oct
1 parent 69416e9 commit 7c8d9f8

6 files changed

+70
-0
lines changed
Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
---
2+
title: "NetoStack: Offline Tools for SysAdmins"
3+
date: 2025-10-03 10:00:00 +0300
4+
categories: [infrastructure, networking]
5+
tags: [networking-tools, ip-calculator, subnetting, cidr-converter, offline-tools, sysadmin]
6+
description: "Discover NetoStack - your offline network command center with IP calculators, subnetting tools, CIDR converters, and more. Learn how I deployed this open-source project in under 10 minutes using GitHub and Netlify."
7+
draft: true
8+
image:
9+
path: /assets/img/posts/netostack.webp
10+
alt: NetoStack networking tools overview
11+
---
12+
13+
14+
## Why I Needed Better Networking Tools
15+
16+
As a system administrator, I regularly face the challenge of efficiently calculating subnets, CIDR ranges, IP conversions, and DNS configurations. Whether it's planning VLANs, validating IP addresses, generating PTR records, or troubleshooting with diagnostics like DNS lookups and TCP port checks, these tasks can eat up valuable time without the right tools.
17+
18+
From subnetting with VLSM calculators to CIDR operations like summarization and splitting, or even advanced DNS utilities such as SPF policy builders and DMARC checkers – having everything in one place makes a huge difference. Add in reference materials on IPv6 addressing, reserved IP ranges, and common ports, and you've got a complete toolkit for network engineers and sysadmins.
19+
20+
This ongoing need pushed me to search for a comprehensive tool that could streamline these processes without wasting extra time.
21+
22+
## Discovering the Perfect Open-Source Solution
23+
24+
After researching on GitHub for a few days, I stumbled upon Alicia Sykes' excellent project: [networking-toolbox](https://github.com/Lissy93/networking-toolbox). It was exactly what I needed – a powerful, offline-capable suite of networking utilities covering everything from IP calculators and CIDR tools to DNS generators and diagnostics.
25+
26+
Excited, I quickly forked the repository to customize it for my needs.
27+
28+
![GitHub Repository Fork](../assets/img/posts/github-repository-netostack.webp)
29+
*My forked NetoStack repository on GitHub*
30+
31+
## Rapid Deployment with GitHub and Netlify
32+
33+
To make it accessible, I registered a new domain via Cloudflare: `netostack.com`. Then, I connected my GitHub account to Netlify, authorized the forked repository, and set up automatic deployments.
34+
35+
![Domain Setup](../assets/img/posts/netlify-domain-management.webp)
36+
*Setting up the domain on Netlify*
37+
38+
The entire process – from forking the repo to going live – took less than 10 minutes. Netlify's seamless integration with GitHub handles builds and deploys automatically, making it incredibly fast to launch open-source projects like this.
39+
40+
![Netlify Deployment](../assets/img/posts/netlify-website-deployment.webp)
41+
*Netlify deployment in progress*
42+
43+
Now, the site is live at [netostack.com](https://netostack.com), ready to help me and anyone else with networking tasks. It works offline too, right from your browser, thanks to its progressive web app design.
44+
45+
![NetoStack Live](../assets/img/posts/netostack.com-preview.webp)
46+
*NetoStack.com live preview*
47+
48+
## Key Features of NetoStack
49+
50+
NetoStack serves as your offline network command center, packed with essential tools:
51+
52+
- **Subnetting Tools:** IPv4/IPv6 calculators, VLSM, supernet aggregator, subnet planner
53+
- **CIDR Utilities:** Mask conversions, summarizer, splitter, allocator, and more
54+
- **IP Tools:** Format converters, distance calculator, regex generator, IPv6 expand/compress
55+
- **DNS Generators:** PTR, reverse zones, SPF/DMARC builders, record validators
56+
- **Diagnostics:** DNS lookups, HTTP analyzers, TLS probes, port checkers
57+
- **Reference:** CIDR explanations, IPv6 types, reserved ranges, common ports
58+
59+
All these features are available even without internet, making it perfect for field work or air-gapped environments.
60+
61+
> **Pro Tip:** Bookmark your favorites like the IPv4 Subnet Calculator or DNS Propagation Checker for quick access.
62+
{: .prompt-tip }
63+
64+
## Final Thoughts
65+
66+
If you're a sysadmin or network engineer tired of juggling multiple tools, give NetoStack a try. Deploying open-source projects like this via GitHub and Netlify is lightning-fast – proof that you can have a production-ready site up in minutes.
67+
68+
A big thank you to [Alicia Sykes](https://github.com/Lissy93) for sharing these amazing open-source projects under the MIT license. It's contributions like hers that make the community thrive.
69+
70+
Happy networking, everyone! If you have questions or suggestions, drop a comment below – I'd love to hear from you.
120 KB
Loading
15.5 KB
Loading
50.2 KB
Loading
112 KB
Loading

assets/img/posts/netostack.webp

555 KB
Loading

0 commit comments

Comments
 (0)