-
Automate the Entire Process of Installing Rivendell with Advanced Features on Ubuntu 22.04 in the Cloud
What if AI Could Build a Script My original intention, was to update a guide I had written in 2013/14 (on an old domain I let go of ages ago) with everything I’ve learned since then. Over the years, I’ve built countless Rivendell servers and with all of the customization and advanced features that I…
-
Leverage Open Source Tools Azuracast and Rivendell to Migrate Your Station to Virtual Studios in the Cloud
Provision Your Azuracast Server There’s a good chance you jumped to this post from this post and you’re knee deep in Automating the Entire Process of Installing Rivendell with Advanced Features on Ubuntu 22.04 in the Cloud, when you discovered you needed Azuracast and BUTT to pull all the magic together. If so, welcome back!…
-
UFW Makes it Easy to Manage a Linux Firewall
sudo apt install -y ufwsudo ufw allow from 192.168.1.0/24sudo ufw default deny incomingsudo ufw default allow outgoingsudo ufw allow ssh sudo ufw allow http sudo ufw allow [port]/[protocal]sudo ufw allow 5900/tcp sudo ufw status numberedsudo ufw delete [number] sudo ufw allow from 1.1.1.1 to any port 3389 Allowing Traffic From a Domain With Dynamic IP…
-
Enhancing Security: A Comprehensive Guide to SSH Key Pair Generation, Usage, and Management
Create our first SSH key pair In 2019, the unthinkable happened. A server of mine, that was exposed to the internet and wasn’t properly locked down, got hacked, taking down an entire radio station. I never saw it coming. I’m not T-Mobile or Bank of America — so how did they even find me? Turns…