By Christian Huth in linux — Dec 13, 2022 Linux snippets for your daily work Photo by Gabriel Heinzer / Unsplash Kill all zombie processesps axo stat,ppid,pid,comm | grep -w defunct | awk '{print $2}' | xargs kill -9
linux How to change the hostname of Ubuntu running in Windows WSL This article shows how to permanently change the hostname of Ubuntu running in the Windows subsystem for Linux.
linux How to execute sudo without password prompt 💡Never, I repeat NEVER, disable password prompt on your production systems, as
linux Overview of Shell Autocompletions I simply love shell completion on the command line, which saves you
linux How to automatically load SSH keys on Windows autostart using Pageant In this article I will show you how to load your private