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. :)

How to run Ubuntu in full screen mode in Windows?

Hello friends, in this post we'll talk about how we can install and start using Ubuntu in full screen mode on top of Windows 10.

Here are the steps:
  1. Install Virtual Box.
    Virtual Box is a great and powerful virtualization tool for enterprise as well as home use and is provided by Oracle. Using this you will be able to run virtual machines which means you can run multiple operating systems on to the same machine.
  2. Once the virtual box is installed, download an image of a virtual machine. I have downloaded Ubuntu 18.04.3 LTS
  3. Open Virtual Box. Create New Virtual Machine.

    You can choose to download a 32 bit or 64 bit OS based on the image you downloaded. I downloaded 64 Bit Ubuntu.
  4. Click on Settings icon.
  5. Click on storage and mound the downloaded image.
  6. You will now see a machine and can start the installation. Once installed, you can start using it like a normal OS.
  7. Click on the machine and it should turn on.
  8. To run the full screen mode, install the guest additions.
  9. And finally click on View > Full Screen Mode.
  10. Yay! Your VM is ready to be used in full screen.
What next? Wait for my next post.