<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Rishab Gautam]]></title><description><![CDATA[Rishab Gautam]]></description><link>https://rishabkgautam.hashnode.dev</link><image><url>https://cdn.hashnode.com/uploads/logos/6aa40e48279e650c0589289f/41f43bc8-b507-4018-8b1a-0a0f6e85c398.png</url><title>Rishab Gautam</title><link>https://rishabkgautam.hashnode.dev</link></image><generator>RSS for Node</generator><lastBuildDate>Sun, 20 Sep 2026 10:47:38 GMT</lastBuildDate><atom:link href="https://rishabkgautam.hashnode.dev/rss.xml" rel="self" type="application/rss+xml"/><language><![CDATA[en]]></language><ttl>60</ttl><item><title><![CDATA[Linux firmware updates: who do you trust?]]></title><description><![CDATA[While installing firmware updates today, I found myself wondering: whom am I actually trusting when I update my firmware? This surely was an important question as I didn't know where they come from in]]></description><link>https://rishabkgautam.hashnode.dev/linux-firmware-updates-who-do-you-trust</link><guid isPermaLink="true">https://rishabkgautam.hashnode.dev/linux-firmware-updates-who-do-you-trust</guid><category><![CDATA[Linux]]></category><category><![CDATA[Security]]></category><category><![CDATA[Devops]]></category><category><![CDATA[Open Source]]></category><category><![CDATA[sysadmin]]></category><dc:creator><![CDATA[Rishab K. Gautam]]></dc:creator><pubDate>Fri, 11 Sep 2026 16:48:22 GMT</pubDate><content:encoded><![CDATA[<img src="https://cdn.hashnode.com/uploads/covers/6aa40e48279e650c0589289f/dec4c02a-f0f0-480e-924f-a3df742a38a7.jpg" alt="" style="display:block;margin:0 auto" />

<p>While installing firmware updates today, I found myself wondering: whom am I actually trusting when I update my firmware? This surely was an important question as I didn't know where they come from in Gnome-software store (I can't simply trust flatpak or snap dealing with my firmware).</p>
<p>So, I researched it and found satisfactory answer putting me at peace.<br />Answer: the hardware manufacturers (like HP, Lenovo, Dell) of our device upload their official firmware updates directly to the Linux Vendor Firmware Service (LVFS) repositories. Now our linux systems have a 'fwupd' service running in background that pulls the info about if there is any updates matching your exact machine. Gnome software presents it at the table in a fancy manner.</p>
<img src="https://cdn.hashnode.com/uploads/covers/6aa40e48279e650c0589289f/c207c91c-b4aa-40af-aa72-f16c5091519d.png" alt="" style="display:block;margin:0 auto" />

<p>This snippet confirms the fwupd process is running in background, and keeping it running is one of the easiest ways to protect your system. Installing updates early patches critical security vulnerabilities and ensures you get the latest features.</p>
<p>Many people hesitate to update because they worry it will take up too much storage space. However, <strong>updates don't always mean bulkier software</strong>. In fact, clean code updates often optimize the system, resulting in a smaller file size and faster performance than the previous version.</p>
<hr />
<p>So, what's your next step when you see a new firmware update notification on your system:<br />A. Download immediately.<br />B. Read details online first.<br />C. Wait to see if anyone has issues.</p>
]]></content:encoded></item></channel></rss>