Open-source News

A 2021 Linux Foundation Research Year in Review

The Linux Foundation - Thu, 12/16/2021 - 22:00

Through LF Research, the Linux Foundation is uniquely positioned to create the definitive repository of insights into open source. By engaging with our community members and leveraging the full resources of our data sources, including a new and improved LFX, we’re not only shining a light on the scope of the projects that comprise much of the open source paradigm but contextualizing their impact. In the process, we’re creating both a knowledge hub and an ecosystem-wide knowledge network. Because, after all, research is a team sport.

Taking inspiration from research on open innovation, LF Research will explore open source amidst the challenges of the current era. These include challenges like the COVID-19 pandemic, climate risk, and accelerating digital transformation — all changing what it means to be a technology company or an organization that deeply relies on innovation. By publishing a new suite of research deliverables that aid in strategy formation and decision-making, LF Research intends to create shared value for all stakeholders in our community and inspire greater levels of participation in it. 

Completed Core Research
  • The 2021 Linux Foundation Report on Diversity, Equity, and Inclusion in Open Source, produced in partnership with AWS, CHAOSS, Comcast, Fujitsu, GitHub, GitLab, Hitachi, Huawei, Intel, NEC, Panasonic, Red Hat, Renesas, and VMware, seeks to understand the demographics and dynamics concerning overall participation in open source communities and to identify gaps to be addressed, all as a means to advancing inclusive cultures within open source environments. This research aims to drive data-driven decisions on future programming and interventions to benefit the people who develop and ultimately use open source technologies. Enterprise Digital Transformation, Techlash, Political Polarization, Social Media Ecosystem, and Content Moderation are all cited as trends that have exposed and amplified exclusionary narratives and designs, mandating increased awareness, and recalibrating individual and organizational attention. Beyond the survey findings that identify the state of DEI, this research explores a number of DEI initiatives and their efficacy and recommends action items for the entire stakeholder ecosystem to further their efforts and build inclusion by design.
Core Research in Progress
  • The Software Bill of Materials (SBOM) Readiness Survey (estimated release: Q1 2022), produced in partnership with the Open Source Security Foundation, OpenChain, and SPDX, is the Linux Foundation’s first project in a series designed to explore ways to better secure the software supply chains. With a focus on SBOMs, the findings are based on a worldwide survey of IT professionals who understand their organization’s approach to software development, procurement, compliance, or security. An important driver for this survey is the recent U.S. Executive Order on Cybersecurity, which focuses on producing and consuming SBOMs. 
Completed Project-Focused Research
  • The Fourth Annual Open Source Program Management (OSPO) Survey, produced In collaboration with the TODO Group and The New Stack, examines the prevalence and outcomes of open source programs, including the key benefits and barriers to adoption.
  • The 2021 State of Open Source in Financial Services Report produced in partnership with FINOS, Scott Logic, Wipro, and GitHub, explores the state of open source in the financial services sector. The report identifies current levels of consumption and contribution of open source software and standards in this industry and the governance, cultural, and aspirational issues of open source among banks, asset managers, and hedge funds.
  • The 2021 Data and Storage Trends Survey, produced in collaboration with the SODA Foundation, identifies the current challenges, gaps, and trends for data and storage in the era of cloud-native, edge, AI, and 5G.
  • The 9th Annual Open Source Jobs Report, produced in partnership with edX, provides actionable insights on the state of open source talent that employers can use to inform their hiring, training, and diversity awareness efforts.

The post A 2021 Linux Foundation Research Year in Review appeared first on Linux Foundation.

AMD Launches The Accelerator Cloud To Try Out EPYC CPUs, Instinct GPUs + ROCm

Phoronix - Thu, 12/16/2021 - 21:38
AMD has made public the AMD Accelerator Cloud. No, they aren't getting into the cloud game per se, but rather allowing a place for customers to try out new EPYC processors and AMD Instinct accelerators running with the latest ROCm software components...

CentOS Stream 9 Improves Performance For Intel Xeon, AMD EPYC

Phoronix - Thu, 12/16/2021 - 19:10
Earlier this month marked the general availability of CentOS Stream 9 as the bleeding-edge of Red hat Enterprise Linux 9 development. Since then I've been running benchmarks of CentOS Stream 9 and with modern hardware it's been offering some nice performance upgrades over CentOS Stream 8 / RHEL8 especially with modern hardware platforms like Intel Xeon Scalable "Ice Lake" and AMD EPYC 7003 "Milan" servers. Here are benchmarks of CentOS Stream8, CentOS Stream 9, Intel's Clear Linux, Fedora Server 35, Ubuntu 20.04.3 LTS, and Ubuntu 21.10 on both AMD and Intel servers.

An Optimization Proposed For GNOME + NVIDIA On High Refresh Rate Displays

Phoronix - Thu, 12/16/2021 - 18:22
GNOME-focused Ubuntu desktop developer Daniel Van Vugt of Canonical has proposed an optimization that could help with running NVIDIA graphics on high refresh rate displays...

Sparse Mapping Improvements Help Radeon RADV Driver With Some Games

Phoronix - Thu, 12/16/2021 - 18:00
Adding to the growing list of Mesa 22.0 features are more Radeon Vulkan "RADV" driver improvements to help with gaming performance...

Intel Enabling Resizable BAR To Work With I/O Virtualization On Linux

Phoronix - Thu, 12/16/2021 - 17:37
Resizable BAR support (also known as ReBAR / AMD Smart Access Memory) has been popular with gamers for supported configurations for being able to improve GPU performance. Intel is now working on enabling the Linux kernel to support Resizable BAR when in the context of I/O Virtualization...

Play a digital orchestra with Linux Sampler

opensource.com - Thu, 12/16/2021 - 16:02

Synthesizers have been attempting to emulate real-world musical instruments for decades. Famous synthesist Wendy Carlos worked hard to understand (and document, in her Secrets of Synthesis album) how synthesizers could capture the intent of music initially written for physical instruments. Musicians came to understand, though, that if you wanted to capture the exact sound and feel of an instrument, you had to record it, and the Mellotron famously pioneered this idea with tape loops connected to a keyboard.


read more

A guide to Kubernetes pod eviction

opensource.com - Thu, 12/16/2021 - 16:01

One of the strengths of Kubernetes is scheduling. It handles application pod placement across nodes in a cluster and their resource allocation, so you don't have to worry about balancing resources yourself. When it runs out of resources, Kubernetes can evict pods—but how does Kubernetes decide which pod to evict?

Kubernetes pods and resources

While a pod can hold multiple containers, for the purpose of this article, I will discuss them as a single object.


read more

Being autistic in an open organization

opensource.com - Thu, 12/16/2021 - 16:00

After a long and complex diagnostic process, I recently came to the realization that I am autistic (I write more about that on LinkedIn). This knowledge is providing me with new insights—into my life, memorable episodes from my past, and the ways I navigate the world. To me, one of the most interesting aspects of this is how I've managed my career.


read more

11 Cron Scheduling Task Examples in Linux

Tecmint - Thu, 12/16/2021 - 15:45
The post 11 Cron Scheduling Task Examples in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

In this article, we are going to review and see how we can schedule and run tasks in the background automatically at regular intervals using the Crontab command. Dealing with a frequent job manually

The post 11 Cron Scheduling Task Examples in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

Linux Performance Monitoring with Vmstat and Iostat Commands

Tecmint - Thu, 12/16/2021 - 14:32
The post Linux Performance Monitoring with Vmstat and Iostat Commands first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

This is our ongoing series of Linux Commands and Linux Performance Monitoring, in this article, you will learn about Vmstat and Iostat commands, which are available on all major Unix-like (Linux/Unix/FreeBSD/Solaris) Operating Systems. vmstat

The post Linux Performance Monitoring with Vmstat and Iostat Commands first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

13 Linux Network Configuration and Troubleshooting Commands

Tecmint - Thu, 12/16/2021 - 14:01
The post 13 Linux Network Configuration and Troubleshooting Commands first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Computers are connected in a network to exchange information or resources with each other. Two or more computers are connected through network media called a computer network. There is a number of network devices

The post 13 Linux Network Configuration and Troubleshooting Commands first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

Pages