red hat linux

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.

RedHat Shadowman Logo
Article

SCTP Stream Schedulers and User Message Interleaving

Marcelo Ricardo Leitner

This blog post will go over two changes with SCTP Stream Schedulers and User Message Interleaving, pointing out the benefits of using the stream schedulers and especially when using them together with the new I-Data chunks.

Article Thumbnail
Article

JDBC Master-Slave Persistence setup with Activemq using Postgresql database.

Chandra Shekhar Pandey

This article will help in setting up JDBC Master/Slave for embedded Activemq in Red Hat JBoss Fuse/AMQ 6.3 with postgresql db from scratch. 1. Try to search for postgresql db in RHEL using command yum list postgre* Loaded plugins: product-id, refresh-packagekit, search-disabled-repos, security, subscription- : manager Available Packages postgresql.x86_64 8.4.20-7.el6 @rhel-6-workstation-rpms postgresql-libs.x86_64 8.4.20-7.el6 @rhel-6-workstation-rpms postgresql-server.x86_64 8.4.20-7.el6 @rhel-6-workstation-rpms postgresql.i686 8.4.20-7.el6 rhel-6-workstation-rpms postgresql-contrib.x86_64 8.4.20-7.el6 rhel-6-workstation-rpms postgresql-devel.i686 2. Install available package. yum install postgresql-server.x86_64 3. This will install postgresql db and create a...