How to delete a specific message from RabbitMQ Queue ?

Recently I was looking for a way to delete a specific message from a RabbitMQ. After reading some threads online How to selectively delete messages from an AMQP (RabbitMQ) queue?, How to remove specific message from queue in rabbitmq, RabbitMQ: Is it possible to remove a message…

Debian Install Node.JS globally with NVM

Recently I had to install Node.JS on a server and allow all users to be able to use it.