Skip to content

Learning Yaar

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

Author: Tabish Khan

  • Home
  • Tabish Khan
Node Js

Installing node.js, npm on Linux machine without internet

April 4, 2024December 26, 2024 Tabish Khan

Installation node npm can be done using the pre-build binaries and creating a symlink. Installation of a node without internet is helpful in cases where

Read More
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
Devsetup

How to Setup eslint on vs code for node.js

October 23, 2021January 15, 2022 Tabish Khan

This blog will guide you through setting up a nodejs project with eslint. Setting up eslint gives you the benefit to get the linting errors

Read More