Programming

How to Enable and Use SSH in Windows 10

Microsoft announced in 2015 that an integrated OpenSSH client would be added to Windows. They’ve finally done it, and an SSH client is hidden in the Fall Creators Update of Windows 10. You can now connect to a Secure Shell server from Windows without the need to install PuTTY or any other third-party software. Enable …

How to Enable and Use SSH in Windows 10 Read More »

How To Fix [Error] Warning: Mapping new ns lines are printed in the logs during gradlew

Error: Warning: Mapping new ns http://schemas.android.com/repository/android/common/02 to old ns http://schemas.android.com/repository/android/common/01 Warning: Mapping new ns http://schemas.android.com/repository/android/generic/02 to old ns http://schemas.android.com/repository/android/generic/01 Warning: Mapping new ns http://schemas.android.com/sdk/android/repo/addon2/02 to old ns http://schemas.android.com/sdk/android/repo/addon2/01 Warning: Mapping new ns http://schemas.android.com/sdk/android/repo/repository2/02 to old ns http://schemas.android.com/sdk/android/repo/repository2/01 Warning: Mapping new ns http://schemas.android.com/sdk/android/repo/sys-img2/02 to old ns http://schemas.android.com/sdk/android/repo/sys-img2/01 Solution 1 : 1. To solve the Mapping error, …

How To Fix [Error] Warning: Mapping new ns lines are printed in the logs during gradlew Read More »

How to import and Export Data using MongoDB compass

What is MongoDB Compass MongoDB Compass is a powerful GUI for querying, aggregating, and analyzing your MongoDB data in a visual environment. Compass is free to use and source available and can be run on macOS, Windows, and Linux. You can use MongoDB Compass to import and export data to and from collections. MongoDB Compass …

How to import and Export Data using MongoDB compass Read More »

How to Use VSCode as Arduino Code Editor

Using VSCode for Arduino: To install the Arduino extension, press “Cntrl+Shift+x” to open the Extensions viewer and search for “vscode-arduino.” This should only produce one result. To install, click the “Install” button. After installing the extension, connect an Arduino Uno development board to a USB port on your computer and restart VS Code to ensure …

How to Use VSCode as Arduino Code Editor Read More »

How to Fix Parsing error: “parserOptions.project” has been set for @typescript-eslint/parser. The file does not match your project config: lib\index.js. in Firebase Deploy

If you encountered this problem while changing your index.ts file and re-deploying your Firebase Cloud Functions. You just need to follow this step to solve that problem. Step 1: Analyze your error. If that is similar to the image below and can’t solve via adding the ignorePatterns in the config then, proceed to Step 2. …

How to Fix Parsing error: “parserOptions.project” has been set for @typescript-eslint/parser. The file does not match your project config: lib\index.js. in Firebase Deploy Read More »