Open-source News

AMD Publishes New Linux Audio Driver Code For Yellow Carp / ACP6x Audio Co-Processor

Phoronix - Mon, 10/11/2021 - 17:49
It was just with Linux 5.15 last month that AMD added a new audio driver for Van Gogh APUs sporting an ACP 5.x audio co-processor (ACP) while now a new driver has been posted for Yellow Carp / Rembrandt with it introducing new ACP 6.x audio co-processor IP...

EROFS File-System Adding LZMA Compression Support Via New MicroLZMA

Phoronix - Mon, 10/11/2021 - 17:28
The EROFS read-only file-system is adding LZMA compression support using a new header/container format called MicroLZMA...

How to change a hostname in Linux

opensource.com - Mon, 10/11/2021 - 15:01

To change your hostname on a Linux computer, use the hostnamectl command.

For example, to change your computer's hostname to myhostname:

$ sudo hostnamectl --static \
--transient \
--pretty \
myhostname


read more

What is a hostname?

opensource.com - Mon, 10/11/2021 - 15:00

Computers have network addresses, but they're usually difficult for humans to remember. Hostnames are labels intended to help humans refer to a specific computer. Instead of navigating to 192..168.1.4, for instance, you might navigate to  linuxlaptop or linuxlaptop.local.


read more

5 Best OpenSSH Server Best Security Practices

Tecmint - Mon, 10/11/2021 - 12:16
The post 5 Best OpenSSH Server Best Security Practices first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

SSH (Secure Shell) is an open-source network protocol that is used to connect local or remote Linux servers to transfer files, make remote backups, remote command execution, and other network-related tasks via scp command

The post 5 Best OpenSSH Server Best Security Practices first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

Linux 5.15-rc5 Released With This Cycle Running Smoothly

Phoronix - Mon, 10/11/2021 - 08:29
Linus Torvalds just pushed out the Linux 5.15-rc5 kernel release with things looking smooth for this stage and hopefully leading to an on-time release in just a few weeks...

Phoronix Test Suite 10.6 Released With Various Improvements For Linux Benchmarking

Phoronix - Mon, 10/11/2021 - 07:19
Phoronix Test Suite 10.6.1 was released today with various improvements for our cross-platform, open-source, fully-automated benchmarking software...

NVIDIA Contributing Tegra NVDEC Support To Linux 5.16

Phoronix - Sun, 10/10/2021 - 18:45
The Tegra DRM driver changes were sent out on Friday of the new material destined for Linux 5.16. Notable this time around is NVIDIA's NVDEC driver being included...

Linux 5.15-rc5 x86 Changes Aim To Fix "Yet Another Hardware Trainwreck"

Phoronix - Sun, 10/10/2021 - 18:00
Sent in this morning were an urgent set of x86 updates for the Linux 5.15-rc5 kernel due out later today...

Red Hat Is Making It Easy To Run Bleeding-Edge LLVM/Clang On Fedora

Phoronix - Sun, 10/10/2021 - 17:53
Red Hat's Platform Tools team is making it very easy to run the very bleeding edge, development version of the LLVM toolchain and Clang compiler on the current versions of Fedora...

IBM Proposing A CPU Namespace For The Linux Kernel

Phoronix - Sun, 10/10/2021 - 06:56
IBM engineer Pratik Sampat published an early prototype of a CPU namespace interface for the Linux kernel. This CPU namespace was devised to address coherency issues with current means of viewing available CPU resources as well as addressing possible security issues stemming from understanding resource access/positioning on the system...

Pages