Tecmint

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

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.

How to Install and Use Flatpak on Linux

Fri, 11/27/2020 - 10:32

In Linux, there are many avenues for installing a software package. You can use the package managers such as APT for Debian-based distributions and YUM for RHEL-based distributions. If the packages are not available

The post How to Install and Use Flatpak on Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Install and Use Thonny Python IDE on Linux

Thu, 11/26/2020 - 12:05

Thonny is an Integrated Development Environment (IDE) for Python beginners. It is created with Python and released under MIT License. It is cross-platform and can run in Linux, macOS, Windows. Related Article: 10 Best

The post How to Install and Use Thonny Python IDE on Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

Sysmon – A Graphical System Activity Monitor for Linux

Wed, 11/25/2020 - 13:56

Sysmon is a Linux activity monitoring tool similar to Windows task manager, was written in Python and released under GPL-3.0 License. This is a Graphical visualization tool that visualizes the following data. By default

The post Sysmon - A Graphical System Activity Monitor for Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Configure Static IP Address on Ubuntu 20.04

Tue, 11/24/2020 - 13:07

Usually, when a client system connects to a network via WiFi or an ethernet cable, it automatically picks an IP address from the router. This is made possible through the DHCP server which auto-assigns

The post How to Configure Static IP Address on Ubuntu 20.04 first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Solve “Sub-process /usr/bin/dpkg returned an error code (1)” In Ubuntu

Mon, 11/23/2020 - 13:45

It’s not uncommon to run into an issue of broken packages in Ubuntu and other Debian-based distributions. Sometimes, when you upgrade the system or install a software package, you may encounter the ‘Sub-process /usr/bin/dpkg

The post How to Solve “Sub-process /usr/bin/dpkg returned an error code (1)” In Ubuntu first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

A Basic Guide to Linux Boot Process

Thu, 11/19/2020 - 13:00

Every time you power on your Linux PC, it goes through a series of stages before finally displaying a login screen that prompts for your username or password. There are 4 distinct stages that

The post A Basic Guide to Linux Boot Process first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Install Fedora 33 Server

Wed, 11/18/2020 - 15:04

Fedora 33 was released with a server edition, and in this tutorial, we shall go through the various steps of how to install the Fedora 33 server with screenshots. There are some crucial improvements

The post How to Install Fedora 33 Server first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Install Microsoft Edge Browser in Linux

Tue, 11/17/2020 - 14:24

Long gone days where Microsoft products are not open-source and architected only for Windows. In their efforts to make a strong footprint in the Linux market, Microsoft has announced on “Microsoft Ignite 2020” Edge

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

How to Install and Use i3 Window Manager on Linux

Mon, 11/16/2020 - 15:07

Written in C language, the i3wm ( i3 Windows Manager ) is a lightweight, easy-to-configure, and hugely popular tiling windows manager. Unlike the conventional desktop environment, a tiling manager provides just sufficient functionality to

The post How to Install and Use i3 Window Manager on Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

Pages