Community ManagementGuidesManage your NVMe drive in the Linux terminal3 Min ReadLearn how to manage NVMe drives directly from the Linux terminal using the Open Source nvme-cli…
Best Open PracticesGuidesWhy sysadmins should license their code for Open Source4 Min ReadHelp your fellow sysadmins by Open Source licensing your scripts for maximum impact and community benefit.
GuidesOptimize your code with Apache Groovy’s spread operator3 Min ReadImprove your knowledge of Apache Groovy collections with the spread operator. Learn how to organize, combine,…
GuidesHow to parse config files with Bash3 Min ReadLearn how to parse variables from config files in Bash. This approach separates code from settings,…
GuidesUse Gradle with Apache Groovy3 Min ReadThis article explores Gradle, a powerful build and documentation tool for Apache Groovy projects. Learn how…
GuidesApache Groovy’s Grape for easy dependencies3 Min ReadApache Groovy's Grape tool simplifies dependency management, letting you declare libraries directly in your code. This…
GuidesWrite JSON or XML with Apache Groovy5 Min ReadGenerate well-formatted HTML reports from Groovy scripts. This guide explores techniques to streamline email reporting while…
GuidesResourcesPrevent script bugs: Test early6 Min ReadWrite bulletproof shell scripts. Learn key testing methods for reliable automation.
GuidesTame JSON and XML with Apache Groovy8 Min ReadEffortlessly handle JSON and XML data in Apache Groovy applications with built-in slurpers. This guide explores…
GuidesWhy I love named Parameters in Apache Groovy2 Min ReadHow I use named parameters for cleaner, more readable code.