Using sed to Print Specific Lines in a File
A guide on using the sed command-line tool to efficiently print specific lines or ranges from large files, useful for debugging.
A guide on using the sed command-line tool to efficiently print specific lines or ranges from large files, useful for debugging.
Explains how to pipe or redirect the output of a bash case statement to another program, reducing code duplication in shell scripts.
A developer shares quick, one-line reviews of popular Linux distributions for desktop use, covering Ubuntu, Pop!_OS, Arch, and more.
A guide for Docker developers to learn Apptainer, a secure container platform for HPC environments, covering installation and usage.
Learn how to redirect the output of multiple commands or entire shell scripts to a file in Linux using command groups and exec.
A guide showing how to check the installed and download size of packages using the Pacman and Apt package managers on Linux.
A technical exploration of seven methods to intentionally waste CPU time for precise durations, focusing on user-land implementations for profiling tests.
How to configure Tmux to prevent it from starting a login shell by default, avoiding repeated profile script execution.
Overview of Himitsu 0.9, a secret storage manager for Linux, covering its new GTK4 prompter and Secret Service API integration.
A guide to increasing the open file limit on Ubuntu Linux for web apps and servers, covering configuration changes and system reboots.
A developer reflects on a year of using Linux Mint as a daily driver, noting its stability and how it solidified their commitment to open systems.
A collection of practical recipes and command-line examples for using the wget utility to perform common downloading and web interaction tasks.
A guide for FOSS community leaders on handling reactionary agitators, contrasting ineffective and effective response strategies.
Guide to setting up a global keyboard shortcut for media control on Linux using the playerctl command-line utility.
An in-depth look at the overhaul of iximiuz Labs' server-side playgrounds, focusing on custom microVMs, networking, and kernel configurations for learning and experimentation.
A curated list of top DevOps newsletters for continuous learning, covering AWS, SRE, tools, and programming languages.
A technical guide on installing and running SAP's Garden Linux on an Android phone using Termux and proot-distro.
An engineer shares his 3-year experience of working remotely from Australia for a US firm, detailing the challenges of extreme timezone differences.
Explores a Linux user-land persistence technique using D-Bus to execute code without root access, targeting desktop environments.
Explores common disk I/O failure scenarios in transactional applications and how real-world systems handle data integrity issues.