Tecmint

Subscribe to Tecmint feed Tecmint
Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.
Updated: 2 hours 37 min ago

20 Practical Examples of RPM Commands in Linux

Mon, 03/04/2024 - 16:00
The post 20 Practical Examples of RPM Commands in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

RPM (Red Hat Package Manager) is a default open-source and widely-used package management utility for Red Hat-based systems such as CentOS Fedora, Rocky, and Alma

The post 20 Practical Examples of RPM Commands in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Create Own Online Learning Platform with Moodle in Linux

Fri, 03/01/2024 - 14:31
The post How to Create Own Online Learning Platform with Moodle in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Moodle is a free, feature-rich, open-source learning management system (LMS), which is used by many online schools and universities as well as private educators. Moodle

The post How to Create Own Online Learning Platform with Moodle in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How To Install Elasticsearch, Logstash, and Kibana (ELK Stack) on RHEL

Thu, 02/29/2024 - 14:31
The post How To Install Elasticsearch, Logstash, and Kibana (ELK Stack) on RHEL first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

If you are a person who is, or has been in the past, in charge of inspecting and analyzing system logs in Linux, you know

The post How To Install Elasticsearch, Logstash, and Kibana (ELK Stack) on RHEL first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Fix “bash: curl: command not found” Error

Wed, 02/28/2024 - 13:31
The post How to Fix “bash: curl: command not found” Error first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

If you’re a Linux user and you’ve ever encountered the error message “bash: curl: command not found” or “bash: /usr/bin/curl: No such file or directory”

The post How to Fix “bash: curl: command not found” Error first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

Tomb – A File Encryption and Personal Backup Tool for Linux

Wed, 02/28/2024 - 12:15
The post Tomb – A File Encryption and Personal Backup Tool for Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Tomb is a free open-source, small, powerful, and simple tool for encrypting files on GNU/Linux. At the time of this writing, it comprises a shell

The post Tomb – A File Encryption and Personal Backup Tool for Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

Level Up Linux: 20 Advanced Commands for Mid-Level Users

Mon, 02/26/2024 - 17:05
The post Level Up Linux: 20 Advanced Commands for Mid-Level Users first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

You may have found the first article, ‘Useful Commands for Beginners‘ very helpful, as it was intended for newbies, this article is tailored for middle-level

The post Level Up Linux: 20 Advanced Commands for Mid-Level Users first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

Top 5 Command Line Browsers for Linux

Mon, 02/26/2024 - 14:00
The post Top 5 Command Line Browsers for Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

For some people around the globe, a web browser that renders both text and graphics is important since it provides an easy-to-use and attractive interface.

The post Top 5 Command Line Browsers for Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

Pydio Cells: Free Self-Hosted Document Collaboration Platform

Mon, 02/26/2024 - 12:00
The post Pydio Cells: Free Self-Hosted Document Collaboration Platform first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Formerly known as just Pydio, Pydio Cells is an open-source document sharing and synchronization software that combines fast performance, granular security, huge file transfer sizes,

The post Pydio Cells: Free Self-Hosted Document Collaboration Platform first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

Smem – Reports Memory Consumption Per-Process and Per-User in Linux

Mon, 02/19/2024 - 13:31
The post Smem – Reports Memory Consumption Per-Process and Per-User in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Memory management, particularly monitoring memory usage, is crucial for your Linux system. There are many tools available across different Linux distributions to monitor memory usage,

The post Smem – Reports Memory Consumption Per-Process and Per-User in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Use Awk for Text Filtering with Pattern-Specific Actions – Part 3

Mon, 02/19/2024 - 12:51
The post How to Use Awk for Text Filtering with Pattern-Specific Actions – Part 3 first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

In the third part of the following awk command series, we shall take a look at filtering text or strings based on specific patterns that

The post How to Use Awk for Text Filtering with Pattern-Specific Actions – Part 3 first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Find Top 10 IPs Accessing Apache or Nginx

Fri, 02/16/2024 - 15:07
The post How to Find Top 10 IPs Accessing Apache or Nginx first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

As a web server administrator, it is important to monitor and analyze the traffic accessing your web server, which includes identifying the top IP addresses

The post How to Find Top 10 IPs Accessing Apache or Nginx first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

XDM – Download Manager with a 500% Speed Increase for Linux

Thu, 02/15/2024 - 14:31
The post XDM – Download Manager with a 500% Speed Increase for Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Xtreme Download Manager (xdman) is a powerful download manager for Linux, which is developed in Java programming language. It can increase download speeds up to

The post XDM – Download Manager with a 500% Speed Increase for Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Use Awk to Print Fields and Columns in File

Wed, 02/14/2024 - 16:45
The post How to Use Awk to Print Fields and Columns in File first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Awk is a powerful text processing tool that allows for efficient manipulation and extraction of information from files, particularly for handling structured data such as

The post How to Use Awk to Print Fields and Columns in File first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Filter Text or String Using Awk and Regular Expressions

Wed, 02/14/2024 - 16:00
The post How to Filter Text or String Using Awk and Regular Expressions first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

When we run certain commands in Linux to read or edit text from a string or file, we often try to filter the output to

The post How to Filter Text or String Using Awk and Regular Expressions first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

GnuCash – Manage Your Finances in Linux (Business & Personal)

Wed, 02/14/2024 - 14:22
The post GnuCash – Manage Your Finances in Linux (Business & Personal) first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

The importance of financial management and accounting practices in personal life or small enterprise businesses is one of the growing factors of a business. There

The post GnuCash – Manage Your Finances in Linux (Business & Personal) first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

3 Best Document Collaboration Platforms for Linux in 2024

Wed, 02/14/2024 - 13:05
The post 3 Best Document Collaboration Platforms for Linux in 2024 first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Having a good document collaboration platform is what can help you increase your productivity and allow you to collaborate with other Linux users in real-time,

The post 3 Best Document Collaboration Platforms for Linux in 2024 first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Extract Tar Files to Specific or Different Directory in Linux

Tue, 02/13/2024 - 13:00
The post How to Extract Tar Files to Specific or Different Directory in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

The tar command is one of the utilities that you can use to create a backup on a Linux system. It includes many options that

The post How to Extract Tar Files to Specific or Different Directory in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

8 Useful ‘Debian Goodies Utilities’ for Package Management

Mon, 02/12/2024 - 16:00
The post 8 Useful ‘Debian Goodies Utilities’ for Package Management first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Debian-goodies is a package that includes toolbox-style utilities used to manage Debian and its derivative systems such as Ubuntu, Linux Mint, Kali Linux, etc. The

The post 8 Useful ‘Debian Goodies Utilities’ for Package Management first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Delete User Accounts and Their Home Directories in Linux

Mon, 02/12/2024 - 14:00
The post How to Delete User Accounts and Their Home Directories in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

As a System Administrator in Linux, you may have to remove a user’s account after some time when a user account may become dormant for

The post How to Delete User Accounts and Their Home Directories in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Install and Configure NTP in RHEL Systems

Thu, 02/08/2024 - 15:00
The post How to Install and Configure NTP in RHEL Systems first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

NTP (Network Time Protocol) is a protocol that runs over port 123 UDP at the transport layer and allows computers to synchronize time over networks

The post How to Install and Configure NTP in RHEL Systems first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

Pages