Tecmint

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

Top 5 Open-Source Enterprise Software for Linux in 2024

Fri, 05/17/2024 - 15:00
The post Top 5 Open-Source Enterprise Software for Linux in 2024 first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Over the years, Linux has been gradually gaining more and more popularity not only with individual users but also with businesses and enterprises looking for

The post Top 5 Open-Source Enterprise Software for Linux in 2024 first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

15 Best Kali Linux Web Penetration Testing Tools

Thu, 05/16/2024 - 15:14
The post 15 Best Kali Linux Web Penetration Testing Tools first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

With the exponential rise in cyber-attacks and the sophistication of attackers in infiltrating systems, the security of your web applications is of utmost importance. As

The post 15 Best Kali Linux Web Penetration Testing Tools first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Get Root and User SSH Login Email Alerts

Tue, 05/14/2024 - 14:15
The post How to Get Root and User SSH Login Email Alerts first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Whenever we install, configure, and secure Linux servers in a production environment, it’s crucial to keep track of what is happening on the servers and

The post How to Get Root and User SSH Login Email Alerts first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

Mutt – A Command Line Email Client to Send Mails from Terminal

Tue, 05/14/2024 - 13:31
The post Mutt – A Command Line Email Client to Send Mails from Terminal first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

As a system administrator, there are occasions when we need to send emails to users or others directly from the server. Traditionally, we’ve relied on

The post Mutt – A Command Line Email Client to Send Mails from Terminal first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

15 Useful ‘dpkg’ Commands for Debian/Ubuntu Users

Mon, 05/13/2024 - 14:31
The post 15 Useful ‘dpkg’ Commands for Debian/Ubuntu Users first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Debian GNU/Linux, the foundational operating system for several Linux distributions including Knoppix, Kali, Ubuntu, Mint, etc., uses various package managers such as dpkg, apt, apt-get,

The post 15 Useful ‘dpkg’ Commands for Debian/Ubuntu Users first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

networkctl – Query the Status of Network Links in Linux

Mon, 05/13/2024 - 12:00
The post networkctl – Query the Status of Network Links in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

networkctl is a command-line utility for viewing a summary of network devices and their connection status. It allows you to query and control the Linux

The post networkctl – Query the Status of Network Links in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

Sysadmins & DevOps: 20 Must-Know Advanced Linux Commands

Fri, 05/10/2024 - 12:00
The post Sysadmins & DevOps: 20 Must-Know Advanced Linux Commands first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Thank you for all the likes, kind words, and support you’ve given us in the first two parts of our Linux commands series. In the

The post Sysadmins & DevOps: 20 Must-Know Advanced Linux Commands first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Migrate CentOS 7 to Rocky Linux 9

Wed, 05/08/2024 - 16:00
The post How to Migrate CentOS 7 to Rocky Linux 9 first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

CentOS 7 stopped getting updates on June 30, 2024, which means it doesn’t get security updates or bug fixes from Red Hat anymore. New options

The post How to Migrate CentOS 7 to Rocky Linux 9 first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Add Comments in Your Bash Scripts

Tue, 05/07/2024 - 12:58
The post How to Add Comments in Your Bash Scripts first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

When you write a Bash script, sometimes you want to add comments to explain what certain parts of the script do. In Bash scripting, there

The post How to Add Comments in Your Bash Scripts first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

Neofetch Alternatives: 3 Best Linux System Information Tools

Mon, 05/06/2024 - 13:00
The post Neofetch Alternatives: 3 Best Linux System Information Tools first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Neofetch, the popular command-line tool for displaying system information in a visually appealing ASCII format, is no longer being actively developed. The project’s main developer

The post Neofetch Alternatives: 3 Best Linux System Information Tools first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Safely Eject a USB Drive in Linux

Mon, 05/06/2024 - 12:43
The post How to Safely Eject a USB Drive in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

When using a USB drive on a Linux system, it’s important to properly unmount and remove the drive to prevent data loss or corruption. Simply

The post How to Safely Eject a USB Drive in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Install PHP 8.3 in RHEL 9

Tue, 04/30/2024 - 13:31
The post How to Install PHP 8.3 in RHEL 9 first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

PHP is a popular programming language used for building dynamic web applications. With the release of PHP 8.3, developers gain access to new features and

The post How to Install PHP 8.3 in RHEL 9 first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Make File and Directory Undeletable, Even By Root in Linux

Tue, 04/30/2024 - 12:31
The post How to Make File and Directory Undeletable, Even By Root in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

On Unix-like operating systems including Linux, root is the account or user name that by default can modify all directories and files on a system.

The post How to Make File and Directory Undeletable, Even By Root in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Enable or Disable SELinux Booleans for Apache

Tue, 04/30/2024 - 12:00
The post How to Enable or Disable SELinux Booleans for Apache first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

SELinux, or Security-Enhanced Linux, is a security mechanism for mandatory access control (MAC) implemented in the Linux kernel to add an extra layer of protection

The post How to Enable or Disable SELinux Booleans for Apache first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Set Priority of a Running Process in Linux

Mon, 04/29/2024 - 15:00
The post How to Set Priority of a Running Process in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

In this article, we’ll briefly explain the kernel scheduler (also known as the process scheduler), and process priority, which are topics beyond the scope of

The post How to Set Priority of a Running Process in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Install Kodi on Ubuntu-based Linux Distributions

Mon, 04/29/2024 - 14:00
The post How to Install Kodi on Ubuntu-based Linux Distributions first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Kodi is a free and open-source media server application that transforms your Linux system into a full-fledged entertainment center. It lets you organize, play, and

The post How to Install Kodi on Ubuntu-based Linux Distributions first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

5 Different Types of Shell Commands and Their Usage in Linux

Mon, 04/29/2024 - 12:31
The post 5 Different Types of Shell Commands and Their Usage in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

When it comes to gaining absolute control over your Linux system, then nothing comes close to the command line interface (CLI). In order to become

The post 5 Different Types of Shell Commands and Their Usage in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

BCC – Tracing Tools for Linux IO, Networking, Monitoring, and More

Fri, 04/26/2024 - 14:31
The post BCC – Tracing Tools for Linux IO, Networking, Monitoring, and More first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

BCC (BPF Compiler Collection) is a powerful set of appropriate tools and example files for creating resourceful kernel tracing and manipulation programs. It utilizes extended

The post BCC – Tracing Tools for Linux IO, Networking, Monitoring, and More first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

Setting Up LAMP (Apache, MariaDB, PHP) on Fedora 40 Server

Fri, 04/26/2024 - 13:00
The post Setting Up LAMP (Apache, MariaDB, PHP) on Fedora 40 Server first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

After installing the Fedora 40 server edition, you might want to host a website on your server. To do this, you need a reliable server

The post Setting Up LAMP (Apache, MariaDB, PHP) on Fedora 40 Server first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

vlock: The Smart Way to Lock Your Linux Terminal

Fri, 04/26/2024 - 12:00
The post vlock: The Smart Way to Lock Your Linux Terminal first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Virtual consoles are very important features of Linux, and they provide a system user a shell prompt to use the system in a non-graphical setup

The post vlock: The Smart Way to Lock Your Linux Terminal first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

Pages