Linux

Featured image for: SCTP over UDP in the Linux kernel.
Article

Why you should use io_uring for network I/O

Donald Hunter

Discover io_uring, an async I/O API for Linux that can potentially benefit networking, and learn how to integrate it into your applications and I/O libraries.

Featured image for: Value range propagation in GCC with Project Ranger.
Article

A leaner <iostream> in libstdc++ for GCC 13

Patrick Palka

Learn about an upcoming change in GCC 13's libstdc++ that reduces executable size and improves startup times for C++ programs that use the <iostream> header.

Summit 2022
Article

The developer's guide to Red Hat Summit 2023

Colleen Lobner

The Red Hat Summit 2023 session catalog is available now! We've rounded up the best sessions for developers to help you plan your agenda.

ansible share image
Article

Get started with the Wildfly collection

Harsha Cherukuri

Get started with Ansible for Middleware by installing Ansible and configuring Wildfly on a host using execution environments in this 6-step tutorial.

Featured image for "Red Hat CodeReady Containers 1.31.2 makes the leap."
Article

Build smaller container images using S2I

Lumír Balhar

Minimal versions of the Source-to-Image (S2I) base images make it easy for developers to transfer their projects into lightweight container images.

Featured image for: Instant replay: Debugging C and C++ programs with rr.
Article

Debugging binaries invoked from scripts with GDB

Kevin Buettner

It's very common on Linux for a binary application to be invoked by a shell script. This article explains how you can debug such binaries using GDB.