today's howtos
-
Getting started with nmap scripts
This blog post will cover the general usage of nmap scripts, not the scripting itself. Check out the getting started with nmap post if you are new to nmap.
-
ZFS On Linux (still) needs better ways to control the ZFS ARC
The ZFS ARC is ZFS's version of a disk cache. For various reasons, ZFS on Linux keeps its ARC separate from the kernel's regular disk caches that are used for other filesystems, and ZFS tunes the ARC size and other parameters separately, instead of the whole thing being integrated into the kernel's general memory tuning.
-
AI is the End of Tutorial Webpages
Since 1999, most of my site traffic has been from technical tutorials. That’s going away.
I’ve been writing technical tutorials for things like tcpdump, lsof, etc, for years. More broadly, I’ve been explaining technical topics in more approachable language.
-
How To Manage Log Files Using Logrotate In Linux
We already have published a guide that described how to setup centralized Rsyslog server on CentOS system. Today, in this guide, we are going to discuss what is Logrotate, how to install Logrotate and how to manage log files using Logrotate on Linux.