Skip to main content

4 docs tagged with "linux"

View All Tags

Creating mirrored zfs on Debian

Learn how to create a mirrored ZFS pool on Debian or Ubuntu using SATA SSDs with this step-by-step guide. The article covers installation, pool creation, TRIM, SCRUB operations, and performance optimization, ensuring robust data integrity and reliability for your storage needs.

Mounting SMB share on Debian

Learn how to mount and auto-mount SMB shares on Ubuntu or Linux Mint with this step-by-step guide. The tutorial covers everything from installing necessary packages to configuring auto-mounting using CIFS utilities, making it easy to access network drives on your Linux system.

Passwordless SSH and Jump servers

Learn how to securely connect to remote servers using SSH without entering a password every time. This tutorial covers SSH key authentication, setting up SSH config files, managing multiple servers, and configuring a jump server for secure remote access. Enhance your server login security with our step-by-step guide.

Using systemd as a scheduler

Discover how to use systemd as a powerful and flexible scheduler for your Linux system. In this guide, we demonstrate setting up a weekly ZFS scrub on a personal PC using systemd timers. Learn why systemd timers are advantageous over traditional cron jobs, and explore other practical use cases for scheduling tasks such as backups, system updates, and maintenance scripts. Ensure your computer performs regular maintenance tasks even if it's not always running with our step-by-step instructions.