Ping Command In Linux with Examples

Ping Command In Linux with Examples

The ping command is provided by the Linux distributions like Ubuntu, Debian, Mint, Kali, CentOS, RHEL, SUSE by default. The term ping is the short form of the “Packet Internet Groper”. The ping command is used to check remote system network connectivity and troubleshoot the problem. The ping command uses the ICMP protocol and packets … Read more

How To Comment In vimrc (Vim Configuration) File?

How To Comment In vimrc (Vim Configuration) File?

As an advanced text editor, Vim has a lot of configuration options. These configuration options can be applied in different ways as temporary or permanent. The vimrc configuration file is used for permanent Vim configuration. While putting configurations inside the vimrc file we may need to write some comments in order to explain the given … Read more

Vim/Vi Copy and Paste Line

Vim/Vi Copy Line

Vim or Vi provides different keys and commands in order to copy the line. In this tutorial, we will learn how to copy lines in different ways. the yank or copy command can be used to copy the current line, multiple lines, some part of the line to the begging or end of the line. … Read more

Move End Of Line In Vim/Vi

Jump End Of Line In Vim/Vi

Vim or Vi is a command-line text editor which is very different from most of the popular text editors which are GUI-based. For GUI-based text editors generally, a mouse pointer is used for navigation over files like the jumping end of the file. Vim or Vi uses different commands and keys for navigation. In this … Read more

Quit Without Saving In Vim/Vi

Quit Without Saving In Vim/Vi

Vim or Vi is a command-line text editor which is mainly managed with the commands and key shortcuts. After making changes in a file you may want to quit or exit from Vim. In this tutorial, we will learn how to quit Vim or Vi without saving changes. Open and Make Changes In Vim First, … Read more

Copy, Cut, and Paste In Vim / Vi

Copy, Cut, and Paste In Vim / Vi

One of the most used operations when working with text files is copy, cut, and paste operations. Vim provides a lot of different and detailed features about copy, cut, and paste operations by using commands and key shortcuts. These copy, cut, and paste operations are related to each other and generally used in a row. … Read more