Tecmint

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

How to Convert PDF to Image in Linux Command Line

Fri, 01/01/2021 - 13:53

pdftoppm converts PDF document pages to image formats like PNG, and others. It is a command-line tool that can convert an entire PDF document into separate image files. With pdftoppm, you can specify the

The post How to Convert PDF to Image in Linux Command Line first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Disable Suspend and Hibernation Modes In Linux

Wed, 12/30/2020 - 12:19

In this article, we take you through how to disable suspend and hibernation modes on a Linux system. But before we do that, let’s briefly have an overview of these two modes. When you

The post How to Disable Suspend and Hibernation Modes In Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Convert PDF to Image Using Gimp

Tue, 12/29/2020 - 14:16

This article will be showing you how to convert the pages of a PDF document to image files (PNG, JPEG, and others) using the GIMP tool in Linux. GIMP is a free, open-source, fully-featured

The post How to Convert PDF to Image Using Gimp first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

10 Linux System Administrators New Year’s Resolutions for 2021

Mon, 12/28/2020 - 14:02

It is a time to make our New Year’s resolutions. Regardless of your experience level as a Linux system administrator, we think it is worth and well to set goals for growth for the

The post 10 Linux System Administrators New Year’s Resolutions for 2021 first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How To Fix Broken Ubuntu OS Without Reinstalling It

Mon, 12/28/2020 - 13:39

Over the course of time, your system can be plagued with errors that can render it broken or unusable. A classic example is the inability to install software packages, update or upgrade the system.

The post How To Fix Broken Ubuntu OS Without Reinstalling It first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Install ONLYOFFICE Docs on Debian and Ubuntu

Mon, 12/21/2020 - 14:41

If you use the file sync & share platform and want to expand its functionality by adding online editing features, you should definitely give a try to ONLYOFFICE Docs. ONLYOFFICE Docs allows you to

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

What IP – A Network Information Tool for Linux

Fri, 12/18/2020 - 15:04

What IP is a graphical-based simple network information tool which provides information about IP address and listening ports. It is written in Python and GTK3. It is released under GPL3 license and the source

The post What IP - A Network Information Tool for Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How To Create a New User and Grant Permissions in MySQL

Thu, 12/17/2020 - 13:07

MySQL is a popular and widely used database management system that stores and organizes data and allows users to retrieve it. It comes with a vast array of options that grant users certain permissions

The post How To Create a New User and Grant Permissions in MySQL first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Install MariaDB on CentOS 8

Tue, 12/15/2020 - 15:46

MariaDB is an open-source, community-developed relational database management system. It is forked from MySQL and created and maintained by the developers who created MySQL. MariaDB is intended to be highly compatible with MySQL but

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

How to Set Up High Availability for Namenode – Part 5

Tue, 12/15/2020 - 14:52

Hadoop has two core components which are HDFS and YARN. HDFS is for storing the Data, YARN is for processing the Data. HDFS is Hadoop Distributed File System, it has Namenode as Master Service

The post How to Set Up High Availability for Namenode - Part 5 first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Fix “W: Some index files failed to download.” Error In Ubuntu

Mon, 12/14/2020 - 14:33

Sometimes you might encounter the error “W: Some index files failed to download.” on Ubuntu when updating the system. Here’s an excerpt of the error. W: Failed to fetch archive.ubuntu.com/ubuntu/dists/quantal-security/Release.gpg Unable to connect to

The post How to Fix “W: Some index files failed to download.” Error In Ubuntu first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Migrate CentOS 8 Installation to CentOS Stream

Fri, 12/11/2020 - 13:31

This week, Red Hat created a huge public outcry over its announcement regarding the future of CentOS. Red Hat, in a shocking move, is discontinuing CentOS Project in favor of the rolling release, CentOS

The post How to Migrate CentOS 8 Installation to CentOS Stream first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Install PHP 8 on CentOS/RHEL 8/7

Thu, 12/10/2020 - 13:46

PHP is a popular open-source server-side scripting language that is integral in developing dynamic webpages. PHP 8.0 is finally out and was released on November 26th, 2020. It promises lots of improvements and optimizations

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

How to Install PHP 8.0 on Ubuntu 20.04 / 18.04

Wed, 12/09/2020 - 13:13

PHP is arguably one of the most widely used server-side programming languages. It’s the language of choice when developing dynamic and responsive websites. In fact, popular CM platforms such as WordPress, Drupal, and Magento

The post How to Install PHP 8.0 on Ubuntu 20.04 / 18.04 first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Boot into Rescue Mode Or Emergency Mode In Ubuntu 20.04 / 18.04

Tue, 12/08/2020 - 12:06

It’s not uncommon for users to forget their login passwords or have their system suffer a corrupt filesystem. When that happens, the recommended solution is to boot into rescue or emergency mode and apply

The post How to Boot into Rescue Mode Or Emergency Mode In Ubuntu 20.04 / 18.04 first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Install CDH and Configure Service Placements on CentOS/RHEL 7 – Part 4

Fri, 12/04/2020 - 15:27

In an earlier article, we have explained the installation of Cloudera Manager, in this article, you will learn how to install and configure CDH (Cloudera Distribution Hadoop) in RHEL/CentOS 7. While installing the CDH

The post How to Install CDH and Configure Service Placements on CentOS/RHEL 7 - Part 4 first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Fix “MySQL ERROR 1819 (HY000):” in Linux

Thu, 12/03/2020 - 13:05

When creating a MySQL user with a relatively weak password, you might encounter the error ‘MySQL ERROR 1819 (HY000): Your password does not satisfy the current policy requirements’. Technically, this is not an error,

The post How to Fix "MySQL ERROR 1819 (HY000):" in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

The Best RedHat-based Linux Distributions

Wed, 12/02/2020 - 12:31

Red Hat Enterprise Linux is a hugely popular enterprise-level operating system that supports a diverse range of open-source technologies such as Ansible automation, Hybrid Cloud, virtualization, and containerization. In this guide, we highlight some

The post The Best RedHat-based Linux Distributions first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Install Microsoft Teams on Linux

Tue, 12/01/2020 - 12:31

Teams is one of the popular collaboration platform created by Microsoft, that come in bundled with Office 365 suite. You are free to download and use teams without Office 365 subscription. Microsoft in December

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

How to Install Go in Ubuntu 20.04

Mon, 11/30/2020 - 13:35

Go is a popular programming language created by Google. The first release was on November 10, 2009, and version 1.0 was released in 2012. It is a pretty new language compared to languages like

The post How to Install Go in Ubuntu 20.04 first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

Pages