| by Arround The Web

How to Copy the SSH Keys

Practical guide on how to copy an SSH key in Ubuntu to transfer the files and access the operating systems remotely using the SSH command along with examples.

Read More
| by Arround The Web

How to Modify Linux Kernel Variables Using sysctl Command

The post How to Modify Linux Kernel Variables Using sysctl Command first appeared on Tecmint: Linux Howtos, Tutorials & Guides .You can configure several parameters or tunables of Linux (the kernel) to control its behavior, either at boot or on demand …

Read More
| by Arround The Web

Systemd Timer

Practical tutorial on how to create a system timer by creating a test script, service file, timer file, and how to troubleshoot and diagnose the timer.

Read More
| by Arround The Web

Linux Mount Command

Comprehensive tutorial on the use of the Linux mount command to attach a file to a specified mount point in the current file system using several examples.

Read More
| by Arround The Web

Convert Plain English to Commands Using Shell Genie

Shell Genie is a command-line tool that can be used to ask in plain English how to perform various tasks, and it gives you the shell command you need.
The post Convert Plain English to Commands Using Shell Genie appeared first on Linux Today.

Read More
| by Arround The Web

4 Useful Commands to Clear Linux Terminal Screen

The post 4 Useful Commands to Clear Linux Terminal Screen first appeared on Tecmint: Linux Howtos, Tutorials & Guides .Just like any other operating system, Linux also supports a rich Graphical User interface (GUI). In fact, it supports multiple graphi…

Read More
| by Arround The Web

How to Find and Kill a Zombie Process on Linux

This is on the zombie process and also the causes and the procedure to kill these processes also the ways to identify them using simple commands

Read More
| by Arround The Web

Linux Watch Command

This explains the use of “watch” instruction to monitor different activities in Linux and the way of using it in Linux shell using its syntax illustration.

Read More
| by Arround The Web

How to List and Extract tar.xz File in Linux

The post How to List and Extract tar.xz File in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .A tar.xz file extension shows that the file is a tar archive file compressed using the XZ compression tool. In this guide, we will cover …

Read More
| by Arround The Web

Linux Uniq Command

Practical tutorial on the Linux Uniq command to eliminate the duplicate content from files and only display it once on the output using the “uniq” keyword.

Read More
| by Arround The Web

Linux Date Command

In this article, we will also employ a few format specifiers with the date command to obtain the date and time in various formats.

Read More
| by Arround The Web

Linux Ulimit Command

In this article, we will provide you with multiple illustrations to understand the implementation of the ulimit command in Linux.

Read More
| by Arround The Web

Linux Tr Command

Tutorial on the “tr” command to delete the characters, remove the digits from lines, and change the lowercase to uppercase letters, among many other operations.

Read More
| by Arround The Web

Force Kill Linux Process using top, kill, pkill, killall, and xkill

In this article, you will learn everything there is to know about the killing process in Linux, from the PID/Name to each killing signal.
The post Force Kill Linux Process using top, kill, pkill, killall, and xkill appeared first on Linux Today.

Read More
| by Arround The Web

How to Find Parent Process PPID in Linux

The post How to Find Parent Process PPID in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .Every time a program is executed, the kernel creates a process associated with the program. Simply put, a process is a running instance of a …

Read More
| by Arround The Web

Exit Command in Linux

Practical guide on the different use cases of the exit command and the interpretation of the exit status in each case to terminate the shell in which it is run.

Read More
| by Arround The Web

Commonly Used DNS with Example Usage

Comprehensive guide on the six commonly used DNS tools that you can use to troubleshoot the DNS issues of a given domain or IP and check the DNS records.

Read More
| by Arround The Web

How to Check if a Filesystem is Mounted in Linux

This is on what filesystem is, how to check the type of mounted filesystem in Linux, and the techniques of the mounted filesystem by writing every command.

Read More
| by Arround The Web

How to Check the Disk Space in Linux from the Command Line

Guide on how to check the disk space from the command line using two commands and how to use them to check the usage summary by different files and folders.

Read More
| by Arround The Web

How to Wait for a Specific Process to Complete in Linux?

The article provides a way to wait for a specific process to complete in Linux. We have used the wait command to wait for the running process.

Read More