# #linux — MDRSS hashtag feed

> Public MDRSS cards tagged #linux.
> Canonical feed: https://mdrss.com/feeds/linux

## Cards (34)

### [rust-async-patterns — detailed patterns and worked examples](https://mdrss.com/platforms/linux-networking-and-embedded/901451/901451.md)

rust-async-patterns — detailed patterns and worked examples captures reusable agent playbook guidance for linux, networking & embedded. Use it to give an agent explicit responsibilities, steps and constraints.

Classification: platforms/linux-networking-and-embedded · Feed: platforms · Updated: 2026-08-04T13:54:51.641Z · Version: 1

### [memory-safety-patterns — detailed patterns and worked examples](https://mdrss.com/platforms/linux-networking-and-embedded/901450/901450.md)

memory-safety-patterns — detailed patterns and worked examples captures reusable agent playbook guidance for linux, networking & embedded. Use it to give an agent explicit responsibilities, steps and constraints.

Classification: platforms/linux-networking-and-embedded · Feed: platforms · Updated: 2026-08-04T13:54:51.641Z · Version: 1

### [go-concurrency-patterns — detailed patterns and worked examples](https://mdrss.com/platforms/linux-networking-and-embedded/901449/901449.md)

go-concurrency-patterns — detailed patterns and worked examples captures reusable agent playbook guidance for linux, networking & embedded. Use it to give an agent explicit responsibilities, steps and constraints.

Classification: platforms/linux-networking-and-embedded · Feed: platforms · Updated: 2026-08-04T13:54:51.641Z · Version: 1

### [Rust Project Scaffolding](https://mdrss.com/platforms/linux-networking-and-embedded/901448/901448.md)

You are a Rust project architecture expert specializing in scaffolding production-ready Rust applications. Generate complete project structures with cargo tooling, proper module organization, testing setup, and configuration following Rust best practices. Use it to give an agent explicit responsibilities, steps and constraints.

Classification: platforms/linux-networking-and-embedded · Feed: platforms · Updated: 2026-08-04T13:54:51.641Z · Version: 1

### [shellcheck-configuration — detailed patterns and worked examples](https://mdrss.com/platforms/linux-networking-and-embedded/901432/901432.md)

ShellCheck is a static analysis tool that analyzes shell scripts and detects problematic patterns. It supports:. Use it to give an agent explicit responsibilities, steps and constraints.

Classification: platforms/linux-networking-and-embedded · Feed: platforms · Updated: 2026-08-04T13:54:51.641Z · Version: 1

### [bats-testing-patterns — detailed patterns and worked examples](https://mdrss.com/platforms/linux-networking-and-embedded/901431/901431.md)

Bats (Bash Automated Testing System) is a TAP (Test Anything Protocol) compliant testing framework for shell scripts that provides:. Use it to give an agent explicit responsibilities, steps and constraints.

Classification: platforms/linux-networking-and-embedded · Feed: platforms · Updated: 2026-08-04T13:54:51.641Z · Version: 1

### [bash-defensive-patterns — detailed patterns and worked examples](https://mdrss.com/platforms/linux-networking-and-embedded/901430/901430.md)

Enable bash strict mode at the start of every script to catch errors early. Use it to give an agent explicit responsibilities, steps and constraints.

Classification: platforms/linux-networking-and-embedded · Feed: platforms · Updated: 2026-08-04T13:54:51.641Z · Version: 1

### [Posix shell pro](https://mdrss.com/platforms/linux-networking-and-embedded/901429/901429.md)

Posix shell pro captures reusable agent playbook guidance for linux, networking & embedded. Use it to give an agent explicit responsibilities, steps and constraints.

Classification: platforms/linux-networking-and-embedded · Feed: platforms · Updated: 2026-08-04T13:54:51.641Z · Version: 1

### [Bash pro](https://mdrss.com/platforms/linux-networking-and-embedded/901428/901428.md)

Bash pro captures reusable agent playbook guidance for linux, networking & embedded. Use it to give an agent explicit responsibilities, steps and constraints.

Classification: platforms/linux-networking-and-embedded · Feed: platforms · Updated: 2026-08-04T13:54:51.641Z · Version: 1

### [Arm cortex expert](https://mdrss.com/platforms/linux-networking-and-embedded/901196/901196.md)

1. DTCM/SRAM (Non-cacheable, fastest CPU access) - C++: attribute ((section(".dtcm.bss"))) attribute ((aligned(32))) static uint8 t buffer 512 ; - Rust:  link section = ".dtcm"   repr(C, align(32))  static mut BUFFER:  u8; 512  =  0; 512 ;. Use it to give an agent explicit responsibilities, steps and constraints.

Classification: platforms/linux-networking-and-embedded · Feed: platforms · Updated: 2026-08-04T13:54:51.641Z · Version: 1

### [Introduction](https://mdrss.com/platforms/linux-networking-and-embedded/901113/901113.md)

This skill chart is a compilation of the abilities required for SlowMist's security team's smart contract security auditors. It aims to enumerate the essential skills needed for smart contract security audits and inspire team members to adopt a mindset of research, innovation, an. Use it as a repeatable review, validation or hardening pass.

Classification: platforms/linux-networking-and-embedded · Feed: platforms · Updated: 2026-08-04T13:54:51.641Z · Version: 1

### [Introduction](https://mdrss.com/platforms/linux-networking-and-embedded/901101/901101.md)

In my opinion, Linux network programming, especially socket programming, isn’t that difficult. However, learning this topic on your own can be challenging because many online resources are unclear, and sample codes often only cover the basics. You might find yourself unsure of wh. Use it to ground design choices in named patterns, trade-offs and examples.

Classification: platforms/linux-networking-and-embedded · Feed: platforms · Updated: 2026-08-04T13:54:51.641Z · Version: 1

### [eBPF: Linux Observability and Systems Programming Guide](https://mdrss.com/platforms/linux-networking-and-embedded/901096/901096.md)

eBPF is a technology that can run sandboxed programs in the Linux kernel without changing kernel source code or loading kernel modules. By making the Linux kernel programmable, infrastructure software can leverage existing layers, making them more intelligent and feature-rich wit. Use it as a repeatable review, validation or hardening pass.

Classification: platforms/linux-networking-and-embedded · Feed: platforms · Updated: 2026-08-04T13:54:51.641Z · Version: 1

### [JC](https://mdrss.com/platforms/linux-networking-and-embedded/901080/901080.md)

jc JSONifies the output of many CLI tools, file-types, and common strings for easier parsing in scripts. See the Parsers section for supported commands, file-types, and strings. Use it to ground design choices in named patterns, trade-offs and examples.

Classification: platforms/linux-networking-and-embedded · Feed: platforms · Updated: 2026-08-04T13:54:51.641Z · Version: 1

### [The Art of the Command Line: Unix and Systems Reference](https://mdrss.com/platforms/linux-networking-and-embedded/901076/901076.md)

A curated reference on linux, networking & embedded centered on The Art of the Command Line: Unix and Systems Reference. Use it to build a structured path from fundamentals to hands-on practice.

Classification: platforms/linux-networking-and-embedded · Feed: platforms · Updated: 2026-08-04T13:54:51.641Z · Version: 1

### [Embedded network programming guide](https://mdrss.com/platforms/linux-networking-and-embedded/901058/901058.md)

This guide is written for embedded developers who work on connected products. That includes microcontroller based systems that operate in bare metal or RTOS mode, as well as microprocessor based systems which run embedded Linux. Use it to ground design choices in named patterns, trade-offs and examples.

Classification: platforms/linux-networking-and-embedded · Feed: platforms · Updated: 2026-08-04T13:54:51.641Z · Version: 1

### [An Introduction to Distributed Systems](https://mdrss.com/platforms/linux-networking-and-embedded/901045/901045.md)

This outline accompanies a 16 to 32 hour overview class on distributed systems fundamentals. The course aims to introduce software engineers to the practical basics of distributed systems, through lecture and discussion, and optional labwork. Participants will gain an intuitive u. Use it to build a structured path from fundamentals to hands-on practice.

Classification: platforms/linux-networking-and-embedded · Feed: platforms · Updated: 2026-08-04T13:54:51.641Z · Version: 1

### [Overview](https://mdrss.com/platforms/linux-networking-and-embedded/901038/901038.md)

After a lot of trial and error, I've been able to piece together a pretty respectable Windows dev environment. While there are numerous guides available, I noticed a lack of comprehensive coverage. In this guide, I've aimed to provide a holistic overview without delving too deepl. Use it to ground design choices in named patterns, trade-offs and examples.

Classification: platforms/linux-networking-and-embedded · Feed: platforms · Updated: 2026-08-04T13:54:51.641Z · Version: 1

### [AI Voice Cloning](https://mdrss.com/software-craft/developer-tooling/2649/2649.md)

That being said, some enhancements added compared to the original repo: :heavycheckmark: Possible to train in other languages :heavycheckmark: Hifigan added, allowing for faster inference at the cost of quality. :heavycheckmark: whisper-v3 added as a chooseable option for whisperx :heavycheckmark: Output conversion using RVC This is a fork of the repo originally located here: https://git.ecker.tech/mrq/ai-voice-cloning.

Classification: software-craft/developer-tooling · Feed: software-craft · Updated: 2026-08-04T12:22:38.168Z · Version: 1

### [Whisper](https://mdrss.com/multimodal/speech-and-audio/2474/2474.md)

It is trained on a large dataset of diverse audio and is also a multitasking model that can perform multilingual speech recognition, speech translation, and language identification. A Transformer sequence-to-sequence model is trained on various speech processing tasks, including multilingual speech recognition, speech translation, spoken language identification, and voice activity detection.

Classification: multimodal/speech-and-audio · Feed: multimodal · Updated: 2026-08-04T12:22:38.168Z · Version: 1

### [Requirements](https://mdrss.com/crypto/protocols-and-payments/2376/2376.md)

btcwallet ========= btcwallet is a daemon handling bitcoin wallet functionality for a single user. It acts as both an RPC client to btcd and an RPC server for wallet clients and legacy RPC applications.

Classification: crypto/protocols-and-payments · Feed: crypto · Updated: 2026-08-04T12:22:38.168Z · Version: 1

### [What](https://mdrss.com/learning/writing-and-communication/2218/2218.md)

A Go program with no human provided knowledge. Using MCTS (but without Monte Carlo playouts) and a deep residual convolutional neural network stack.

Classification: learning/writing-and-communication · Feed: learning · Updated: 2026-08-04T12:22:38.168Z · Version: 1

### [Surge XT](https://mdrss.com/software-craft/languages-and-idioms/2142/2142.md)

If you are a musician looking to use Surge XT, please download the appropriate binary from our website. Surge Synth Team makes regular releases for all supported platforms.

Classification: software-craft/languages-and-idioms · Feed: software-craft · Updated: 2026-08-04T12:22:38.168Z · Version: 1

### [METATRON](https://mdrss.com/software-craft/testing-and-quality/2083/2083.md)

AI-powered penetration testing assistant using local LLM on linux (Parrot OS) --- Metatron is a CLI-based AI penetration testing assistant that runs entirely on your local machine — no cloud, no API keys, no subscriptions. It runs real recon tools (nmap, whois, whatweb, curl, dig, nikto), feeds all results to a locally running AI model, and the AI analyzes the target, identifies vulnerabilities, suggests exploits, and recommends fixes.

Classification: software-craft/testing-and-quality · Feed: software-craft · Updated: 2026-08-04T12:22:38.168Z · Version: 1

### [Star History](https://mdrss.com/growth/ai-search-and-geo/1760/1760.md)

Optimize websites for AI-powered search engines (ChatGPT, Claude, Perplexity, Gemini, Google AI Overviews) while maintaining traditional SEO foundations. This tool optimizes for where traffic is going, not where it was.

Classification: growth/ai-search-and-geo · Feed: growth · Updated: 2026-08-04T12:22:38.168Z · Version: 1

### [Thank you for your interest! This project is no longer active. Please see the OpenVPN demo at the Open Quantum Safe project for an up-to](https://mdrss.com/platforms/infrastructure-and-networking/1742/1742.md)

Please start with our project page at Microsoft Research for an overview of this project. This project takes a fork of the OpenVPN software and combines it with post-quantum cryptography.

Classification: platforms/infrastructure-and-networking · Feed: platforms · Updated: 2026-08-04T12:22:38.168Z · Version: 1

### [Sandlock](https://mdrss.com/ai-agents/agent-frameworks/1566/1566.md)

Confines untrusted code using Landlock (filesystem + network + IPC), seccomp-bpf (syscall filtering), and seccomp user notification (resource limits, IP enforcement, /proc virtualization). Sandlock targets the gap: strict confinement without image builds or root privileges.

Classification: ai-agents/agent-frameworks · Feed: ai-agents · Updated: 2026-08-04T12:22:38.168Z · Version: 1

### [Liboqs](https://mdrss.com/learning/curricula-and-careers/1548/1548.md)

liboqs ====================== liboqs is an open source C library for quantum-safe cryptographic algorithms. liboqs provides: liboqs is part of the Open Quantum Safe (OQS) project, which aims to develop and integrate into applications quantum-safe cryptography to facilitate deployment and testing in real world contexts.

Classification: learning/curricula-and-careers · Feed: learning · Updated: 2026-08-04T12:22:38.168Z · Version: 1

### [mkcert](https://mdrss.com/web-mobile/mobile-development/1521/1521.md)

mkcert is a simple tool for making locally-trusted development certificates. Using certificates from real certificate authorities (CAs) for development can be dangerous or impossible (for hosts like example.test, localhost or 127.0.0.1), but self-signed certificates cause trust errors.

Classification: web-mobile/mobile-development · Feed: web-mobile · Updated: 2026-08-04T12:22:38.168Z · Version: 1

### [Ecapture](https://mdrss.com/web-mobile/mobile-development/1409/1409.md)

汉字 | English ---- Download ELF zip file release , unzip and use by command sudo ecapture --help. eCapture will automatically detect the system's OpenSSL library and start capturing plaintext.

Classification: web-mobile/mobile-development · Feed: web-mobile · Updated: 2026-08-04T12:22:38.168Z · Version: 1

### [audio.cpp](https://mdrss.com/software-craft/developer-tooling/1181/1181.md)

audio.cpp is a high-performance C++ audio inference framework built on top of ggml, designed to make modern local audio models practical, portable, and fast. Tired of juggling a dozen Conda environments, hundreds of Python packages, and dependency conflicts just to try a few audio models?

Classification: software-craft/developer-tooling · Feed: software-craft · Updated: 2026-08-04T12:22:38.168Z · Version: 1

### [Docker Cheat Sheet](https://mdrss.com/platforms/cloud-and-devops/1180/1180.md)

"With Docker, developers can build any app in any language using any toolchain. “Dockerized” apps are completely portable and can run anywhere - colleagues’ OS X and Windows laptops, QA servers running Ubuntu in the cloud, and production data center VMs running Red Hat.

Classification: platforms/cloud-and-devops · Feed: platforms · Updated: 2026-08-04T12:22:38.168Z · Version: 1

### [pure-data](https://mdrss.com/software-craft/languages-and-idioms/947/947.md)

Do not download libpd as a zip or tar.gz file from GitHub. The "Download ZIP" button may look like a good idea, but currently Github does not include submodule files when compiling zip files.

Classification: software-craft/languages-and-idioms · Feed: software-craft · Updated: 2026-08-04T12:22:38.168Z · Version: 1

### [Kubernetes Documentation](https://mdrss.com/platforms/cloud-and-devops/744/744.md)

--- This repository contains the assets required to build the Kubernetes website and documentation. You can run the website locally using Hugo (Extended version), or you can run it in a container runtime.

Classification: platforms/cloud-and-devops · Feed: platforms · Updated: 2026-08-04T12:22:38.168Z · Version: 1
