grep Command in Linux

grep Command in Linux | Explained

In Linux, the grep command is utilized to highlight (shows the match) the specific word, character, or string after searching the entire content in a file.

Pgrep Command in Linux Explained

pgrep Command in Linux | Explained

In Linux, the pgrep command allows you to find the PID of a process, which can be useful for terminating the process or sending it a signal.

How to Exclude in grep

How to Exclude in grep?

The grep command allows users to find or sort data according to syntax matches. This article covers the detail on how to exclude in grep.

How to Change User Name in Linux

How to Change Username in Linux?

The existing username in Linux can be changed with the help of the built-in “usermod” command that also changes the user’s home directory.

ls-ltr Command in Linux Explained

ls-ltr Command in Linux | Explained

The “ls -ltr” lists the content of the specified directory in a (-l)long list format (-r)reversely which is sorted by its last modification date and time(-t).

How to List  Groups on Debian 12

To list the groups on Debian 12, different command line utilities can be used. These include the getent, groups, libuser-lid,and id commands.

How To Disable IPv6 on Debian 12

How to Disable IPv6 on Debian 12

To disable the IPv6 on Debian 12, either open the sysctl configuration file or blacklist the IPv6 kernel module. Both methods are explained in this blog.

How to Install CUDA on Ubuntu 22.04

How to Install CUDA on Ubuntu 22.04?

To install CUDA on Ubuntu, execute the “sudo apt install nvidia-cuda-toolkit” command. Before it, check the status of the GPU that supports the CUDA or not.

What Does_Mean in Bash

What Does <<< Mean in Bash?

In Bash, the “<<<” operator means “here strings.” It allows users to pass a string as the standard input to a command via the “command <<< string” syntax.

Where are my sshd Logs in Linux

Where to Find sshd Logs in Linux?

The sshd Logs are stored in the “/var/log/auth.log” file. These log details can be displayed using the “grep”, “lastlog”, and the “journalctl” commands.

lrwxrwxrwx in Linux

lrwxrwxrwx in Linux

The “lrwxrwxrwx” permission specifies that the symbolic link to another file has read, write, and execution permissions to all its users and groups.

How to Use WPA_Supplicant

How to Use WPA_Supplicant?

In Linux, use the WPA_Supplicant to connect with the Wi-Fi networks. Also, establish connections with hidden, insecure networks and WEP routers.

How to Check RAM Size

How to Check RAM Size Using CLI?

To check the RAM size in the Linux, utilize the “/proc/meminfo file”, “free”, “top”, “vmstat”, “dmidecode”, “lshw”, or “hwinfo” utilities

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.

What should I do when Ubuntu freezes

What should I do when Ubuntu freezes?

Multiple freezing states of Ubuntu are faced, such as freeze at boot time, the specific program, or the mouse stopping working. See the guide for solutions.

TTy Definition and its uses

TTY: The Definition and Its Uses

The TTY is a character-based device used as a medium for entering data, still a crucial part of the operating systems but in software form.

Use ldd Command in Linux

How to Use ldd Command in Linux?

The “ldd” command stands for “List Down Dependencies”, which is used to display executable files or program-shared library dependencies.

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 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.

Disable IPv6 on CentOS

How to Disable IPv6 on CentOS / RHEL?

CentOS / RHEL offers the “sysctl” configuration file and “kernel” module to disable IPv6 in the system. For this, setting the disable_ipv6 parameter to 1.

How to List USB Devices in Linux

How to List USB Devices in Linux?

In Linux, to list down the USB devices, use the “lsusb”, “dmesg”, “usb-devices”, “lsblk”, “df”, or “fdisk” utility in the terminal.