Open-source News

It Looks Like GCC's Long-Awaited Git Conversion Could Happen This Weekend

Phoronix - Thu, 01/09/2020 - 22:28
The long in development process of converting GCC's SVN repository to Git for using this modern distributed revision control system for developing the GNU Compiler Collection in the 2020s may finally be complete in the days ahead...

EXT4 Gets More Direct I/O Optimizations - Can Help Some Database Workloads Around ~140%+

Phoronix - Thu, 01/09/2020 - 20:19
A few days ago I wrote about a big improvement to write performance for EXT4's Direct I/O code path but that is not the only DIO optimization coming for Linux 5.6. Thanks to IBM, another big EXT4 DIO boost can be found for database workloads...

Oracle's Unbreakable Enterprise Kernel 6 Is Tracking Linux 5.4

Phoronix - Thu, 01/09/2020 - 18:05
Oracle has released a developer preview of their forthcoming Unbreakable Enterprise Kernel 6 to Oracle Linux users, the company's spin of Red Hat Enterprise Linux. With Oracle UEK 6, Linux 5.4 serves as the new base...

Bootlin Wraps Up Feature Development On The Allwinner Cedrus VPU Driver

Phoronix - Thu, 01/09/2020 - 17:09
While the Allwinner VPU "Cedrus" video decode driver is a wonderful success of open-source third-party work expanding Linux's multimedia hardware acceleration capabilities, consulting firm Bootlin who spearheaded this driver is for now at least is ending feature development on this driver...

My favorite Bash hacks

opensource.com - Thu, 01/09/2020 - 16:02

When you work with computers all day, it's fantastic to find repeatable commands and tag them for easy use later on. They all sit there, tucked away in ~/.bashrc (or ~/.zshrc for Zsh users), waiting to help improve your day!

In this article, I share some of my favorite of these helper commands for things I forget a lot, in hopes that they will save you, too, some heartache over time.


read more

Create demo project templates with one script

opensource.com - Thu, 01/09/2020 - 16:01

When you're standing on a stage or doing a live demo in an online session, getting your project into a perfect-looking state may appear easy. But a lot of work goes on behind the scenes to create working, easy to use, and repeatable demo projects.

When you're doing a demo, the technology in a project must support your bigger story about the project without failing. My fellow JBoss technology evangelists and I often have to set up different technologies, so it became necessary for us to tune some sort of generic framework or template to put these demo projects into.


read more

What's HTTPS for secure computing?

opensource.com - Thu, 01/09/2020 - 16:00

Over the past few years, it's become difficult to find a website that is just "http://…" This is because the industry has finally realised that security on the web is "a thing," and also because it has become easy for both servers and clients to set up and use HTTPS connections. A similar shift may be on its way in computing across cloud, edge, Internet of Things, blockchain, artificial intelligence, machine learning, and beyond.


read more

Fedora 33 To Finally Kill Off Python 2.6 Support

Phoronix - Thu, 01/09/2020 - 15:04
Separate from the whole Python 2 removal effort with the Python 2.7 that is EOL'ed since the start of the year, Fedora 33 due out later this year is looking to be their first release dropping the even older Python 2.6 series...

How to Secure Nginx with Let’s Encrypt on CentOS 8

Tecmint - Thu, 01/09/2020 - 13:47
Founded in April 2016 by the Electronic Frontier Foundation (EFF), Let’s Encrypt is a free and automated digital certificate that provides TLS encryption for websites at absolutely no cost at all. The objective of...

AMDGPU Linux 5.5 Fixes 8K / 4K120 Output, Hits Sync Object Timeline Support For Vulkan

Phoronix - Thu, 01/09/2020 - 13:03
While on the back-half of the Linux 5.5 kernel cycle, sent in on Wednesday were an interesting batch of AMDGPU driver fixes that are quite notable...

SQL Server 2019 now available for Red Hat Enterprise Linux 8

Red Hat News - Thu, 01/09/2020 - 13:00

This week, Microsoft certified its SQL Server 2019 release for use with Red Hat Enterprise Linux 8.

Chrome 79 Is Running Past Firefox 72 Performance On Linux

Phoronix - Thu, 01/09/2020 - 09:19
While no major performance improvements were noted as part of the release notes, given this week's Firefox 72 release here are some fresh benchmarks of Firefox 70/71/72 on Ubuntu Linux benchmarked with and without WebRender being enabled. As well, these numbers show how Firefox on Linux is currently stacking up against Google Chrome 79 as its latest stable release.

Linux 5.6 To Make Use Of Intel Ice Lake's Fast Short REP MOV For Faster memmove()

Phoronix - Thu, 01/09/2020 - 07:34
While Intel has offered good Ice Lake support since before the CPUs were shipping (sans taking a bit longer for the Thunderbolt support as a key lone exception, since resolved), a feature that's been publicly known since 2017 is the Fast Short REP MOV behavior and finally with Linux 5.6 that is being made use of for faster memory movements...

Pages