Tecmint

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

Setup Remote Development in VSCode via Remote-SSH Plugin

Thu, 03/04/2021 - 11:36
The post Setup Remote Development in VSCode via Remote-SSH Plugin first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

In this article, we will see how to set up remote development in visual studio code via the remote-ssh plugin. For developers, it is indeed an important task to choose proper IDE/IDLE editors with

The post Setup Remote Development in VSCode via Remote-SSH Plugin first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Install Terraform in Linux Distributions

Wed, 03/03/2021 - 13:40
The post How to Install Terraform in Linux Distributions first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

In this article, we will discuss what Terraform is and how to install terraform on various Linux distributions using HashiCorp repositories. What is Terraform? Terraform is a popular cloud orchestration tool in the world

The post How to Install Terraform in Linux Distributions first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Speed Up Nginx with Varnish Cache on CentOS 7

Tue, 03/02/2021 - 14:27
The post How to Speed Up Nginx with Varnish Cache on CentOS 7 first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Varnish Cache (also referred to as Varnish) is an open-source, high-performance HTTP accelerator designed for speeding up web servers. In our last articles, we’ve explained how to setup Varnish Cache for Apache on CentOS

The post How to Speed Up Nginx with Varnish Cache on CentOS 7 first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Speed Up Apache with Varnish Cache on CentOS 7

Tue, 03/02/2021 - 13:35
The post How to Speed Up Apache with Varnish Cache on CentOS 7 first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Varnish Cache (commonly known as Varnish), is an open-source, popular reverse-proxy HTTP accelerator intended for speeding up web servers. It is engineered for excessively utilized API endpoints and also for dynamic sites that serve

The post How to Speed Up Apache with Varnish Cache on CentOS 7 first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

10 Best Udemy Computer Science Courses in 2021

Mon, 03/01/2021 - 13:01
The post 10 Best Udemy Computer Science Courses in 2021 first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

We are living in the midst of a revolution powered by computers and among the most important aspects of computer science is problem-solving – an essential skill for life. Have you always been intrigued

The post 10 Best Udemy Computer Science Courses in 2021 first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

10 Useful Websites for Learning PostgreSQL Database System

Sat, 02/27/2021 - 14:25
The post 10 Useful Websites for Learning PostgreSQL Database System first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

PostgreSQL (also known as Postgres ) is the world’s most popular and advanced open-source enterprise-grade object-relational database management system (ORDMS). PostgreSQL has a broad variety of community and commercial support choices accessible for users.

The post 10 Useful Websites for Learning PostgreSQL Database System first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

What is Automation and Configuration Management with CHEF – Part 1

Fri, 02/26/2021 - 15:21
The post What is Automation and Configuration Management with CHEF – Part 1 first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Let’s take a simple scenario, you have 10 redhat servers where you have to create a ‘tecmint’ user in all the servers. The direct approach is, you need to login into each server and

The post What is Automation and Configuration Management with CHEF – Part 1 first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

Duf – A Better Linux Disk Monitoring Utility

Thu, 02/25/2021 - 12:52
The post Duf – A Better Linux Disk Monitoring Utility first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

duf is one of the fancy Linux disk monitoring utilities written in Golang. It is released under MIT license and It supports Linux, macOS, BSD, and even Windows too. Some of the core features

The post Duf – A Better Linux Disk Monitoring Utility first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Use Two-Factor Authentication with Ubuntu

Wed, 02/24/2021 - 15:23
The post How to Use Two-Factor Authentication with Ubuntu first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Over time, the traditional username and password authentication has proven inadequate in providing robust security to applications and systems. Usernames and passwords can easily be cracked using a plethora of hacking tools, leaving your

The post How to Use Two-Factor Authentication with Ubuntu first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How To Prevent PHP-FPM From Consuming Too Much RAM in Linux

Tue, 02/23/2021 - 14:04
The post How To Prevent PHP-FPM From Consuming Too Much RAM in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

If you have deployed a LEMP (Linux, NGINX, MySQL/MariaDB, and PHP) stack, then you are probably using FastCGI proxying within NGINX (as an HTTP server), for PHP processing. PHP-FPM (an acronym of FastCGI Process

The post How To Prevent PHP-FPM From Consuming Too Much RAM in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

4 Open Source Log Monitoring and Management Tools for Linux

Mon, 02/22/2021 - 13:00
The post 4 Open Source Log Monitoring and Management Tools for Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

When an operating system such as Linux is running, there are many events happening and processes that run in the background to enable efficient and reliable use of system resources. These events may happen

The post 4 Open Source Log Monitoring and Management Tools for Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Setup PyDev for Eclipse IDE on Linux

Fri, 02/19/2021 - 13:25
The post How to Setup PyDev for Eclipse IDE on Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Eclipse is not a new term that programmers will hear. It is very popular in the developer community and has been in the market for a very long time. This article is all about

The post How to Setup PyDev for Eclipse IDE on Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

Learn Difference Between Sourcing and Forking in Bash

Thu, 02/18/2021 - 12:57
The post Learn Difference Between Sourcing and Forking in Bash first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

The main focus of this article is to clearly understand what happens when you run the script vs source the script in bash. First, we will clearly understand how the program is submitted when

The post Learn Difference Between Sourcing and Forking in Bash first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Install and Configure Hive with High Availability – Part 7

Wed, 02/17/2021 - 17:56
The post How to Install and Configure Hive with High Availability – Part 7 first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Hive is a Data Warehouse model in Hadoop Eco-System. It can perform as an ETL tool on top of Hadoop. Enabling High Availability (HA) on Hive is not similar as we do in Master

The post How to Install and Configure Hive with High Availability – Part 7 first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Fix NTFS Partition Failed to Mount Error in Linux

Tue, 02/16/2021 - 13:09
The post How to Fix NTFS Partition Failed to Mount Error in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

In this article, we will show how to fix NTFS failed to mount errors such as “Failed to mount ‘/dev/sdax’: Input/output error, NTFS is either inconsistent, or there is a hardware fault, or it’s

The post How to Fix NTFS Partition Failed to Mount Error in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

Learn Difference Between $$ and $BASHPID in Bash

Mon, 02/15/2021 - 16:06

Recently I was working on a shell script and I saw a significant difference in how bash special variable $ and BASHPID behaves. Every process running in Linux will be assigned with a process

The post Learn Difference Between $$ and $BASHPID in Bash first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

Linux Foundation Certified IT Associate (LFCA)

Mon, 02/15/2021 - 15:17

The Linux Foundation Certified IT Associate (LFCA) is an entry-level certification offered by the Linux Foundation. It targets beginners or professionals in the IT field seeking to upskill and get a better understanding of

The post Linux Foundation Certified IT Associate (LFCA) first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

eBook: Introducing KVM Virtualization Setup Guide for Linux

Thu, 02/11/2021 - 14:05

The concept of virtualization has been around for a while now and has proved quite resourceful and cost-effective technologies. Operation teams and desktop users alike can spin up multiple virtual machines and run a

The post eBook: Introducing KVM Virtualization Setup Guide for Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

10 Top Open Source API Gateways and Management Tools

Thu, 02/11/2021 - 13:15

Microservices and APIs (short for Application Programming Interfaces) have become almost commonplace in sustainable modern application development. APIs drive microservices (an architectural design that structures an application into small, self-contained, and manageable services/pieces) and

The post 10 Top Open Source API Gateways and Management Tools first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Install VMware Workstation 16 Pro on Linux Systems

Wed, 02/10/2021 - 12:11

This tutorial will show you how to install VMware Workstation 16 Pro on RHEL/CentOS, Fedora, Debian, Ubuntu, and Linux Mint. VMware Workstation 16 Pro is popular software that allows you to run multiple different

The post How to Install VMware Workstation 16 Pro on Linux Systems first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

Pages