<?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>Posts on Ridaeh</title>
    <link>https://ridaeh.com/posts/</link>
    <description>Recent content in Posts on Ridaeh</description>
    <generator>Hugo -- 0.147.0</generator>
    <language>en-us</language>
    <lastBuildDate>Mon, 30 Jun 2025 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://ridaeh.com/posts/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Master Disk I/O Metrics Monitoring</title>
      <link>https://ridaeh.com/posts/master-disk-iops-monitoring/</link>
      <pubDate>Mon, 30 Jun 2025 00:00:00 +0000</pubDate>
      <guid>https://ridaeh.com/posts/master-disk-iops-monitoring/</guid>
      <description>Master how to monitor disk I/O performance on linux with prometheus and grafana.</description>
    </item>
    <item>
      <title>Demystifying Load Balancers: A Comprehensive Guide to Efficient Traffic Distribution</title>
      <link>https://ridaeh.com/posts/loadblancer/</link>
      <pubDate>Sun, 16 Jun 2024 00:00:00 +0000</pubDate>
      <guid>https://ridaeh.com/posts/loadblancer/</guid>
      <description>Explore the world of load balancers in this comprehensive guide. Learn what load balancers are, how they work, and why they are essential for distributing incoming traffic across multiple servers or resources. Whether you&amp;#39;re new to load balancing or looking to deepen your understanding, this article covers everything you need to know to optimize your infrastructure&amp;#39;s performance and reliability.</description>
    </item>
    <item>
      <title>Troubleshooting Commands for Linux Systems</title>
      <link>https://ridaeh.com/posts/troubleshooting-commands-for-linux-systems/</link>
      <pubDate>Sun, 16 Jun 2024 00:00:00 +0000</pubDate>
      <guid>https://ridaeh.com/posts/troubleshooting-commands-for-linux-systems/</guid>
      <description>&lt;p&gt;&lt;img alt=&#34;Troubleshooting Commands for Linux Systems&#34; loading=&#34;lazy&#34; src=&#34;https://ridaeh.com/images/troubleshooting.png&#34;&gt;&lt;/p&gt;
&lt;h2 id=&#34;processes&#34;&gt;Processes&lt;/h2&gt;
&lt;h3 id=&#34;view-processes-consuming-the-most-cpu&#34;&gt;View processes consuming the most CPU&lt;/h3&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-sh&#34; data-lang=&#34;sh&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;ps -eo pid,pcpu,comm --sort&lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt;-pcpu | head
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;This command lists processes along with their CPU usage in descending order, showing the top consuming processes.&lt;/p&gt;
&lt;h2 id=&#34;network&#34;&gt;Network&lt;/h2&gt;
&lt;h3 id=&#34;trace-network-route&#34;&gt;Trace network route&lt;/h3&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-sh&#34; data-lang=&#34;sh&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;traceroute ridaeh.com
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Traces the route packets take to reach a destination.&lt;/p&gt;
&lt;h3 id=&#34;list-all-listening-ports&#34;&gt;List all listening ports&lt;/h3&gt;
&lt;p&gt;To list all the listening ports, use “-l” flag with ss command. To list specific TCP, UDP or UNIX socket, use “-t”, “-u” and “-x” flag with “-l” as shown below.&lt;/p&gt;</description>
    </item>
    <item>
      <title>How to Become a DevOps Engineer: Your Complete Guide</title>
      <link>https://ridaeh.com/posts/devops-guide/</link>
      <pubDate>Sat, 15 Jun 2024 00:00:00 +0000</pubDate>
      <guid>https://ridaeh.com/posts/devops-guide/</guid>
      <description>Discover how to become a DevOps engineer with our comprehensive guide. Learn essential skills, tools, and steps to start your career in DevOps. Embrace the DevOps culture, master CI/CD, IaC, and cloud services. Stay updated with industry trends and build a successful career in this dynamic field. Start your journey to becoming a DevOps engineer today!</description>
    </item>
  </channel>
</rss>
