Main Menu

Vim Copy, Cut & Paste: Complete Clipboar...

Here's the short version, because that's probably what you came for. In Vim, you copy a line with yy, copy three lines with 3yy, cut a line with dd, paste after the cursor with p, and paste before it....

Read More

How to search in VIM/VI Editor? [VI/VIM...

Vim search happens in normal mode. Hit Esc first, then type / followed by what you want to find, and press Enter. That's the whole trick. To search upward instead, use ?. To jump between matches,...

Read More

Vim editor vs Nano editor

For any developer, choosing the right text editor can be a game-changer. This decision impacts the efficiency and workflow of a developer. There are many text editors, but in this guide, we want to...

Read More

How To Select All In Vim/Vi Editor? [VI/...

An editor that allows for faster text editing and with a powerful and highly customizable command-line tool is known as vim editor. Bram Moolenaar created Vim editor, which is recognized as a...

Read More

How to Undo and Redo in Vim/Vi editor? [...

If you do any kind of text editing on the Linux command line including editing configuration files, you will probably meet up with Vi or Vim. Considering, Vim is the modern equivalent of VI. In.....

Read More

How to Delete line in Vim/Vi Editor? [Vi...

Vim may be used to create and modify text and computer program files for different reasons. When processing text files in the Vim editor, you frequently have to remove one or more lines, and it...

Read More

11 Linux ifconfig commands that every ad...

Ifconfig in full means “interface configuration”. It is used for configuring the system’s kernel-resident network interfaces. Overall, it is a function for network administration in Linux...

Read More

SSH port-forwarding [SSH tunneling]

Whenever you use the SSH tunnelling or SSH port forwarding method, it will ensure an encrypted SSH connection between the client and the server using those specific ports that have been relayed. SSH.....

Read More

Check Ubuntu Version: Find Your System's...

Ubuntu is a popular Linux distribution known for its user-friendly interface and regular updates. Whether you're troubleshooting issues, installing software, or seeking compatibility information,...

Read More

How to Check Debian Version? [Get Debian...

Debian is one of the most popular Linux distributions. It is always a good option before working on any operating system to check its specification. Keep on reading this article to find out how to...

Read More