<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Posts on</title><link>https://www.androidsdream.net/posts/</link><description>Recent content in Posts on</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Thu, 12 Mar 2026 06:00:00 -0400</lastBuildDate><atom:link href="https://www.androidsdream.net/posts/index.xml" rel="self" type="application/rss+xml"/><item><title>rclone Backblaze B2 Cloud Backup</title><link>https://www.androidsdream.net/posts/rclone-backblaze-b2-cloud-backup/</link><pubDate>Thu, 12 Mar 2026 06:00:00 -0400</pubDate><guid>https://www.androidsdream.net/posts/rclone-backblaze-b2-cloud-backup/</guid><description>&lt;p>I&amp;rsquo;ve discussed using rclone in &lt;a href="https://www.androidsdream.net/posts/rclone-google-drive-cloud-backup/" target="_blank">previous post&lt;/a>. Well, since I&amp;rsquo;m getting close to filling up some storage locally, and hard drive prices are currently astronmically high right now, I figured I would check out affordable cloud storage to send some of my data that I don&amp;rsquo;t access often to long-term storage using Backblaze B2. And the reason I have chosen Backblaze B2 over Google Drive is that I am slowly migrating all services I use away from Google. One major issue I have with Google Drive is that it doesn&amp;rsquo;t have the level of encryption that Backblaze has for keeping my data safe.&lt;/p></description></item><item><title>KVM Windows 11 Virtual Machine Fine Tuning</title><link>https://www.androidsdream.net/posts/kvm-windows11-virtual-machine-fine-tuning/</link><pubDate>Thu, 16 Oct 2025 08:30:00 -0400</pubDate><guid>https://www.androidsdream.net/posts/kvm-windows11-virtual-machine-fine-tuning/</guid><description>&lt;p>&lt;img src="https://www.androidsdream.net/images/KVM-logo.png" alt="kvm">
It is really unfortunate that I have to do this at a university that should be operating system and Office suite agnostic (especially for a degree in Information Technology); I needed to setup a Windows 11 virtual machine just so that I could use the Microsoft 365 Office Suite for some classes now that &lt;a href="https://support.microsoft.com/en-us/windows/windows-10-support-has-ended-on-october-14-2025-2ca8b313-1946-43d3-b55c-2b95b107f281" target="_blank">Microsoft is no longer supporting Windows 10&lt;/a>. Some of you, as you read this, are probably saying &amp;ldquo;Just use LibreOffice&amp;rdquo;. And I do; I use it frequently when I can. But, if you have used LibreOffice enough you know that sometimes the translations to Microsoft Office format does not always populate correctly.&lt;/p></description></item><item><title>AWS EC2 Web Server And Let's Encrypt</title><link>https://www.androidsdream.net/posts/aws-ec2-web-server-letsencrypt/</link><pubDate>Sun, 12 Oct 2025 08:15:00 -0400</pubDate><guid>https://www.androidsdream.net/posts/aws-ec2-web-server-letsencrypt/</guid><description>&lt;p>I started a project that I wanted to test to see if I could do it; mainly for a domain I have owned for many years that is currently not being used, &lt;a href="https://edwardcrosby.com" target="_blank">edwardcrosby.com&lt;/a>. The idea was to use the free tier version of an AWS EC2 instance (free for only the first year) in their version of a Fedora Server virtual machine called Amazon Linux 2023. I setup that server and then completed the following.&lt;/p></description></item><item><title>Hugo Site on Netlify</title><link>https://www.androidsdream.net/posts/hugo-site-on-netlify/</link><pubDate>Tue, 09 Sep 2025 06:00:00 -0400</pubDate><guid>https://www.androidsdream.net/posts/hugo-site-on-netlify/</guid><description>&lt;p>&lt;img src="https://www.androidsdream.net/images/Netlify_logo.png" alt="Netlify">
Well, it&amp;rsquo;s been a while since I have posted. I realized today that I never posted my transition of moving my self-hosted &lt;a href="https://gohugo.io/" target="_blank">Hugo&lt;/a> generated web site from a Red Hat virtual web server on my homelab to the free-tier hosting on &lt;a href="https://www.netlify.com/" target="_blank">Netlify&lt;/a>. This also included finally learning the basics of &lt;a href="https://git-scm.com/" target="_blank">Git&lt;/a> and using a remote Git repository in &lt;a href="https://bitbucket.org" target="_blank">Bitbucket&lt;/a>.&lt;/p>
&lt;p>It was a surprisingly easy transition, moving from my local server to Netlify. I think the most difficult part, for me, was learning how to get my local Git repo where my Hugo files existed to Bitbucket. I&amp;rsquo;m not a developer and anything code related, even if it is the simple use of Git, is a bit of a learning hurdle for me. I simply followed the steps from &lt;a href="https://gohugo.io/host-and-deploy/host-on-netlify/" target="_blank">this site&lt;/a>, and other resources from my web search, changed the DNS on my domain from my local WAN IP address to point at Netlify&amp;rsquo;s, and all was working. I was really surprised how easy it was to migrate. The only difference was I have a different and simplier netlify.toml config than what I found on the site referenced above. Mine looks like this:&lt;/p></description></item><item><title>Podman Rootless Container Start on Boot</title><link>https://www.androidsdream.net/posts/podman-container-start-on-boot/</link><pubDate>Wed, 04 Jun 2025 05:46:00 -0400</pubDate><guid>https://www.androidsdream.net/posts/podman-container-start-on-boot/</guid><description>&lt;p>&lt;img src="https://www.androidsdream.net/images/podman-logo.png" alt="Podman">&lt;/p>
&lt;p>I&amp;rsquo;ve been a Docker user for years. I&amp;rsquo;ve never been an expert, I&amp;rsquo;ve only used it enough to get by in deploying Containers on my home lab for self-hosting services. Recently, I decided it was time to use Podman instead of Docker just so I could learn the differences. The major differences, as I understand it, is that Podman is more secure due to the ability of deploying a rootless container. So, I setup a new virtual machine running AlmaLinux 9, installed all the Podman packages and proceeded with, first, setting up Homarr dashboard using a Docker compose file. I deployed it as usual; this time using the &lt;em>podman-compose&lt;/em> command instead of &lt;em>docker-compose&lt;/em> using a standard non-root user. From there, I decided to migrate a couple of other containers (Freshrss and flatnote) from a different machine where they had been running as a Docker container to the new virtual machine running Podman and they all started up nicely. What I had found, so far, is that most things translate easily from Docker to Podman. Fair enough, easy enough.&lt;/p></description></item><item><title>Linux 101 - Part 2</title><link>https://www.androidsdream.net/posts/linux_101_part_02/</link><pubDate>Sat, 10 May 2025 12:16:00 -0400</pubDate><guid>https://www.androidsdream.net/posts/linux_101_part_02/</guid><description>&lt;p>&lt;img src="https://www.androidsdream.net/images/linux.jpg" alt="Linux">&lt;/p>
&lt;p>In &lt;a href="https://www.androidsdream.net/posts/linux_101_part_01/" target="_blank">part 1 of Linux 101&lt;/a>, in my attempt to inform those interested in the basics of Linux, I gave a brief breakdown of why I am doing these post. In this part 2 I will continue to do so by breaking down the different versions of Linux distributions.&lt;/p>
&lt;p>&lt;img src="https://www.androidsdream.net/images/linux_versions.png" alt="Linux versions">&lt;/p>
&lt;p>In the graphic above, I have a desktop distribution list and a server distribution list. Even though the list, as a whole, is not the full list of distributions available, it is a list of the more common and popular distros at the time of this post. To get a complete list of all that is available, visit the &lt;a href="https://distrowatch.com/" target="_blank">DistroWatch website&lt;/a>.&lt;/p></description></item><item><title>KVM Virtual Machine Template</title><link>https://www.androidsdream.net/posts/kvm-virtual-machine-template/</link><pubDate>Thu, 20 Mar 2025 11:00:00 -0400</pubDate><guid>https://www.androidsdream.net/posts/kvm-virtual-machine-template/</guid><description>&lt;p>&lt;img src="https://www.androidsdream.net/images/KVM-logo.png" alt="kvm">&lt;/p>
&lt;p>In a &lt;a href="https://www.androidsdream.net/posts/virtual-machine-automated-install/" target="_blank">previous post&lt;/a> I discussed creating a RHEL or AlmaLinux KVM virtual machine using a Kickstart file and a bash shell script. I&amp;rsquo;ve recently decided that I wanted an easier approach to quickly creating a virtual machine using a pre-existing template I had created. In my research, I found there are quite a few ways to complete this task but this is the method that works for me, using AlmaLinux, and may also work for you.&lt;/p></description></item><item><title>Home Network Internet Parental Controls with UniFi Network</title><link>https://www.androidsdream.net/posts/home-network-internet-parental-controls/</link><pubDate>Mon, 03 Mar 2025 19:00:00 -0500</pubDate><guid>https://www.androidsdream.net/posts/home-network-internet-parental-controls/</guid><description>&lt;p>I have a young child in my home. As she gets older (she&amp;rsquo;s turning 9 years old this month) she has more and more exposure to the internet. For any parent, this is a challenge; I need to keep her safe from malicious content on the internet. I have used Ubiquiti network devices on my LAN for many years and have had no major complaints with their products. However, one thing that really isn’t very clear in their UniFi Network web interface, used to manage all my devices, is that you can manage internet use for a specific client. And not many people know this feature. Mainly, I believe, is because Ubiquiti is geared toward small office to enterprise level networks where there is an expectation that an experienced Network Admin knows their products and has the expertise to manage the network.&lt;/p></description></item><item><title>Linux 101 - Part 1</title><link>https://www.androidsdream.net/posts/linux_101_part_01/</link><pubDate>Mon, 13 Jan 2025 05:00:00 -0500</pubDate><guid>https://www.androidsdream.net/posts/linux_101_part_01/</guid><description>&lt;p>&lt;img src="https://www.androidsdream.net/images/linux.jpg" alt="Linux">
I love Linux. I am passionate about Linux. I am a Linux geek. I think I have stated that before in this blog but I wanted to state that claim again for this post.&lt;/p>
&lt;p>There was a time that I had attempted to run a YouTube channel to help those interested in learning Linux. However, I found that with the limited time that I had between personal life, work life and school life was a very difficult task to maintain. Since I now have this blogging site, I figured I would try to post some of the content from that video series for those interested in learning about Linux. The information I posted mostly came from my personal knowledge but I also pulled information from the &lt;a href="https://www.lpi.org/" target="_blank">Linux Professional Institute’s&lt;/a> Linux Essentials and LPIC-1 certification content. Both of those certifications have some very basic information about Linux but also will have more advanced content for those interested in really learning and obtaining certifications for Linux Systems Administration. In fact, if you wanted to, you could go to their site and &lt;a href="https://learning.lpi.org/en/learning-materials/learning-materials/" target="_blank">download their study guides for free&lt;/a>. So, to recycle, this post, and future post, will have some of that same basic content from my old channel.&lt;/p></description></item><item><title>Fedora &amp; Debian Photo Album Kiosk</title><link>https://www.androidsdream.net/posts/fedora-debian-photo-album-kiosk/</link><pubDate>Thu, 07 Nov 2024 15:30:00 -0500</pubDate><guid>https://www.androidsdream.net/posts/fedora-debian-photo-album-kiosk/</guid><description>&lt;p>I &lt;a href="https://www.androidsdream.net/posts/raspberry-pi-kiosk/" target="_blank">previously posted&lt;/a> about setting up a Raspberry Pi with Raspbian 11 as a photo album kiosk. Since then I wanted to test completing the same setup with Debian and Fedora on an x86 machine, just in case my Raspberry Pi died, or if I decided I needed a faster machine and wanted to use my spare Beelink S12. This a great setup if you have a spare machine and monitor lying around for displaying family photos (again, see previously post to see my example). Well, in testing on a virtual machine I came up with these basic steps below.&lt;/p></description></item><item><title>Beelink Mini S12 Faulty Network</title><link>https://www.androidsdream.net/posts/beelink-s12-faulty-network/</link><pubDate>Fri, 27 Sep 2024 15:30:00 -0400</pubDate><guid>https://www.androidsdream.net/posts/beelink-s12-faulty-network/</guid><description>&lt;p>I recently purchased a second Beelink mini S12; mainly because it was such a good deal for $140 USD that I couldn&amp;rsquo;t pass up. The difference in this model versus the S12 Pro I had purchased for my Jellyfin server (see &lt;a href="https://www.androidsdream.net/posts/jellyfin-and-the-beelink-s12-pro/" target="_blank">previous post&lt;/a>), is that the S12 Pro is an Intel N100 while the S12 is an Intel N95. Well, it is true that you get what you pay for. The S12 (N95) has a bad wired network interface.&lt;/p></description></item><item><title>Home Server Monitoring with Cockpit and Landscape</title><link>https://www.androidsdream.net/posts/home-server-monitoring-with-cockpit-landscape/</link><pubDate>Wed, 18 Sep 2024 17:30:00 -0400</pubDate><guid>https://www.androidsdream.net/posts/home-server-monitoring-with-cockpit-landscape/</guid><description>&lt;p>Server monitoring has many levels. From my own personal experience, in the I.T. world as a Systems Administrator, I have used many products for such purposes (e.g. SolarWinds). You can monitor servers for simply their availability status. Or, you can get as detailed as monitoring performance and resource statistics. On my home network, I have tried many solutions from Nagios to Zabbix to Checkmk. All have been solid solutions but, truthfully, a bit of overkill. At the moment, the most basic monitoring I have in place is Uptime Kuma internally that sends notifications to Discord if a server goes down. Externally, since I self-host my own web server (here), I use the free version of UptimeRobot for up time with notifications straight to my email.&lt;/p></description></item><item><title>rclone Google Drive Cloud Backup</title><link>https://www.androidsdream.net/posts/rclone-google-drive-cloud-backup/</link><pubDate>Tue, 23 Jul 2024 06:00:00 -0400</pubDate><guid>https://www.androidsdream.net/posts/rclone-google-drive-cloud-backup/</guid><description>&lt;p>In my backup strategy I have a few tiers of backup for restore scenarios. I have my primary data folder that syncs to my Nextcloud server on my home network using the Nextcloud client. This is so I can sync that same data to multiple devices on my LAN, even while I am off my LAN using my Tailscale network. That Nextcloud instance has a NFS share mounted from my 8TB Synology NAS (one of these days I&amp;rsquo;ll post about my Nextcloud setup). At the same time I also rsync that same data folder to a separate directory on my Synology NAS and that directory on the NAS, and everything else, also rsyncs to an external 8TB USB drive; all scheduled to be completed twice a week via a crontab. So that I have off-site backup of my primary data folder, I also use a service called &lt;a href="https://mega.io/" target="_blank">MEGA&lt;/a>. I&amp;rsquo;ve been using it for over a year and have not had any issues with it, until now.&lt;/p></description></item><item><title>Jellyfin and the Beelink Mini S12 Pro</title><link>https://www.androidsdream.net/posts/jellyfin-and-the-beelink-s12-pro/</link><pubDate>Fri, 14 Jun 2024 06:15:00 -0400</pubDate><guid>https://www.androidsdream.net/posts/jellyfin-and-the-beelink-s12-pro/</guid><description>&lt;p>&lt;img src="https://www.androidsdream.net/images/beelink_s12_pro.jpg" alt="Beelink S12 Pro">&lt;/p>
&lt;p>I believe I may have mentioned (but don&amp;rsquo;t fully recall) in a previous post that I was a Plex user for many years. I had it running on my Intel NUC running CentOS then to AlmaLinux then to Red Hat and it worked well without any issues. For the past couple of years or so, I haven&amp;rsquo;t been happy with the direction Plex has been moving, like requiring a &amp;ldquo;cloud&amp;rdquo; account in order to view my own local media. Also, adding stuff like Live TV and other membership functions that I don&amp;rsquo;t care about. I just needed something that served up my local media for me to play on all my Roku devices on my LAN. I had tested and played around with Jellyfin about a year ago but I didn&amp;rsquo;t have a very good experience with it then. Well, over the past few months I decided to give it another chance. When I setup the Minisforum NAB5 (mentioned in &lt;a href="https://www.androidsdream.net/posts/minisforum-nab5-new-vm-host/" target="_blank">previous post&lt;/a>), I installed Jellyfin and ran with it for a while. Well, while viewing some high definition movies, I was noticing some crashes of Jellyfin and large skips to a different time frame. Through troubleshooting and research, I discovered that the use of Red Hat 8 on my Minisforum lacked some features that Jellyfin required (e.g. Jellyfin&amp;rsquo;s version of ffmeg) for proper transcoding. If I had done more research ahead of time by reading Jellyfin&amp;rsquo;s own &lt;a href="https://jellyfin.org/docs/" target="_blank">documentation&lt;/a> before setting up Jellyfin on Red Hat I would have read that their configuration works better with Ubuntu.
Fast forward to my discovery of a fellow &lt;a href="https://www.jupiterbroadcasting.com/show/linux-unplugged/" target="_blank">Jupiter Broadcasting Linux Unplugged&lt;/a> podcast listener (412Linux) posting on &lt;a href="https://412linux.io/article/beelinks12pro-performance/" target="_blank">his experiences&lt;/a> with the &lt;a href="https://www.bee-link.com/collections/mini-pc/products/beelink-minis-12-pro-intel-n100-processor" target="_blank">Beelink Mini S12 Pro&lt;/a> and then taking note of how inexpensive that device is on Amazon for less than 200 USD, I decided to purchase the 16GB RAM/500GB storage version for 180 USD. I&amp;rsquo;ve since installed Ubuntu 24.04 Server, installed and configured Jellyfin based on Jellyfin&amp;rsquo;s extensive documentation making sure to install the &lt;em>intel-opencl-icd&lt;/em> and &lt;em>intel-gpu-tools&lt;/em> package from Ubuntu&amp;rsquo;s repository.&lt;/p></description></item><item><title>New PC Build</title><link>https://www.androidsdream.net/posts/new-pc-build/</link><pubDate>Thu, 23 May 2024 05:30:00 -0400</pubDate><guid>https://www.androidsdream.net/posts/new-pc-build/</guid><description>&lt;p>Finally, after using the same PC build for 9 years, I have built a new desktop PC. Thanks to the community members over at Tom&amp;rsquo;s Hardware forum, I puchased the parts from this list (as of 05/2024): &lt;a href="https://pcpartpicker.com/user/t3kg33k_og/saved/#view=zpXWrH" target="_blank">https://pcpartpicker.com/user/t3kg33k_og/saved/#view=zpXWrH&lt;/a>&lt;/p>
&lt;p>Even though I am an avid Linux fan, I had no choice but to install Windows 11 because there is one game that I play regulary (when I have the time), and have played for a very long time, that will not work in Steam&amp;rsquo;s ProtonDB is Insurgency: Sandstorm due to the anti-cheat software it uses is only compatible in Windows. For all my other games on Steam, and as my daily driver, I use Fedora Plasma in a dual-boot configuration.&lt;/p></description></item><item><title>Minisforum NAB5 New VM Host</title><link>https://www.androidsdream.net/posts/minisforum-nab5-new-vm-host/</link><pubDate>Mon, 15 Apr 2024 05:06:00 -0400</pubDate><guid>https://www.androidsdream.net/posts/minisforum-nab5-new-vm-host/</guid><description>&lt;p>I found such a good deal on a new computer a few weeks ago that I had to pull the trigger. I had been shopping for an inexpensive mini-PC that I could setup as a new KVM/libvirt virtual machine host to replace my Intel NUC and found the Minisforum Venus Series NAB5 on Newegg on sale for 359 dollars USD. Normally, I purchase used computers on Ebay, most of the time for under 200 dollars USD; the two Lenovo ThinkCentre M700 you see in the diagram below I purchased for less than 100 dollars USD (my leon machine had some roles at one time but have been migrated to other servers). My Intel NUC is just getting too old and doesn&amp;rsquo;t have the required resources I need for virtual machines, that was the main reason I purchased something new that had more resources.&lt;/p></description></item><item><title>Ghost Blogging Busting</title><link>https://www.androidsdream.net/posts/ghost-blogging-busting/</link><pubDate>Mon, 01 Apr 2024 08:15:45 -0400</pubDate><guid>https://www.androidsdream.net/posts/ghost-blogging-busting/</guid><description>&lt;p>I moved from Ghost blogging plaform self-hosted on one of my servers at home using a Docker compose file to the simplified use of a static site generator that is &lt;a href="https://gohugo.io/" target="_blank">Hugo&lt;/a>. There was quite a bit of a learning curve being that I am not a developer but YouTube and other resources on the internet were instrumental in helping me set everything up. Now, I just have Hugo installed on my Fedora workstation and a RHEL 8 web server for posting all the files that Hugo generates.&lt;/p></description></item><item><title>This Site's RSS feed</title><link>https://www.androidsdream.net/posts/this-sites-rss-feed/</link><pubDate>Thu, 21 Mar 2024 08:15:45 -0400</pubDate><guid>https://www.androidsdream.net/posts/this-sites-rss-feed/</guid><description>&lt;p>&lt;img src="https://www.androidsdream.net/images/RSS.png" alt="RSS">
&lt;del>I just discovered the Ghost CMS (this blogging platform) automatically comes with an rss feed to plug into your favorite feed reader. Here it is: &lt;a href="https://www.androidsdream.net/rss/" target="_blank">https://www.androidsdream.net/rss/&lt;/a>&lt;/del>&lt;/p>
&lt;p>EDIT - 04/01/2024: Since moving from Ghost to Hugo, &lt;a href="https://www.androidsdream.net/posts/index.xml" target="_blank">this site&amp;rsquo;s rss link&lt;/a> is different now than from what it used to be on Ghost. You can now find an icon in the left panel for the link.&lt;/p></description></item><item><title>Server Install Post-Configuration</title><link>https://www.androidsdream.net/posts/server-install-post-configuration/</link><pubDate>Wed, 20 Mar 2024 08:15:45 -0400</pubDate><guid>https://www.androidsdream.net/posts/server-install-post-configuration/</guid><description>&lt;p>&lt;img src="https://www.androidsdream.net/images/terminal-script.png" alt="Terminal script">
As mentioned in &lt;a href="https://www.androidsdream.net/posts/virtual-machine-automated-install/" target="_blank">last post&lt;/a> when I complete a server install of either Red Hat or AlmaLinux, I have a post install shell script that completes some configuration setups. Hopefully someday I will get to writing an Ansible playbook to complete the same steps instead of using the shell script. I already have an Ansible playbook that configures my Fedora desktop and laptop when I complete a fresh install (I&amp;rsquo;ll share in a later post) so it&amp;rsquo;s just a matter of completing some of the same steps in the server Ansible playbook.&lt;/p></description></item><item><title>Virtual Machine Automated Install</title><link>https://www.androidsdream.net/posts/virtual-machine-automated-install/</link><pubDate>Wed, 13 Mar 2024 08:15:45 -0400</pubDate><guid>https://www.androidsdream.net/posts/virtual-machine-automated-install/</guid><description>&lt;p>&lt;img src="https://www.androidsdream.net/images/terminal.png" alt="terminal">
As you may have seen in my last post, I have a Red Hat virtual machine host running on an Intel NUC. This virtual host has a couple of functions for my virtual environment: To setup virtual machines for permanent services (e.g. proxy server, web server, Home Assistant, etc.) and to setup a virtual machine for temporary testing. It seems that more times than any others that I have use cases for setting up a temporary virtual machine for some testing. As you may have also seen in my previous post is that I prefer the Linux operating system. There was a time that I used CentOS, but then that changed to AlmaLinux (for reasons, if you know the history of CentOS). However, when I found out that one can sign up for a Red Hat Developer account (&lt;a href="https://developers.redhat.com/products/rhel/download" target="_blank">https://developers.redhat.com/products/rhel/download&lt;/a>) that allows for 16 free RHEL subscriptions, that settled the move from AlmaLinux to Red Hat. I use and support Red Hat in my day job, so why not use it at home too, was my thought. Don&amp;rsquo;t get me wrong about AlmaLinux. I love that operating system and consider it to be the best alternative to Red Hat.&lt;/p></description></item><item><title>Home Network</title><link>https://www.androidsdream.net/posts/home-network/</link><pubDate>Mon, 11 Mar 2024 08:15:45 -0400</pubDate><guid>https://www.androidsdream.net/posts/home-network/</guid><description>&lt;p>Before I move forward with discussing events on my network and any cool new items I discover that I may want to post on this blog, I figure I would give you an idea of what I have setup as of today as a frame of reference. One thing that I have discovered over the years, though, is that my home lab is very dynamic.
The visual diagram below depicts a very basic setup of my LAN. A few things it does not display is the separate (segmented) VLAN I have setup for all my IoT devices, a number of wireless devices that I have on my default VLAN (Roku, smartphones, tablets, printers, etc.) and the &lt;a href="https://tailscale.com/" target="_blank">Tailscale&lt;/a> network running on some of my nodes. In regards to the Tailscale network, just know that a few of the devices displayed below have services running that are only available on my Tailscale network (e.g. Nextcloud, Rustdesk). I am sure there is room for improvement and there are probably a few things I am doing wrong. But I am learning something new almost every day and that is why I find my LAN can be so dynamic.&lt;/p></description></item><item><title>Raspberry Pi Kiosk Photo Album</title><link>https://www.androidsdream.net/posts/raspberry-pi-kiosk/</link><pubDate>Thu, 15 Feb 2024 08:15:45 -0400</pubDate><guid>https://www.androidsdream.net/posts/raspberry-pi-kiosk/</guid><description>&lt;p>&lt;img src="https://www.androidsdream.net/images/rasppi-kiosk.jpg" alt="Raspberry Pi 3">
A while back I had purchased an &lt;a href="https://a.co/d/1VzMgkl" target="_blank">Eyoyo 7 inch mini HDMI monitor&lt;/a> to use on my physical servers on my home network. I usually setup headless configuration on my servers but I still need to be able to see what I am doing when I install the operating system (I haven&amp;rsquo;t had the time yet to configure automated install) or troubleshoot an issue. Well the monitor has been sitting on my home office desk, most of the time, doing nothing. I also had a Raspberry Pi 3 sitting around doing nothing so I decided it was time to setup a makeshift photo frame for my desk. I ended up following the usual guides found everywhere for configuring Raspberry Pi OS in kiosk mode and partially how to setup the feh utility for the image viewer in this &lt;a href="https://pimylifeup.com/raspberry-pi-photo-frame/" target="_blank">guide&lt;/a>. In the article I followed the steps to disable screen blanking. I figured out, though, that I needed to add the following:&lt;/p></description></item><item><title>Expectations</title><link>https://www.androidsdream.net/posts/expectations/</link><pubDate>Sat, 03 Feb 2024 08:15:45 -0400</pubDate><guid>https://www.androidsdream.net/posts/expectations/</guid><description>&lt;p>If you&amp;rsquo;re here and haven&amp;rsquo;t read my About page yet, you should expect post on this site will mostly be focused on technology, most of it probably Linux related, my passion. I can&amp;rsquo;t guarantee that there will be frequent post, but I will try to fit one in every now and then outside of school (currently working on my B.S. in I.T.) and family time.&lt;/p></description></item></channel></rss>