Blog

Discord Announcement Channels and how to make them work

Posted by on 6:25 pm in Knowledge Base | Comments Off on Discord Announcement Channels and how to make them work

A bunch of us wanted to make these fabled Discord Announcement channels work. It’s a feature available on Community Servers that lets you follow a channel from another server, so that that server’s announcements appear in your own server (and vice versa). In essence a way of subscribing to another server’s notifications. You may have seen the “Follow Button” in some servers, letting you follow a channel. It’s this intimidating feature I’m going to explain in this article. By the end of it we’ll...

read more

Removing an EFI Partition on an external drive in Windows 10

Posted by on 12:30 pm in Knowledge Base | Comments Off on Removing an EFI Partition on an external drive in Windows 10

I often format drives with operating systems other than Windows. When I want to re-use those drives for something Windows related, I have trouble formatting them because there’s a protected EFI Partition that Disk Management can’t get get rid of. Here’s such an example: all options are greyed out, and I’m left with a 200MB partition. The question is: how can we get rid of it without having to transfer the drive to another operating system? The answer is diskpart. It’s a command line utility in Windows...

read more

Fixed: I’ve accidentally moved my Windows Videos Library to the root C drive – and now it’s stuck

Posted by on 4:12 pm in Knowledge Base | Comments Off on Fixed: I’ve accidentally moved my Windows Videos Library to the root C drive – and now it’s stuck

In moving around some video footage, I had accidentally moved my Videos Library to the root C drive, then moved existing content over. I had foolishly assumed that it would create a folder, but alas it just dumped all existing folders and videos into the root directory of my system drive. That’s not what I wanted! When it was time to put it back, it turned out that Windows now assumed the whole contents of the C drive was part of the Videos library, and trying to move existing content to a new location didn’t work due to file...

read more

Samsung NVMe M.2 Drive too slow? Check your PCIe slot

Posted by on 2:25 am in Knowledge Base | Comments Off on Samsung NVMe M.2 Drive too slow? Check your PCIe slot

I have two of these wonderful Samsung EVO 970 Plus drives. I bought one for video editing and couldn’t believe just how much of a game changer it was. Read and write speed was staggering compared to the other EVO 860 and 870 SSDs I had been using for years. Premiere is flying at multiple playback speeds in full HD without proxies – it’s a serious pleasure to use these NVMe M.2 drives compared to regular SSDs. The Problem I’ve recently switched computers and slotted my M.2 drives into whatever was free on the new...

read more

How to place an existing folder under Version Control in Github for Desktop

Posted by on 6:09 pm in Knowledge Base | Comments Off on How to place an existing folder under Version Control in Github for Desktop

I love version control, and I really like Github for Desktop. One thing I wish it had was the ability to place an existing folder under version control, but alas it’s not to be. We can create new repositories in empty folders, we can check out projects that are stored elsewhere, but GitHub for Desktop refuses to create repositories in folders that already have data in them. Granted, there are messy workarounds: you could simply create a new empty folder with version control, then paste all your existing data into it. That might upset...

read more

How to create a Scheduled Task from the Command Line in Fedora

Posted by on 4:46 pm in Knowledge Base | Comments Off on How to create a Scheduled Task from the Command Line in Fedora

I don’t do this every day, especially not on Fedora, so here’s a quick refresher on how to setup a Cron Job or Scheduled Task from the command line. While other tools will work (like anacron), crontab is going to do a fine job for something you want to execute repeatedly. In my case a daily backup script. To invoke, we can type crontab -e and a Nano window will open by default. That’s the other reason why I’m taking this note: I usually don’t use nano (I’m a vi guy). The window may display existing cron...

read more

How to download older versions of iMovie (or any Mac AppStore app)

Posted by on 6:05 pm in Knowledge Base | Comments Off on How to download older versions of iMovie (or any Mac AppStore app)

Apple seriously dislike it when we use hardware that hasn’t been purchased in the last 5 minutes. Ideally we’d get a new iPhone every week and throw away our Macs every 12 months. That’s the least we can do for them, and the environment. Apple remind us of this when we try to install an app that demands the very latest operating system, which of course doesn’t run on older hardware. On iOS it’s very refreshing to see a dialogue that says “you can download the latest compatibel version of this app”,...

read more

How to access your Mac files from Windows

Posted by on 7:04 pm in Knowledge Base | Comments Off on How to access your Mac files from Windows

I have a Mac and a PC on my internal network. Frequently I need to access files from either machine, depending which machines I’m working on. I have previously explained how to access Windows files from a Mac, so this article describes the other way round: how to access your Mac files while you’re working in Windows. On the Mac We need to enable File Sharing on the Mac so that paths can be shared. It’s disabled by default for security purposes. Head over to System Preferences and search for File Sharing and you’ll get...

read more

How to setup a Facebook Live Event in advance

Posted by on 7:15 pm in Knowledge Base | Comments Off on How to setup a Facebook Live Event in advance

Facebook have one of the worst UIs ever. The interface changes every week, and I can never remember how to setup a live event there because it’s to unintuitive. Here’s how a quick step-by-step process to make my life: head over to https://facebook.com/creatorstudioclick Go Live at the top (next to the search bar)pick the page in question on the rightselect Schedule Live Event fill out the details and create the event Next time you stream, it’ll automatically go to that event.

read more

Building a LAMP Stack in Fedora Workstation

Posted by on 7:04 pm in Knowledge Base | Comments Off on Building a LAMP Stack in Fedora Workstation

I needed to wipe my Fedora laptop yesterday because an in-place upgrade/downgrade went awry. No data was lost, but when it comes to doing it all again from scratch, there’s always something that I forget to do from memory. Hence this little list of step-by-step instructions on a vanilla installation of Fedora Workstation (35 in my case). We’ll do all these steps after using the sudo su command. Let’s start by enabling the SSH service first so we can login remotely. This will get rid of that slightly annoying...

read more