© 2023 Hashnode
#dns
We all use the internet daily, but have you ever stopped to consider the intricacies happening behind the scenes when you type a URL into your browser and hit enter? I have, and I am eager to share my…
When you type "https://www.google.com" into your browser and press enter, a series of events occur to retrieve and display the Google homepage on your screen. In this blog post, we will explain these …
Basics of Computer Network In this post, we will understand Switching, routing, Default Gateway, and DNS Configuration on Linux. I have covered this article by asking a few questions to myself. So let…
Hashnode is a great platform for blogging, and creates a lot of sane defaults so you can get started quickly without having to make a lot of design choices, but you'll pretty quickly want to start making changes and making your blog your 'o…
I am using MAMP PRO on a macOS Mojave 10.14.6 Let's assume you have installed WordPress 6.1.1 or newer having PHP 8.x at a location named /wordpress Type this in the terminal at /wordpress: - we're installing composer. php -r "copy('https:/…
Basic terminologies: Server: a computer which performs specialized functions such as hosting websites, storing and managing files, and processing data. Servers are mainly used to provide users with access to resources or services. There ar…
The Internet is a global network of interconnected computers and servers that allows users to share information and communicate with each other. It is a vast network of networks that spans the entire world, connecting people from all corner…
CNAME Records A CNAME (Canonical Name) record is a type of DNS (Domain Name System) record that maps an alias hostname to the real or canonical hostname. This allows a subdomain to be pointed to anoth…
In many cases we use incognito mode so that our history won't be traced, up to a point it's true, But if you're a tech geek you can check that. In this blog, we will see how to check and delete that o…
Hey there! Welcome to my first ever blog post. I hope you’re having as great a day as mine. Have you ever given some thought as to what happens when you enter a URL into a web browser? Well, join me o…