Tecmint

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

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.

How to Install Sublime Text 4 in Linux

Thu, 01/19/2023 - 13:23
The post How to Install Sublime Text 4 in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

If you’re not a terminal lover, you might not like using the popular command-line text editors Vi or Vim. Speaking of graphical-based, Sublime Text is one of the most preferred cross-platform proprietary-based text and

The post How to Install Sublime Text 4 in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Install LibreOffice in Ubuntu

Wed, 01/18/2023 - 15:13
The post How to Install LibreOffice in Ubuntu first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Are you an open-source enthusiast? If yes, then you must already be aware of LibreOffice, which is a widely used free office suite application in Linux and is also considered a good alternative to

The post How to Install LibreOffice in Ubuntu first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Use “sleep” Command in Linux [6 Useful Examples]

Tue, 01/17/2023 - 15:02
The post How to Use “sleep” Command in Linux [6 Useful Examples] first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Brief: In this guide, we will discuss practical examples of sleep commands. After following this guide, Linux programmers will be able to use the sleep command to write robust shell scripts. Linux programmers and

The post How to Use “sleep” Command in Linux [6 Useful Examples] first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

Scrcpy – Display and Control Your Android Device via Linux Desktop

Mon, 01/16/2023 - 14:19
The post Scrcpy – Display and Control Your Android Device via Linux Desktop first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Brief: This guide shows how to install scrcpy an application that helps you connect, display and control an android device from your Linux desktop computer. Scrcpy (pronounced “screen copy“) is a free, open-source, and

The post Scrcpy – Display and Control Your Android Device via Linux Desktop first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

Pages