Cheat Sheet

SSH into remote machines
Cheat Sheet

SSH into remote machines using Ansible

Deepankar Jain

Learn how to define Ansible inventories to manage and configure remote hosts. This cheat sheet outlines two different approaches.

MongoDB Coverage feature image
Cheat Sheet

MongoDB Cheat Sheet

Bob Reselman

Learn basic commands for using MongoDB, a NoSQL, document-centric database that makes it easy to build scalable web applications.

Bash Commands feature image
Cheat Sheet

Bash Commands Cheat Sheet

Bob Reselman

The Bash Commands Cheat Sheet covers the most common statements to getting started with Bash scripting.

cheat sheet cover image
Cheat Sheet

Linux Commands Cheat Sheet

Burr Sutter +1

The Linux Commands Cheat Sheet is a guide for beginners to learn basic Linux command-line executables commonly used by developers.

Podman basics cheat sheet
Article

Podman basics cheat sheet

Doug Tidwell

Podman is one of the most important tools for working with Linux containers in the post-Docker era. Master the basic commands with this cheat sheet.

Technical Cheat Sheets for Developers
Article

Technical Cheat Sheets for Developers

Emily Parish

Over the past few months, we’ve been building and releasing a variety of technical cheat sheets and we’ve been getting many requests for more. We are working on new cheat sheets every day, ok maybe not weekends, but almost every day. Here are the cheat sheets available today: Linux Commands Cheat Sheet , Advanced Linux Commands Cheat Sheet , Wildfly Swarm Cheat Sheet , Containers Cheat Sheet , MongoDB Cheat Sheet , Kubernetes Cheat Sheet and the Eclipse Vert.x Cheat...

Red Hat Enterprise Linux
Article

Advanced Linux Commands Cheat Sheet is Here

Maxim Burgerhout

Before I came to Red Hat, I used to work for a Red Hat partner as a consultant and architect. During that time, I was involved in quite a few situations where I had to help people move from one platform to another, most often from some flavor of Unix to Red Hat Enterprise Linux. As Linux is the de facto standard platform for many development teams, it seemed to make sense to translate some of that experience into a...

Kubernetes Cheat Sheet Image
Cheat Sheet

Kubernetes Cheat Sheet

Daniel Oh

Learn how to install Minikube, run locally on Minikube, install Kubectl, and use the Kubectl CLI.

Eclipse Vert.X book cover
Cheat Sheet

Eclipse Vert.x Cheat Sheet

Clement Escoffier

Eclipse Vert.x applications are fast, responsive, resilient and elastic. Here are step-by-step details to create them.

WildFly Swarm Cheat Sheet Cover
Cheat Sheet

WildFly Swarm Cheat Sheet

Andrew Block

In this cheat sheet, learn how to develop a WildFly Swarm application, including how to customize the runtime and configure a WildFly Swarm application.

Article Thumbnail
Article

A Mongo Shell Cheat Sheet

Cian Clarke

There’s a whole host of GUI tools to connect to MongoDB databases and browse, however despite a steeper learning curve, I’ve always found myself more productive using a command line interface (CLI). Then, there’s that moment when something has gone wrong on the database server, and we need to SSH 4-levels deep in order to debug a problem with a database. Sometimes, there’s no other option available, and this makes familiarity with the CLI invaluable. I learn best by example...

Article Thumbnail
Article

Dockerfile, `docker` CLI, containers "Cheat Sheet" now available!

Rafael Benevides

"Linux containers (sometimes managed using the docker command) keep applications and their runtime components together by combining lightweight application isolation with an image-based deployment method" . ( https://developers.redhat.com/topics/kubernetes ) Red Hat Developer program brings a very useful cheat sheet to those who need to create or work with containers, images, volumes and networks. When you download the sheet , you will find: An illustrated cheat sheet with commands related to the management of containers, Dockerfile instructions to craft your own...