How to Passthrough NVIDIA GPU to Proxmox VE 8 Containers for CUDA/AI Acceleration and Media Transcoding

Posted: 2024-03-31 13:52:18
Source: https://linuxhint.com/passthrough-nvidia-gpu-proxmox-ve-8-cuda-ai-media-transcoding/

Practical tutorial on how to passthrough an NVIDIA GPU to a Proxmox VE 8 LXC container to use it for CUDA/AI acceleration, media transcoding, or other tasks.

BSD Release: NetBSD 10.0

Posted: 2024-03-30 22:48:53
Source: https://distrowatch.com/12093

The DistroWatch news feed is brought to you by TUXEDO COMPUTERS. The portable NetBSD operating system has reached a new milestone with the release of NetBSD 10.0. The new version introduces a number of performance and security improvements: "Benchmarks of NetBSD 10 show huge performance and scalability gains over NetBSD 9.x, especially on multiprocessor and multicore systems, for compute....

Red Hat Issues Urgent Alert For Fedora Linux Users Due To Malicious Code

Posted: 2024-03-29 23:40:00
Source: https://it.slashdot.org/story/24/03/29/2158259/red-hat-issues-urgent-alert-for-fedora-linux-users-due-to-malicious-code?utm_source=atom1.0mainlinkanon&utm_medium=feed

BrianFagioli shares a report from BetaNews: In a recent security announcement, Red Hat's Information Risk and Security and Product Security teams have identified a critical vulnerability in the latest versions of the 'xz' compression tools and libraries. The affected versions, 5.6.0 and 5.6.1, contain malicious code that could potentially allow unauthorized access to systems. Fedora Linux 40 users and those using Fedora Rawhide, the development distribution for future Fedora builds, are at risk. The vulnerability, designated CVE-2024-3094, impacts users who have updated to the compromised versions of the xz libraries. Red Hat urges all Fedora Rawhide users to immediately cease using the distribution for both work and personal activities until the issue is resolved. Plans are underway to revert Fedora Rawhide to the safer xz-5.4.x version, after which it will be safe to redeploy Fedora Rawhide instances. Although Fedora Linux 40 builds have not been confirmed to be compromised, Red Hat advises users to downgrade to a 5.4 build as a precautionary measure. An update reverting xz to 5.4.x has been released and is being distributed to Fedora Linux 40 users through the normal update system. Users can expedite the update by following instructions provided by Red Hat. Further reader submissions: xz/liblzma Backdoored, Facilitating ssh Compromise; Malicious Code Discovered in Popular XZ Utils.

Read more of this story at Slashdot.

Kali Linux Xfce 2024.1 Quick Overview #shorts

Posted: 2024-03-29 15:15:00
Source: https://www.youtube.com/watch?v=2pWu5mzKcO8

Red Hat Tries on a McKinsey Cap in Quest To Streamline Techies' Jobs

Posted: 2024-03-29 14:01:00
Source: https://linux.slashdot.org/story/24/03/29/1235217/red-hat-tries-on-a-mckinsey-cap-in-quest-to-streamline-techies-jobs?utm_source=atom1.0mainlinkanon&utm_medium=feed

An anonymous reader shares a report: Mutterings of alarm are emerging from the cloisters of Red Hat after the world's largest management consultancy was hired to help the IBM subsidiary focus engineers on their highest-value work. Red Hat confirmed the partnership with McKinsey & Company to The Reg, sharing this extract from an email from CTO Chris Wright to the Global Engineering Team: "Hey everyone -- as I mentioned during the recent Q1 All Hands, my goal is to have Global Engineering recognized as the world's greatest open-source software engineering organization. This team is already doing amazing work, and we have several initiatives in progress to help us achieve the goal I've set. One of those is a partnership with McKinsey. The objective of this project is to help us understand and incorporate learnings on working models, development practices, and tooling from across the software industry. "We've heard your feedback in person, during All Hands, and through RHAS [the annual Red Hat Associate Survey]. This project will help us to identify and remove mundane tasks that drain your energy so that you can focus on the most engaging and highest value work â" to make your job better. The work with McKinsey is one piece of the overall plan to help us become the world's greatest open-source software engineering organization"

Read more of this story at Slashdot.

Complete Ansible Semaphore Tutorial: From Installation to Automation

Posted: 2024-03-29 05:58:35
Source: https://www.youtube.com/watch?v=CltoVfeRdoM

Linux Foundation Launches Valkey As A Redis Fork

Posted: 2024-03-28 21:40:00
Source: https://linux.slashdot.org/story/24/03/28/213213/linux-foundation-launches-valkey-as-a-redis-fork?utm_source=atom1.0mainlinkanon&utm_medium=feed

Michael Larabel reports via Phoronix: Given the recent change by Redis to adopt dual source-available licensing for all their releases moving forward (Redis Source Available License v2 and Server Side Public License v1), the Linux Foundation announced today their fork of Redis. The Linux Foundation went public today with their intent to fork Valkey as an open-source alternative to the Redis in-memory store. Due to the Redis licensing changes, Valkey is forking from Redis 7.2.4 and will maintain a BSD 3-clause license. Google, AWS, Oracle, and others are helping form this new Valkey project. The Linux Foundation press release shares: "To continue improving on this important technology and allow for unfettered distribution of the project, the community created Valkey, an open source high performance key-value store. Valkey supports the Linux, macOS, OpenBSD, NetBSD, and FreeBSD platforms. In addition, the community will continue working on its existing roadmap including new features such as a more reliable slot migration, dramatic scalability and stability improvements to the clustering system, multi-threaded performance improvements, triggers, new commands, vector search support, and more. Industry participants, including Amazon Web Services (AWS), Google Cloud, Oracle, Ericsson, and Snap Inc. are supporting Valkey. They are focused on making contributions that support the long-term health and viability of the project so that everyone can benefit from it."

Read more of this story at Slashdot.

Mastering Linux Disk Management: LVM and Disk Partitioning

Posted: 2024-03-28 16:00:00
Source: https://www.linuxjournal.com/content/mastering-linux-disk-management-lvm-and-disk-partitioning

Mastering Linux Disk Management: LVM and Disk Partitioning

Linux stands as a bastion of power and flexibility in the world of operating systems, particularly when it comes to managing disk storage. Whether you're a seasoned sysadmin, a developer, or a Linux enthusiast, understanding how to efficiently manage disk space is crucial. This guide delves into the intricacies of Disk Partitioning and Logical Volume Management (LVM), equipping you with the knowledge to optimize your Linux system's storage.

Understanding Disk Partitioning

Disk Partitioning is the first step towards organizing the storage on a disk. It involves dividing a disk into separate sections, each functioning as an independent disk, which can be managed separately. This segregation helps in managing files, running different operating systems on the same disk, or creating a dedicated space for specific data.

Types of Disk Partitions

There are three main types of partitions:

  • Primary Partitions: Directly accessible and used for booting the system. A disk can have up to four primary partitions.
  • Extended Partitions: Created within a primary partition, acting as a container that can hold multiple logical partitions. This is a workaround for the four-partition limit.
  • Logical Partitions: Nested within an extended partition, allowing for more than four partitions on a disk.
File Systems and Their Importance

A file system dictates how data is stored and retrieved. Each partition can use a different file system (ext4, NTFS, FAT32, etc.), affecting performance, storage efficiency, and compatibility.

Tools for Disk Partitioning in Linux

Linux offers a plethora of tools for disk partitioning, including:

  • fdisk: A command-line utility ideal for MBR disks.
  • gdisk: Similar to fdisk but for GPT disks.
  • parted: A versatile tool that supports both MBR and GPT disks.

The Basics of Logical Volume Management (LVM)

LVM is a more flexible approach to managing disk space. It allows for resizing partitions (logical volumes) on the fly, creating snapshots, and combining multiple physical disks into one large virtual one.

How to install Clear Linux 41300

Posted: 2024-03-28 15:22:17
Source: https://www.youtube.com/watch?v=VIWFT_fq7cw

Canonical Bumps LTS Support to 12 years

Posted: 2024-03-28 14:35:23
Source: http://www.linux-magazine.com/Online/News/Canonical-Bumps-LTS-Support-to-12-years

If you're worried that your Ubuntu LTS release won't be supported long enough to last, Canonical has a surprise for you in the form of 12 years of security coverage.

next-20240328: linux-next

Posted: 2024-03-28 04:50:35
Source: http://www.kernel.org/

Version:next-20240328 (linux-next)
Released:2024-03-28

Clear Linux 41300 overview | optimized for performance and security.

Posted: 2024-03-27 17:38:17
Source: https://www.youtube.com/watch?v=Zy03R2zlNBY

next-20240327: linux-next

Posted: 2024-03-27 03:05:13
Source: http://www.kernel.org/

Version:next-20240327 (linux-next)
Released:2024-03-27

4.19.311: longterm

Posted: 2024-03-26 22:45:07
Source: http://www.kernel.org/

Version:4.19.311 (longterm)
Released:2024-03-26
Source:linux-4.19.311.tar.xz
PGP Signature:linux-4.19.311.tar.sign
Patch:full (incremental)
ChangeLog:ChangeLog-4.19.311

5.4.273: longterm

Posted: 2024-03-26 22:42:54
Source: http://www.kernel.org/

Version:5.4.273 (longterm)
Released:2024-03-26
Source:linux-5.4.273.tar.xz
PGP Signature:linux-5.4.273.tar.sign
Patch:full (incremental)
ChangeLog:ChangeLog-5.4.273

5.10.214: longterm

Posted: 2024-03-26 22:40:54
Source: http://www.kernel.org/

Version:5.10.214 (longterm)
Released:2024-03-26
Source:linux-5.10.214.tar.xz
PGP Signature:linux-5.10.214.tar.sign
Patch:full (incremental)
ChangeLog:ChangeLog-5.10.214

5.15.153: longterm

Posted: 2024-03-26 22:39:26
Source: http://www.kernel.org/

Version:5.15.153 (longterm)
Released:2024-03-26
Source:linux-5.15.153.tar.xz
PGP Signature:linux-5.15.153.tar.sign
Patch:full (incremental)
ChangeLog:ChangeLog-5.15.153

6.1.83: longterm

Posted: 2024-03-26 22:38:19
Source: http://www.kernel.org/

Version:6.1.83 (longterm)
Released:2024-03-26
Source:linux-6.1.83.tar.xz
PGP Signature:linux-6.1.83.tar.sign
Patch:full (incremental)
ChangeLog:ChangeLog-6.1.83

6.6.23: longterm

Posted: 2024-03-26 22:37:19
Source: http://www.kernel.org/

Version:6.6.23 (longterm)
Released:2024-03-26
Source:linux-6.6.23.tar.xz
PGP Signature:linux-6.6.23.tar.sign
Patch:full (incremental)
ChangeLog:ChangeLog-6.6.23

6.7.11: stable

Posted: 2024-03-26 22:36:27
Source: http://www.kernel.org/

Version:6.7.11 (stable)
Released:2024-03-26
Source:linux-6.7.11.tar.xz
PGP Signature:linux-6.7.11.tar.sign
Patch:full (incremental)
ChangeLog:ChangeLog-6.7.11

1 ... 28 29 30 31 ... 726