CoderJony

Linux

Installing MySQL on Amazon Linux 2 EC2 Instance and configure it for remote connections

Installing MySQL on Amazon Linux 2 EC2 Instance and configure it for remote connections

In this post, you will learn how to install MySQL on an Amazon Linux EC2 instance. You will also learn, how to configure it to accept remote connections, so that you can connect MySQL server running on an EC2 from any other remote server or local machine.

Read More By Ankush Jain
Hosting an ASP.NET Core Application on Amazon Linux 2 EC2 instance

Hosting an ASP.NET Core Application on Amazon Linux 2 EC2 instance

In this post, we will understand how can we deploy an ASP.NET Core application on an Amazon Linux 2 EC2 instance step by step.

Read More By Ankush Jain
Mount a Windows Share on Linux container using C#.NET

Mount a Windows Share on Linux container using C#.NET

If you are running a .NET Core application in a Linux container and want to access Windows Share (Network Share) that is secured with credentials, then you can use the below C# based solution.

Read More By Ankush Jain