Linux

GNU C Library
Article

A platform interface for the GNU C Library

Carlos O'Donell

You can't backport patches forever. At some point you have to rebase. How do you ensure applications continue compiling? Can you do both? Yes you can.

.NET Core
Article

Using .NET PInvoke for Linux system functions

Tom Deseyn

.NET Platform Invoke (PInvoke) makes it easy to consume native libraries. This article describes how to use PInvoke for Linux system functions.

Share graphics_Red Hat Enterprise Linux 8
Cheat Sheet

Red Hat Enterprise Linux 8 Beta cheat sheet

Mike Guerette

This cheat sheet supplies developers with a quick reference to new Red Hat Enterprise Linux commands introduced in RHEL 8 Beta.

Full API Lifecycle diagram
Article

Full API lifecycle management: A primer

Nicolas Massé

This article describes a set of full API lifecycle management activities that can guide your API initiatives from an idea to the realization, from the inception of an API program up to management at scale throughout your whole company.

Podman and Buildah
Article

Podman and Buildah for Docker users

William Henry

What docker users need to know to move from Docker to Podman and Buildah and the advantages of doing so. Developers/operators can easily move to Podman, do all the fun tasks that they are familiar with from using Docker, and do much more.

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

Hello World - installing GCC on RHEL 7

In this tutorial, you will install the GNU Compiler Collection 8.2 from the Red Hat Developer Toolset (DTS) and build a simple C++ Hello World application.

red hat trusted software supply chain
How To

Hello World - installing Rust on RHEL 7

In this tutorial, you will install the Rust 1.31 Compiler and build a simple Rust Hello World application. This tutorial should take less than 30 minutes to complete.

Article Thumbnail
Article

Updates - compilers

This summarizes features added during previous releases of GCC, Clang/LLVM, Go, and Rust.

Share graphics_Containers
Cheat Sheet

Containers cheat sheet

Bachir Chihani +1

Get started with an introduction to container architecture including engine, image, registry, volume, related commands.

OpenShift Operator
Article

IoT edge development and deployment with containers through OpenShift: Part 1

Alessandro Arrichiello

Part 1 of a two-part series, explores techniques that enable the portability of containers across different environments.Through these techniques, you may be able to use the same language, framework, or tool used in your datacenter straight to the IoT edge, even with different CPU architectures.

Podman can now ease the transition to Kubernetes and CRI-O
Article

Podman can now ease the transition to Kubernetes and CRI-O

Brent Baude

The ability to generate Kubernetes YAML from Podman is under development. Podman can now capture the description of local pods and containers and then help users transition to a more sophisticated orchestration environment like Kubernetes. This article provides a demo to illustrate the process.

Open vSwitch
Article

Speeding up Open vSwitch with partial hardware offloading

Flavio Bruno Leitner

This article focuses on the Open vSwitch (OVS) userspace datapath accelerated with the Data Plane Development Kit (DPDK) and its new feature, partial flow hardware offloading, which can potentially save resources while improving the packet processing rate.