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 Mastering Vim: A Cheatsheet Guide for Fast & Efficient Text Editing Vim is a powerful, keyboard-driven text editor that excels in speed and efficiency. This cheatsheet covers essential commands for navigation, editing, and file management—perfect for beginners or anyone looking to boost their productivity in Vim.
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