How To Create New User Account On Ubuntu Linux?

How To Create New User Account On Ubuntu Linux?

Ubuntu is used by a lot of users around the world. It is the most popular Linux distribution and a lot of users prefer it for its easiness, support, and simplicity. An Ubuntu system can be used by multiple users and new users can be added in different ways via command-line interface or GUI. In … Read more

How To Download Files with curl In Linux Command Line?

How To Download Files with curl In Linux Command Line?

The curl tool or command is used to download different files and directories from the command line. The curl is provided by all major Linux distributions like Ubuntu, Debian, Mint, CentOS, etc. The curl command provides a lot of features for different needs of downloading files. One of the most popular features is the ability … Read more

How To Check/Display Linux Kernel Version?

How To Check/Display Linux Kernel Version?

Linux operating system and distributions are based on the Linux kernel which is a low-level operating system layer that mainly manages all system resources and provides services to the user-level tools. Linux kernel is an open-source project and is updated regularly. Every time the Linux kernel version change. In this tutorial, we will learn how … Read more

How To Find IP Address In Linux (Ubuntu, Debian, Mint, CentOS)?

How To Find IP Address In Linux (Ubuntu, Debian, Mint, CentOS)?

The IP address is the core of the computer networks where we use an IP address in our daily life regularly. When we try to access a web page or a game or a video stream the remote server IP address is used to connect and data transfer. IP Address Types IP is a protocol … Read more

How To List Users In Linux (Ubuntu, Mint, Debian, CentOS)?

How To List Users In Linux (Ubuntu, Mint, Debian, CentOS)?

Users are one of the most important parts of the Linux operating systems like Ubuntu, Debian, Mint, Kali, CentOS, etc. By creating user accounts different users and people can log in and use the Ubuntu system with their own permissions, files, and configuration. This tutorial can be used to list users in VM, Guest, VPS, … Read more

Linux time Command Tutorial

Linux time Command Tutorial

Linux is a multitasking operating system that shares resources with different processes. Every process takes some CPU, memory, and similar resources which can be monitored with the time command. The time command is also used for performance testing which is generally used to test and count the performance of the scripts and commands. The time … Read more

How To Edit Files In Linux?

How To Edit Files In Linux?

Linux provides different ways and tools in order to edit files. These methods can be called command-line editors and GUI editors. As a text-based operating system and most of the configuration is stored as a text file the configuration changes generally require editing files. Why Edit Files In Linux? As stated Linux is a command-line … Read more

$0 Script File Name Parameter Usage In Linux Bash

$0 Script File Name Parameter Usage In Linux Bash

Bash provides different parameters to get input from different sources. $0 is a special parameter that is used to store the name of the bash script. This $0 parameter is automatically assigned by the bash or bash interpreter and can not be changed in a script file like a regular variable. This makes it a … Read more

How To Generate SSH Public/Private Keys?

How To Generate SSH Public/Private Key?

SSH is a popular protocol used to manage systems remotely, transfer files, etc. SSH provides access to the remote systems in a secure way by encrypting the communication which is transferred over the computer networks. SSH also protects security by making authentication to access remote systems. Authentication can be done in different ways. The most … Read more

Linux arping Command Tutorial

Linux arping Command Tutorial

The arping command is a command-line tool used in the Linux operating system to discover and detect hosts on the network. The arping uses the ARP protocol in order to ping hosts with the Layer 2 ARP requests. The ARP protocol is used to resolve IP addresses to the MAC addresses in order to communicate … Read more