today's howtos
-
Apt-Get Command Options in Linux: Complete Tutorial for Beginners
-
Whois Command Explained: A Step-by-Step Guide to Information Gathering in Linux
-
What I need to SSH to old hosts on Fedora 37 (and probably later)
-
Mastering User Passwords: A Complete Guide to Using the passwd Command in Linux
-
Staying Up to Date: A Step-by-Step Tutorial on Ubuntu Update and Dist-Upgrade
-
Manipulate PDF files easily with pdftk
I often need to work with PDF, sometimes I need to extract a single page, or add a page, too often I need to rotate pages.
Fortunately, there is a pretty awesome tool to do all of these tasks, it's called PDFtk.
-
Our 2023 Recommended Summer Reads 2023: Storage and OpenZFS
With summer in full swing, there has never been a better time to improve your understanding of ZFS. For your summer reading pleasure we have compiled a set of articles that explore the fundamentals of OpenZFS and help you get started with the last word in filesystems. Building on our recent webinar, OpenZFS Data Protection – Best Practices for Keeping Your Data Safe, we also cover how to make sure your data is safe from internal, external, and environmental threats.
-
Switching Branches in Git
Working on a huge project with multiple contributors requires managing multiple branches in Git.