One simple trick for crispy wings from the oven!

I’ve always had trouble making crispy wings using an oven and decided to research how to correct it. If you’re like me and wanting to be slightly healthier, while still getting delicious crispy wings then this tip is for you. All you need is one secret ingredient and you too can make crazy crispy wings from you’re regular oven. No deep fryer required!!! Chicken Required about 2 lbs Chicken wings, separated and de-tipped....

March 9, 2023 · 3 min · 469 words · Matt G

GOES Full-Disc Animations in Linux

Your browser does not support the video tag. If you’ve seen my other tutorials/note-drops on receiving GOES imagery and how to delete all the extra GOES files you might also be interested in generating an animated gif/movie of your files. Obviously, this is based on the excellent work by US Radio Guy and his awesome scripts for generating all sorts of image types from what you receive from GOES satellites....

February 26, 2023 · 6 min · 1102 words · Matt G

UPDATED GOES removal script for Linux

Recently I made this tutorial on receiving GOES images, and I had previously posted a little script for keeping everything clean. It’s now been updated slightly for new paths according to the howto I created. Not very complicated. First create your script $ nano /home/radio/goes_remove_old.sh Then, paste this in # DELETE FILES older than 7 days in the emwin directory find /var/www/html/goes/emwin/* -type f -mtime +7 -exec rm -f {} \; # DELETE ENTIRE DIRECTORIES older than 7 days and 14 days for NWS find /var/www/html/goes/goes16/m1/* -type d -mtime +7 -exec rm -rf {} \; find /var/www/html/goes/goes16/m2/* -type d -mtime +7 -exec rm -rf {} \; find /var/www/html/goes/goes16/non-cmip/* -type d -mtime +7 -exec rm -rf {} \; find /var/www/html/goes/goes16/fd/* -type d -mtime +7 -exec rm -rf {} \; find /var/www/html/goes/goes18/fd/* -type d -mtime +7 -exec rm -rf {} \; find /var/www/html/goes/nws/* -type d -mtime +14 -exec rm -rf {} \; Exit and save the file....

February 25, 2023 · 1 min · 192 words · Matt G

Installing Arch on Intel Macbook Pro with T2 Security Chip

The other night I was bored and decided that since I’ve been using Arch as my daily for several months now only going to Mac if I need to use Affinity products (shakes fist no Linux versions!!) it was time to get this running on my laptop. I Have a 2019 Macbook Pro (MacbookPro,16,1), with 2TB hdd, and 64gb of ram so it’s plenty powerful and has enough space for MacOS and Arch to co-exist nicely....

February 25, 2023 · 5 min · 946 words · Matt G

How to get the Logitech Litra Glow working in ArchLinux

Getting Logitech Litra Glow working on Arch You’ll need Logitech Litra Glow Making it work Recently some friends and I have been streaming some games together and due to me being a basement hermit my lighting was pretty shit. On the recommendation of a buddy I picked up the Logitech Litra and wanted to see how I could get it working in Linux. I came across this little app that Kharyam made and decided to try it out....

February 3, 2023 · 1 min · 189 words · Matt G