Tecmint

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

How to Install Odoo (Open Source ERP and CRM) on CentOS 8

Tue, 10/06/2020 - 14:22

Odoo is an opensource all-in-one business management software that ships with a suite of various business applications for various uses such as eCommerce, project management, helpdesk, accounting, inventory, and a website builder to mention

The post How to Install Odoo (Open Source ERP and CRM) on CentOS 8 first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

Setup Passwordless SSH Login for Multiple Remote Servers Using Script

Mon, 10/05/2020 - 13:29

SSH Key-based authentication (also known as public-key authentication) allows for password-less authentication and it is a more secure and a much better solution than password authentication. One major advantage of SSH password-less login, let

The post Setup Passwordless SSH Login for Multiple Remote Servers Using Script first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Switch (su) to Another User Account without Password

Sat, 10/03/2020 - 13:59

In this guide, we will show how to switch to another or a specific user account without requiring a password. For example, we have a user account called postgres (the default PostgreSQL superuser system

The post How to Switch (su) to Another User Account without Password first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Install Drupal with Apache on Debian and Ubuntu

Fri, 10/02/2020 - 15:00

Developing your website from scratch can be a daunting task. It’s time-consuming and expensive if you are planning to hire a developer. An easy way to get your blog or website off the ground

The post How to Install Drupal with Apache on Debian and Ubuntu first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Force cp Command to Overwrite without Confirmation

Fri, 10/02/2020 - 12:54

The cp command (which stands for a copy) is one of the commonly used commands on Linux and other UNIX-like operating systems, for copying files and directories. In this guide, we will show how

The post How to Force cp Command to Overwrite without Confirmation first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How I Switched from Windows 10 to Linux Mint

Thu, 10/01/2020 - 15:04

This article is all about my journey on switching from Windows 10 to Linux Mint 20, how I got easily adapted to the Linux environment, and some resources that helped me to set up

The post How I Switched from Windows 10 to Linux Mint first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

Stacer – Linux System Optimizer & Monitoring Tool

Wed, 09/30/2020 - 16:11

Stacer is a GUI based application written in C++ to monitor and optimize Linux OS. The latest build version of Stacer is 1.1.0, which provides all in one stop for our common activities we

The post Stacer - Linux System Optimizer & Monitoring Tool first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

13 Best Photo Image Editors for Linux

Tue, 09/29/2020 - 15:00

In this article, I have reviewed of some the best photo editing software available on different Linux distributions. These are not the only photo editors available but are among the best and commonly used

The post 13 Best Photo Image Editors for Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Install Python IDLE in Linux

Tue, 09/29/2020 - 14:50

IDLE is an Integrated and learning environment created with Python using the GUI Tkinter toolkit. This is mainly used by beginners to get familiar with Python. IDLE is a cross-platform application that works with

The post How to Install Python IDLE in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Monitor Apache Performance Using mod_status in Ubuntu

Mon, 09/28/2020 - 14:28

While you can always have a peek at Apache log files to get information about your webserver such as active connections, you can get a very detailed overview of your web server’s performance by

The post How to Monitor Apache Performance Using mod_status in Ubuntu first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Install Roundcube Webmail on CentOS/RHEL 8/7

Mon, 09/28/2020 - 12:40

Roundcube is a free and open-source, fully-featured web-based multilingual IMAP webmail software, with an application-like user interface that is fully functional and customizable, and uses the latest web standards. It is built using PHP

The post How to Install Roundcube Webmail on CentOS/RHEL 8/7 first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Add or Remove a User from a Group in Linux

Sat, 09/26/2020 - 14:46

Linux is by default a multi-user system (meaning many users can connect to it simultaneously and work), thus user management is one of the fundamental tasks of a system administrator. User management includes everything

The post How to Add or Remove a User from a Group in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

7 Amazing Linux Distributions For Kids

Fri, 09/25/2020 - 12:31

Linux and open source is the future and there is no doubt about that, and to see this come to a reality, a strong foundation has to be lied, by starting from the lowest

The post 7 Amazing Linux Distributions For Kids first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

10 Linux Distributions and Their Targeted Users

Thu, 09/24/2020 - 11:41

As a free and open-source operating system, Linux has spawned several distributions over time, spreading its wings to encompass a large community of users. From desktop/home users to Enterprise environments, Linux has ensured that

The post 10 Linux Distributions and Their Targeted Users first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Install Memcached on Debian 10

Wed, 09/23/2020 - 13:47

Memcached is a high performance free and opensource in-memory key-value store used as a caching system. It’s mainly used for speeding up database-driven sites and web applications by caching data in RAM. In so

The post How to Install Memcached on Debian 10 first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Fix ERROR 1130 (HY000): Host is not allowed to connect to this MySQL server

Tue, 09/22/2020 - 15:19

In this quick article, you will learn how to solve the “ERROR 1130 (HY000): Host x.x.x.x is not allowed to connect to this MySQL server” error in MySQL/MariaDB database deployment on a Linux system.

The post How to Fix ERROR 1130 (HY000): Host is not allowed to connect to this MySQL server first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Install Moodle Learning Platform with Nginx in CentOS 8

Mon, 09/21/2020 - 15:38

Moodle is the world’s most popular learning management system for building robust online learning sites. It features a range of activities and educational tools that you can choose from, it supports assessment management and

The post How to Install Moodle Learning Platform with Nginx in CentOS 8 first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Install Windows Subsystem for Linux

Fri, 09/18/2020 - 14:44

The Windows Subsystem for Linux (WSL) runs a GNU/Linux Environment which includes most of the command-line utilities and applications on top of Windows OS. Traditionally there are many ways we can set up Linux

The post How to Install Windows Subsystem for Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Install Postman on Linux Desktop

Thu, 09/17/2020 - 14:58

Postman is the most popular collaboration platform for API (Application Programming Interface) development, which is used by 10 million developers and 500,000 companies all over the world. The Postman API platform offers features that

The post How to Install Postman on Linux Desktop first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Install Apache Cassandra on CentOS 8

Wed, 09/16/2020 - 13:45

Apache Cassandra is a robust free and opensource NoSQL database that stores data in key-value pairs. Cassandra was initially developed by Facebook and later on acquired by Apache Foundation. Apache Cassandra is built to

The post How to Install Apache Cassandra on CentOS 8 first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

Pages