Tecmint

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

5 Best Udemy Cisco Networking Courses in 2021

Wed, 01/20/2021 - 14:11

Are you aspiring for a professional career in network engineering and cloud computing? Do you want to acquire some of the in-demand technical skills for a high-paying job? If yes, we are happy to

The post 5 Best Udemy Cisco Networking Courses in 2021 first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Co-author Documents in Linux with ONLYOFFICE Docs

Wed, 01/20/2021 - 13:15

Document collaboration as the practice of multiple people working simultaneously on a single document is really important in today’s technologically advanced age. Using document collaboration tools, users can view, edit, and work simultaneously on

The post How to Co-author Documents in Linux with ONLYOFFICE Docs first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

23 Best Open Source Text Editors (GUI + CLI) in 2021

Tue, 01/19/2021 - 14:00

Text editors can be used for writing code, editing text files such as configuration files, creating user instruction files, and many more. In Linux, text editors are of two kinds that is the graphical

The post 23 Best Open Source Text Editors (GUI + CLI) in 2021 first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Install Latest Vim Editor in Linux Systems

Tue, 01/19/2021 - 13:19

Vi has been around for a long, developed around 1976, it offered users traditional yet powerful features such as an effective editing interface, terminal control, and many more. However, it lacked certain captivating features

The post How to Install Latest Vim Editor in Linux Systems first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Install Webmin on Ubuntu 20.04

Tue, 01/19/2021 - 12:20

Most system administration tasks are usually carried out on the terminal. They involve creating users, running updates and changing configuration files and so much more. It can be rather boring to work perpetually on

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

How to Install Flask in Ubuntu 20.04

Fri, 01/15/2021 - 15:29

Two commonly used open-source Python web frameworks are Django and Flask. Django is a robust Python framework that allows users to rapidly develop and deploy their web applications by providing an MVC framework that

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

How to Setup CentOS Stream from AWS Marketplace

Thu, 01/14/2021 - 15:00

In the current trend of IT Infrastructure, Cloud Computing occupies a tremendous role. Most of the top companies are looking for Cloud Providers to have their Infrastructure. As per our requirement, we can provision

The post How to Setup CentOS Stream from AWS Marketplace first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Create a KVM Virtual Machine Template

Wed, 01/13/2021 - 13:38

A virtual machine template is essentially a copy of the installed virtual machine that comes in handy when you want to deploy multiple instances of virtual machines. Creating a template is a 3 step

The post How to Create a KVM Virtual Machine Template first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Install Different PHP (5.6, 7.x and 8.0) Versions in Ubuntu

Tue, 01/12/2021 - 13:05

PHP (recursive acronym for PHP: Hypertext Preprocessor) is an open-source, popular general-purpose scripting language that is widely-used and best suited for developing websites and web-based applications. It is a server-side scripting language that can

The post How to Install Different PHP (5.6, 7.x and 8.0) Versions in Ubuntu first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Set Up High Availability for Resource Manager – Part 6

Mon, 01/11/2021 - 13:17

YARN is the Processing Layer of Hadoop, which consists of the Master (Resource Manager) and Slave (Node Manager) services to process the data. Resource Manager (RM) is the critical component that is responsible for

The post How to Set Up High Availability for Resource Manager – Part 6 first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Manage Virtual Machines in KVM Using Virt-Manager

Fri, 01/08/2021 - 14:46

The virt-manager application provides an easy-to-use interface that allows users to perform a wide range of tasks including creating guest machines and assigning critical virtual resources such as CPU, memory, and disk space. Users

The post How to Manage Virtual Machines in KVM Using Virt-Manager first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Create Virtual Machines in KVM Using Virt-Manager

Fri, 01/08/2021 - 14:19

As you get started, ensure that the KVM hypervisor is installed on your system. An acronym for Kernel-based Virtual Machine, KVM is a combination of kernel modules & utilities needed to run virtual machines

The post How to Create Virtual Machines in KVM Using Virt-Manager first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Install Apache CouchDB in Ubuntu 20.04

Thu, 01/07/2021 - 13:32

Implemented in Erlang, Apache CouchDB, simply referred to as CouchDB, is an open-source NoSQL database that focuses on data storage in JSON format. CouchDB is a perfect choice for operation teams and businesses looking

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

How to Install Apache Kafka in CentOS/RHEL 7

Wed, 01/06/2021 - 15:21

Apache Kafka is a powerful messaging engine, which is widely used in BigData projects and the Data Analytics life cycle. It is an Open-source platform to build real-time data streaming pipelines. It is a

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

Managing KVM Virtual Machines with Cockpit Web Console in Linux

Tue, 01/05/2021 - 13:35

Cockpit is a free and open-source front-end tool that provides administrative access to Linux systems. It allows system administrators to monitor, manage, and troubleshoot Linux servers. It provides an intuitive web interface that easy

The post Managing KVM Virtual Machines with Cockpit Web Console in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How To Migrate Virtualbox VMs Into KVM VMs In Linux

Mon, 01/04/2021 - 11:33

Are you considering making a switch from VirtualBox to KVM hypervisor? One of your greatest concerns would be starting all over again by creating new virtual machines in KVM – an arduous task to

The post How To Migrate Virtualbox VMs Into KVM VMs In Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

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.

Pages