Categories
troubleshooting

Delegating Access on Reseller-Created Accounts Fails

TL;DR: No. Only ‘normal’ GoDaddy accounts can delegate access. If the GoDaddy account was created through a reseller (such as Google Workspace Purchase Partner), then the resulting GoDaddy account cannot delegate access. I am sorry but as checked with the team the delegate access could be provided to GoDaddy account only not workspace or reseller […]

Categories
guides

Automating Sorting Photos & Videos

This uses @andrewning’s sortphotos script My typical use is roughly: Caveats: I put in very little effort, but couldn’t get it to work globally, so I run from the [repo]/src folder. It does not support ~ alias, so even if your src or dest folders are in your home folder, you’ll need to specify them […]

Categories
guides

Unloading Photos from an iOS Device

Personally, I like Android, and love that I can plug it in, access the filesystem, and copy GBs of files off of it in seconds. To me, that “just works“. Unfortunately, that doesn’t seem to possible on iOS, but maybe there is some redemption here anyway. After all, if saving photos on your phone in […]

Categories
guides

Clearing Caches in a SiteGround Hosted Site

Part of a collection on cache clearing Make sure you are on the Site Tools page for your site, and not just the Site Ground admin area for your account. Accessing Site Tools Below: Accessing the Site Tools cache area Cycling SiteGround Nginx Direct Delivery Flushing SiteGround Dynamic Cache Flushing SiteGround Memcached Accessing the Site Tools […]

Categories
guides

SiteGround: Accessing Site Tools

“Site Tools” is the admin area of SiteGround’s web hosting for managing a site’s files, databases, caching, and more. To access Site Tools, follow these steps: First, Login to SiteGround From the top-navigation, select Websites If your account does not “own” the hosting package, but you’ve been invited to be a collaborator, choose the “Collaborations” […]

Categories
guides troubleshooting wordpress

Clearing Caches

If your website loads, but just looks miserable (plain white background, not your fonts, etc), or is not showing edits you recently made on the site – it is probably an issue with an outdated cache in your website or on your web host. My experience with caches is primarily in WordPress sites, so this […]

Categories
guides wordpress

Clearing WordPress Plugin Caches

Part of a collection on cache clearing Below How to clear LiteSpeed Cache How to clear WP Super Cache How to clear LiteSpeed Cache From the Admin bar of your WordPress site, click the LiteSpeed icon, and then click the Purge All button How to clear WP Super Cache From the Admin bar of your […]

Categories
guides wordpress

Clearing Caches on WordPress Sites running Avada Themes

Part of a collection on cache clearing WordPress sites using an Avada theme have at least a built-in cache with their theme, and other caching plugins may also be installed. Below How to clear Avada’s cache How to clear Avada’s cache First, click Avada and then Options from the left-side nav: Then select Performance from […]

Categories
guides

Free up Google Account Storage Space

TL;DR for myself: GYB by year, and save to B2 Unattach (has:attachment) by year, and save to B2 Personal Google accounts (as of this writing) give you 15GB of free storage (some opportunities to earn “bonus storage” were available at times, but typically is 15GB). This is shared across Google Drive, Gmail, and Google Photos. […]

Categories
guides

Git Bisect

tl;dr Some more details… I love this tool, but always forget how to use it. Start the bisect session: The first thing we need to put some “bookends” on the session, or tell git a spot we know in the repo is that is good, and a spot that we know is bad: These can […]