Environment.
Tag: environment

Episode #677
Direnv and Dotenv
direnv and dotenv: both utilities for managing 12-Factor-style environment-based configuration. Where do they overlap, how do they differ, and, most importantly: how can they complement each other? Find out!

Episode #665
.env for Devcontainers
Nobody likes repeatedly typing out lengthy command-line incantations. Today let's make our containerized work easier by customizing our environment!

Episode #500: Subprocesses Part 12: Fork and Exec
Learn the twin pillars at the root of the UNIX process-spawning architecture!

Episode #427: Subprocesses Part 8: Environmental Isolation
In today's episode we'll see how to discover what environment variables our programs are implicitly relying on.