Skip to content

Learning Yaar

  • Categories
    • Installations
    • Devsetup
    • Node Js
    • Angular
    • Spring Boot
    • Psychology
    • Others
  • About

Category: Installations

All about installing software on machine

  • Home
  • Installations
Installations

Adding/loading a docker image using a tar file of the image

March 21, 2022March 21, 2022 Tabish Khan

Loading of docker image from tar file maybe required in environment where internet accessibility is restricted. In such scenarios download a docker image tar file

Read More
Installations

Installing supervisor without internet on linux machine

January 19, 2022January 19, 2022 Tabish Khan

Pre-requisite: Python 2.7Download the supervisor https://pypi.org/project/supervisor/#files Extract the file: The below command will extract a file to supervisor-4.2.4 Check extracted files cd ./supervisor-4.2.4 Install supervisor:

Read More
Installations

Installing RabbitMQ on Linux without internet

January 19, 2022January 19, 2022 Tabish Khan

To install RabbitMQ you need Erland as a dependency to be installed on your system. To install Erlang follow the below steps: Download Erlang version

Read More