Linux
Most Useful Linux Commands You Need Everyday
What are the basic and most useful Linux commands you need every day to speed-up your execution? In this tutorial, I am listing some of the important Linux commands that you...
Step-by-Step Commands to Write Your First Vim Function Example | Rules | Uses
You can create your own function to run on any file open with Vim editor. And it is simple to automate your mundane stuff on Vim editor. Here is the step-by-step procedure for...
Vim Case-Insensitive Search in Linux [Step-By-Step Commands]
As you are reading this article, it is obvious, you are using Linux as your operating system. If you are a programmer, you mostly using Vi/Vim as your coding playground. Vim is...
7 Linux Hostname Commands with Example | You should Know
The hostname is very important Linux command that you can find useful many times. If you are reading this article, for sure, you are using Linux system. Here you can get all...
Set Up Vi/Vim editor by Highlighting Syntax for Programming in Linux
When does someone ask me what platform to choose to get excel in programming? "Linux". No doubt. And the best editor? "Vi/Vim" on Linux systems. In this tutorial, I...
Steps to Remove Old Kernels in Ubuntu (Debian Linux) to Free Space in boot?
Ubuntu is one of the most popular flavors of Linux. In this article, I am going to share all the commands you need to delete old kernel files and to free the boot directory...
6 Commands to Edit File With and Without vi, vim Linux Editor
You might be knowing opening and editing file in vi/vim editor in Linux system. Do you wonder- how you can edit file without vi or vim editor? Many times you have to create a...
How to Find Total Size of Directory in Linux using du Command?
Last week, my Linux was crashed while updating broken installed packages. Because of this, I was not able to login Ubuntu through GUI. While recovering my Linux system I come...
How to Mount/Umount USB Drive in Linux by Running Simple Commands?
Connecting and mounting USB drive on Linux system through the terminal is not plug-and-play activity. You have to follow the steps by running certain mount commands. In this...