Example Usage of ls Command in Linux
In this tutorial you will learn how to use ls command in Linux/Unix Operating Systems. ls command is used to list files or directories contents
In this tutorial you will learn how to use ls command in Linux/Unix Operating Systems. ls command is used to list files or directories contents
In this tutorial, we are going to learn how to install and setup Zsh and Oh-my-Zsh on Ubuntu 20.04/Ubuntu 22.04. Install ZSH and Oh-My-Zsh on
In this tutorial, you will learn how to check directory usage with du command in Linux. du, an acronym for disk usage can help you
Follow this tutorial to learn how to copy paste lines in vim. VIM, an acronym for Vi iMproved, is a highly configurable text editor built
One of the most upsetting and terrible situations a user may go through is data loss. Consumers worry and are helpless due to the concern
In this guide, we are going to learn on installing Perf Performance Analysis Tool on CentOS 8. Perf aka perf_events aka perf tools is a
Follow through this guide to learn how to make permanent DNS changes in resolv.conf on Linux. According to man resolv.conf, resolv.conf is a resolver configuration
This guide will take you through various example usage of ps command in Linux/Unix system. ps, an acronym for Processes Status is a utility used
Is your Linux system in BIOS or UEFI mode? Don’t worry, this guide will show you quick ways to check if Linux system is using
In this guide, you are going to learn how to run only specific commands with sudo in Linux. Our previous guide covered how to add