Linux

How to Completely Uninstall Docker

How to Completely Uninstall Docker?

While uninstalling docker, a few configuration files and components must be manually deleted through a series of commands which require execution one by one.

How to Use SCP with PEM File

How to Use SCP with PEM File?

To create a “.pem” file using the SCP, use the “ssh-keygen -f ~/.ssh/id_rsa -e -m pem” command. Then, upload or download a file or directory using SCP.

How do I install .run files

How to install .run files?

In Linux, all the “.run” files can be installed by using the “chmod” command and the “Permissions” options to make them executable.

How To Find Last Login on Linux

How To Find Last Login on Linux?

To find the last login on Linux, use the “last”, “lastlog”, “/var/log/auth.log”, “who” and “lastb” commands that display username, terminal, date, and time.

What is Load Average in Linux

What is Load Average in Linux?

Load average is the measure to determine the processes running or waiting to be run on the CPU. Three different methods can find the load average.

Nmap Xmas Scan

Nmap Xmas Scan

The Xmax scan can be performed using the nmap command in the system. This scan displays the status of the ports of the target machine.

What is dev/null in Linux

What is /dev/null in Linux?

The “/dev/null” is a powerful tool in Linux that allows users to discard unwanted data, suppress error messages, make files disappear, and many more.

How to see rsync progress

How to See rsync Progress?

To see the rsync command progress, either use the “–progress” option of the rsync command or pipe the rsync command with “pv -lep”.

SCP Remote to Local

SCP Remote to Local

To copy the files from the remote to the local machine using the SCP, run the command “scp [user@SRC_HOST:]file1 hostmachine_loation”.

How to Change MTU Size in Linux

How to Change MTU Size in Linux?

To change the MTU size instantly in Linux, the ip, and ifconfig commands and to make them permanently make changes in the network configuration file.

What Does chmod 777 Mean in Linux

What Does chmod 777 Mean in Linux?

The chmod 777 means that all the file users, including the owner, group members, and the other users, can perform the reading, writing, and execution.

What is libstdc++ so 6 in Linux

What is libstdc++ so 6 in Linux?

The “libstdc++6” is a dependency package of the GCC compiler, and “libstdc++.so.6” is the symbolic link that points to the GCC path.

mount Command in Linux Explained

mount Command in Linux | Explained

Linux offers the “mount” command to mount the file system or partition on a specific directory. It is useful to access and control the file system from the OS.

NSTAT Linux Command

nstat Linux Command

Linux offers the “nstat” command to display real-time network statistics in the terminal. Also, you can visualize the information about specific kernels.

How to create a .crt file in linux

How to Create a .crt File in Linux?

Linux offers the built-in “OpenSSL” library to create the “.crt” file that establishes a secure connection between a server and a web browser.

How to Set User Agent in curl

How to Set User Agent in curl?

Linux offers the “curl -A” option, the “.curlrc” file, and the “CURL_USER_AGENT” environment variable to set the user agent.

5 quick ways to kill a process in Linux

5 Quick Ways to Kill a Process in Linux

To kill a process in Linux, the “kill”, “kilall”, “pkill”, “xkill” and “top” commands are used.
They require the process name or id to kill the process.

What is a Boot Loader

What is a Boot Loader?

The boot loader loads the OS into memory and starts it. It is responsible for initializing the system, performing hardware tests, and giving control to the OS.

How to unban an IP in fail2ban

How to unban an IP in fail2ban?

To unban an IP in fail2ban, the “fail2ban-client” utility is used by specifying the banned IP Address in IP List. This utility prevents unauthorized activity.

How to Show MOTD in Linux

How to Show MOTD in Linux?

Linux offers the “cat” command to display the “MOTD” in the terminal. Also, users can display the custom MOTD after accessing the /etc/motd file.

How to Find Mtime in Linux

How to Find mtime in Linux?

The “stat”, “ls” and “find” commands are used to find the mtime of files in Linux. They display the modification time when the file’s content is modified.

How to Edit Hosts File on Linux

How to Edit Hosts File on Linux?

Linux provides the “nano” and “vim” text editors to edit or modify the host or any other file using the “sudo” privilege. It is easy to access and use.