<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Ronnie Henry</title>
    <description>The latest articles on DEV Community by Ronnie Henry (@ronniehenry).</description>
    <link>https://dev.to/ronniehenry</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3983761%2F18c2f059-6ffb-47ed-b3f5-c9adf4c5b8c2.jpeg</url>
      <title>DEV Community: Ronnie Henry</title>
      <link>https://dev.to/ronniehenry</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ronniehenry"/>
    <language>en</language>
    <item>
      <title>Why I Keep Coming Back To That One Distro</title>
      <dc:creator>Ronnie Henry</dc:creator>
      <pubDate>Sun, 14 Jun 2026 11:26:00 +0000</pubDate>
      <link>https://dev.to/ronniehenry/why-i-keep-coming-back-to-that-one-distro-1ci1</link>
      <guid>https://dev.to/ronniehenry/why-i-keep-coming-back-to-that-one-distro-1ci1</guid>
      <description>&lt;h2&gt;
  
  
  Why create this?
&lt;/h2&gt;

&lt;p&gt;This serves as a record, just to understand the madness. I have been distro-hopping for a really long time, and have tried several distros over the years. Some distros I keep coming back to, and some new ones I have tried. Somehow, I keep on going back to &lt;a href="https://www.ubuntu.com" rel="noopener noreferrer"&gt;Ubuntu&lt;/a&gt;.&lt;/p&gt;




&lt;h2&gt;
  
  
  Honestly, I Just Can't Help It
&lt;/h2&gt;

&lt;h3&gt;
  
  
  I am curious/excited about new stuff
&lt;/h3&gt;

&lt;p&gt;That feeling of trying something new, is what I cherish with Linux. The variety, discovering how one distro works, what new feature is included. It gives that different kind of high.&lt;/p&gt;

&lt;h3&gt;
  
  
  I have FOMO when it comes to new technology
&lt;/h3&gt;

&lt;p&gt;I just want to experience it, possibly ahead of other people I know. To be able to relate to reviews on YouTube and some discussions on Discord and Twitch.&lt;/p&gt;

&lt;h3&gt;
  
  
  I cannot seem to find that perfect distribution
&lt;/h3&gt;

&lt;p&gt;Somehow I find a thing or two to nitpick on a distro. Installation glitches, font rendering issues, color schemes, unnecessary shell scripts running, incompatible with the drivers for my laptop and printer.&lt;/p&gt;




&lt;h2&gt;
  
  
  What It's Actually Been Doing to Me
&lt;/h2&gt;

&lt;h3&gt;
  
  
  I've Been Wasting Time
&lt;/h3&gt;

&lt;p&gt;Every time I reset my laptop and install another distro, I spend anywhere from an hour to almost half a day to make it reach a state that I would consider 'normal' -- setting up a development environment for Arduino, Python, and C, setting up multimedia support, customizing it with the wallpapers and fonts of my preference.&lt;/p&gt;

&lt;h3&gt;
  
  
  I Set Up Everything, Accomplished Nothing
&lt;/h3&gt;

&lt;p&gt;I have spent hours on end installing the distributions. Studying Python, taking on management classes online, took a backseat. I learned a lot about setting up different distributions, but none of the stuff that really 'matter'.&lt;/p&gt;

&lt;h3&gt;
  
  
  And Then the Frustration Sets In
&lt;/h3&gt;

&lt;p&gt;Every time I install a new distribution, I end up getting frustrated finding out that it was a lost cause. One distro's customization with the UI is too much for my taste. On another, extra scripts needed just to set up additional features and running them in a specific terminal app (over the default terminal app of a certain DE) is too overkill. Some new distributions are just reiterations of the base distribution, and the added features I cannot, or just too time-consuming  for me to bypass.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Checklist I Keep Ignoring
&lt;/h2&gt;

&lt;h3&gt;
  
  
  The distribution should be stable
&lt;/h3&gt;

&lt;p&gt;Less probability of breakage. Frequent updates/rolling releases are exciting, but I need something that would be less likely to trash the OS. I've experienced it several times already, a kernel update here, a bootloader update there, a driver update once more. After restarting, I cannot access the system anymore. Nobody would want that experience.&lt;/p&gt;

&lt;h3&gt;
  
  
  Package recency/update frequency
&lt;/h3&gt;

&lt;p&gt;I need my packages up to date, but not really bleeding edge. See the section, "&lt;em&gt;The distribution should be stable&lt;/em&gt;".&lt;/p&gt;

&lt;h3&gt;
  
  
  Good enough to ignore imperfections
&lt;/h3&gt;

&lt;p&gt;I concede, there is no perfect distro. Might as well go &lt;a href="https://www.linuxfromscratch.org/" rel="noopener noreferrer"&gt;LFS&lt;/a&gt; but that is way troublesome for me. The flaws should be negligible enough for my workflow, or easy to mitigate, that I would be more than willing to live with it.&lt;/p&gt;

&lt;h3&gt;
  
  
  Security should be automatically set up
&lt;/h3&gt;

&lt;p&gt;A decent OS should not leave security entirely with the user. Nominal app and network security should be in place.&lt;/p&gt;

&lt;h3&gt;
  
  
  Easy for me to change or replace things
&lt;/h3&gt;

&lt;p&gt;I should easily be able to replace the default shell, terminal, editor, browser -- and then install my preferred tools.&lt;/p&gt;

&lt;h3&gt;
  
  
  Support for Asus Laptop
&lt;/h3&gt;

&lt;p&gt;Battery management matters for my Asus laptop. It has tools available &lt;a href="https://asus-linux.org/" rel="noopener noreferrer"&gt;online&lt;/a&gt;. I need to run this:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;asusctl battery limit 80
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;So the laptop would keep its maximum charge to 80%, hopefully preserving battery life a bit longer. &lt;/p&gt;

&lt;h3&gt;
  
  
  Support for Brother Printer/Scanner
&lt;/h3&gt;

&lt;p&gt;I have a Brother &lt;a href="https://support.brother.com/g/b/producttop.aspx?c=ph&amp;amp;lang=en&amp;amp;prod=dcpt720dw_all" rel="noopener noreferrer"&gt;DCP-T720DW&lt;/a&gt; Printer/Scanner connected to my home network through WiFi. It is important that I am able to scan documents and print from my laptop.&lt;/p&gt;




&lt;h2&gt;
  
  
  The One I Keep Returning To
&lt;/h2&gt;

&lt;p&gt;I have been familiar with Ubuntu since Warty Warthog. Curiosity, generally, as I use RH 9.0 then as base distribution to setup my development environment at work. Got the free CDs of later releases from work colleagues, and I found it interesting. I have been dual booting different flavors of Ubuntu over the years -- Ubuntu Studio, Kubuntu, Xubuntu for most of the time. But at work, it's Red Hat, and CentOS mostly.&lt;/p&gt;

&lt;p&gt;When I moved on to work for another company in 2021, my curiosity was piqued when I learned that they use Ubuntu LTS releases as base for setting up the development environment. The tools are mostly available as .deb, and the setup runs very much stable on a VM.&lt;/p&gt;

&lt;p&gt;The latest 'updates' have been giving me negative vibes. The snaps, the nags in the terminal, and the subscription in particular. I generally avoid it, and usually go for Flatpaks and AppImages if the app is not available on .deb. I can get a free subscription on Ubuntu Pro, but I feel that it is something used like a shackle to keep people from leaving by holding some of the updates to those subscribed.&lt;/p&gt;

&lt;p&gt;So as you can see, those minor itches have been leading me to distro hop.&lt;/p&gt;




&lt;h2&gt;
  
  
  Why Ubuntu, For Now
&lt;/h2&gt;

&lt;p&gt;So there, my reason right now in going back to Ubuntu is that I cannot find anything else that comes close to what I wanted in a Linux distribution. For now I can live with the imperfections, but I am on the lookout for one that can overcome those 'glitches', and would never think twice if I see one that fits the bill.&lt;/p&gt;

&lt;p&gt;Fedora is close to what I have in mind, however, the clincher is that there is no LTS release, which Ubuntu does have. I'd have to watch out for major updates every 6 months.&lt;/p&gt;

</description>
      <category>linux</category>
      <category>devjournal</category>
    </item>
  </channel>
</rss>
