tcpdump It is a command line utility that you can use to capture and inspect network traffic to and from your system. tcpdump is the most widely used tool among security experts or network administrators for network troubleshooting and security testing. Regardless of the name, with tcpdumpYou can also capture …
How to install and use FFmpeg on CentOS 8
FFmpeg is a free and open source command line tool for encoding multimedia files. FFmpeg has a bunch of shared audio and video libraries like libavcodec, libavformat, and libavutil. With FFmpeg, you can convert between different video and audio formats, set sample rate, and resize the video (resize). This tutorial …
A tutorial on using the timeout command in Linux
Command timeout It is a command line utility that executes and terminates the specified command if it is running after a certain period of time. In other words, orders timeout It allows you to run orders within the time limit you specify. Command timeout It is part of the basic …
How to install and configure R on CentOS 8
R is a fast-growing open source programming language that specializes in statistical computing and graphical representation. This programming language is supported by the R Foundation for Statistical Computing and is mainly used by statisticians and data miners to develop statistical software and perform data analysis. This tutorial will teach you …
Learn more about the Pidof command in the Linux Terminal
pidof It is a command-line utility that allows you to find the process ID of a running program. In this article we will explain how to use commands pidof Linux. How to use the pidof command There are various applications pidof For Red Hat and Debian distributions. In a Red …
How to install and configure Mono on CentOS 8
Mono is a platform for cross-platform application development and operation based on ECMA / ISO standards. It is a free and open source application for the Microsoft .NET framework. This tutorial explains how to install Mono on CentOS 8. precondition The instructions assume that you are signed in as a …
A tutorial on using the Lsmod command (listing Kernel units)
lsmod is a command-line utility that displays information about loaded Linux kernel modules. Kernel module The kernel is the primary component of an operating system. The kernel manages everything in an operating system, including all system resources, and is the bridge between your computer hardware and software. Linux kernel has …
How to install Visual Studio Code on CentOS 8
Visual Studio Code is an open source cross-platform code editor developed by Microsoft. Visual Studio has built-in debugging support, built-in Git controls, syntax highlighting, code completion, integrated terminal, refactoring, and snippets. The easiest and recommended way to install Visual Studio Code on CentOS 8 is to enable the VS Code …
How to display line numbers in Vim / Vi
Vim / Vi is the preferred text editor for many software developers and Linux system administrators. By default, Vim doesn’t display line numbers, but it can be easily displayed. Vim supports three numbering modes that help you navigate files. Aside from the standard absolute line numbering, Vim also supports relative …
How to install and configure TensorFlow on CentOS 8
TensorFlow is an open source machine learning platform built by Google. TensorFlow is used by a number of organizations including Twitter, PayPal, Intel, Lenovo, and Airbus. TensorFlow can be installed system-wide, in a Python virtual environment, as a Docker container or with Anaconda. TensorFlow supports Python 2 and 3. We …