<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="assets/xml/rss.xsl" media="all"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Matthew Smith (Blog)</title><link>https://matthewsmithyt.me/</link><description>Matthew's Website</description><atom:link href="https://matthewsmithyt.me/rss.xml" rel="self" type="application/rss+xml"></atom:link><language>en</language><copyright>Contents © 2026 &lt;a href="mailto:matthew@matthewsmithyt.me"&gt;Matthew Smith&lt;/a&gt; </copyright><lastBuildDate>Fri, 31 Jul 2026 06:00:39 GMT</lastBuildDate><generator>Nikola (getnikola.com)</generator><docs>http://blogs.law.harvard.edu/tech/rss</docs><item><title>How to set up WordPress in Docker</title><link>https://matthewsmithyt.me/blog/how-to-set-up-wordpress-in-docker/</link><dc:creator>Matthew Smith</dc:creator><description>&lt;div&gt;&lt;p&gt;A few months back, I realized I had done everything I wanted to do with my VPS server. I've had WordPress working for years, I've set up my own online radio station, I've hosted games and voice chat services, and I even have a stupid website about a horse that doesn't even exist! More on that another day... Maybe. But probably not.&lt;/p&gt;
&lt;p&gt;Well anyway, here I was in this horrible dilemma; wanting desperately to do something interesting but finding nothing at all to fill my time. Until...&lt;/p&gt;
&lt;p&gt;Me: "I've really been looking for something to do with my VPS. Any ideas?"
Friend: "Well, you could always do some messing around with Docker. Try selfhosting something."
Me: "Docker? I've heard of that but I have no idea what it is or how it works"&lt;/p&gt;
&lt;p&gt;So he proceeded to explain it and it seemed rather interesting to me. I knew at this point what my next project was going to be. After a few hours of googling and messing around with things, I'd figured it out. So here's how to set up WordPress in Docker.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://matthewsmithyt.me/blog/how-to-set-up-wordpress-in-docker/"&gt;Read more…&lt;/a&gt; (5 min remaining to read)&lt;/p&gt;&lt;/div&gt;</description><guid>https://matthewsmithyt.me/blog/how-to-set-up-wordpress-in-docker/</guid><pubDate>Sat, 05 Apr 2025 02:26:00 GMT</pubDate></item><item><title>Different Ways To Access Azuracast Over The Internet: Reverse Proxies, CloudFlare Tunnels Or Straight Up Docker?</title><link>https://matthewsmithyt.me/blog/different-ways-to-access-azuracast-over-the-internet-reverse-proxies-cloudflare-tunnels-or-straight-up-docker/</link><dc:creator>Matthew Smith</dc:creator><description>&lt;div&gt;&lt;p&gt;Since I started hosting my own instance of Azuracast a year or two ago, I've tried a wide variety of setups, attempting to get things configured just like I want them. In doing this, I've learned quite a lot about networking and reverse proxies in particular. I've created this post to share some of that knowledge with you in a simple and to the point manner.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://matthewsmithyt.me/blog/different-ways-to-access-azuracast-over-the-internet-reverse-proxies-cloudflare-tunnels-or-straight-up-docker/"&gt;Read more…&lt;/a&gt; (7 min remaining to read)&lt;/p&gt;&lt;/div&gt;</description><guid>https://matthewsmithyt.me/blog/different-ways-to-access-azuracast-over-the-internet-reverse-proxies-cloudflare-tunnels-or-straight-up-docker/</guid><pubDate>Wed, 21 Feb 2024 02:30:00 GMT</pubDate></item><item><title>How to Reenable the Higher Quality Siri Voices on iOS 17 for Voiceover</title><link>https://matthewsmithyt.me/blog/how-to-reenable-the-higher-quality-siri-voices-on-ios-17-for-voiceover/</link><dc:creator>Matthew Smith</dc:creator><description>&lt;div&gt;&lt;p&gt;After joining the iOS 17 beta programs this last June, I noticed that the voice I was using for Voice over had changed. Although it was technically the same voice, the file size of the voice was a tenth or less of what it was before, and with that size deflation also came a rather drastic change in the quality of the voice. It had gone from clear and easily understandable to sounding like a drunk; cutting off bits of words and slurring at higher rates of speech.&lt;/p&gt;
&lt;p&gt;This was unacceptable. Browsing through social media with this voice was an awful experience, and so rather than stick with that voice I switched to another... Until today.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://matthewsmithyt.me/blog/how-to-reenable-the-higher-quality-siri-voices-on-ios-17-for-voiceover/"&gt;Read more…&lt;/a&gt; (1 min remaining to read)&lt;/p&gt;&lt;/div&gt;</description><guid>https://matthewsmithyt.me/blog/how-to-reenable-the-higher-quality-siri-voices-on-ios-17-for-voiceover/</guid><pubDate>Sat, 27 Jan 2024 03:51:00 GMT</pubDate></item><item><title>How to Install WordPress on Debian</title><link>https://matthewsmithyt.me/blog/how-to-install-wordpress-on-debian/</link><dc:creator>Matthew Smith</dc:creator><description>&lt;div&gt;&lt;p&gt;In this article, I'll show you how to install MariaDB and PHP, as well as wordpress.
In my last article, I walked you through the process of installing Nginx as well as certbot to get your website off the ground. If you haven't set up Nginx or Certbot, and you want to set up wordpress, you should go back to that article and follow those instructions by clicking &lt;a href="https://matthewsmithyt.me/blog/2022/04/06/how-to-set-up-a-simple-website-using-nginx-and-letsencrypt-on-debian/"&gt;here&lt;/a&gt;, since this article assumes you've just completed all the steps laid out there.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://matthewsmithyt.me/blog/how-to-install-wordpress-on-debian/"&gt;Read more…&lt;/a&gt; (5 min remaining to read)&lt;/p&gt;&lt;/div&gt;</description><guid>https://matthewsmithyt.me/blog/how-to-install-wordpress-on-debian/</guid><pubDate>Thu, 06 Jul 2023 05:41:00 GMT</pubDate></item><item><title>How to set up a Simple Website using Nginx and Letsencrypt on Debian</title><link>https://matthewsmithyt.me/blog/how-to-set-up-a-simple-website-using-nginx-and-letsencrypt-on-debian/</link><dc:creator>Matthew Smith</dc:creator><description>&lt;div&gt;&lt;p&gt;In this tutorial, I'll be explaining how to set up Nginx's latest mainline version as well as Letsencrypt Certbot on Debian 11.&lt;/p&gt;
&lt;p&gt;This is something a few friends and I have been needing to do recently, and I wanted to make sure there was an easy to understand resource to go through the setup as it isn't as easy as simply running sudo apt install nginx.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://matthewsmithyt.me/blog/how-to-set-up-a-simple-website-using-nginx-and-letsencrypt-on-debian/"&gt;Read more…&lt;/a&gt; (5 min remaining to read)&lt;/p&gt;&lt;/div&gt;</description><guid>https://matthewsmithyt.me/blog/how-to-set-up-a-simple-website-using-nginx-and-letsencrypt-on-debian/</guid><pubDate>Wed, 06 Apr 2022 21:55:59 GMT</pubDate></item><item><title>How to install Resilio Sync on Debian</title><link>https://matthewsmithyt.me/blog/how-to-install-resilio-sync-on-debian/</link><dc:creator>Matthew Smith</dc:creator><description>&lt;div&gt;&lt;p&gt;In this tutorial, you'll learn how to install Resilio Sync on Debian 11. This should work for any debian based operating system, such as Ubuntu as well.&lt;/p&gt;
&lt;p&gt;A lot of people I know have been having trouble installing resilio sync, especially for the first time. The article &lt;a href="https://help.resilio.com/hc/en-us/articles/206178924-Installing-Sync-package-on-Linux"&gt;here&lt;/a&gt; works pretty well if you sorta understand what you're doing, however if you're not quite sure its a completely different story. This article should serve as a more simple explanation of how to get everything set up and working properly&lt;/p&gt;
&lt;p&gt;&lt;a href="https://matthewsmithyt.me/blog/how-to-install-resilio-sync-on-debian/"&gt;Read more…&lt;/a&gt; (1 min remaining to read)&lt;/p&gt;&lt;/div&gt;</description><guid>https://matthewsmithyt.me/blog/how-to-install-resilio-sync-on-debian/</guid><pubDate>Sat, 02 Apr 2022 02:29:00 GMT</pubDate></item><item><title>Apple Airpods Pro, My Review</title><link>https://matthewsmithyt.me/blog/apple-airpods-pro-my-review/</link><dc:creator>Matthew Smith</dc:creator><description>&lt;div&gt;&lt;p&gt;A few weeks ago, my friend who happens to be decent at recommendations for headphones and things of that sort said to me that I should consider getting Apple Airpods Pro as my Raycon E55's are getting a little older. Three years of every-day usage really tends to be able to wear most pieces of technology out, and so I said that I'd give them a look.
So now that Christmas is over and I've had the headphones for about a week and a half, I figured I'd throw out a bit of my opinion on them.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://matthewsmithyt.me/blog/apple-airpods-pro-my-review/"&gt;Read more…&lt;/a&gt; (3 min remaining to read)&lt;/p&gt;&lt;/div&gt;</description><guid>https://matthewsmithyt.me/blog/apple-airpods-pro-my-review/</guid><pubDate>Wed, 23 Mar 2022 20:00:10 GMT</pubDate></item></channel></rss>