Category Linux

2 Ways to test DNS Speed

DNS is a system by which a browser or other software converts a domain name to a IP4 or IP6 address. Each time we access a website the browser needs to convert the domain name to a IP4/IP6 address using…

2 ways to Create New User with home directory in Linux

This article is part of the following series.   In Linux, the home directory (also called “home” or “home folder”) is a directory designated for a particular user, where their personal files and configuration settings are stored. Each user on…

5 Ways to check disk size in Linux

This article is part of the following series.   To check the disk size in Linux, you can use lsblk, fdisk, or parted commands. All these commands are available in most Linux distributions.  They provide information about disk size, partition…

2 ways to check DNS SPF Record with Examples

An SPF (Sender Policy Framework) record is a type of TXT record in our DNS zone file. SPF records help identify which mail servers are permitted to send email on behalf of our domain. Adding an SPF record can help…

2 ways to check DNS PTR Record in Linux

DNS PRT record is short for pointer record. It is one of the common Domain Name System (DNS) records. It resolves an IP address to a domain or hostname. It is also called DNS reverse record. The following commands can…