| by Arround The Web

How to tar a Folder in Linux?

Linux offers a built-in “tar” command tool to compress and extract the “tar” files and folders having formats “.gz”, “.bz2”, “.xz”, “.tbz” and many more.

Share Button
Read More
| by Arround The Web

FTP Client Linux Command-Line Tutorial

Practical tutorial on how to use the FTP command for remote system connection, file transfer, and managing the remote and local files and directories.

Share Button
Read More
| 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.

Share Button
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 …

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

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

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

Share Button
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…

Share Button
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

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

Share Button
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 …

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

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

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

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

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

Share Button
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 …

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

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

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

Share Button
Read More