Tecmint

Subscribe to Tecmint feed Tecmint
Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.
Updated: 1 hour 39 min ago

Install Lubuntu 20.04 – A Lightweight Linux Desktop Environment

Sat, 10/17/2020 - 13:04

Lubuntu is an open-source distribution of Linux based on Ubuntu. It is lightweight, fewer resource hungry, more energy-efficient and uses an LXQT desktop environment. The initial release of Lubuntu has LXDE as their desktop

The post Install Lubuntu 20.04 - A Lightweight Linux Desktop Environment first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Resolve “Temporary failure in name resolution” Issue

Fri, 10/16/2020 - 13:00

Sometimes when you try to ping a website, update a system or perform any task that requires an active internet connection, you may get the error message ‘temporary failure in name resolution’ on your

The post How to Resolve "Temporary failure in name resolution" Issue first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Backup and Restore a PostgreSQL Database

Thu, 10/15/2020 - 13:32

In a production environment, no matter how large or small your PostgreSQL database may be, regular back is an essential aspect of database management. In this article, you will learn how to backup and

The post How to Backup and Restore a PostgreSQL Database first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Share a Local Folder with a Remote Host Running on VMWare

Wed, 10/14/2020 - 13:15

In this article, we are going to see how to share a local folder with a remote host running on VMWare Workstation. If you are someone wondering what VMWare Workstation is, it is a

The post How to Share a Local Folder with a Remote Host Running on VMWare first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Install Drupal on Debian 10

Tue, 10/13/2020 - 13:28

Written PHP, Drupal is a free and opensource content management system (CMS) that enables you to create powerful and elegant blogs or websites. It ships with preinstalled themes, widgets, and other out-of-the-box features that

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

How to Install vnStat and vnStati to Monitor Network Traffic in Linux

Fri, 10/09/2020 - 13:38

VnStat is a console-based network traffic monitoring tool design for Linux and BSD. It will keep a log of the network traffic for selected network interfaces. To generate the logs, vnStat uses the information

The post How to Install vnStat and vnStati to Monitor Network Traffic in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Install PostgreSQL and pgAdmin in RHEL 8

Thu, 10/08/2020 - 14:35

Pgadmin4 is an opensource web-based management tool for managing PostgreSQL databases. It’s a Python-based web-application developed using the flask framework at the backend and HTML5, CSS3, and Bootstrap on the frontend. Pgadmin4 is a

The post How to Install PostgreSQL and pgAdmin in RHEL 8 first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Monitor Node.js Applications Using PM2 Web Dashboard

Wed, 10/07/2020 - 13:45

PM2 is a popular daemon process manager for Nodejs with a complete feature set for a production environment, that will help you manage and keep your application online 24/7. A process manager is a

The post How to Monitor Node.js Applications Using PM2 Web Dashboard first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

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.

Pages