Linux

Featured image: Podman
Article

How to transition from Docker to Podman

Cedric Clyburn

Learn how to install Podman, practice its basic commands, transition away from Docker, and set up Apache HTTP Server 2.4 in a CentOS container with Podman.

libssh SSH library smart card featured image
Article

Smart cards support in libssh

Sahana Prasad

Protect your Red Hat OpenShift secrets. Learn how to use PKCS #11 URIs and libssh to store private information in highly secure hardware tokens.

Featured image for checkpointing Java
Article

Checkpointing Java from outside of Java

Christine Flood

Don't let long load times bog down your Java applications! Learn how to use Checkpoint/Restore in Userspace (CRIU) for faster startup with checkpoints.

Featured image for: Report from the virtual ISO C++ meetings in 2020 (core language).
Article

New C++ features in GCC 10

Marek Polacek

Explore the front end-based C++ features that C++ application programmers care most about in GCC 10.1 (G++ 10.1), which include many C++20 proposals.

.NET Core and OpenAPI featured image
Article

Using OpenAPI with .NET Core

Tom Deseyn

Learn how to use OpenAPI to describe the APIs provided by an ASP.NET Core service, then use the API description to generate a strongly-typed client.