Tecmint

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

Nmon – Monitor Linux System and Network Performance

Wed, 11/02/2022 - 13:41
The post Nmon – Monitor Linux System and Network Performance first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

If you are looking for a very easy-to-use performance monitoring tool for Linux, I highly recommend installing and using the Nmon command-line utility. Nmon short for (Ngel’s Monitor), is a fully interactive Linux system

The post Nmon – Monitor Linux System and Network Performance first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Install EPEL Repository on RHEL, Rocky & AlmaLinux

Wed, 11/02/2022 - 13:40
The post How to Install EPEL Repository on RHEL, Rocky & AlmaLinux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

In this article, you will learn how to install and enable the EPEL repository on RHEL-based Linux distributions to install additional standard open-source software packages by using YUM and DNF package manager. What is

The post How to Install EPEL Repository on RHEL, Rocky & AlmaLinux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Install Let’s Encrypt SSL Certificate to Secure Nginx on RHEL 9/8

Wed, 11/02/2022 - 12:08
The post How to Install Let’s Encrypt SSL Certificate to Secure Nginx on RHEL 9/8 first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

In this article, we’ll guide you on how to generate and install an SSL/TLS certificate obtained for free from Let’s Encrypt Certificate Authority that we’ll be using to secure Nginx webserver HTTP transactions on

The post How to Install Let’s Encrypt SSL Certificate to Secure Nginx on RHEL 9/8 first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Install VirtualBox 7.0 in AlmaLinux

Mon, 10/31/2022 - 15:49
The post How to Install VirtualBox 7.0 in AlmaLinux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Brief: In this guide, we will explore how to install VirtualBox 7.0 in AlmaLinux 9 and AlmaLinux 8 distributions to create guest virtual machines using an ISO image file. Currently owned and maintained by

The post How to Install VirtualBox 7.0 in AlmaLinux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Use ‘dir’ Command with Different Options and Arguments in Linux

Fri, 10/28/2022 - 14:00
The post How to Use ‘dir’ Command with Different Options and Arguments in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

This article shows some examples of using the dir command to list the contents of a directory. The dir command is not a commonly used command in Linux, but it works less like the

The post How to Use ‘dir’ Command with Different Options and Arguments in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Install QEMU/KVM on Ubuntu to Create Virtual Machines

Fri, 10/28/2022 - 12:35
The post How to Install QEMU/KVM on Ubuntu to Create Virtual Machines first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Brief: In this guide, we explore how to install QEMU/KVM on Ubuntu in order to create virtual machines. Virtualization is one of the most widely used technologies both in enterprise and home environments. Whether

The post How to Install QEMU/KVM on Ubuntu to Create Virtual Machines first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Install GNOME Desktop (GUI) On Rocky Linux 9

Tue, 10/25/2022 - 12:32
The post How to Install GNOME Desktop (GUI) On Rocky Linux 9 first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Brief: In this guide, we will take a look at how to install GNOME desktop (GUI) on Rocky Linux 9. This guide will be useful for users who have installed a basic functionality using

The post How to Install GNOME Desktop (GUI) On Rocky Linux 9 first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

10 Best Free and Low-Cost SSL Certificate Authorities

Fri, 10/21/2022 - 12:37
The post 10 Best Free and Low-Cost SSL Certificate Authorities first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Brief: There are multiple Certificate Authorities that you can purchase an SSL certificate from. In this guide, we focus on 10 of the best free and low-cost SSL certificate authorities. Implementing an SSL certificate

The post 10 Best Free and Low-Cost SSL Certificate Authorities first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Install VirtualBox 7.0 in Debian, Ubuntu and Linux Mint

Wed, 10/19/2022 - 14:43
The post How to Install VirtualBox 7.0 in Debian, Ubuntu and Linux Mint first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Brief: In this article, we will explain how to install VirtualBox 7.0 on Debian-based distributions such as Debian, Ubuntu, and Linux Mint distributions using VirtualBox’s own repository with an apt package manager. VirtualBox is

The post How to Install VirtualBox 7.0 in Debian, Ubuntu and Linux Mint first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

Free and Open-Source School Management Software for Linux

Wed, 10/19/2022 - 13:22
The post Free and Open-Source School Management Software for Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Brief: This tutorial examines some of the best free and open-source school management software for Linux. Running an educational institution in an efficient manner is no mean task. It usually involves handling various aspects

The post Free and Open-Source School Management Software for Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Install Oracle VirtualBox 7.0 in OpenSUSE

Tue, 10/18/2022 - 14:50
The post How to Install Oracle VirtualBox 7.0 in OpenSUSE first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Brief: In this article, we will explain how to install the latest version of Oracle VirtualBox 7.0 in the OpenSUSE Linux distribution. VirtualBox is a free and open source, powerful, feature-rich, cross-platform, and popular

The post How to Install Oracle VirtualBox 7.0 in OpenSUSE first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Install VirtualBox 7.0 on RHEL and Debian Based Distributions

Tue, 10/18/2022 - 13:10
The post How to Install VirtualBox 7.0 on RHEL and Debian Based Distributions first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

VirtualBox is an open-source cross-platform virtualization software, that can be installed on any operating system to run multiple guest virtual machines on the same computer. For example, if you install it on your Linux

The post How to Install VirtualBox 7.0 on RHEL and Debian Based Distributions first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

Linux mkdir Command Examples

Mon, 10/17/2022 - 12:41
The post Linux mkdir Command Examples first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Brief: In this guide, we will take a look at the mkdir command which is used to create a directory. We will also discuss some of the practical examples of it that will help

The post Linux mkdir Command Examples first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

20 Linux egrep Command Examples

Fri, 10/14/2022 - 14:18
The post 20 Linux egrep Command Examples first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Brief: In this guide, we will discuss some of the practical examples of the egrep command. After following this guide, users will be able to perform text searching more efficiently in Linux. Have you

The post 20 Linux egrep Command Examples first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Create Your Own Plugin for ONLYOFFICE Docs

Fri, 10/14/2022 - 12:31
The post How to Create Your Own Plugin for ONLYOFFICE Docs first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Brief: In this article, you will learn how to create your own plugin for ONLYOFFICE Docs and how to publish it in the official plugin marketplace that is available starting from version 7.2. ONLYOFFICE

The post How to Create Your Own Plugin for ONLYOFFICE Docs first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

Linux Directory Structure and Important Files Paths Explained

Thu, 10/13/2022 - 15:19
The post Linux Directory Structure and Important Files Paths Explained first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Brief: This article gives a breakdown of the Linux File System/directory structure, some of the critical files, their usability, and their location. You must have probably heard that everything is considered a file in

The post Linux Directory Structure and Important Files Paths Explained first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

Rustdesk [Remote Desktop] – A TeamViewer and AnyDesk Alternative for Linux

Wed, 10/12/2022 - 12:40
The post Rustdesk [Remote Desktop] – A TeamViewer and AnyDesk Alternative for Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Brief: In this guide, we take a look at the Rustdesk remote desktop software that is an alternative to TeamViewer and AnyDesk. In the highly digital and technologically advanced world that we live in,

The post Rustdesk [Remote Desktop] – A TeamViewer and AnyDesk Alternative for Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

18 Most Used Firefox Add-ons to Improve Productivity in Linux

Mon, 10/10/2022 - 15:42
The post 18 Most Used Firefox Add-ons to Improve Productivity in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Brief: In this guide, we take a look at the 18 most used Firefox add-ons to enhance your productivity in Linux desktops. Despite having lost its market share and popularity over the years to

The post 18 Most Used Firefox Add-ons to Improve Productivity in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

mStream – A Personal Streaming Server to Stream Music from Anywhere

Mon, 10/10/2022 - 12:36
The post mStream – A Personal Streaming Server to Stream Music from Anywhere first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

mStream is a free, open-source, and cross-platform personal music streaming server that lets you sync and stream music between all your devices. It consists of a lightweight music streaming server written with NodeJS; you

The post mStream – A Personal Streaming Server to Stream Music from Anywhere first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

Useful Tools to Monitor and Debug Disk I/O Performance in Linux

Fri, 10/07/2022 - 12:50
The post Useful Tools to Monitor and Debug Disk I/O Performance in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Brief: In this guide, we will discuss the best tools for monitoring and debugging disk I/O activity (performance) on Linux servers. A key performance metric to monitor on a Linux server is disk I/O

The post Useful Tools to Monitor and Debug Disk I/O Performance in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

Pages