Tecmint

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

How to Use until Loop in Your Shell Scripts

Tue, 03/23/2021 - 12:45
The post How to Use until Loop in Your Shell Scripts first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

In bash for, while, and until are three loop constructs. While each loop differs syntactically and functionally their purpose is to iterate over a block of code when a certain expression is evaluated. Until

The post How to Use until Loop in Your Shell Scripts first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

LFCA: Learn Basic Networking Commands – Part 4

Mon, 03/22/2021 - 14:58
The post LFCA: Learn Basic Networking Commands – Part 4 first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

At any given time when using your PC which is connected to a router, you will be part of a network. Whether you are in an office environment or simply working from home, your

The post LFCA: Learn Basic Networking Commands – Part 4 first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

10 Best Udemy Android Development Courses in 2021

Fri, 03/19/2021 - 13:11
The post 10 Best Udemy Android Development Courses in 2021 first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Android Software development involves creating applications for devices that are running the Android Operating System using Kotlin, Java, and C++ languages via the Android software development kit. Of course, it is possible to work

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

Different Ways to Read File in Bash Script Using While Loop

Thu, 03/18/2021 - 13:45
The post Different Ways to Read File in Bash Script Using While Loop first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

This article is all about how to read files in bash scripts using a while loop. Reading a file is a common operation in programming. You should be familiar with different methods and which

The post Different Ways to Read File in Bash Script Using While Loop first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

LFCA: Learn Basic Linux System Commands – Part 3

Wed, 03/17/2021 - 15:27
The post LFCA: Learn Basic Linux System Commands – Part 3 first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

This article is Part 3 of the LFCA series, here in this part, we will list 24 of the most widely used Linux system administration commands that are required for the LFCA certification exam.

The post LFCA: Learn Basic Linux System Commands – Part 3 first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

LFCA: Learn Basic File Management Commands in Linux – Part 2

Tue, 03/16/2021 - 14:28
The post LFCA: Learn Basic File Management Commands in Linux – Part 2 first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

This article is Part 2 of the LFCA series, here in this part, we will explain about Linux file system and cover the basic file management commands, that are required for the LFCA certification

The post LFCA: Learn Basic File Management Commands in Linux – Part 2 first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

LFCA: Understanding Linux Operating System – Part 1

Mon, 03/15/2021 - 14:11
The post LFCA: Understanding Linux Operating System – Part 1 first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

The Linux Foundation has unveiled a new pre-professional IT certification known as the Linux Foundation Certified IT Associate (LFCA). This is a new entry-level certification that focuses on testing fundamental IT concepts such as

The post LFCA: Understanding Linux Operating System – Part 1 first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Install Flameshot Screenshot Tool in Linux

Thu, 03/11/2021 - 13:40
The post How to Install Flameshot Screenshot Tool in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Flameshot is an open-source screenshot tool available for Linux, Mac, and Windows. It is created with C++ and QT5 language. Every popular Linux distribution comes with a screenshot tool but they lack few functionalities

The post How to Install Flameshot Screenshot Tool in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Work With GitHub Flavored Markdown in Linux

Wed, 03/10/2021 - 14:43
The post How to Work With GitHub Flavored Markdown in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Markdown is a formatting language that is created for the web. The purpose of markdown is to make life easy when we are writing on the internet. Over time there are many flavors of

The post How to Work With GitHub Flavored Markdown in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

Different Ways to Use Column Command in Linux

Tue, 03/09/2021 - 14:14
The post Different Ways to Use Column Command in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Have you ever been in a situation to work with CSV files and produce output in structured tabular format? Recently I was working with data cleansing on a file that is not in a

The post Different Ways to Use Column Command in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Use Heredoc in Shell Scripting

Mon, 03/08/2021 - 14:03
The post How to Use Heredoc in Shell Scripting first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Here document (Heredoc) is an input or file stream literal that is treated as a special block of code. This block of code will be passed to a command for processing. Heredoc originates in

The post How to Use Heredoc in Shell Scripting first appeared on Tecmint: Linux Howtos, Tutorials & Guides.

How to Install CHEF Workstation in RHEL and CentOS 8/7

Fri, 03/05/2021 - 16:51
The post How to Install CHEF Workstation in RHEL and CentOS 8/7 first appeared on Tecmint: Linux Howtos, Tutorials & Guides .

Chef is one of the popular configuration management tools, which is used to rapidly automate deployment, configurations, and management of the entire IT infrastructure environment. In the first part of this Chef series, we’ve

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

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.

Pages