Tux Machines

Do you waddle the waddle?

Other Sites

Tor Project blog

New Alpha Release: Tor Browser 13.5a8

This version includes important security updates to Firefox.

Ubuntu Buzz !

How To Create a Wifi Hotspot on Ubuntu 24.04

This tutorial will help you create a wifi hotspot on your Ubuntu 24.04 "Noble Numbat" laptop. This requires that your laptop's wifi device is known to be able to create hotspot (also known as Access Point or AP) and a cable internet access source. This way, you can share your cable internet access via a hotspot that everyone else's device nearby can connect to. It is very easy to do as the following. Now let's try it out!

9to5Linux

You Can Now Install Linux Kernel 6.9 on Ubuntu 24.04 LTS, Here’s How

Linux kernel 6.9 was released on May 12th, 2024, with Rust support for AArch64 (ARM64) architectures, support for the Intel FRED (Flexible Return and Event Delivery) mechanism for improved low-level event delivery, support for AMD SNP (Secure Nested Paging) guests, as well as numerous other new and updated drivers for better hardware support.

PipeWire 1.2 Release Candidate Adds Explicit Sync and Snap Support

PipeWire 1.2 promises major new features like explicit GPU synchronization support, Snap support for Ubuntu and other distributions that use Canonical’s sandboxed app packaging format, support for asynchronous processing, and support for mandatory metadata when negotiation buffer parameters.

LinuxGizmos.com

M5Stack Launches Low-Cost 433MHz & 868MHz LoRa Modules

M5Stack has launched two new LoRa Modules in 433MHz and 868MHz versions, designed to enhance long-range wireless communication for IoT applications. Using the Semtech’s SX127x chip, these modules excel in remote control, smart city infrastructure, and industrial automation where standard networks fall short..

QCS6490 Vision-AI Development Kit: Featuring 13 TOPs NPU and 8-Core Kryo 670 CPU

Avnet has introduced the QCS6490 Vision-AI Development Kit, a sophisticated solution designed for vision-based AI applications. This kit includes an energy-efficient, multi-camera SMARC 2.1.1 compute module powered by the Qualcomm QCS6490 SoC.

EPIC Mainboard with PCIe x4 Slot and Dual 2.5 GbE Ports

The NANO-EHL by ICP Germany is an EPIC single board computer designed for robust performance and flexibility in industrial applications. Equipped with the Intel Celeron J6412 processor, this board targets automation, control systems, panel PCs, vending machines, and other embedded systems.

AAEON Nezha: Intel N97 X86 Developer Kit with LPDDR5 Support

The Nezha Developer Kit by AAEON is designed for retail, industrial, and healthcare applications. It supports high-performance AI inferencing, making it suitable for autonomous robots, retail kiosks, medical devices, and industrial computers. With extensive I/O features, it caters to professionals and IoT developers.

GNU Binutils 2.41 release

posted by Roy Schestowitz on Jul 30, 2023

Hi Everyone,

We are pleased to announce that version 2.41 of the GNU Binutils project sources have been released and are now available for download at:
https://ftp.gnu.org/gnu/binutils https://sourceware.org/pub/binutils/releases/
Checksums: a4c4bec052f7b8370024e60389e194377f3f48b56618418ea51067f67aaab30b binutils-2.41.tar.bz2 2d046bc2ba09732a2da04f633aaab573e75c785c006dec1382d922532b60c1f7 binutils-2.41.tar.bz2.sig 48d00a8dc73aa7d2394a7dc069b96191d95e8de8f0da6dc91da5cce655c20e45 binutils-2.41.tar.gz 4b1de75756c497d913df84fdef8e7dfb977c77c8ad95ccfdaa2512bcc8983afe binutils-2.41.tar.gz.sig eab3444055882ed5eb04e2743d03f0c0e1bc950197a4ddd31898cd5a2843d065 binutils-2.41.tar.lz 2c13b50fc6e51d1044a6734e13e30c3cfdb02edd146552276e793b44a5e39c87 binutils-2.41.tar.lz.sig ae9a5789e23459e59606e6714723f2d3ffc31c03174191ef0d015bdf06007450 binutils-2.41.tar.xz 6f72b25f95614ecbfd050ffdae628e00e90aec9073e30d8ab366e4fc9d1e9e2d binutils-2.41.tar.xz.sig
As an experiment these tarballs were made with the new "-r <date>" option supported by the src-release.sh script. This attempts to make reproducible tarballs by sorting the files and passing the "--mtime=<date>" option to tar. The date used for these tarballs was obtained by running:
git log -1 --format=%cd --date=format:%F bfd/version.m4
This release contains numerous bug fixes, and also the following new features:
In the assembler: * Add support for Intel FRED instructions. * Add support for Intel LKGS instructions. * Add support for Intel AMX-COMPLEX instructions. * Add SME2 support to the AArch64 port. * A new .insn directive is recognized by x86 gas. * Add support for LoongArch LSX instructions. * Add support for LoongArch LASX instructions. * Add support for LoongArch LVZ instructions. * Add support for LoongArch LBT instructions. * Initial LoongArch support for linker relaxation has been added. * Deprecate the LoongArch register aliases $v0, $v1, $x, $fv0 and $fv1.
In the linker: * The linker now accepts a command line option of --remap-inputs <PATTERN>=<FILE> to relace any input file that matches <PATTERN> with <FILE>. In addition the option --remap-inputs-file=<FILE> can be used to specify a file containing any number of these remapping directives.
* The linker command line option --print-map-locals can be used to include local symbols in a linker map. (ELF targets only).
* For most ELF based targets, if the --enable-linker-version option is used then the version of the linker will be inserted as a string into the .comment section.
* The linker script syntax has a new command for output sections: ASCIZ "string" This will insert a zero-terminated string at the current location.
* Add command-line option, -z nosectionheader, to omit ELF section header. In the other binary tools: * The MIPS port now supports the Sony Interactive Entertainment Allegrex processor, used with the PlayStation Portable, which implements the MIPS II ISA along with a single-precision FPU and a few implementation-specific integer instructions.
* Objdump's --private option can now be used on PE format files to display the fields in the file header and section headers.
* New versioned release of libsframe: libsframe.so.1. This release introduces versioned symbols with version node name LIBSFRAME_1.0. This release also updates the ABI in an incompatible way: this includes removal of sframe_get_funcdesc_with_addr API, change in the behavior of sframe_fre_get_ra_offset and sframe_fre_get_fp_offset APIs.
* SFrame Version 2 is now the default (and only) format version supported by gas, ld, readelf and objdump. * Add command-line option, --strip-section-headers, to objcopy and strip to remove ELF section header from ELF file.
* The RISC-V port now supports the following new standard extensions: - Zicond (conditional zero instructions) - Zfa (additional floating-point instructions) - Zvbb, Zvbc, Zvkg, Zvkned, Zvknh[ab], Zvksed, Zvksh, Zvkn, Zvknc, Zvkng, Zvks, Zvksc, Zvkg, Zvkt (vector crypto instructions)
* The RISC-V port now supports the following vendor-defined extensions: - XVentanaCondOps
* The LoongArch port now supports the following extensions: - LSX (Loongson SIMD eXtension; 128-bit vectors) - LASX (Loongson Advanced SIMD eXtension; 256-bit vectors) - LVZ (Loongson Virtualization extension) - LBT (Loongson Binary Translation extension)
* The LoongArch disassembly output received the following tweaks: - Colored output is now supported. - Some pseudo-instructions are now shown in place of the canonical forms, where semantics are equivalent. A disassembler option '-M no-aliases' is added to disable the new behavior. - Signed immediates are no longer printed with their hex representation. - Unrecognized instruction words are now shown with '.word'.
For more information see:
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=blob_plain;f=gas/NEWS;;hb=refs/tags/binutils-2_41 https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=blob_plain;f=ld/NEWS;hb=refs/tags/binutils-2_41 https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=blob_plain;f=binutils/NEWS;hb=refs/tags/binutils-2_41
Our thanks go out to all of the binutils contributors, past and present, for helping to make this release possible.
Cheers Nick Clifton GNU Binutils Chief Maintainer

Read on

Other Recent Tux Machines' Posts

today's howtos
first batch for the day
Try these Linux bash aliases for more efficient use of the command line
A bash alias is a shortcut to a complicated command
Welcome to Panamá, Where GNU/Linux is Now Measured at 10% [original]
Based on statCounter
Linux Kernel 6.9 Officially Released, This Is What’s New
Linus Torvalds announced today the release and general availability of Linux kernel 6.9, the latest stable version of the Linux kernel that introduces several new features and improved hardware support.
Fedora 38 End of Life On May 21, 2024: Upgrade Now!
Important! Fedora 38 End of Life Approaches (May 21st). Upgrade to Latest Fedora Release Right Away
Security Patches and Linux FUD (Blaming Everything on "Linux" Again)
typical Microsoft et al
The Truth is About to Prevail [original]
Everything publish will stay intact and no one can take it down from Tux Machines and from Techrights
[Meme] UEFI 'Secure' Boot's Concept of Security [original]
locked door?
In Denmark, Like in Most of the World, Vista 11 Market Share is Collapsing and More People Install GNU/Linux on New PCs (That's Why Microsoft is Trying to Boot-lock PCs With UEFI) [original]
notice how Vista 11's share goes down, not up, over time
Ubuntu 24.04 Official Flavors Are Now Available for Download, Here’s What’s New
As part of today’s release of Ubuntu 24.04 LTS (Noble Numbat), all the official Ubuntu flavors have been updated to the same version and, in this article, you can learn about their new features and improvements.
Programming Leftovers
Programming-related news and views
NetBSD’s New Policy: No Place for AI-Created Code
NetBSD bans AI-generated code to preserve clear copyright and meet licensing goals
Endless OS 6 Is Here Based on Debian GNU/Linux 12 “Bookworm”
The Endless OS Foundation announced today the release and general availability of Endless OS 6 as the latest version of this Debian-based and app-centric operating system for everyday use.
 
Red Hat and IBM Leftovers
CiQ and hype from Red Hat
Getting Started With Linux: Your Gateway to the Open-Source Realm
Because ever since people started using the internet, there have always been concerns about one’s privacy and digital security
Winamp Media Player Goes Open Source
Winamp, a popular media player created in 1997, is set to go open source in September 2024, following Llama Group's reorganization due to financial difficulties.
today's leftovers
only 4 more for the time being
Programming Leftovers
lots of R
Security Leftovers
Security stories, 5 more
Free, Libre, and Open Source Software Leftovers
FOSS news
Open Hardware: Pi, Zigbee, and More
some hardware picks
Security Leftovers
Security picks
Today in Techrights
Some of the latest articles
Security Leftovers
Security stories (x4)
GNOME maintainers: here’s how to keep your issue tracker in good shape
One of the goals of the new GNOME project handbook is to provide effective guidelines for contributors
Stable kernels: Linux 6.9.1, Linux 6.8.10, Linux 6.6.31, Linux 6.1.91, Linux 5.15.159, Linux 5.10.217, Linux 5.4.276 and Linux 4.19.314
I'm announcing the release of the 6.9.1 kernel
The New Thunderbird Website Has Hatched
We wanted a website where you could quickly find the information you need
Red Hat Leftovers
redhat.com articles and articles cited today by redhat.com
Applications: Penetration Testing, Tor Browser, Ungoogled Chromium, Neovim, and More
Some software news and releases
FOSS Leftovers
half a dozen more
today's leftovers
half a dozen more stories
Microsoft Layoffs, Closures, and Anger
The harms of Microsoft
Security and Windows TCO Leftovers
incidents and more
Years After Microsoft Uses 'Linux' Foundation for Greenwashing PR Campaign...
it turns out to be a lie
Android Leftovers
How to Use ‘Circle to Search’ on an Android Phone
Neovim 0.10 Text Editor: What’s New and What’s Changed
Neovim 0.10 terminal text editor brings a fresh default color scheme
7-Zip 24.05 Expands Archive Compatibility
7-Zip 24.05 file archiver introduces speed optimizations for decompression
Implementing DRM format modifiers in NVK
Progress on NVK
Games: Athenian Rhapsody, Towerful Defense: Prologue, Ultimate Chicken Horse, Read Only Memories: NEURODIVER
8 stories from gamingonlinux
today's howtos
quite a few howtos in this first batch of today
Open Hardware: HackBat, TSMC, Arduino, Raspberry Pi, and More
5 hardware stories
Explore the Growing Role of Linux in Quantum Computing
how GNU/Linux and quantum computing intersect
Tails 6.3 Rolls Out with Updated Tor Browser
Tails 6.3 security-focused Linux distro released with Romanian & Malayalam translations and an updated Tor Browser to 13.0.15
GNOME OS Migrates to Systemd-Sysupdate
GNOME OS's transition to systemd-sysupdate promises secure and swift updates for a safer, more consistent OS
Best Free and Open Source Software
Only free and open source software is eligible for inclusion here
Collections of Different Linux Distributions
They can have different philosophies
GNU/Linux in Montenegro Up to 7% Market Share in Desktops/Laptops, Based on statCounter [original]
Can Montenegro sustain this growth?
Today in Techrights
Some of the latest articles
Did IBM make a $6.4 billion blunder by buying HashiCorp?
Terraform maker's programs are ideal fit for Big Blue, but why splash out when the software's free and open?
[Meme] When You Are Thick-Skinned They Attack Your Family (Wrongly Assumed Thin-Skinned) [original]
If you're going to attack innocent women, do not be shocked when it doesn't end up in your favour
GNU/Linux and ChromeOS Grew Almost Twenty-fold in Maldives [original]
the locals are quite keen on GNU/Linux
[Meme] No Greater Sin [original]
What crime did you commit?
today's leftovers
Tor, devices, and more
BSD Leftovers
3 BSD stories
Programming Leftovers
a lot of R today
Security Leftovers
Security links
today's howtos
5 howtos for today
Audiocasts/Shows: Bruce Perens, FLOSS Weekly, and Elektrobit’s EB corbos Linux
3 more episodes or videos
Graphics, Linux and pid0 Trojan
xwayland 24.1.0, mesa 24.1.0-rc4, systemd, and more
GNOME Desktop: Christian Hergert Discusses Ptyxis on Flathub, Matt Campbell on AccessKit and More, Fedora Might Demote GNOME
Some GNOME news
Mozilla Foundation Welcomes Nabiha Syed as Executive Director
New person after Baker stepped down
CSI Linux: Linux Distribution for Cyber and OSINT Investigation
CSI Linux operating system, specially designed for the needs of cybersecurity and cyber investigations
Games: SteamOS 3.6 Preview, Humble Bundle, and More
latest 5 articles from gamingonlinux
GNU/Linux Grew Tenfold in Bosnia And Herzegovina [original]
this year it is around 5%
Android Leftovers
Google will fix a major annoyance of Android's Photo Picker later this year
Raspberry Pi News
Raspberry Pi - a handful of links
today's leftovers
GNU/Linux and openwash focus
Security Leftovers
patches, incidents, and more
today's howotos
many howtos for today
PipeWire 1.2 Release Candidate Adds Explicit Sync and Snap Support
The Release Candidate (RC) development version of the upcoming PipeWire 1.2 server for handling audio, video streams, and hardware on Linux is now available for public testing.
Oracle Linux 9.4 Released, Here’s What’s New
Oracle Linux 9.4 offers the latest programming tools and strict security measures to ensure enterprise stability
Self-Promotional Red Hat Pieces and Purchased 'Articles'
redhat.com and paid-for puff pieces from Red Hat
Best Free and Open Source Software
Many of the systems also provide continuous delivery (CD). We only feature free and open source software
Collections of Different Linux Distributions
AV Linux is now combined with the powerful versatility of MX Linux
Discover the Future of Technology at Mini UbuCon Malaysia 2024
Linux stands as one of the most reliable and versatile general-purpose operating systems available today
Manjaro Linux 24.0 “Wynsdey” Officially Released with Linux Kernel 6.9
Arch Linux-based Manjaro Linux 24.0 distribution has been officially released today as a major update introducing some of the latest GNU/Linux technologies and Open Source software.
Computer Weekly and TechTarget Paid for Puff Pieces Barrage of Red Hat/IBM
shallow PR nonsense
New Automotive Grade Linux Platform Release Adds Cloud-Native Functionality, RISC-V Architecture and Flutter-Based Applications
UCB 17.0 or “Quirky Quillback.”
Mozilla Firefox 126 Is Now Available for Download, Here’s What’s New
The Mozilla Firefox 126 open-source web browser is now available for download ahead of its planned May 14th official launch, so it’s time to take a closer look at the new features and improvements implemented in this version.
Deepin Linux V23 RC: A Windows 11 alternative from China
this is not the final release
Red Hat and IBM Leftovers
SJVN and more
Switching Between Intel and Nvidia Graphics Cards on Ubuntu
It is more common these days to have a hybrid setup of two graphics cards on laptops
Neofetch Development Ends as GitHub Project Archived
It seems that the popular command-line system info tool Neofetch is dead, Jim
Kernel (Linux) Picks
Some kernel level news
The Register on Raspberry Pi Going Public and Hugging Hype/Buzzwords
Cambridge-based business could be valued at up to £500m and is boost for UK after some companies switched listings
Russia's Divestments
Yandex Browser measured at 23% this month
Security Leftovers
half a dozen links
Ubuntu distributor tries reverse domain name hijacking Lubuntu domain
Panelist rules the domain name was registered in good faith
GNU/Linux in Belarus: From 0.5% to 3% [original]
things change when there is conflict
Today in Techrights
Some of the latest articles