Friday, April 10, 2020

System.IO.IOException: Failed to bind to address https://127.0.0.1:5001: address already in use.

In this post I will show you how to solve above problem. To solve this problem there are multiple ways in VS Code. some of them are...
Before that previously I had shown you










Solution:

Unable to configure HTTPS endpoint. No server certificate was specified, and the default developer certificate could not be found or is out of date.

In this post I will show you how to solved the Issue. Here I am using VS Code.
Previously I had shown







To solve this problem I had generated certificates as described in the error message as shown below.
    To generate a developer certificate run 'dotnet dev-certs https'.
    To trust the certificate (Windows and macOS only) run 'dotnet dev-certs https --trust'.
    But no use.

Don't worry there is a solution.

Steps for solution:

The entity type '' requires a primary key to be defined. If you intended to use a keyless entity type call 'HasNoKey()'.

As the title says The entity type '' requires a primary key to be defined. If you intended to use a keyless entity type call 'HasNoKey()'.

In the previous post I had shown

Source Code

Friday, January 31, 2020

How to Install RealVNC in RaspberryPI

In this video I will show How to Install RealVNC in RaspberryPI
Previously I had shown..

Video can be shown at the bottom of this post.

How to remove Black Border in RaspberryPi OS

In this video I will show you how to remove Black Border in RaspberryPi OS.

Previously I had shown..
Video and Text can be shown below

Sunday, January 5, 2020

How to connect mysql remotely in linux

In this post I will show you, How to create a new user and grant permissions in MySQL

Previously I had shown..
Config file Paths in different operating systems. Lets check the paths as shown and open in nano using below command

How to create a new user and grant permissions in MySQL

In this post I will show you, how to create a new user and grant permissions in MySQL

Previously I had shown..

Continuing the previous POST login to MySQl from terminal using below command

sudo mysql -u root -p























How to Install MySQL/MariaDB in Raspberry Pi

In this post I will show you how to Install MySQL/MariaDB in Raspberry Pi
Previously I had shown..
Before Install Mysql, update Raspberry Pi OS using below commands

sudo apt-get update
sudo apt-get upgrade

Now Install MySQL using below command

How to ADD static IP Address in Raspberry Pi

In this post I will show you how to ADD static IP Address in Raspberry Pi
Previously I had shown..

use below command to open dhcpcd.conf in nano file editor

ln: failed to create symbolic link '/usr/bin/dotnet/dotnet': File exists

In this post I will show you how to solve ln: failed to create symbolic link.
Previously I had shown..

sudo ln -sf "/usr/share/dotnet/dotnet" "/usr/bin/dotnet"

To remove Link:

sudo rm -rf /usr/bin/dotnet
sudo ln -s "/usr/share/dotnet/dotnet" "/usr/bin/dotnet"

How to Install .Net Core 3.1 on Raspberry Pi 3

In this post I will show you how to Install .Net Core 3.1 in Raspberry Pi.
Previously I had shown..

Download .Net Core from HERE.


How to Install Linux on Raspberry Pi 3

In this post I will inform..

How to Install Linux on Raspberry Pi 3

Hardware Requirements:
  • Raspberry Pi 3
  • SD Card 8GB minimum
  • Mobile recharge Adapter min 2Amphs
  • Monitor + Keyboard & Mouse
  • HDMI Cable
      OutPut: