Disable_BITS.bat @echo off sc stop BITS sc config BITS start=disabled exit Reference : How to Stop Background Intelligent Transfer Service Permanently Windows 10 Post Views:
Category: others
RabbitMQ Intro
SETUP : Erlang Download : https://www.erlang.org/downloads RabbitMQ Windows Download : https://www.rabbitmq.com/docs/install-windows Python Download : https://www.python.org/downloads/ https://www.rabbitmq.com/docs/management-cli https://www.rabbitmq.com/docs/man/rabbitmq-plugins.8 https://www.rabbitmq.com/management.html https://www.python.org/downloads/ 1. Install Erlang (Erlang 26.2.5) 2.
Graphic Design Essentials
Online Photoshop Adobe Background Remover Adobe@2XXX Remove Image Background Remove@2XXX Gravity Content Writer – Logo Maker Galary Logo Maker Vector Icon & Sticker Canva Video
Integrate Razorpay Payment Gateway
Integrate Razorpay Payment Gateway in your React app How Payment Gateway Works Step 1: Customers place an order on your website or app A customer
NextJS Beginners
SSG – Static Site Genereation import React from ‘react’ export const getStaticProps = async() => { cosnt response = await fetch(‘https://jsonplaceholder.typicode.com/users’) const json = await
Multiple GitHub accounts using SSH
1. Go to .ssh folder into C:\Users\HP\.ssh 2. Open Git Bash command 3. To generate SSH key : ssh-keygen -t rsa -f id_rsa_xxxxxx 4.Open id_rsa_lookman.pub
ChatGPT Basic Queries
ChatGPT – Examples ChatGPT Tutorial for Developers – 38 Ways to 10x Your Productivity General Stuff -Learn new things -Write shell scripts -Write git commands
Redis
Download URL How To Install Redis On Windows | Steps To Install Redis On Windows Redis on windows server: no config file specified Try to
Comparing npm and Yarn Commands
Install dependencies npm install => yarn Install a package npm install [package_name] => yarn add [package_name] Install a package globally npm install -g [package_name] =>
Install MySQL on macOS
How To Install / Uninstall and Use Homebrew on macOS How to install MySQL on macOS Uninstall MySQL brew uninstall mysql Find out where MySQL