Delete Lines Matching Specific Pattern in a File using VIM
This guide will take you through how to delete lines matching specific pattern in a file using VIM. Linux system admins work with files day
This guide will take you through how to delete lines matching specific pattern in a file using VIM. Linux system admins work with files day
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 uncomment lines in a file using SED in Linux. According to man sed, “Sed is a stream
In this tutorial, we will learn how to check hardware information on Linux system. Many a time as we interact with the Linux system in
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
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 how to restrict SFTP user access to specific directories in Linux systems. SFTP, an acronym for Secure
This tutorial will take you through how to install Sysdig system visibility tool on Ubuntu 22.04. Sysdig is a simple visibility tool that provides deep
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
In this tutorial, you will learn how to create user account using useradd/adduser commands in Linux. User management is one of the most common task