Open-source News

After 5 Years, FSGSBASE Support Finally Ready For Linux To Enhance AMD/Intel Performance

Phoronix - Tue, 08/04/2020 - 21:45
The Linux kernel work for making use of the x86_64 FSGSBASE instruction since Intel Ivy Bridge and since then AMD CPUs also is set to finally land with the in-development Linux 5.9 kernel. The FSGSBASE support has the possibility of helping Intel/AMD CPU performance especially in areas like context switching that had been hurt badly by Spectre/Meltdown and other CPU vulnerability mitigations largely on the Intel side...

Linux 5.9 Set To Bring "Close_Range" System Call - Coordinated With FreeBSD Developers

Phoronix - Tue, 08/04/2020 - 21:17
The close_range() system call is intended to allow efficiently closing a range of file descriptors (or all file descriptors) of the calling task. This system call was devised in cooperation with FreeBSD developers...

GNOME's Mutter Adds Support For Launching "Trusted Clients" On Wayland

Phoronix - Tue, 08/04/2020 - 18:47
Merged to GNOME's Mutter compositor is an API for Wayland to allow the launching of trusted clients...

How to Install Security Updates in Ubuntu

Tecmint - Tue, 08/04/2020 - 16:07
One of the easiest ways to protect your Ubuntu systems is by keeping up to date software on them. Therefore applying updates frequently is an important part of maintaining secure systems. In this article,

Linux 5.9 Adds Intel "Keem Bay" Support, 8 Snapdragon Smartphones, AMD EthanolX BMC, Old Tegra Tablets

Phoronix - Tue, 08/04/2020 - 15:39
There are many ARM changes coming to Linux 5.9, including support for Intel's Keem Bay...

Creating and debugging Linux dump files

opensource.com - Tue, 08/04/2020 - 15:02

Crash dump, memory dump, core dump, system dump … all produce the same outcome: a file containing the state of an application's memory at a specific time—usually when the application crashes.

Knowing how to deal with these files can help you find the root cause(s) of a failure. Even if you are not a developer, dump files created on your system can be very helpful (as well as approachable) in understanding software.

This is a hands-on article, and can you follow along with the example by cloning the sample application repository with:


read more

Use your favorite programming language to provision Infrastructure as Code

opensource.com - Tue, 08/04/2020 - 15:01

As you navigate the world of IT and technology, there are some terms you come across repeatedly. Some of them are hard to quantify and may take on different meanings as time goes on. "DevOps" is an example of a word that seems (to me) to change depending on the person using it; the original DevOps pioneers might not even recognize what we call DevOps today.


read more

An open source solution for continuous testing at scale

opensource.com - Tue, 08/04/2020 - 15:00

In Sogeti's most recent World Quality Report, software testing ranked No. 1 in terms of its contributions to business objectives and growth, making it a key enabler for business digitalization. Despite this, the software testing industry still reports major pain points related to test maintenance, automation, tooling, and skills. Most of the tooling in common use lacks capabilities, is too complex to integrate, provides insufficient intelligence, or is too difficult to use.


read more

Protect Apache Against Brute Force or DDoS Attacks Using Mod_Security and Mod_evasive Modules

Tecmint - Tue, 08/04/2020 - 14:41
For those of you in the hosting business, or if you’re hosting your own servers and exposing them to the Internet, securing your systems against attackers must be a high priority. mod_security (open-source intrusion

Pages