Canadian Black Friday Deals 2024

Introduction I’ll update this page regularly from deals I see online. I mostly find these deals on https://redflagdeals.com Things to consider on Black Friday Important! A lot of manufacturers and retail stores now sell ‘Black Friday’ models that are lower quality, or have some tradeoff. Additionally, many retailers up the price ahead of this season, … Read more

Home Lab Proxmox Upgrade and using Lenovo/AMD DASH

What is DASH? This is what Lenovo says Dash (desktop and mobile architecture for system hardware) is a set of specifications developed bydmtf, which aims to provide open standards based web service management for desktop and mobileclient systems. Dash is a comprehensive framework that provides a new generation of standards toprotect the security of out … Read more

Archiving Facebook Messages and Facebook Marketplace Messages

Too many Facebook Messages I had a ton of Facebook Marketplace messages that I was annoyed with and wanted archived. So I found many resources online on using the Chrome console to run javascript to archive the messages. Javascript Gist and More I found a gist with the needed code, but it didn’t work. Upon … Read more

Using Cloudinit and Netplan with IP’s on a different Network and Gateway

If you’ve ever had to utilize a hosting provider that offers the option to buy extra IPs or failover IP addresses, you may have observed instances where these IPs shared the same gateway as your original IPs, rather than being part of the additional IP network. Here are some of the providers I’m aware of … Read more

Using Monit Environment Variables with exec

If you read the Monit documentation, it tells you exactly how to use Monit environment variables when using exec. No environment variables are used by Monit. However, when Monit executes a start/stop/restart program or an exec action, it will set several environment variables which can be utilised by the executable to get information about the … Read more

Large Mail Folder and imapsync Error “NO Server Unavailable. 15”

I was having issues migration the “Sent Items” folder on a hosted Exchange 2013 account to Microsoft 365. The hosted Exchange 2013 server was returning a “NO Server Unavailable. 15” error when trying to select the “Sent Items” folder with 33,000 messages. Digging further, I couldn’t find anything until I stumbled upon this thread on … Read more

Getting Local Time based on Timezone in AirTable

If you’re using Airtable as a CRM and working with clients in different timezones. You might want to know what their local time is before actioning something perhaps when they’re awake or asleep 🙂 In your Airtable database, create a column called “Timezone” where you’ll put a supported Timezone for the SET_TIMEZONE function. You can … Read more

Synology Redirect Nginx HTTP to https + Allow Letsencrypt

You can follow this article pretty much all the way. https://techjogging.com/redirect-www-to-https-in-synology-nas-nginx.html However, it will fail if you use Letsencrypt to generate an SSL Certificate. So you simply need to add the following above the redirect line. Here’s how it should look. Of course after you make this change you will need to restart Nginx You … Read more

WHMCS Lightbox Loading Image in Footer (Cloudflare Issue)

You might have seen a loading image in the footer of your WHMCS admin page. If you inspect the page, you’ll see it’s got some tags for the lightbox. The issue is related to Cloudflare Rocket Loader, you can simply create a page rule to disable Rocket Loader on the admin pages or disable Rocket … Read more