Getting Local Time based on Timezone in AirTable
Last Updated on November 30, 2022 EST by Jordan 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 …
Read More
Synology Redirect Nginx HTTP to https + Allow Letsencrypt
Last Updated on September 20, 2022 EDT by Jordan 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 …
Read More
WHMCS Lightbox Loading Image in Footer (Cloudflare Issue)
Last Updated on August 10, 2023 EDT by Jordan 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 …
Read More
Live Blog – 07-27-2022 – Docker, PHP Package Oneliner
Last Updated on July 27, 2022 EDT by Jordan Docker + Speedtest Tracker I love that I have a Synology since I can run my own Speedtest Tracker! I was having issues on Zoom and knew it was me as I have notifications set up when my ping or up/download speed drops. You can run …
Read More
CyberPower UPS and Management Card RCCARD100 Review
Last Updated on July 27, 2022 EDT by Jordan After purchasing the CyberPower CP1500PFCLCD UPS, I opted to purchase the RCCARD100 so that I could manage the UPS on the network. Unfortunately, the card did not work in the CP1500PFCLCD UPS. There were no lights at all while inserted, and no lights when an ethernet …
Read More
MySQL, Percona, MariaDB Error: Out of sort memory, consider increasing server sort buffer size!
Last Updated on May 17, 2022 EDT by Jordan There is a bug in MySQL 8.0.18, and above https://bugs.mysql.com/bug.php?id=103225 it was patched in 8.0.28 https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-28.html It looks as though Percona released version 8.0.28, which includes all features and bug fixes in MySQL. However, if you only do security updates, it’s possible you might have an …
Read More
Setting up Proxmox Email Alerts
Last Updated on May 9, 2022 EDT by Jordan Introduction You may not have known, but Proxmox does send out emails every so often. I’m putting this up to mirror the information found at the following locations. https://crepaldi.us/2021/03/07/configuring-e-mail-alerts-on-your-proxmox/ 1. Install the authentication library 2. Choose an SMTP Provider You can use a Gmail account and …
Read More
SynoCommunity “Invalid location” error
Last Updated on April 12, 2022 EDT by Jordan When trying to install the SynoCommunity to your Synology’s package manager, you might get the “Invalid location” error, as shown in the screenshot below. Excuse the location, this was from Google Images as I didn’t take a screenshot when the issue was occurring. You can find …
Read More
Synology Mail Server Fix “Enable User Name Service” Mirrored Content
Last Updated on March 9, 2022 EST by Jordan If you’ve ever installed Synology Mail Server, you might have had the “Enable User Home Server” error pop-up. Even after enabling this setting and restarting, the error still comes up. I’m mirroring this page just incase https://community.synology.com/enu/forum/1/post/144970 How to fix “Enable User Home Service” or “The …
Read More
Common Netdata Tasks
Last Updated on February 26, 2022 EST by Jordan Update Netdata Renaming a Node You can change the node name in the Netdata web interface. Instead you can change hostname of the node directly on the node. Sometimes the node name doesn’t use the entire hostname, to override the hostname you can edit the /etc/netdata/netdata.conf …
Read More