Tecmint

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

How to Install TightVNC to Access Remote Desktops in Linux

Tue, 10/05/2021 - 14:35
The post How to Install TightVNC to Access Remote Desktops in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Virtual Networking Computing (VNC) is a kind of remote sharing system that makes it possible to take control of any other computer connected to the internet. Keyboard and mouse clicks can easily transmit from

The post How to Install TightVNC to Access Remote Desktops in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Compile ONLYOFFICE Desktop Editors on Ubuntu

Mon, 10/04/2021 - 16:20
The post How to Compile ONLYOFFICE Desktop Editors on Ubuntu first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Compiling software from source code might sound frightening, especially if you have never done it before. If you are a Linux user and want to try compiling something on your own, you have come

The post How to Compile ONLYOFFICE Desktop Editors on Ubuntu first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Set Up ModSecurity with Apache on Debian/Ubuntu

Fri, 10/01/2021 - 14:20
The post How to Set Up ModSecurity with Apache on Debian/Ubuntu first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

The Apache web server is highly customizable and can be configured in multiple ways to suit your needs. There are many third-party modules that you can use to configure Apache to your preference. ModSecurity

The post How to Set Up ModSecurity with Apache on Debian/Ubuntu first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Install Magento on Rocky Linux and AlmaLinux

Mon, 09/27/2021 - 14:37
The post How to Install Magento on Rocky Linux and AlmaLinux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Written in PHP, Magento is a popular open-source, and versatile eCommerce platform that provides businesses with an online shopping cart. It leverages various PHP frameworks such as Symfony and Laminas to enhance its functionality

The post How to Install Magento on Rocky Linux and AlmaLinux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Install Nagios Core in Rocky LInux and AlmaLinux

Fri, 09/24/2021 - 13:42
The post How to Install Nagios Core in Rocky LInux and AlmaLinux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Nagios is a free and open-source tool for monitoring systems, networks, and infrastructure. Nagios provides a web interface for viewing current network status, log files, notifications, and much more. [ You might also like:

The post How to Install Nagios Core in Rocky LInux and AlmaLinux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Install SQL Server in RHEL, Rocky Linux and AlmaLinux

Wed, 09/22/2021 - 13:42
The post How to Install SQL Server in RHEL, Rocky Linux and AlmaLinux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

On March 7, 2016, Microsoft announced the introduction of the MS SQL server in Linux systems. The goal was to deliver more flexibility for users and to do away with vendor lock-in with the

The post How to Install SQL Server in RHEL, Rocky Linux and AlmaLinux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Install Joomla on Rocky Linux and AlmaLinux

Mon, 09/20/2021 - 14:48
The post How to Install Joomla on Rocky Linux and AlmaLinux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Written in PHP, Joomla is a popular CMS (Content Management System) used for creating stunning websites and blogs using themes, and tons of nifty add-ons. It comes second to WordPress as the most popular

The post How to Install Joomla on Rocky Linux and AlmaLinux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

Top 5 Open-Source eLearning Platforms for Linux

Fri, 09/17/2021 - 13:22
The post Top 5 Open-Source eLearning Platforms for Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

The world of education, like other sectors, has been undergoing the process of digital transformation for years. With the creation of e-learning platforms, education is now available to anyone who has access to the

The post Top 5 Open-Source eLearning Platforms for Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Setup SSH Passwordless Login in Linux [3 Easy Steps]

Thu, 09/16/2021 - 15:58
The post How to Setup SSH Passwordless Login in Linux [3 Easy Steps] first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

SSH (Secure SHELL) is an open-source and most trusted network protocol that is used to log in to remote servers for the execution of commands and programs. It is also used to transfer files

The post How to Setup SSH Passwordless Login in Linux [3 Easy Steps] first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

15 Practical Examples of ‘echo’ command in Linux

Thu, 09/16/2021 - 14:56
The post 15 Practical Examples of ‘echo’ command in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

The echo command is one of the most commonly and widely used built-in commands for Linux bash and C shells, that typically used in a scripting language and batch files to display a line

The post 15 Practical Examples of ‘echo’ command in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

15 Basic ‘ls’ Command Examples in Linux

Thu, 09/16/2021 - 14:08
The post 15 Basic ‘ls’ Command Examples in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

ls command is one of the most frequently used commands in Linux. I believe the ls command is the first command you may use when you get into the command prompt of Linux Box.

The post 15 Basic ‘ls’ Command Examples in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

3 Ways to Find Out Which Process Listening on a Particular Port

Thu, 09/16/2021 - 13:00
The post 3 Ways to Find Out Which Process Listening on a Particular Port first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

A port is a logical entity that represents an endpoint of communication and is associated with a given process or service in an operating system. In previous articles, we explained how to find out

The post 3 Ways to Find Out Which Process Listening on a Particular Port first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Install LAMP Stack in AlmaLinux 8.4

Wed, 09/15/2021 - 14:08
The post How to Install LAMP Stack in AlmaLinux 8.4 first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

LAMP is a popular hosting stack used for developing and testing web applications. It’s an acronym for Linux, Apache, MariaDB, & PHP. Apache is an open-source and widely used web server. MariaDB is an

The post How to Install LAMP Stack in AlmaLinux 8.4 first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Install Fail2ban on Rocky Linux and AlmaLinux

Mon, 09/13/2021 - 15:44
The post How to Install Fail2ban on Rocky Linux and AlmaLinux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Written in Python, Fail2ban is a free and open-source Intrusion Prevention System (IPS) that protects the server against brute-force attacks. After a specified number of incorrect password attempts, the client’s IP address is banned

The post How to Install Fail2ban on Rocky Linux and AlmaLinux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

16 Top Command Examples in Linux [Monitor Linux Processes]

Wed, 09/08/2021 - 14:26
The post 16 Top Command Examples in Linux [Monitor Linux Processes] first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

In our previous articles, we have covered the basics of ls command and cat command. In this article, we are trying to explore the top command which is one of the most frequently used

The post 16 Top Command Examples in Linux [Monitor Linux Processes] first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

10 Commands to Collect System and Hardware Info in Linux

Wed, 09/08/2021 - 12:31
The post 10 Commands to Collect System and Hardware Info in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

It is always a good practice to know the hardware components of your Linux system is running on, this helps you to deal with compatibility issues when it comes to installing packages, drivers on

The post 10 Commands to Collect System and Hardware Info in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Install OwnCloud on Rocky Linux and AlmaLinux

Tue, 09/07/2021 - 13:19
The post How to Install OwnCloud on Rocky Linux and AlmaLinux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

File sharing and collaboration is one of the key functions that users leverage on the Cloud in order to streamline workflows. This enables teams and users to get their projects done in a timely

The post How to Install OwnCloud on Rocky Linux and AlmaLinux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

10 sFTP Command Examples to Transfer Files on Remote Servers in Linux

Fri, 09/03/2021 - 14:25
The post 10 sFTP Command Examples to Transfer Files on Remote Servers in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

File Transfer Protocol (FTP) was a widely used protocol to transfer files or data remotely in an unencrypted format which is not a secure way to communicate. As we all know that File Transfer

The post 10 sFTP Command Examples to Transfer Files on Remote Servers in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

10 Useful “IP” Commands to Configure Network Interfaces

Fri, 09/03/2021 - 14:00
The post 10 Useful “IP” Commands to Configure Network Interfaces first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

The ip command is a new networking command-line utility that is used to assign an IP address to a network interface or configure/update useful network variables on a Linux system. It is a part

The post 10 Useful “IP” Commands to Configure Network Interfaces first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Install WordPress on Rocky Linux 8

Thu, 09/02/2021 - 16:10
The post How to Install WordPress on Rocky Linux 8 first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

WordPress is a powerful and feature-rich opensource content management system (CMS) that allows users to create powerful and stunningly beautiful websites. It’s written in PHP and powered by MariaDB or MySQL database server at

The post How to Install WordPress on Rocky Linux 8 first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

Pages