GitHub Repository: Code Examples from "System Programming in Linux: A Hands-On Introduction" by Stewart Weiss
By
teleforce
Pure flour-power. Hearty enough to carry you through lunch.
Summary
This is a GitHub repository containing source code examples from the book "System Programming in Linux: A Hands-On Introduction" by Stewart Weiss. The repository serves as a companion resource for the book, providing practical code examples for learning Linux system programming. The content includes information about the book's availability on Amazon and No Starch Press, and notes that the repository code may differ from what's in the printed book.
Key quotes
· 4 pulledThis repository contains source code for the programs in my book, 'System Programming in Linux: A Hands-On Introduction'.
The book is published by No Starch Press and available on Amazon here: https://www.amazon.com/System-Programming-Linux-Stewart-Weiss/dp/1718503563.
The code in this repository might be different than what is currently in the book.
You can read more about it on the webpage https://nostarch.com/introduction-system-programming-linux.
You might also wanna read
Building a Minimal RAG System from Scratch: PDF to Highlighted Answers in ~100 Lines of Python
A hands-on tutorial that builds the smallest functional RAG (Retrieval-Augmented Generation) system from scratch using about 100 lines of Py
How to Install Ubuntu Server 26.04 on Raspberry Pi: A Step-by-Step Guide
A practical guide for installing Ubuntu Server 26.04 on Raspberry Pi models. The article covers using Raspberry Pi Imager or direct download
Steve Jobs: Learning to program computers teaches you how to think
This article features a quote from Steve Jobs about the importance of learning computer programming, where he argues that coding teaches peo
tiny-vllm: An Open-Source C++ and CUDA LLM Inference Engine with Educational Course
This article presents tiny-vllm, an open-source project that provides both a full C++ and CUDA implementation of a high-performance LLM infe
How to Install DietPi on a Raspberry Pi: A Complete Setup Guide
A complete guide to installing DietPi on a Raspberry Pi. DietPi is a lightweight, minimal operating system designed for older Raspberry Pi m
Binary Search in Python: Iterative Implementation Using a While Loop
This article explains the Binary Search algorithm in Python, covering its iterative implementation using a while loop. It highlights that bi
