Posted: 2024-05-28 14:22:24 Source: https://distrowatch.com/12163
The DistroWatch news feed is brought to you by TUXEDO COMPUTERS. The AlmaLinux OS distribution is a clone of Red Hat Enterprise Linux which maintains binary compatibility with upstream while offering a few additional features and bug fixes. The project has released AlmaLinux OS 8.10 which brings small improvements and fixes to the 8.x series. The release announcement touches....
Posted: 2024-05-28 05:41:38 Source: https://linuxhint.com/how-to-sign-vmware-workstation-pro-kernel-modules-on-uefi-secure-boot-enabled-linux-systems/
For VMware Workstation Pro kernel modules to load on UEFI Secure Boot enabled Linux systems, you must sign them manually. Unsigned VMware Workstation Pro kernel modules won’t load, resulting in VMware Workstation Pro services failing to start. As you can see, VMware Workstation Pro services failed to start after the VMware Workstation Pro kernel modules […]
Posted: 2024-05-28 04:39:38 Source: https://linuxhint.com/how-to-compile-the-vmware-workstation-pro-kernel-modules-on-ubuntu-debian/
Once the VMware Workstation Pro desktop virtualization software (Type-II hypervisor) is installed on your Ubuntu/Debian system, you must compile the VMware Workstation Pro kernel modules for your Ubuntu/Debian system for it to work. In this article, I will show you how to compile the VMware Workstation Pro kernel modules on Ubuntu/Debian. I will also discuss […]
Posted: 2024-05-28 04:37:11 Source: http://www.kernel.org/
Version: | next-20240528 (linux-next) |
---|---|
Released: | 2024-05-28 |
Posted: 2024-05-27 22:06:43 Source: https://distrowatch.com/12162
The DistroWatch news feed is brought to you by TUXEDO COMPUTERS. Version 2024.05 of KaOS, an independently-developed Linux distribution focused on Qt/KDE toolkit and desktop, has been released. This release removes modsetting for all graphic cards and completes the removal of GTK2 from the project's repositories: "Four years after being end of life, GTK2 is finally removed from....
Posted: 2024-05-27 20:23:38 Source: https://distrowatch.com/12161
The DistroWatch news feed is brought to you by TUXEDO COMPUTERS. Armbian is a Linux distribution designed for ARM development boards. It is usually based on one of the stable or development versions of Debian or Ubuntu and it supports a wide variety of popular ARM-based devices, including Banana Pi, Cubieboard, Olimex, Orange Pi, Odroid, Pine64 and others. The....
Posted: 2024-05-27 20:11:02 Source: https://www.youtube.com/watch?v=pln-tglFxwg
Posted: 2024-05-27 17:57:40 Source: https://linuxhint.com/how-to-install-free-vmware-workstation-pro-17-on-ubuntu-24-04-lts/
VMware by Broadcom discontinued the VMware Workstation Player product line completely and released the VMware Workstation Pro 17 (and later versions) for free for personal use. In this article, I will show you how to install the free VMware Workstation Pro 17 desktop virtualization software on the Ubuntu 24.04 LTS operating system. Table […]
Posted: 2024-05-27 17:40:14 Source: https://distrowatch.com/12160
The DistroWatch news feed is brought to you by TUXEDO COMPUTERS. Red Hat has published a new update in the company's Red Hat Enterprise Linux (RHEL) product line, this one of the 8.x series. The new release, version 8.10, mostly introduces bug fixes and minor updates to the 8.x line. One interesting feature is a change to the behaviour....
Posted: 2024-05-27 17:24:45 Source: https://linuxhint.com/how-to-disable-uefi-secure-boot-from-the-bios-uefi-firmware-of-your-motherboard/
UEFI Secure Boot needs no introduction. As it says, it makes your computer “more secure” when enabled. But at times, more security means more hassle. Specially getting different device drivers to work on some Linux distributions is very troublesome with UEFI secure boot enabled. So, if you’re running a personal computer and you don’t care […]
Posted: 2024-05-27 16:43:47 Source: https://www.youtube.com/watch?v=OtUm29P-Wf4
Posted: 2024-05-27 15:59:30 Source: https://distrowatch.com/12159
The DistroWatch news feed is brought to you by TUXEDO COMPUTERS. EuroLinux is a distribution built from the source code of Red Hat Enterprise Linux (RHEL). This RHEL clone has just received an upgrade to its 8.x branch. The latest release, version 8.10, mostly provides security fixes and minor updates to services and development languages: "The EuroLinux 8.10 release....
Posted: 2024-05-27 00:27:24 Source: https://distrowatch.com/12158
The DistroWatch news feed is brought to you by TUXEDO COMPUTERS. This week in DistroWatch Weekly:
Review: Manjaro Linux 24.0
News: OpenBSD ports Plasma 6, Arch community debates mirror requirements, ThinOS gets an upgrade to its FreeBSD core
Questions and answers: Comparing init systems
Released last week: MX Linux 23.3, GhostBSD 24.04.1, Alpine Linux 3.20.0, Murena 2.0
Torrent corner: GhostBSD, KDE neon, MX....
Posted: 2024-05-26 22:20:12 Source: http://www.kernel.org/
Version: | 6.10-rc1 (mainline) |
---|---|
Released: | 2024-05-26 |
Source: | linux-6.10-rc1.tar.gz |
Patch: | full |
Posted: 2024-05-26 21:53:00 Source: https://linux.slashdot.org/story/24/05/26/2117251/memory-sealing-mseal-system-call-merged-for-linux-610?utm_source=atom1.0mainlinkanon&utm_medium=feed
"Merged this Friday evening into the Linux 6.10 kernel is the new mseal() system call for memory sealing," reports Phoronix: The mseal system call was led by Jeff Xu of Google's Chrome team. The goal with memory sealing is to also protect the memory mapping itself against modification. The new mseal Linux documentation explains: "Modern CPUs support memory permissions such as RW and NX bits. The memory permission feature improves security stance on memory corruption bugs, i.e. the attacker can't just write to arbitrary memory and point the code to it, the memory has to be marked with X bit, or else an exception will happen. Memory sealing additionally protects the mapping itself against modifications. This is useful to mitigate memory corruption issues where a corrupted pointer is passed to a memory management system... Memory sealing can automatically be applied by the runtime loader to seal .text and .rodata pages and applications can additionally seal security-critical data at runtime. A similar feature already exists in the XNU kernel with the VM_FLAGS_PERMANENT flag and on OpenBSD with the mimmutable syscall." The mseal system call is designed to be used by the likes of the GNU C Library "glibc" while loading ELF executables to seal non-writable memory segments or by the Google Chrome web browser and other browsers for protecting security sensitive data structures.
Read more of this story at Slashdot.
Posted: 2024-05-26 16:34:00 Source: https://games.slashdot.org/story/24/05/26/035202/ubuntu-2404-now-runs-on-the-nintendo-switch-unofficially?utm_source=atom1.0mainlinkanon&utm_medium=feed
"The fact it's possible at all is a credit to the ingenuity of the open-source community," writes the blog OMG Ubuntu: Switchroot is an open-source project that allows Android and Linux-based distros like Ubuntu to run on the Nintendo Switch — absolutely not something Nintendo approves of much less supports, endorses, or encourages, etc! I covered the loophole that made this possible back in 2018. Back then the NVIDIA Tegra X1-powered Nintendo Switch was still new and Linux support for much of the console's internal hardware in a formative state (a polite way to say 'not everything worked'). But as the popularity of Nintendo's handheld console ballooned (to understate it) so the 'alternative OS' Switch scene grew, and before long Linux support for Switch hardware was in full bloom... A number of Linux for Switchroot (L4S) distributions have since been released, designated as Linux for Tegra (L4T) builds. As these can boot from a microSD card it's even possible to dualboot the Switch OS with Linux, which is neat! Recently, a fresh set of L4T Ubuntu images were released based on the newest Ubuntu 24.04 LTS release. These builds work on all Switch versions, from the OG (exploit-friendly) unit through to newer, patched models (where a modchip is required)... I'm told all of the Nintendo Switch internal hardware now works under Linux, including Wi-Fi, Bluetooth, sleep mode, accelerated graphics, the official dock... Everything, basically. And despite being a 7 year old ARM device the performance is said to remain decent. "Upstream snafus have delayed the release of builds with GNOME Shell..."
Read more of this story at Slashdot.
Posted: 2024-05-26 14:34:00 Source: https://linux.slashdot.org/story/24/05/25/2155224/how-a-us-hospital-is-using-ai-to-analyze-x-rays---with-help-from-red-hat?utm_source=atom1.0mainlinkanon&utm_medium=feed
This week Red Hat announced one of America's leading pediatric hospitals is using AI to analyze X-rays, "to improve image quality and the speed and accuracy of image interpretation." Red Hat's CTO said the move exemplifies "the positive impact AI can have in the healthcare field". Before Boston Children's Hospital began piloting AI in radiology, quantitative measurements had to be done manually, which was a time-consuming task. Other, more complex image analyses were performed completely offline and outside of the clinical workflow. In a field where time is of the essence, the hospital is piloting Red Hat OpenShift via the ChRIS Research Integration Service, a web-based medical image platform. The AI application running in ChRIS on the Red Hat OpenShift foundation has the potential to automatically examine x-rays, identify the most valuable diagnostic images among the thousands taken and flag any discrepancies for the radiologist. This decreases the interpretation time for radiologists. But it also seems to be a big win for openness: Innovation developed internally is immediately transferable to public research clouds such as the Massachusetts Open Cloud, where large-scale data sharing and additional innovation can be fostered. Boston Children's Hospital aims to extend the reach of advanced healthcare solutions globally through this approach, amplifying their impact on patient well-being worldwide. "Red Hat believes open unlocks the world's potential," the announcement concludes, "including the potential to share knowledge and build upon each other's discoveries. Additionally, Red Hat believes innovation — including AI — should be available everywhere, making any application, anywhere a reality. "With open source, enabling AI-fueled innovation across hybrid IT environments that can lead to faster clinical breakthroughs and better patient outcomes is a reality."
Read more of this story at Slashdot.
Posted: 2024-05-25 14:31:09 Source: http://www.kernel.org/
Version: | 6.9.2 (stable) |
---|---|
Released: | 2024-05-25 |
Source: | linux-6.9.2.tar.xz |
PGP Signature: | linux-6.9.2.tar.sign |
Patch: | full (incremental) |
ChangeLog: | ChangeLog-6.9.2 |
Posted: 2024-05-25 14:28:44 Source: http://www.kernel.org/
Version: | 6.8.11 (stable) |
---|---|
Released: | 2024-05-25 |
Source: | linux-6.8.11.tar.xz |
PGP Signature: | linux-6.8.11.tar.sign |
Patch: | full (incremental) |
ChangeLog: | ChangeLog-6.8.11 |
Posted: 2024-05-25 14:27:33 Source: http://www.kernel.org/
Version: | 6.6.32 (longterm) |
---|---|
Released: | 2024-05-25 |
Source: | linux-6.6.32.tar.xz |
PGP Signature: | linux-6.6.32.tar.sign |
Patch: | full (incremental) |
ChangeLog: | ChangeLog-6.6.32 |