<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>learningunix.net</title>
    <link>https://learningunix.net/</link>
    <description>Recent content on learningunix.net</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Fri, 29 May 2026 16:25:23 -0500</lastBuildDate>
    <atom:link href="https://learningunix.net/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Dead Simple Notifications With Pushover and shell</title>
      <link>https://learningunix.net/posts/dead-simple-notifications-with-pushover/</link>
      <pubDate>Fri, 29 May 2026 16:25:23 -0500</pubDate>
      <guid>https://learningunix.net/posts/dead-simple-notifications-with-pushover/</guid>
      <description>&lt;h2 id=&#34;what-is-pushover&#34;&gt;What is Pushover?&lt;/h2&gt;
&lt;p&gt;&lt;a href=&#34;https://pushover.net/&#34;&gt;Pushover&lt;/a&gt; is a notification service that makes it easy
to send real-time push notifications to the user&amp;rsquo;s phone from scripts and
applications. Users can wrap the service in a few lines of shell and get
real-time notifications for automated tasks. Some examples include docker
container health checks, zpool status reports, and the outcome of shell
commands.&lt;/p&gt;
&lt;p&gt;The service has native applications for iOS and Android, and a browser-based
client for desktop users. There is also a growing list of
&lt;a href=&#34;https://pushover.net/apps&#34;&gt;plugins&lt;/a&gt; for popular applications. Pushover
provides a simple &lt;a href=&#34;https://pushover.net/api&#34;&gt;HTTP API&lt;/a&gt;. Used in combination
with the mobile application, users can build simple but effective notification
systems.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Infrastructure as Code With OpenTofu</title>
      <link>https://learningunix.net/posts/infrastructure-as-code-with-opentofu/</link>
      <pubDate>Thu, 14 May 2026 05:17:27 -0500</pubDate>
      <guid>https://learningunix.net/posts/infrastructure-as-code-with-opentofu/</guid>
      <description>&lt;h2 id=&#34;what-is-infrastructure-as-code&#34;&gt;What is infrastructure as code?&lt;/h2&gt;
&lt;p&gt;Simply put, infrastructure as code (IaC) means using declarative configurations
represented in source code to manage infrastructure rather than doing each step manually.
One benefit of managing infrastructure this way is idempotency. Idempotency in this context
means that the user can apply an OpenTofu plan as many times as needed and changes
will only occur when the target systems don&amp;rsquo;t match the described state.&lt;/p&gt;
&lt;p&gt;Another benefit to managing
infrastructure this way is that it gives us the ability to store our configurations in a version control
system such as Git.  Version control gives us the ability to audit our source code, roll back changes
when needed, and can enhance reproducibility and collaboration.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Certifications</title>
      <link>https://learningunix.net/certifications/</link>
      <pubDate>Wed, 13 May 2026 05:07:25 -0500</pubDate>
      <guid>https://learningunix.net/certifications/</guid>
      <description>&lt;h2 id=&#34;certifications&#34;&gt;Certifications&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;CompTIA Linux+&lt;/strong&gt; — 6 February 2026&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;CompTIA A+&lt;/strong&gt; — 17 April 2026&lt;/li&gt;
&lt;/ul&gt;</description>
    </item>
  </channel>
</rss>
