Latest Linux and open source news from around the web

Docker Deep Dive Sponsored · View on Amazon → How Linux Works Sponsored · View on Amazon →
Linuxiac

PeaZip 11.2 File Archiver Adds ZIM Archive Support

PeaZip 11.1 has been released as the latest version of the open-source, cross-platform archive manager. A key addition is read support for ZIM archives, a format widely used to distribute offline copies of large collections like Wikipedia and Project Gutenberg. Under the hood, PeaZip 11.2 updates its 7z/p7zip backend to version 26.02. The bundled PEA […]

Phoronix

HFI BIOS Aims To Provide A POST-Like Power On Screen & BIOS Setup Utility For RISC-V

The Harmonic Firmware Initiative "HFI" is trying to provide a generic, standardized power-on firmware experience for RISC-V boards. Akin to the x86 world with having immediate graphics card initialization to provide a display while the system is booting and also having a BIOS setup utility for system configuration, HFI is trying to do the same for the RISC-V world...

Linux.org

The Linux.org Story

Linux.org has been online in some form since 1994, making it one of the earliest sites built around the Linux community. It's in good company among survivors from that era: LWN.net, still running continuously since 1997, Slashdot, which has been through several owners since its 1997 launch but is still around, and DistroWatch, tracking distributions since 2001. linux.org has had its own bumps along the way too, built, gone dark, rebuilt twice, and still independent today. Its history is... https://www.linux.org/threads/the-linux-org-story.68810/

Linux.org

Python Series Part 25: Canvas Widget - Part 1: The Canvas and Its Drawable Objects

We can think of the Canvas widget in Tkinter as similar to a painter's canvas; it lets you place graphical elements on it, such as shapes, but also objects. For this article, there is a lot to cover. The Canvas widget has a lot of parameters and methods to cover. Canvas Widget A Canvas is based on a graphical rendering of objects and drawings. The canvas itself can be scrollable if needed. To create a Canvas widget, you can give a name to the object. Such as: Code: canvas =... https://www.linux.org/threads/pytho...-1-the-canvas-and-its-drawable-objects.61668/