Linux

Latest update about Linux News, Tips and Tricks

How to install and configure R on CentOS 8

How to set or change time zone in 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

How to install and configure OpenCV 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

Centos Visual Studio Code

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 numbering

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

How to set or change time zone in 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 …

A tutorial for changing file permissions with Chmod on Linux

In Linux, file access is managed via file permissions, attributes, and ownership. This ensures that only authorized users and processes can access files and directories. This tutorial covers how to use commands chmod To change file and directory access permissions. File access permissions explained in Linux Before we proceed, let’s …

Brief description of the Linux and Unix / etc / passwd file

There are many authentication schemes that can be used on Linux systems. The most widely used standard scheme for file validation is /etc/passwd And the /etc/shadow. The / etc / passwd file is a text database that contains information for all accounts on the system. Owned by root and has …

How to install and configure Ansible AWX on CentOS 8

Ansible sign

AWX stands for “Ansible Web eXecutable” and it is a free and open source project that allows you to easily manage and control Ansible projects. AWX provides a robust web-based user interface and REST API, and allows you to manage or synchronize inventory with other cloud sources, access control, and …