After avoiding and putting this off for months now, I finally decided to set this up and I must say, I was a bit silly to even fear this. The only reason I didn’t want to get into it was that I felt it was going to be tedious and hard to maintain, but to…
My Tech Blog
Tutorial for ProxMox E-Mail Alerts
Setting up alerts in Proxmox is critical to making sure you are notified if something goes wrong with your servers. It’s so easy, I should have done this years ago! In this tutorial, we’ll set up email notifications using SMTP with Gmail or G Suite that send email alerts when there are disk errors, ZSF…
Tired of being prompted for a password on sudo? Same!
The preferred way to grant individual (or group) permissions would be to add files under /etc/sudoers.d This separates local changes from the default policy and saves time in case the distribution sudoers file changes. To make the currently logged-in user a sudoer and sudo not prompt them for a password, use this will create a file called /etc/sudoers.d/$USER (where $USER is…
Passthrough for HDD/SSD/Physical disks to VM on Proxmox VE(PVE)
1 Install lshw on PVE 1.1 Bring up the terminal from PVE directly or via SSH or by using “Shell” from PVE web GUI 1.2 Enter the following command to install lshw 2 Check & note down details about physical disks we want to passthrough 2.1 Using the following command We should use disk by…
IOMMU activation.
After finishing up my newest small factor and low power consumption NAS Server, because both my NUC and my NAS were now booting off a ZFS mirror SSD stripe, I had to go through extra hoops in order to activate IOMMU for PCI pass-through in Proxmox VMs. It really isn’t that hard and I’ll write…
Freezing Your PI
After purchasing a new Raspberry PI 4 (8GB), I wanted to ensure I’d get the full performance out of this little device. So what would be best to do than keeping it nice and cool? That’s right, a mini little cute fan that goes with it. I’ve done some research and found the best solution…
Mastering Netboot.xyz: Installation, Deployment, and Advanced Usage
I’ll start this with the following statement… I KNOW! Ventoy is a thing! Haha. Now that we got that out of the way, let’s proceed, shall we? Netboot.xyz emerges as a powerful solution, offering the ability to boot and install various systems directly from the network. I’d like to explore the intricacies of installing, deploying,…
NUC vs Raspberry Pi: Which Mini-PC is Right for You?
In recent years, mini-PCs have gained immense popularity due to their compact size, energy efficiency, and versatility. Two prominent contenders in this space are the Intel NUC (Next Unit of Computing) and the Raspberry Pi. Both offer unique advantages, but depending on your specific needs, one may be a better fit than the other. In…
Comprehensive Guide: Backing up Your Raspberry Pi Image and Data
The Raspberry Pi is a versatile and powerful single-board computer used for a wide range of projects. Whether you’re running a web server, a media centre, or a home automation system, it’s crucial to regularly back up your data and system image to safeguard against unforeseen events. In this guide, we’ll walk you through the…
Automating my Home lab with Ansible: Proxmox and Beyond
I will start with this – I am in NO way an Ansible expert nor do I present this as a tutorial. This is just a simple solution I found for my own home lab that I hope would be of use to others reading this 🙂 In today’s rapidly evolving tech landscape, managing a…