Resolved: Adding MX Record(s) in AWS

 Recently, I was migrating MX records from WIX to AWS. I was using GSuite and I was unable to do the same. Then after a little bit of research, I found this stackoverflow link , which helped me resolve the problem. Here is how you should be adding the records in AWS. Record Name: @ Record Type: MX Value: <Priority> <Route Traffic to> example: 10 aspx.alt1.google.com And if you have multiple records, simply add the records in the same text area in the new line and no commas. This will resolve your problem. :)

Installing Ubuntu on Windows 10 using Powershell

Hey Friends,

Wish you a very happy new year 2019. This year I am going to start learning about cloud, vm(s), running dotnet core apps on linux distributions and hence will have our hands dirty on ubuntu.

I have been developing .Net apps from past many years now but I always wanted to run my apps on linux.

Glad to share that Windows 10 allows you to install linux distributions and hence we'll install ubuntu

I am going to demonstrate here, how you can install ubuntu on Windows 10 using powershell.
  • Open Powershell and run the following command

    Invoke-WebRequest -Uri https://aka.ms/wsl-ubuntu-1604 -OutFile Ubuntu.appx -UseBasicParsing
    
  • You will get an ubntu.appx file. Double click to run the installation.
  • Woo hoo! You have linux installed in your system. Click on start and you should be able to see it.