Files
awesome-kubernetes/v2-docs/linux.md
Nubenetes Bot 19b7b44e20 feat(v2): restore in-page search/tag filter & drop redundant Markdown TOC
Fix: the per-page resource search box with maturity tag-pills stopped
appearing after navigation.instant was enabled (DOMContentLoaded fires only
on first SPA load). Reworked v2_filter.js to init via Material's document$
observable with a DOMContentLoaded fallback, guard double-injection, bind the
clickable-tag delegation once, and add a no-results state. Cache-bust ?v=2.9.12.

Change: removed the duplicated Markdown "## Table of Contents" from all 156 V2
content pages and from v2_optimizer.py — it forced hundreds of links of scroll
on large pages. Replaced by Material's native sticky "On this page" TOC
(removed toc.integrate, added toc.follow). tags.md keeps its TOC (it is an index).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-19 18:49:15 +02:00

51 lines
4.8 KiB
Markdown

# Linux and SSH
!!! tip "Nubenetes V2 Elite Portal"
You are browsing the AI-Curated V2 Elite Edition. Looking for the exhaustive list of references? Check out the [**V1 Historical Archive**](/v1/linux/).
!!! info "Architectural Context"
Detailed reference for Linux and SSH in the context of Architectural Foundations.
## Networking and Security
### Data Transfer Protocols
#### Command Line Utilities
- **(2026)** [==**curl command**: Understanding the Hidden Powers of curl==](https://nordicapis.com/understanding-the-hidden-powers-of-curl) 🌟🌟🌟🌟🌟 <span class='md-tag md-tag--success'>[DE FACTO STANDARD]</span> — An in-depth analysis of advanced curl functionalities, detailing raw TCP manipulation, custom HTTP headers, proxy tunneling, and authentication. A key diagnostic asset for testing REST APIs and debugging microservice networks.
- **(2026)** [**redhat.com: Save time at the command line with HTTPie instead of curl**](https://www.redhat.com/en/blog/curl-hack-httpie) 🌟🌟🌟🌟 <span class='md-tag md-tag--success'>[ENTERPRISE-STABLE]</span> — Evaluation of httpie as a modern, user-friendly alternative to curl with native JSON formatting and colorization. Highlights its syntax ergonomics which streamline development and API testing workflows in microservice backends.
- **(2026)** [**linuxteck.com: 15 basic curl command in Linux with practical examples**](https://www.linuxteck.com/curl-command-in-linux-with-examples) 🌟🌟🌟🌟 <span class='md-tag md-tag--success'>[ENTERPRISE-STABLE]</span> <span class='md-tag md-tag--secondary'>[GUIDE]</span> — A practical 15-point reference manual demonstrating HTTP handshake details, file-resume transfers, and custom headers. Provides critical tactical building blocks for scripting API health checks in automated CI/CD environments.
### Network Services
#### Port Monitoring
- **(2026)** [==sysadminxpert.com: How to watch real time TCP and UDP ports on Linux (netstat & ss) 🌟==](https://sysadminxpert.com/how-to-watch-real-time-tcp-and-udp-ports-on-linux) 🌟🌟🌟🌟🌟 <span class='md-tag md-tag--success'>[DE FACTO STANDARD]</span> <span class='md-tag md-tag--secondary'>[GUIDE]</span> — Comparative analysis of netstat and the modern ss utility for tracking socket states and interface binds in real time. Essential diagnostics for validating ingress routing, firewalls, and networking on microservices.
## Operating Systems and Infrastructure
### Linux Kernel
#### Container Virtualization
- **(2026)** [==redhat.com: World domination with cgroups part 8: down and dirty with cgroup v2==](https://www.redhat.com/en/blog/world-domination-cgroups-part-8-down-and-dirty-cgroup-v2) <span class='md-tag md-tag--critical'>[ADVANCED LEVEL]</span> 🌟🌟🌟🌟🌟 <span class='md-tag md-tag--success'>[DE FACTO STANDARD]</span> — Deep architectural analysis of cgroup v2, detailing the unified resource hierarchy model, memory pressure stalls (PSI), and unified controllers. Essential reading for system engineers developing container orchestrators and high-density microservices systems.
## Software Engineering
### Development Tools
#### File System Watching
- **(2026)** [****watchman command**: A File and Directory Watching Tool for Changes**](https://www.tecmint.com/watchman-monitor-file-changes-in-linux) <span class='md-tag md-tag--critical'>[ADVANCED LEVEL]</span> 🌟🌟🌟🌟 <span class='md-tag md-tag--success'>[ENTERPRISE-STABLE]</span> — A technical breakdown of Meta's Watchman, an enterprise-grade file-watching service. Discusses recursive directory tracking, query execution, and trigger-based microservice development workflows.
### Systems Programming
#### Architecture and Design
- **(2026)** [**systemcodegeeks.com**](https://www.systemcodegeeks.com) <span class='md-tag md-tag--critical'>[ADVANCED LEVEL]</span> 🌟🌟🌟🌟 <span class='md-tag md-tag--success'>[ENTERPRISE-STABLE]</span> <span class='md-tag md-tag--secondary'>[GUIDE]</span> — A specialized portal focused on systems architecture, development, and operational design patterns for backend engineers. Offers articles detailing the performance optimization of core infrastructure services and software integrations.
#### Time and Serialization
- **(2026)** [**Timezone Bullshit**](https://blog.wesleyac.com/posts/timezone-bullshit) 🌟🌟🌟🌟 <span class='md-tag md-tag--success'>[ENTERPRISE-STABLE]</span> — A technical exploration of the systemic complexities and failure modes inherent to international timezones and UTC serialization. Essential reading for system designers building distributed microservices tracking strict historical audit logs.
---
💡 **Explore Related:** [About](./about.md) | [Demos](./demos.md) | [Kubernetes](./kubernetes.md)
🔗 **See Also:** [Postman](./postman.md) | [Angular](./angular.md)