DHCP Leases in Linux: Management, Commands & Troubleshooting
dhcp leases is the temporary assignment of IP addresses and network configuration from a DHCP server to clients, recorded in lease files. Managed via systemd-ne
Welcome! I’m Thomas Heinrich, a software engineer and system administrator with a deep passion for the Command Line Interface (CLI). With years of experience navigating the terminal, building backend architectures, and automating server deployments, I created this space to share practical, real-world terminal knowledge.
Whether you are a beginner taking your first steps in a Linux environment or a seasoned DevOps engineer looking to optimize your deployment scripts, you will find actionable solutions here. My goal is to help you ditch the mouse, speed up your workflow, and harness the full power of the command line.
dhcp leases is the temporary assignment of IP addresses and network configuration from a DHCP server to clients, recorded in lease files. Managed via systemd-ne
Master nc (Netcat) commands: syntax, options, port scanning, file transfer, chat server. Real-world examples from production Linux networking.
Use PowerShell touch to create empty files or update timestamps like Unix. Cmdlets, custom functions, and aliases for automation.
powershell array is a fixed-size data structure in PowerShell storing zero or more items of any type, created with @() or comma-separated syntax. It exposes Cou
Learn how to create files in PowerShell using New-Item, Set-Content, Out-File, and the redirect operator. Includes syntax, troubleshooting, and common errors fo
The custom/conf/app.ini file defines all runtime behavior. Key sections:
Remove a remote repository from a local Git repo using git remote rm. Learn syntax, error handling, and practical examples for managing Git remotes.
command line arguments python is the mechanism by which a Python script receives runtime parameters from the shell. It enables dynamic behavior without modifyin
Learn Windows Registry regedit CLI usage: export, silent import, backup, and restore. Compare to Linux config stores. Troubleshoot common errors.
union in sql is the set operator that combines result sets from two or more SELECT statements into a single result set, removing duplicates by default. It requi