December 2015
M T W T F S S
 123456
78910111213
14151617181920
21222324252627
28293031  

Categories

December 2015
M T W T F S S
 123456
78910111213
14151617181920
21222324252627
28293031  

Install RabbitMQ

wget http://www.rabbitmq.com/releases/rabbitmq-server/current/rabbitmq-server-3.5.7-1.noarch.rpm rpm –import http://www.rabbitmq.com/rabbitmq-signing-key-public.asc yum install rabbitmq-server-3.5.7-1.noarch.rpm chkconfig rabbitmq-server on /sbin/service rabbitmq-server start /sbin/service rabbitmq-server status rabbitmq-plugins enable rabbitmq_management rabbitmqctl add_user test test rabbitmqctl add_user guest test123 rabbitmqctl set_user_tags test administrator rabbitmqctl set_permissions -p / test “.*” “.*” “.*”

RHCE7 certification study notes

RHCE7 certification study notes

— system file directory structure

, RHEL7 system file directory

Basically RHEL7 directory structure remains the same as the original directory structure RHEL6, the difference is, RHEL7 increasing the Run directory, the default file is used to automatically mount CD-ROM, and CD-ROM in RHEL6 default mount directory is the Media.

choose […]