Category
Linux
Ubuntu, Linux servers, command-line tools.
-

How to Dual Boot Windows 11 and Linux (Ubuntu)
Love Windows 11, but missing the Linux environment? Learn how to install Ubuntu on your Windows 11 device and enjoy a dual boot machine.
-

How to Use WC Command in Linux
wc (word count) command is used in the Linux systems to count the number of words, lines, and bytes in a text file. You…
-

How to Use CD Command in Linux
Some commands in Linux are so frequently used that we often overlook the significance of the commands and the details about them get missed.…
-

How to Use Cat Command in Linux
Suppose you are working on the terminal and you really need to view a text file but you are too lazy to just go…
-

How to Use SCP Command in Linux
SCP stands for ‘Secure Copy’. scp is a command-line utility offered by Linux which allows the transfer of files and directories from one machine…
-

How to Fix “Systemctl Command Not Found” Error in Linux
systemctl being an important utility in the Linux ecosystem, it is very common that you may encounter a problem “systemctl: command not found” error…
-

How to Kill Process by Name in Linux
To explain the meaning of a ‘Process’ in the simplest words is that it is a running instance of any application or program on…
-

How to Use Grep Command in Linux
GREP stands for ‘Global Regular Expression Print’. It is a useful command-line utility provided by Linux, to search for the text line which matches…
-

What is the Linux Reboot Command?
Rebooting is the go-to option that many of us rely on whenever things begin to act weirdly on a computer. Or, it could be…
-

How to Find a File By Name in Linux
Users usually try to find a file using the GUI. However, sometimes it becomes a very tedious job to find an individual file in…