Posted: 2024-04-15 22:10:00 Source: https://linux.slashdot.org/story/24/04/15/2038230/linus-torvalds-injects-tabs-to-thwart-kconfig-parsers-not-correctly-handling-them?utm_source=atom1.0mainlinkanon&utm_medium=feed
Michael Larabel reports via Phoronix: Within yesterday's Linux 6.9-rc4 release is an interesting little nugget by Linus Torvalds to battle Kconfig parsers that can't correctly handle tabs but rather just assume spaces for whitespace for this kernel configuration format. Due to a patch having been queued last week to replace a tab with a space character in the kernel tracing Kconfig file, Linus Torvalds decided to take matters into his own hand for Kconfig parsers that can't deal with tabs... Torvalds authored a patch to intentionally add some tabs of his own into Kconfig for throwing off any out-of-tree/third-party parsers that can't correctly handle them. Torvalds added these intentional hidden tabs to the common Kconfig file for handling page sizes for the kernel. Thus sure to cause dramatic and noticeable breakage for any parsers not having tabs correctly.
Read more of this story at Slashdot.
Posted: 2024-04-15 20:36:03 Source: https://linuxhint.com/how-to-upload-download-iso-images-on-proxmox-ve-server/
Most of the operating system distributes their installer program in ISO image format. So, the most common way of installing an operating system on a Proxmox VE virtual machine is using an ISO image of that operating system. You can obtain the ISO image file of your favorite operating systems from their official website. To […]
Posted: 2024-04-15 20:07:58 Source: https://linuxhint.com/how-to-reset-uninstall-nextcloud-aio-completely/
While installing NextCloud AIO on Docker, you might make mistakes and you might have difficulty fixing those and starting over. To start over a NextCloud AIO instance, you will have to properly reset/uninstall the NextCloud AIO instance completely. In this article, I am going to show you how to properly reset/uninstall the NextCloud AIO instance […]
Posted: 2024-04-15 18:20:50 Source: https://linuxhint.com/how-to-keep-proxmox-ve-8-server-up-to-date/
Keeping your Proxmox VE server up-to-date is important as newer updates come with bug fixes and improved security. If you’re using the Proxmox VE community version (the free version of Proxmox VE without an enterprise subscription), installing new updates will also add new features to your Proxmox VE server as they are released. In this […]
Posted: 2024-04-15 17:33:47 Source: http://www.linux-magazine.com/Online/News/XZ-Gets-the-All-Clear
The back door xz vulnerability has been officially reverted for Fedora 40 and versions 38 and 39 were never affected.
Posted: 2024-04-15 16:04:57 Source: https://distrowatch.com/12104
The DistroWatch news feed is brought to you by TUXEDO COMPUTERS. The AlmaLinux OS team have published a new development snapshot of the project's platform which is based on source code from Red Hat Enterprise Linux. The project's new beta for version 9.4 places a focus on security and LVM snapshots for easier backup and recovery processes. "The AlmaLinux....
Posted: 2024-04-15 15:30:03 Source: https://www.youtube.com/watch?v=EF7dmkEuC1o
Posted: 2024-04-15 05:55:00 Source: http://www.kernel.org/
Version: | next-20240415 (linux-next) |
---|---|
Released: | 2024-04-15 |
Posted: 2024-04-15 00:28:22 Source: https://distrowatch.com/12103
The DistroWatch news feed is brought to you by TUXEDO COMPUTERS. This week in DistroWatch Weekly: Review: Fun projects with the Raspberry Pi and PinePhoneNews: Improving GNOME Terminal performance, Mint testing new repository mirrors, Gentoo becomes a Software In the Public Interest projectQuestions and answers: Getting newer versions of software on fixed release distributionsReleased last week: Lakka 5.0Torrent corner:....
Posted: 2024-04-14 20:38:39 Source: http://www.kernel.org/
Version: | 6.9-rc4 (mainline) |
---|---|
Released: | 2024-04-14 |
Source: | linux-6.9-rc4.tar.gz |
Patch: | full (incremental) |
Posted: 2024-04-14 20:22:11 Source: https://linuxhint.com/how-to-enable-sr-iov-from-the-bios-uefi-firmware-of-your-motherboard/
The full form of SR-IOV is Single Root I/O Virtualization. Some PCI/PCIE devices have multiple virtual functions and each of these virtual functions can be passed to a different virtual machine. SR-IOV is the technology that allows this type of PCI/PCIE passthrough. For example, an 8-port SR-IOV capable network card has 8 virtual functions, 1 […]
Posted: 2024-04-14 20:00:52 Source: https://linuxhint.com/how-to-enable-iommu-vt-d-from-the-bios-uefi-firmware-of-your-motherboard/
The full form of IOMMU is Input Output Memory Management Unit. IOMMU maps the virtual addresses of a device to physical addresses which allows the device to be passed to a virtual machine (VM). VT-D does the same thing as IOMMU. The main difference is that IOMMU is developed by AMD while VT-D is developed […]
Posted: 2024-04-14 18:17:09 Source: https://linuxhint.com/how-to-create-a-bootable-usb-thumb-drive-of-proxmox-ve-8/
Proxmox VE 8 is the latest version of the Proxmox Virtual Environment. Proxmox VE is an open-source enterprise Type-I virtualization and containerization platform. In this article, I am going to show you how to download the ISO image of Proxmox VE 8 and create a bootable USB thumb drive of Proxmox VE 8 on Windows […]
Posted: 2024-04-14 15:34:00 Source: https://linux.slashdot.org/story/24/04/14/052258/apt-interface-revamped-for-ubuntu-2410-and-debian-trixie-with-colors-and-columns?utm_source=atom1.0mainlinkanon&utm_medium=feed
Ubuntu 24.10 [expected this October] and Debian GNU/Linux 13 "Trixie" [expected June-July 2025] "will feature a refined APT command-line interface," reports 9to5Linux: APT developer and Canonical engineer Julian Andres Klode took to LinkedIn to present the revamped APT interface powered by the upcoming APT 3.0 package manager that looks to give users a more concise and well-laid-out command-line output when updating, installing, or removing packages via the terminal emulator. The new APT 3.0 UI brings a columnar display that will make it easier for users to quickly scan for a package name, support for colors (red for removals and green for other changes), which makes it easier to quickly distinguish commands at a glance, and smoother install progress bars using Unicode blocks. In addition, the new APT 3.0 command-line interface will be less verbose and offer more padding to make it easier to separate sections and extract the relevant information for you. "Bleeding-edge users and Linux enthusiasts who want to try this right now can check out Debian Unstable..."
Read more of this story at Slashdot.
Posted: 2024-04-14 04:47:37 Source: https://distrowatch.com/12102
The DistroWatch news feed is brought to you by TUXEDO COMPUTERS. Tomáš Kelemen has announced the release of Lakka 5.0, a major new version of the project's lightweight Linux distribution with a goal of transforming a small computer into a full-blown retro-gaming console. This release updates the distribution's build system to LibreELEC 11.0 and adds support to Raspberry Pi....
Posted: 2024-04-13 20:34:00 Source: https://linux.slashdot.org/story/24/04/13/1911230/new-spectre-v2-attack-impacts-linux-systems-on-intel-cpus?utm_source=atom1.0mainlinkanon&utm_medium=feed
An anonymous reader shared this report from BleepingComputer: Researchers have demonstrated the "first native Spectre v2 exploit" for a new speculative execution side-channel flaw that impacts Linux systems running on many modern Intel processors. Spectre V2 is a new variant of the original Spectre attack discovered by a team of researchers at the VUSec group from VU Amsterdam. The researchers also released a tool that uses symbolic execution to identify exploitable code segments within the Linux kernel to help with mitigation. The new finding underscores the challenges in balancing performance optimization with security, which makes addressing fundamental CPU flaws complicated even six years after the discovery of the original Spectre.... As the CERT Coordination Center (CERT/CC) disclosed yesterday, the new flaw, tracked as CVE-2024-2201, allows unauthenticated attackers to read arbitrary memory data by leveraging speculative execution, bypassing present security mechanisms designed to isolate privilege levels. "An unauthenticated attacker can exploit this vulnerability to leak privileged memory from the CPU by speculatively jumping to a chosen gadget," reads the CERT/CC announcement. "Current research shows that existing mitigation techniques of disabling privileged eBPF and enabling (Fine)IBT are insufficient in stopping BHI exploitation against the kernel/hypervisor." "For a complete list of impacted Intel processors to the various speculative execution side-channel flaws, check this page updated by the vendor."
Read more of this story at Slashdot.
Posted: 2024-04-13 19:19:06 Source: https://linuxhint.com/how-to-configure-firstuseauthenticator-on-jupyterhub/
In a lab environment, lots of new users will be using JupyterHub. The default Authenticator of JupyterHub allows only the Linux system users to log in to JupyterHub. So, if you want to create a new JupyterHub user, you will have to create a new Linux user. Creating new Linux users manually might be a […]
Posted: 2024-04-13 11:10:38 Source: http://www.kernel.org/
Version: | 6.8.6 (stable) |
---|---|
Released: | 2024-04-13 |
Source: | linux-6.8.6.tar.xz |
PGP Signature: | linux-6.8.6.tar.sign |
Patch: | full (incremental) |
ChangeLog: | ChangeLog-6.8.6 |
Posted: 2024-04-13 11:08:02 Source: http://www.kernel.org/
Version: | 6.6.27 (longterm) |
---|---|
Released: | 2024-04-13 |
Source: | linux-6.6.27.tar.xz |
PGP Signature: | linux-6.6.27.tar.sign |
Patch: | full (incremental) |
ChangeLog: | ChangeLog-6.6.27 |
Posted: 2024-04-13 11:05:38 Source: http://www.kernel.org/
Version: | 6.1.86 (longterm) |
---|---|
Released: | 2024-04-13 |
Source: | linux-6.1.86.tar.xz |
PGP Signature: | linux-6.1.86.tar.sign |
Patch: | full (incremental) |
ChangeLog: | ChangeLog-6.1.86 |