Install ncdu Disk Usage Analyzer on Linux
When the disk is filling up and you need to know what’s eating it, ncdu is the fastest…
When the disk is filling up and you need to know what’s eating it, ncdu is the fastest…
bat is the modern replacement for cat. Same interface, same pipe behaviour, but with syntax highlighting for hundreds…
When you inherit a Linux box with no documentation and need to know what hardware is underneath, dmidecode…
Putting /tmp on its own filesystem isolates temporary files from the root volume and lets you mount it…
FFmpeg is the Linux swiss army knife for audio and video conversion. Ripping the audio track out of…
BtrFS is a copy-on-write filesystem with native subvolumes, snapshots, transparent compression, data checksumming, and online resize. It’s the…
Running a local Ubuntu package mirror is the right move for large fleets, air-gapped environments, and lab networks…
Moving a VM between hypervisors is usually a matter of converting the disk image format. VirtualBox writes to…
When SELinux blocks something and you need to understand why, the best documentation is sitting in man pages…
Physical access to a Linux machine is game over unless the bootloader stops an attacker from dropping into…
A lot of the pen-testing toolkit that Kali ships with assumes a working Java runtime somewhere on the…
Kernel headers are what you install when you need to compile something that plugs into the running kernel.…