Tecmint

Subscribe to Tecmint feed Tecmint
Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.
Updated: 1 hour 53 min ago

How To Install R Programming Language in Linux

Mon, 02/27/2023 - 14:54
The post How To Install R Programming Language in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

R is a popular programming language and software environment used to build statistical and graphical computing tools for data science. It is in many ways similar to the S programming language and environment; R

The post How To Install R Programming Language in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Add a Package Repository to Debian, Ubuntu and Mint

Wed, 02/22/2023 - 14:40
The post How to Add a Package Repository to Debian, Ubuntu and Mint first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

A package repository (repo in short) is a location where software packages are stored and can be retrieved from. It is organized in a special directory tree, and usually contains an index file and

The post How to Add a Package Repository to Debian, Ubuntu and Mint first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

5 Best Lightweight Linux Distributions for Running Containers

Tue, 02/21/2023 - 13:02
The post 5 Best Lightweight Linux Distributions for Running Containers first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Are you looking for a Linux operating system optimized for running containers with minimal footprints, fast boot times, and a focus on security and stability? In this guide, we will review the top lightweight

The post 5 Best Lightweight Linux Distributions for Running Containers first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Use ‘tee’ Command in Linux [8 Useful Examples]

Mon, 02/20/2023 - 14:08
The post How to Use ‘tee’ Command in Linux [8 Useful Examples] first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Almost all power users prefer to use the command line interface while interacting with Linux systems. By default, all Linux commands display their output on the standard output stream. However, sometimes we need to

The post How to Use ‘tee’ Command in Linux [8 Useful Examples] first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Run Commands from Standard Input Using Tee and Xargs in Linux

Mon, 02/20/2023 - 13:00
The post How to Run Commands from Standard Input Using Tee and Xargs in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

While using the command line, you can directly pass the output of one program (for example a tool that generates some system information or statistics) as input for another program (such as text-filtering or

The post How to Run Commands from Standard Input Using Tee and Xargs in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Restrict SSH User Access to Certain Directory Using Chrooted Jail

Fri, 02/17/2023 - 11:54
The post How to Restrict SSH User Access to Certain Directory Using Chrooted Jail first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

There are several reasons to restrict an SSH user session to a particular directory, especially on web servers, but the obvious one is system security. In order to lock SSH users in a certain

The post How to Restrict SSH User Access to Certain Directory Using Chrooted Jail first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Enable ChatGPT in ONLYOFFICE Docs on Linux

Wed, 02/15/2023 - 13:58
The post How to Enable ChatGPT in ONLYOFFICE Docs on Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

The rise of AI chatbots and artificial neural networks, which has been taking place over the last few years, definitely makes our life easier in different ways. For example, you can use AI algorithms

The post How to Enable ChatGPT in ONLYOFFICE Docs on Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

6 Key Performance Metrics to Monitor in Linux Servers – Part 1

Mon, 02/13/2023 - 15:10
The post 6 Key Performance Metrics to Monitor in Linux Servers – Part 1 first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

This 4-part series will explain six key performance metrics to monitor in a Linux server. By the end of this series, you will understand what factors in a Linux system you need to look

The post 6 Key Performance Metrics to Monitor in Linux Servers – Part 1 first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

5 Best Platforms for Hosting Your Web Development Projects

Fri, 02/10/2023 - 15:42
The post 5 Best Platforms for Hosting Your Web Development Projects first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Sometimes, due to the system requirements of your software project(s), a development machine may not be suitable for properly testing or even running a demo of your project to a client or potential one.

The post 5 Best Platforms for Hosting Your Web Development Projects first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Modify Linux Kernel Variables Using sysctl Command

Wed, 02/08/2023 - 14:12
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 while the system is running. sysctl is a widely-used command-line utility for modifying

The post How to Modify Linux Kernel Variables Using sysctl Command first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Install Mono (Microsoft’s .NET Framework) in RHEL Systems

Tue, 02/07/2023 - 15:54
The post How to Install Mono (Microsoft’s .NET Framework) in RHEL Systems first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Mono is a free, open-source, and cross-platform implementation of Microsoft’s .NET framework, which runs on Linux, macOS, BSD, and Windows and supports various CPU architectures such as x86, ARM, PowerPC, and more. Mono enables

The post How to Install Mono (Microsoft’s .NET Framework) in RHEL Systems first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

4 Useful Commands to Clear Linux Terminal Screen

Mon, 02/06/2023 - 14:45
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 graphical desktop environments such as – GNOME, KDE, Cinnamon, and the list goes on.

The post 4 Useful Commands to Clear Linux Terminal Screen first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

Install Rocky Linux 9 on VirtualBox on Windows

Fri, 02/03/2023 - 15:39
The post Install Rocky Linux 9 on VirtualBox on Windows first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Rocky Linux 9.1 was officially released on November 22, 2022, and supports x86-64, aarch64, ppc64le, and s390x architectures. Notable changes include: New module stream versions include PHP 8.1, Maven 3.8, Node.JS 18, and Ruby

The post Install Rocky Linux 9 on VirtualBox on Windows first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to List and Extract tar.xz File in Linux

Thu, 02/02/2023 - 15:01
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 various examples of how to list contests of a

The post How to List and Extract tar.xz File in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

Understanding The /etc/mtab File in Linux System

Wed, 02/01/2023 - 14:05
The post Understanding The /etc/mtab File in Linux System first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

In this article, we will explore the /etc/mtab file on a Linux system and understand the various parameters and directives included therein. What is /etc/mtab File in Linux The /etc/mtab file is a file

The post Understanding The /etc/mtab File in Linux System first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Install and Set Up Headless Linux Server

Tue, 01/31/2023 - 15:19
The post How to Install and Set Up Headless Linux Server first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

A vast majority of Linux users are familiar with a Linux desktop PC which provides a graphical environment with which you can interact with the system. However, unlike a Linux desktop, a headless server

The post How to Install and Set Up Headless Linux Server first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

9 Best Google Drive Clients for Linux in 2023

Mon, 01/30/2023 - 14:53
The post 9 Best Google Drive Clients for Linux in 2023 first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

One of the best cloud storage contenders to emerge is Google Drive – the popular cloud storage application that allows you to store data and access it from a Google account securely. Unfortunately, despite

The post 9 Best Google Drive Clients for Linux in 2023 first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Find Parent Process PPID in Linux

Tue, 01/24/2023 - 14:14
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 program in Linux. The process created by the kernel

The post How to Find Parent Process PPID in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

What Is Linux? and How Does Linux Work?

Mon, 01/23/2023 - 13:36
The post What Is Linux? and How Does Linux Work? first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

In this article, we explore what Linux is and some of the attributes and components associated with the Linux operating system. What Is Linux? Linux is an open-source, community-developed operating system with the kernel

The post What Is Linux? and How Does Linux Work? first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Use ‘head’ Command in Linux [8 Useful Examples]

Fri, 01/20/2023 - 14:54
The post How to Use ‘head’ Command in Linux [8 Useful Examples] first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

In Linux, there are various commands available to display the contents of the text file. Some of the popular and most frequently used commands are cat, less, more, view, etc. However, all of these

The post How to Use ‘head’ Command in Linux [8 Useful Examples] first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

Pages