How to Run Commands from Standard Input Using Tee and Xargs in Linux
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
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
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
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
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
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
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
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
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
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
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
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
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
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?
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]
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
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
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]
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
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.