Open-source News

Fedora 34 Might Try To Use PipeWire By Default To Replace PulseAudio/JACK

Phoronix - Mon, 11/23/2020 - 16:30
Red Hat for several years now has been working on PipeWire to overhaul audio/video stream management on Linux while being able to fill the duties currently managed by the likes of PulseAudio and JACK and being engineered with Wayland and Flatpak security in mind among other modern Linux technologies. With Fedora 34 next spring they may try to ship PipeWire by default in place of JACK, PulseAudio, and even legacy ALSA...

6 predictions for JavaScript build tools

opensource.com - Mon, 11/23/2020 - 16:02

Code used in production is different from development code. In production, you need to build packages that run fast, manage dependencies, automate tasks, load external modules, and more. JavaScript tools that make it possible to turn development code into production code are called build tools.

The reason frontend code is "built" can be explained by looking into the various build steps and their importance.


read more

A beginner's guide to Kubernetes Jobs and CronJobs

opensource.com - Mon, 11/23/2020 - 16:02

Kubernetes is the default orchestration engine for containers. Its options for controlling and managing pods and containers include:

  1. Deployments
  2. StatefulSets
  3. ReplicaSets

Each of these features has its own purpose, with the common function to ensure that pods run continuously. In failure scenarios, these controllers either restart or reschedule pods to ensure the services in the pods continue running.


read more

Run serverless functions, Kubernetes ingress controllers comparisons, and more industry trends

opensource.com - Mon, 11/23/2020 - 16:01

As part of my role as a principal communication strategist at an enterprise software company with an open source development model, I publish a regular update about open source community, market, and industry trends. Here are some of my and their favorite articles from that update.


read more

How to Solve “Sub-process /usr/bin/dpkg returned an error code (1)” In Ubuntu

Tecmint - Mon, 11/23/2020 - 13:45

It’s not uncommon to run into an issue of broken packages in Ubuntu and other Debian-based distributions. Sometimes, when you upgrade the system or install a software package, you may encounter the ‘Sub-process /usr/bin/dpkg

The post How to Solve “Sub-process /usr/bin/dpkg returned an error code (1)” In Ubuntu first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

Reiser5 Stabilizing Its Logical Volume Functionality

Phoronix - Mon, 11/23/2020 - 13:00
This New Year's Eve will mark one year since the announcement of the in-development Reiser5 file-system. While the outlook for getting Reiser5 upstreamed into the mainline kernel remains murky given the out-of-tree status of Reiser4, Edward Shishkin does continue advancing this latest Reiser file-system iteration...

Pages