Skip to main content

Posts

Showing posts from September, 2023

Binding AWS VPS IP Address with Hostinger Subdomain

Bind AWS IP with Hostinger Sub-Domain To bind an AWS IP address to a Hostinger subdomain, you need to update the DNS records of your Hostinger domain to point to the AWS IP address. Here’s a step-by-step guide to achieve this: Step1: Find the AWS IP Address If you have an EC2 instance, you can find the IP address in the AWS Management Console under the "Instances" section. Note the Public IPv4 address. Step2: Access Hostinger DNS Management Log in to your Hostinger account. Go to the "Domains" section and select the domain for which you want to configure the subdomain. Navigate to the "DNS Zone" or "DNS Settings" for that domain. Step3: Create a Subdomain and Point to AWS IP In the DNS settings, create a new A record. Set the "Name" or "Host" field to your subdomain (e.g., subdomain.yourdomain.com ). Set the "Points to" or "Value" field to your AWS IP address. Set the TTL (Time to Live) to the default value...

ASIC - Steve jobs Quote About Last Day

"IF TODAY WERE THE LAST DAY OF YOUR LIFE, WOULD YOU WANTO TO DO WHAT YOU ARE ABOUT TO DO TODAY?" Steve Jobs Quote about Death This is very strong quote by Steve Jobs and I would confess that it pinched me, and it would not be exaggeration if I say that it turned my thoughts upside down. Imagine being alive for very brief moment or someday you get to know that it's going to be the last day of your life, would you really follow the routine life? Ask yourself, really you will get up and go to your daily tasks or jobs or study or whatever you do; would you really continue to do it? I don't think so. At least in my case, I would never be going to do my routine tasks. Let's first think about the quotation itself and try to understand motive of Steve Jobs behind this quotation here. Steve Jobs was suffering from Pancreatic Cancer, and he knew it very well that he was about to die soon. If we keep this factor in mind, then it would be very easy to understand this quotatio...

ASIC - Change GRUB 2 Boot Order (solved)

 I was using Windows 10 Pro on my Dell Latitude 3340 Laptop but due to some work requirement I needed to install Ubuntu 22.04, details to is available in my earlier blog-post " Dual Boot Windows and Ubuntu (Solved) ". After the installation, the default OS in boot menu displayed by GRUB 2 is Ubuntu which sometimes irritates as most of my work is being handled in the Windows environment, moreover, i wanted to change the delay time from 30 seconds to 10 seconds in order to avoid further unnecessary delay. So, as usual, i went across the google and watched multiple videos and blogs in order to see the correct method of solving my problem. The easiest and the ultimate way of changing the boot order in GRUB 2 is presented below: 1. You will need "grub-customizer" for the subject task. Note: grub-customizer is not available in the distribution packages and cannot be installed with simple "sudo apt install grub-customizer" command at terminal. The package is av...

Popular posts from this blog