While working on my media server, see more about that here, I came across a repetitive task where code could help. The issue: as you move content to your media server it gets repetitive with any TV show. Jellyfin likes a certain format to ingest the movie files. As shown here, it is best to …
Category Archives: PowerShell
List Veeam VM backups w/Powershell
How to list Veeam VM backups with PowerShell? Recently I came across a use-case where you may want to list out all of the Virtual Machines (VMs) backed up with Veeam. If you have multiple Veeam servers that backup 100’s of VMs, creating a list of VMs and which server has their backups is useful. …
Continue reading “List Veeam VM backups w/Powershell”
View post to subscribe to site newsletter.
IT Interview Questions
Recently I have been a part of a few interviews and have had to prepare some IT interview questions for candidates. I thought I would post them here for future use and in case anyone wants to use them. I’m not posting answers for the questions. My method is to let the answer for a …
Dynamic DNS with Cloudflare
This blog will show you how to use dynamic DNS with Cloudflare. The purpose of dynamic DNS, DDNS, is to update your public DNS provider in the case the service you host is behind a changing public IP. Without DDNS, once your public IP changes, the service behind that public IP won’t be reachable via …
Continue reading “Dynamic DNS with Cloudflare”
View post to subscribe to site newsletter.
Lighttpd webserver on Ubuntu
For this project, I needed a small webserver to host a single web page. After some research, I chose to install Lighttpd webserver on Ubuntu. As of yet, I don’t have an opinion of what webserver is better or worse for a single web page. I searched throughout the web to find guides on everything …