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…