Skip to content

Instantly share code, notes, and snippets.

View linuxdevhub's full-sized avatar
🏠
Working from home

Kuntal Biswas linuxdevhub

🏠
Working from home
View GitHub Profile
sudo apt-get update
sudo apt-get upgrade
#Add Signing Key using either of the following commands:
wget -O - "https://github.com/rabbitmq/signing-keys/releases/download/2.0/rabbitmq-release-signing-key.asc" | sudo apt-key add -
# or
sudo apt-key adv --keyserver "hkps.pool.sks-keyservers.net" --recv-keys "0x6B73A36E6026DFCA"
# L_D_H