<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Finnix Blog</title>
    <description>Finnix development weblog</description>
    <link>https://blog.finnix.org/</link>
    <atom:link href="https://blog.finnix.org/feed.xml" rel="self" type="application/rss+xml"/>
    <pubDate>Mon, 17 Nov 2025 10:25:43 -0800</pubDate>
    <lastBuildDate>Mon, 17 Nov 2025 10:25:43 -0800</lastBuildDate>
    <generator>Jekyll v4.3.2</generator>
    
      <item>
        <title>Finnix 251 released</title>
        <description>&lt;p&gt;&lt;img src=&quot;https://blog.finnix.org/blog-media/2025/Finnix_251_boot.png&quot; alt=&quot;Finnix 251 boot screen&quot; class=&quot;img-responsive img-rounded img-lg&quot; /&gt;&lt;/p&gt;

&lt;p&gt;Finnix is a Linux-based utility live distribution.
Write it to a USB flash drive or burn it to a CD, boot it, and you’re seconds from a root prompt with hundreds of utilities available for recovery, maintenance, testing and more.
Finnix 251 has been released today, including new official OCI / Docker images, and containing new packages, features and fixes.&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;Finnix 251 is the first release to distribute official OCI container images.
The official Finnix container contains all the same software as the ISO release, and may be launched from Podman, Docker, Kubernetes, etc.&lt;/p&gt;

&lt;div class=&quot;language-shell highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;docker run &lt;span class=&quot;nt&quot;&gt;-it&lt;/span&gt; &lt;span class=&quot;nt&quot;&gt;--rm&lt;/span&gt; finnix/finnix

podman run &lt;span class=&quot;nt&quot;&gt;-it&lt;/span&gt; &lt;span class=&quot;nt&quot;&gt;--rm&lt;/span&gt; docker.io/finnix/finnix:latest

kubectl run finnix-&lt;span class=&quot;si&quot;&gt;$(&lt;/span&gt;uuidgen | &lt;span class=&quot;nb&quot;&gt;cut&lt;/span&gt; &lt;span class=&quot;nt&quot;&gt;-b&lt;/span&gt; &lt;span class=&quot;nt&quot;&gt;-4&lt;/span&gt; | &lt;span class=&quot;nb&quot;&gt;tr &lt;/span&gt;A-Z a-z&lt;span class=&quot;si&quot;&gt;)&lt;/span&gt; &lt;span class=&quot;nt&quot;&gt;--image&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;=&lt;/span&gt;finnix/finnix &lt;span class=&quot;nt&quot;&gt;--restart&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;=&lt;/span&gt;Never &lt;span class=&quot;nt&quot;&gt;-it&lt;/span&gt; &lt;span class=&quot;nt&quot;&gt;--rm&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;This is particularly useful for Kubernetes users, giving you a quick utility shell in the namespace of your choice.
The &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;finnix/finnix:latest&lt;/code&gt; container currently includes architecture support for amd64, arm64 and riscv64.&lt;/p&gt;

&lt;p&gt;Otherwise, Finnix 251 is a regular semiannual utility release:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Linux kernel 6.16 (Debian 6.16.12-2)&lt;/li&gt;
  &lt;li&gt;Added packages: dc3dd&lt;/li&gt;
  &lt;li&gt;Upstream Debian package updates&lt;/li&gt;
  &lt;li&gt;Many minor fixes and improvements&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Please visit &lt;a href=&quot;https://www.finnix.org/&quot;&gt;finnix.org&lt;/a&gt; to download Finnix 251 today!&lt;/p&gt;

&lt;hr /&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.finnix.org/releases/251/finnix-251.iso&quot;&gt;finnix-251.iso&lt;/a&gt; • 577 MiB ISO image • AMD64&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://github.com/finnix/finnix-docs/blob/main/releases/251.json&quot;&gt;Release data&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.finnix.org/releases/251/finnix-251.iso.torrent&quot;&gt;BitTorrent download&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.finnix.org/releases/251/finnix-251.iso.gpg&quot;&gt;OpenPGP signature&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;SHA256 checksum: &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;a635a75a155d8640956c5640fc49268b4a89ce7013fdc7d19f1dfdc8529e9a9e&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
</description>
        <pubDate>Mon, 17 Nov 2025 10:00:00 -0800</pubDate>
        <link>https://blog.finnix.org/2025/11/17/finnix-251-released/</link>
        <guid isPermaLink="true">https://blog.finnix.org/2025/11/17/finnix-251-released/</guid>
        
        
        <category>Announcements</category>
        
      </item>
    
      <item>
        <title>Finnix 250 released</title>
        <description>&lt;p&gt;&lt;img src=&quot;https://blog.finnix.org/blog-media/2025/Finnix_250_boot.png&quot; alt=&quot;Finnix 250 boot screen&quot; class=&quot;img-responsive img-rounded img-lg&quot; /&gt;&lt;/p&gt;

&lt;p&gt;Today is a very special day: March 22 is the 25 year anniversary of the first public release of &lt;a href=&quot;https://www.finnix.org/&quot;&gt;Finnix&lt;/a&gt;, the oldest live Linux distribution still in production. Finnix 0.03 was released on March 22, 2000, and to celebrate this anniversary, I’m proud to announce the 35th Finnix release, &lt;a href=&quot;https://www.finnix.org/&quot;&gt;Finnix 250&lt;/a&gt;!&lt;/p&gt;

&lt;p&gt;Besides the continuing trend of Finnix version number inflation (the previous release was Finnix 126), Finnix 250 is simply a solid regular release, with the following notes:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Linux kernel 6.12 (Debian 6.12.17-1)&lt;/li&gt;
  &lt;li&gt;Made automatic per-user shared ssh-agent functionality more reliable&lt;/li&gt;
  &lt;li&gt;Added packages: util-linux-extra&lt;/li&gt;
  &lt;li&gt;Removed packages: reiserfsprogs, reiser4progs (ReiserFS removed from Linux kernel)&lt;/li&gt;
  &lt;li&gt;Boot initramfs now checks for build-specific media (will no longer load the first thing it sees which looks vaguely Finnix-like)&lt;/li&gt;
  &lt;li&gt;htop display improvements (primarily better display of large numbers of CPU cores)&lt;/li&gt;
  &lt;li&gt;Upstream Debian package updates&lt;/li&gt;
  &lt;li&gt;Many minor fixes and improvements&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Please visit &lt;a href=&quot;https://www.finnix.org/&quot;&gt;finnix.org&lt;/a&gt; to download Finnix 250 today!&lt;/p&gt;

&lt;hr /&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.finnix.org/releases/250/finnix-250.iso&quot;&gt;finnix-250.iso&lt;/a&gt; • 528 MiB ISO image • AMD64&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://github.com/finnix/finnix-docs/blob/main/releases/250.json&quot;&gt;Release data&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.finnix.org/releases/250/finnix-250.iso.torrent&quot;&gt;BitTorrent download&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.finnix.org/releases/250/finnix-250.iso.gpg&quot;&gt;OpenPGP signature&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;SHA256 checksum: &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;37920e858f2339f0602ee07624ccf6fc2b38e27c2822c4be367eb118045f367a&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
</description>
        <pubDate>Sat, 22 Mar 2025 10:00:00 -0700</pubDate>
        <link>https://blog.finnix.org/2025/03/22/finnix-250-released/</link>
        <guid isPermaLink="true">https://blog.finnix.org/2025/03/22/finnix-250-released/</guid>
        
        
        <category>Announcements</category>
        
      </item>
    
      <item>
        <title>Finnix 126 released</title>
        <description>&lt;p&gt;&lt;img src=&quot;https://blog.finnix.org/blog-media/2024/Finnix_126_boot.png&quot; alt=&quot;Finnix 126 boot screen&quot; class=&quot;img-responsive img-rounded img-lg&quot; /&gt;&lt;/p&gt;

&lt;p&gt;Today marks the release of &lt;a href=&quot;https://www.finnix.org/&quot;&gt;Finnix&lt;/a&gt; 126, the original utility live Linux distribution. Finnix 126 includes a number of fixes, new packages and new features:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Linux kernel 6.8 (Debian 6.8.12-1)&lt;/li&gt;
  &lt;li&gt;New packages: libc6-i386 (&lt;a href=&quot;https://github.com/finnix/finnix/issues/35&quot;&gt;finnix/finnix#35&lt;/a&gt;; not directly usable but allows for running certain i386 binaries in Finnix’s amd64 userland)&lt;/li&gt;
  &lt;li&gt;Added &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;0&lt;/code&gt; kernel command line option which does the same as the &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;0&lt;/code&gt; (&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;locale-config&lt;/code&gt;) utility, but during early boot and before shell prompts&lt;/li&gt;
  &lt;li&gt;Upstream Debian package updates&lt;/li&gt;
  &lt;li&gt;Many minor fixes and improvements&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This is the first Finnix release to contain additional “supply chain” assurances. The release was built on a public CI platform (GitHub Actions), with the ISO (&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;.disk/build_info&lt;/code&gt;) pointing to the &lt;a href=&quot;https://github.com/finnix/finnix-live-build/actions/runs/9750597178&quot;&gt;URL of the build run&lt;/a&gt; which lists a SHA256 checksum of the ISO and links to &lt;a href=&quot;https://github.com/finnix/finnix-live-build/tree/8485958229824508c058709df9b571786a5119c7&quot;&gt;the exact commit used to build it&lt;/a&gt;. Additionally, the build provides &lt;a href=&quot;https://github.com/finnix/finnix-live-build/attestations/1222488&quot;&gt;an attestation of the build artifacts&lt;/a&gt; through GitHub’s &lt;a href=&quot;https://github.blog/2024-05-02-introducing-artifact-attestations-now-in-public-beta/&quot;&gt;new attestation functionality&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Note that this release was made a few days after the &lt;a href=&quot;https://www.qualys.com/regresshion-cve-2024-6387/&quot;&gt;OpenSSH CVE-2024-6387 vulnerability announcement&lt;/a&gt;, and to be clear, Finnix 126 does include a fixed version (Debian 9.7p1-7).&lt;/p&gt;

&lt;p&gt;Please visit &lt;a href=&quot;https://www.finnix.org/&quot;&gt;finnix.org&lt;/a&gt; to download Finnix 126 today!&lt;/p&gt;

&lt;hr /&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.finnix.org/releases/126/finnix-126.iso&quot;&gt;finnix-126.iso&lt;/a&gt; • 498 MiB ISO image • AMD64&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://github.com/finnix/finnix-docs/blob/main/releases/126.json&quot;&gt;Release data&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.finnix.org/releases/126/finnix-126.iso.torrent&quot;&gt;BitTorrent download&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.finnix.org/releases/126/finnix-126.iso.gpg&quot;&gt;OpenPGP signature&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;SHA256 checksum: &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;a74173bdf1198eafb01e52de35e08e0096587baaef8f258dd2ed66348b3fb3a1&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
</description>
        <pubDate>Thu, 04 Jul 2024 10:00:00 -0700</pubDate>
        <link>https://blog.finnix.org/2024/07/04/finnix-126-released/</link>
        <guid isPermaLink="true">https://blog.finnix.org/2024/07/04/finnix-126-released/</guid>
        
        
        <category>Announcements</category>
        
      </item>
    
      <item>
        <title>Finnix 125 released</title>
        <description>&lt;p&gt;&lt;img src=&quot;https://blog.finnix.org/blog-media/2023/Finnix_125_boot.png&quot; alt=&quot;Finnix 125 boot screen&quot; class=&quot;img-responsive img-rounded img-lg&quot; /&gt;&lt;/p&gt;

&lt;p&gt;Today marks the release of &lt;a href=&quot;https://www.finnix.org/&quot;&gt;Finnix&lt;/a&gt; 125, the original utility live Linux distribution. Finnix 125 includes a number of fixes, new packages and new features:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Linux kernel 6.1 (Debian 6.1.0-6)&lt;/li&gt;
  &lt;li&gt;New packages: 2048, aespipe, iperf3 (&lt;a href=&quot;https://github.com/finnix/finnix/issues/37&quot;&gt;finnix/finnix#37&lt;/a&gt;), ncdu, netcat-traditional, ninvaders, vitetris
    &lt;ul&gt;
      &lt;li&gt;Note that netcat-openbsd continues to be included and is the default &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;nc&lt;/code&gt;&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;apt update&lt;/code&gt; will now download both “testing” and “unstable” indices, to allow for installing packages which may currently be hinted out of testing. Apt pinning is configured so testing will continue to be preferred to unstable, however.&lt;/li&gt;
  &lt;li&gt;Updated to memtest86+ 6.10, which now includes a UEFI version which is included in the “Utilities” boot submenu when booting on a UEFI system. Note that this is not signed and will not work with Secure Boot.&lt;/li&gt;
  &lt;li&gt;&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;7z&lt;/code&gt; will invoke the installed &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;7zr&lt;/code&gt; program, unless the user explicitly installs “p7zip-full”&lt;/li&gt;
  &lt;li&gt;Upstream Debian package updates&lt;/li&gt;
  &lt;li&gt;Many minor fixes and improvements&lt;/li&gt;
  &lt;li&gt;Note for people who embed Finnix in other systems: &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;boot=live&lt;/code&gt; is no longer needed to be passed as a kernel boot command line.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Please visit &lt;a href=&quot;https://www.finnix.org/&quot;&gt;finnix.org&lt;/a&gt; to download Finnix 125 today!&lt;/p&gt;

&lt;hr /&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.finnix.org/releases/125/finnix-125.iso&quot;&gt;finnix-125.iso&lt;/a&gt; • 489 MiB ISO image • AMD64&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://github.com/finnix/finnix-docs/blob/main/releases/125.json&quot;&gt;Release data&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.finnix.org/releases/125/finnix-125.iso.torrent&quot;&gt;BitTorrent download&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.finnix.org/releases/125/finnix-125.iso.gpg&quot;&gt;OpenPGP signature&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;SHA256 checksum: &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;d7f6b845c39ba0ee41075fa9a5defa4ef449f9f4fc0877bdb6afb74b8bfefb6b&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
</description>
        <pubDate>Tue, 28 Mar 2023 12:23:00 -0700</pubDate>
        <link>https://blog.finnix.org/2023/03/28/finnix-125-released/</link>
        <guid isPermaLink="true">https://blog.finnix.org/2023/03/28/finnix-125-released/</guid>
        
        
        <category>Announcements</category>
        
      </item>
    
      <item>
        <title>Finnix 124 released</title>
        <description>&lt;p&gt;&lt;img src=&quot;https://blog.finnix.org/blog-media/2022/Finnix_124_boot.png&quot; alt=&quot;Finnix 124 boot screen&quot; class=&quot;img-responsive img-rounded img-lg&quot; /&gt;&lt;/p&gt;

&lt;p&gt;Today marks the release of &lt;a href=&quot;https://www.finnix.org/&quot;&gt;Finnix&lt;/a&gt; 124, the original utility live Linux distribution.  Expanding on Finnix 123 from six months ago, this release also celebrates the 22 year anniversary of the first public release of Finnix, version 0.03 on March 22, 2000.&lt;/p&gt;

&lt;p&gt;Finnix 124 includes a number of fixes, new packages and new features:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;wifi-connect&lt;/code&gt; helper utility will now display nearby access points if invoked without any command line options.&lt;/li&gt;
  &lt;li&gt;&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;ip=&lt;/code&gt; kernel command line network configuration now supports netmasks in addition to prefix lengths.&lt;/li&gt;
  &lt;li&gt;Added a pure Python &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;strings&lt;/code&gt; implementation. Explanation from the commit:
I had avoided including &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;strings&lt;/code&gt; because, while it’s incredibly useful, it’s the only desirable utility in the binutils package, which otherwise includes a bunch of compilation-related utilities, and the package itself is quite large.
So in the words of the “my mechanics” YouTube channel, I make a new one! It’s not a 100% complete reimplementation of GNU binutils’ &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;strings&lt;/code&gt;, but is fine for casual binary checking.
This is also set up so that if you do &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;apt install binutils&lt;/code&gt; in the live environment, its &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;strings&lt;/code&gt; will take precedence over the Python version.&lt;/li&gt;
  &lt;li&gt;RISC-V (riscv64) unofficial build support added, in addition to amd64, i386, arm64, armhf, ppc64el, s390x. (Though as a reminder, AMD64 is the only officially supported architecture with released ISOs. For more information, see &lt;a href=&quot;https://github.com/finnix/finnix-docs/blob/main/platforms.md&quot;&gt;Platform support on Finnix&lt;/a&gt;.)&lt;/li&gt;
  &lt;li&gt;Replaced the running systemd finnix.target with the more traditional multi-user.target. This is not noticeable in regular live environment use, but makes it easier for people expanding upon Finnix.&lt;/li&gt;
  &lt;li&gt;Added new packages:
    &lt;ul&gt;
      &lt;li&gt;&lt;a href=&quot;https://packages.debian.org/testing/inxi&quot;&gt;inxi&lt;/a&gt; (&lt;a href=&quot;https://github.com/finnix/finnix/issues/23&quot;&gt;finnix/finnix#23&lt;/a&gt;)&lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;https://packages.debian.org/testing/rmlint&quot;&gt;rmlint&lt;/a&gt; (&lt;a href=&quot;https://github.com/finnix/finnix/issues/24&quot;&gt;finnix/finnix#24&lt;/a&gt;)&lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;https://packages.debian.org/testing/nwipe&quot;&gt;nwipe&lt;/a&gt; (&lt;a href=&quot;https://github.com/finnix/finnix/issues/25&quot;&gt;finnix/finnix#25&lt;/a&gt;)&lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;https://packages.debian.org/testing/rename&quot;&gt;rename&lt;/a&gt; (&lt;a href=&quot;https://github.com/finnix/finnix/issues/26&quot;&gt;finnix/finnix#26&lt;/a&gt;)&lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;https://packages.debian.org/testing/gdu&quot;&gt;gdu&lt;/a&gt; (&lt;a href=&quot;https://github.com/finnix/finnix/issues/27&quot;&gt;finnix/finnix#27&lt;/a&gt;)&lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;https://packages.debian.org/testing/pwgen&quot;&gt;pwgen&lt;/a&gt;&lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;https://packages.debian.org/testing/sntp&quot;&gt;sntp&lt;/a&gt;&lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;https://packages.debian.org/testing/lz4&quot;&gt;lz4&lt;/a&gt;&lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;https://packages.debian.org/testing/lzip&quot;&gt;lzip&lt;/a&gt;&lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;https://packages.debian.org/testing/lzop&quot;&gt;lzop&lt;/a&gt;&lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;https://packages.debian.org/testing/zstd&quot;&gt;zstd&lt;/a&gt;&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Removed packages:
    &lt;ul&gt;
      &lt;li&gt;pppoeconf (Buggy, removed from Debian)&lt;/li&gt;
      &lt;li&gt;crda (Obsolete, removed from Debian)&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Upstream Debian package updates&lt;/li&gt;
  &lt;li&gt;Many minor fixes and improvements&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Please visit &lt;a href=&quot;https://www.finnix.org/&quot;&gt;finnix.org&lt;/a&gt; to download Finnix 124 today!&lt;/p&gt;

&lt;hr /&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.finnix.org/releases/124/finnix-124.iso&quot;&gt;finnix-124.iso&lt;/a&gt; • 455 MiB ISO image • AMD64&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://github.com/finnix/finnix-docs/blob/main/releases/124.json&quot;&gt;Release data&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.finnix.org/releases/124/finnix-124.iso.torrent&quot;&gt;BitTorrent download&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.finnix.org/releases/124/finnix-124.iso.gpg&quot;&gt;OpenPGP signature&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;SHA256 checksum: &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;ecc019eb2fb1cc6612021e3b0108801367baadc5b2704852ab0f3fb373932287&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
</description>
        <pubDate>Tue, 22 Mar 2022 10:10:00 -0700</pubDate>
        <link>https://blog.finnix.org/2022/03/22/finnix-124-released/</link>
        <guid isPermaLink="true">https://blog.finnix.org/2022/03/22/finnix-124-released/</guid>
        
        
        <category>Announcements</category>
        
      </item>
    
      <item>
        <title>Finnix documentation, release data available</title>
        <description>&lt;p&gt;As a quick follow-up to the &lt;a href=&quot;https://blog.finnix.org/2021/10/01/new-finnix-web-site-launched/&quot;&gt;previous post in October&lt;/a&gt;, a promised update of documentation and release data is now available.
The &lt;a href=&quot;https://github.com/finnix/finnix-docs&quot;&gt;finnix-docs repository&lt;/a&gt; has a number of pieces of current documentation which have been ported over from the old Finnix wiki.&lt;/p&gt;

&lt;p&gt;In addition, &lt;a href=&quot;https://github.com/finnix/finnix-docs/tree/main/releases&quot;&gt;release data is now available&lt;/a&gt; in a consistent machine-parsable JSON format.
When Finnix releases are made, a number of third party new and review sites would pick up on the announcement, and extract data from the release notes and software package lists on the wiki.
(And in the package lists’ case, it was literally a text dump inside a wiki article.)&lt;/p&gt;

&lt;p&gt;This new system should be more useful for data aggregators.
It is expected that the blog post will be the canonical announcement page, and all additional data can be extracted programatically from the finnix-docs repository.
This includes all prior Finnix releases, going back to Finnix 0.03 in 2000.&lt;/p&gt;

&lt;p&gt;Finnix 124 will likely be released in the next few weeks, likely in March, but I wanted to make this announcement ahead of time to allow sites which relied on the old wiki site to switch over their processes ahead of the Finnix 124 release.&lt;/p&gt;
</description>
        <pubDate>Sun, 13 Feb 2022 16:13:17 -0800</pubDate>
        <link>https://blog.finnix.org/2022/02/13/finnix-documentation-release-data-available/</link>
        <guid isPermaLink="true">https://blog.finnix.org/2022/02/13/finnix-documentation-release-data-available/</guid>
        
        
      </item>
    
      <item>
        <title>New Finnix web site launched</title>
        <description>&lt;p&gt;For the past 15 years, &lt;a href=&quot;https://www.finnix.org/&quot;&gt;the main Finnix web site, finnix.org&lt;/a&gt; had been a MediaWiki site, being used as a CMS.
Actually, for the first few years, it was a public wiki which anyone could edit, but spammers ruined that.
But as of today, the site has been relaunched, as a single, simple HTML page which provides the essential information to download and use Finnix.&lt;/p&gt;

&lt;p&gt;There were a few reasons I wanted to do this:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;The vast majority of the information on the old site just wasn’t used.
Almost all people visiting finnix.org were just there for one purpose: to download Finnix.
The new site puts that front and center.&lt;/li&gt;
  &lt;li&gt;The vast majority of the information on the old site just wasn’t &lt;em&gt;useful&lt;/em&gt;.
A lot of it pertained to old Finnix releases, especially releases before the relaunch in 2020.
Some of it was bordering on archaeological, such as User Mode Linux information, or how to make USB thumb drives bootable by emulating USB Zip drives.&lt;/li&gt;
  &lt;li&gt;The old site was the last remaining PHP site I was maintaining, and moving to a static site means one less bit of third-party software to maintain.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I do plan on utilizing the (currently placeholder) &lt;a href=&quot;https://github.com/finnix/finnix-docs&quot;&gt;finnix-docs repository on GitHub&lt;/a&gt; to add back some (relevant) documentation in the future.
I will also be using the repository to have a source of machine-readable Finnix release information, including package information in each release.
There are several sites which track Finnix releases and I want to make it even easier for them.
Expect that update sometime before the release of Finnix 124 early next year.&lt;/p&gt;

&lt;p&gt;As for the previous site, all content has been preserved as &lt;a href=&quot;https://archive.org/details/wiki-finnix&quot;&gt;a MediaWiki dump on archive.org&lt;/a&gt;, as well as &lt;a href=&quot;https://web.archive.org/web/20211001205027/https://www.finnix.org/&quot;&gt;via the Wayback Machine&lt;/a&gt;.&lt;/p&gt;
</description>
        <pubDate>Fri, 01 Oct 2021 18:42:42 -0700</pubDate>
        <link>https://blog.finnix.org/2021/10/01/new-finnix-web-site-launched/</link>
        <guid isPermaLink="true">https://blog.finnix.org/2021/10/01/new-finnix-web-site-launched/</guid>
        
        
      </item>
    
      <item>
        <title>Finnix 123 released</title>
        <description>&lt;p&gt;&lt;img src=&quot;https://blog.finnix.org/blog-media/2021/Finnix_123_boot.png&quot; alt=&quot;Finnix 123 boot screen&quot; class=&quot;img-responsive img-rounded img-lg&quot; /&gt;&lt;/p&gt;

&lt;p&gt;Today marks the release of &lt;a href=&quot;https://www.finnix.org/&quot;&gt;Finnix&lt;/a&gt; 123, the LiveCD for system administrators.  Expanding on Finnix 122 from six months ago, this release includes a number of fixes, new packages and new features.  From the &lt;a href=&quot;https://www.finnix.org/Finnix_123_release_notes&quot;&gt;Finnix 123 release notes&lt;/a&gt;:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Added kernel command line “sshd” and “passwd” options, example: “sshd passwd=foo”, “sshd passwd=root:foo passwd=finnix:bar”&lt;/li&gt;
  &lt;li&gt;The machine ID is now, when possible, stable across reboots and being generated from the DMI. This is used for e.g. the DHCP client ID, so multiple reboots should no longer cycle through dynamic IPs on a network.&lt;/li&gt;
  &lt;li&gt;The &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;finnix&lt;/code&gt; command now has instructions for how to enable ZFS support&lt;/li&gt;
  &lt;li&gt;Added a basic command-not-found handler; e.g. trying &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;ftp&lt;/code&gt; will point out &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;lftp&lt;/code&gt;, and will provide instructions for installing if desired explicitly.&lt;/li&gt;
  &lt;li&gt;Added manpages for Finnix-specific commands (&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;wifi-connect&lt;/code&gt;, &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;locale-config&lt;/code&gt;, etc).&lt;/li&gt;
  &lt;li&gt;Added packages: &lt;a href=&quot;https://packages.debian.org/testing/jove&quot;&gt;jove&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;Removed packages: ftp, ftp-ssl, zile&lt;/li&gt;
  &lt;li&gt;Includes package updates from upstream Debian. Normally Finnix tracks Debian testing, but as Finnix 123 was released shortly after Debian 11 “bullseye”, it is being used as upstream directly.&lt;/li&gt;
  &lt;li&gt;Plus many minor fixes and build enhancements.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Please visit &lt;a href=&quot;https://www.finnix.org/&quot;&gt;finnix.org&lt;/a&gt; to download Finnix 123 today!&lt;/p&gt;

&lt;hr /&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.finnix.org/releases/123/finnix-123.iso&quot;&gt;finnix-123.iso&lt;/a&gt; • 412 MiB ISO image • AMD64&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.finnix.org/releases/123/finnix-123.iso.torrent&quot;&gt;BitTorrent download&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.finnix.org/releases/123/finnix-123.iso.gpg&quot;&gt;OpenPGP signature&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;SHA256 checksum: &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;dd79a5419385a8cee5c3c7692abef80e76ad4c548fdb504c2ad4a9b25d48be8f&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
</description>
        <pubDate>Mon, 06 Sep 2021 08:00:00 -0700</pubDate>
        <link>https://blog.finnix.org/2021/09/06/finnix-123-released/</link>
        <guid isPermaLink="true">https://blog.finnix.org/2021/09/06/finnix-123-released/</guid>
        
        
        <category>Announcements</category>
        
      </item>
    
      <item>
        <title>Finnix 122 released</title>
        <description>&lt;p&gt;&lt;img src=&quot;https://blog.finnix.org/blog-media/2021/Finnix_122_boot.png&quot; alt=&quot;MECCA GPS time receiver&quot; class=&quot;img-responsive img-rounded img-lg&quot; /&gt;&lt;/p&gt;

&lt;p&gt;Today marks the release of &lt;a href=&quot;https://www.finnix.org/&quot;&gt;Finnix&lt;/a&gt; 122, the LiveCD for system administrators.  Expanding on Finnix 121 from six months ago, this release includes a number of fixes, new packages and new features.  From the &lt;a href=&quot;https://www.finnix.org/Finnix_122_release_notes&quot;&gt;Finnix 122 release notes&lt;/a&gt;:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Improved USB flash drive boot compatibility on older BIOSes&lt;/li&gt;
  &lt;li&gt;Improved boot speed&lt;/li&gt;
  &lt;li&gt;Lowered ISO size&lt;/li&gt;
  &lt;li&gt;Added &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;finnix&lt;/code&gt; getting started command&lt;/li&gt;
  &lt;li&gt;Added &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;wifi-connect&lt;/code&gt; helper script&lt;/li&gt;
  &lt;li&gt;Manpage cache is now being generated, allowing for &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;man -k&lt;/code&gt;/&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;apropos&lt;/code&gt; (&lt;a href=&quot;https://github.com/finnix/finnix/issues/9&quot;&gt;finnix/finnix#9&lt;/a&gt;)&lt;/li&gt;
  &lt;li&gt;Redesigned boot splash screen&lt;/li&gt;
  &lt;li&gt;Increased boot splash timeout from 15 seconds to 30 seconds&lt;/li&gt;
  &lt;li&gt;Added packages:
    &lt;ul&gt;
      &lt;li&gt;&lt;a href=&quot;https://packages.debian.org/testing/iozone3&quot;&gt;iozone3&lt;/a&gt; (&lt;a href=&quot;https://github.com/finnix/finnix/issues/8&quot;&gt;finnix/finnix#8&lt;/a&gt;)&lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;https://packages.debian.org/testing/rover&quot;&gt;rover&lt;/a&gt;&lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;https://packages.debian.org/testing/iw&quot;&gt;iw&lt;/a&gt;&lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;https://packages.debian.org/testing/crda&quot;&gt;crda&lt;/a&gt;&lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;https://packages.debian.org/testing/wireless-regdb&quot;&gt;wireless-regdb&lt;/a&gt;&lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;https://packages.debian.org/testing/mscompress&quot;&gt;mscompress&lt;/a&gt;&lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;https://packages.debian.org/testing/apg&quot;&gt;apg&lt;/a&gt;&lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;https://packages.debian.org/testing/ftp&quot;&gt;ftp&lt;/a&gt;&lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;https://packages.debian.org/testing/ftp-ssl&quot;&gt;ftp-ssl&lt;/a&gt;&lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;https://packages.debian.org/testingkeyutils/&quot;&gt;keyutils&lt;/a&gt;&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Please visit &lt;a href=&quot;https://www.finnix.org/&quot;&gt;finnix.org&lt;/a&gt; to download Finnix 122 today!&lt;/p&gt;
</description>
        <pubDate>Tue, 09 Feb 2021 08:00:00 -0800</pubDate>
        <link>https://blog.finnix.org/2021/02/09/finnix-122-released/</link>
        <guid isPermaLink="true">https://blog.finnix.org/2021/02/09/finnix-122-released/</guid>
        
        
        <category>Announcements</category>
        
      </item>
    
      <item>
        <title>Finnix 121 released</title>
        <description>&lt;p&gt;Today marks the release of &lt;a href=&quot;https://www.finnix.org/&quot;&gt;Finnix&lt;/a&gt; 121, the LiveCD for system administrators.  This release expands upon Finnix 120, and includes a number of fixes, new packages and new features.  From the &lt;a href=&quot;https://www.finnix.org/Finnix_121_release_notes&quot;&gt;Finnix 121 release notes&lt;/a&gt;:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Switched back to building against Debian testing&lt;/li&gt;
  &lt;li&gt;Added packages:
    &lt;ul&gt;
      &lt;li&gt;&lt;a href=&quot;https://packages.debian.org/testing/ranger&quot;&gt;ranger&lt;/a&gt; (finnix/finnix#2)&lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;https://packages.debian.org/testing/cpu-checker&quot;&gt;cpu-checker&lt;/a&gt;&lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;https://packages.debian.org/testing/edid-decode&quot;&gt;edid-decode&lt;/a&gt;&lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;https://packages.debian.org/testing/ipmitool&quot;&gt;ipmitool&lt;/a&gt;&lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;https://packages.debian.org/testing/lldpd&quot;&gt;lldpd&lt;/a&gt;&lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;https://packages.debian.org/testing/oathtool&quot;&gt;oathtool&lt;/a&gt;&lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;https://packages.debian.org/testing/sdparm&quot;&gt;sdparm&lt;/a&gt;&lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;https://packages.debian.org/testing/sipcalc&quot;&gt;sipcalc&lt;/a&gt;&lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;https://packages.debian.org/testing/socat&quot;&gt;socat&lt;/a&gt;&lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;https://packages.debian.org/testing/xorriso&quot;&gt;xorriso&lt;/a&gt;&lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;https://packages.debian.org/testing/zfs-fuse&quot;&gt;zfs-fuse&lt;/a&gt;&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Removed packages:
    &lt;ul&gt;
      &lt;li&gt;sl (can be annoying; finnix/finnix#4)&lt;/li&gt;
      &lt;li&gt;cdbackup, dvd+rw-tools, wodim (replaced by xorriso)&lt;/li&gt;
      &lt;li&gt;lilo (&lt;a href=&quot;https://qa.debian.org/excuses.php?package=lilo&quot;&gt;removed from Debian testing&lt;/a&gt; due to GCC-10 FTBFS)&lt;/li&gt;
      &lt;li&gt;udisks2-vdo (removed from Debian; obsolete)&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;serial-getty consoles are now usable&lt;/li&gt;
  &lt;li&gt;Non-zero exit codes are now displayed in PS1&lt;/li&gt;
  &lt;li&gt;Added “0” command for easier access to keyboard configuration (finnix/finnix#3)&lt;/li&gt;
  &lt;li&gt;GRUB is now being used for both BIOS and UEFI booting&lt;/li&gt;
  &lt;li&gt;Removed GRUB initial boot beep&lt;/li&gt;
  &lt;li&gt;Re-added shared per-user SSH agents&lt;/li&gt;
  &lt;li&gt;Fixed SSH remote access&lt;/li&gt;
  &lt;li&gt;Enabled zram swap compression, 50% of physical RAM&lt;/li&gt;
  &lt;li&gt;Release ISOs layouts are again being optimized for CD-ROMs
    &lt;ul&gt;
      &lt;li&gt;This has no negative (or positive) effect when the ISO is written to a USB key, but speeds up CD-ROM booting by placing all known files used during startup sequentially toward the end of the ISO&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Please visit &lt;a href=&quot;https://www.finnix.org/&quot;&gt;finnix.org&lt;/a&gt; to download Finnix 121 today!&lt;/p&gt;
</description>
        <pubDate>Mon, 10 Aug 2020 10:00:13 -0700</pubDate>
        <link>https://blog.finnix.org/2020/08/10/finnix-121-released/</link>
        <guid isPermaLink="true">https://blog.finnix.org/2020/08/10/finnix-121-released/</guid>
        
        
        <category>Announcements</category>
        
      </item>
    
  </channel>
</rss>
