mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-07-12 18:00:37 +00:00
68 lines
5.5 KiB
Markdown
68 lines
5.5 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.
|
|
|
|
## Table of Contents
|
|
|
|
1. [Networking and Security](#networking-and-security)
|
|
- [Data Transfer Protocols](#data-transfer-protocols)
|
|
- [Command Line Utilities](#command-line-utilities)
|
|
- [Network Services](#network-services)
|
|
- [Port Monitoring](#port-monitoring)
|
|
1. [Operating Systems and Infrastructure](#operating-systems-and-infrastructure)
|
|
- [Linux Kernel](#linux-kernel)
|
|
- [Container Virtualization](#container-virtualization)
|
|
1. [Software Engineering](#software-engineering)
|
|
- [Development Tools](#development-tools)
|
|
- [File System Watching](#file-system-watching)
|
|
- [Systems Programming](#systems-programming)
|
|
- [Architecture and Design](#architecture-and-design)
|
|
- [Time and Serialization](#time-and-serialization)
|
|
|
|
## 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)
|
|
|