Tecmint

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

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.

How to Work with Date and Time in Bash Using date Command

Fri, 11/13/2020 - 13:20

Date command is an external bash program that allows to set or display system date and time. It also provides several formatting options. Date command is installed in all Linux distros by default. $

The post How to Work with Date and Time in Bash Using date Command first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Create Simple Shell Scripts in Linux

Thu, 11/12/2020 - 13:48

Creating shell scripts is one of the most essential skills that Linux users should have at the tip of their fingers. Shell scripts play an enormous role in automating repetitive tasks which otherwise would

The post How to Create Simple Shell Scripts in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Install and Configure Cloudera Manager on CentOS/RHEL 7 – Part 3

Wed, 11/11/2020 - 15:28

In this article, we described the step by step process to install Cloudera Manager as per industrial practices. In Part 2, we already have gone through the Cloudera Pre-requisites, make sure all the servers

The post How to Install and Configure Cloudera Manager on CentOS/RHEL 7 - Part 3 first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

Zeit – A GUI Tool to Schedule Cron and At Jobs in Linux

Tue, 11/10/2020 - 14:40

Zeit is an open-source GUI tool for scheduling jobs via “crontab” and “at”. It is written in C++ and released under GPL-3.0 License. It is an easy to use tool that provides a simple

The post Zeit – A GUI Tool to Schedule Cron and At Jobs in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Install and Use Joplin Note Taking App on Linux

Mon, 11/09/2020 - 14:37

Joplin is an open-source Note-taking and To-Do application, which comes in two flavors: Desktop application and Terminal application. In this article, we will only take a look at the Desktop version. Joplin is available

The post How to Install and Use Joplin Note Taking App on Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

Setting Up Hadoop Pre-requisites and Security Hardening – Part 2

Sat, 11/07/2020 - 13:00

Hadoop Cluster Building is a step by step process where the process starts from purchasing the required servers, mounting into the rack, cabling, etc. and placing in Datacentre. Then we need to install the

The post Setting Up Hadoop Pre-requisites and Security Hardening - Part 2 first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Manage Containers Using Podman and Skopeo in RHEL 8

Thu, 11/05/2020 - 14:57

One of the challenges developers faced in the past is getting applications to run reliably across multiple computing environments. Oftentimes, applications didn’t run as expected or encountered errors and failed altogether. And that’s where

The post How to Manage Containers Using Podman and Skopeo in RHEL 8 first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

BpyTop – Resource Monitoring Tool for Linux

Wed, 11/04/2020 - 14:37

BpyTOP is another Linux command-line utility for resource monitoring among many other utilities like a top, Htop, Bashtop, etc. bashtop users can expect similar features in bpytop since bpytop is ported from bashtop and

The post BpyTop - Resource Monitoring Tool for Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Use Platform and Keyword Module in Python

Tue, 11/03/2020 - 14:48

The platform module provides an API to get information about the underlying system/platform where our code runs. Information such as OS name, Python Version, Architecture, Hardware information, etc. is exposed via platform module functions.

The post How to Use Platform and Keyword Module in Python first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

Best Practices for Deploying Hadoop Server on CentOS/RHEL 7 – Part 1

Mon, 11/02/2020 - 14:52

In this series of articles, we are going to cover the entire Cloudera Hadoop Cluster Building building with Vendor and Industrial recommended best practices. Part 1: Best Practices for Deploying Hadoop Server on CentOS/RHEL

The post Best Practices for Deploying Hadoop Server on CentOS/RHEL 7 - Part 1 first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Monitor Performance Of CentOS 8/7 Server Using Netdata

Fri, 10/30/2020 - 16:23

There are tons of monitoring tools that are used for keeping an eye on systems performance and sending notifications in case something goes wrong. However, the installation and configuration steps involved are often tedious.

The post How to Monitor Performance Of CentOS 8/7 Server Using Netdata first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

Pages