Tecmint

Subscribe to Tecmint feed Tecmint
Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.
Updated: 29 min 52 sec ago

How to Find All Clients Connected to HTTP or HTTPS Ports

Sat, 12/14/2019 - 14:13
In this short quick article, you will learn how to find all clients (using their IP addressees) connected to an Apache or Nginx web server on HTTP or HTTPS ports on a Linux server....

How to Work with Ansible Variables and Facts – Part 8

Fri, 12/13/2019 - 13:18
We’ve mentioned variables in this Ansible series and just to jog your mind a little. A variable, just like in many programming languages, is essentially a key that represents a value. What Constitutes a...

How to Install PuTTY on Linux

Thu, 12/12/2019 - 13:30
PuTTY is a free and open-source cross-platform SSH and telnet client that even after being around for over 20 years remains one of the most popular SSH clients being used especially on the Windows...

How to Set A Custom Screen Resolution in Ubuntu Desktop

Wed, 12/11/2019 - 14:32
Is your screen (or external monitor) resolution is low? thus making the items on your screen look larger and less clear? Or do you want to simply increase the current maximum resolution or add...

How to Create Templates in Ansible to Create Configurations On Managed Nodes – Part 7

Tue, 12/10/2019 - 14:03
In this Part 7 of Ansible Series, you will learn how to create and use templates in Ansible to create customized configurations on managed nodes. Templating in Ansible is an easy and friendly way...

How to Install Nginx on CentOS 8

Mon, 12/09/2019 - 20:09
Nginx (Engine X) is a most popular, powerful and high-performance open-source HTTP web server and reverse proxy server with a scalable event-driven (asynchronous) architecture. It can also be used as a load balancer, mail...

How to Use Ansible Modules for System Administration Tasks – Part 6

Fri, 12/06/2019 - 15:15
In this Part 6 of Ansible Series, we have covered a few Ansible modules in the past topics, we will now go deeper and discover additional modules that are helpful in performing a number...

How to Setup an L2TP/IPsec VPN Client on Linux

Thu, 12/05/2019 - 14:31
L2TP (which stands for Layer 2 Tunneling Protocol) is a tunneling protocol designed to support virtual private networks (VPN connections) over the internet. It is implemented in most if not all modern operating systems...

Polo – A Modern Light-weight File Manager for Linux

Wed, 12/04/2019 - 15:12
Polo is a modern, light-weight and advanced file manager for Linux, that comes with a number of advanced features that are not present in many commonly used file managers or file browsers on Linux...

How to Install MySQL 8.0 on CentOS 8 / RHEL 8

Tue, 12/03/2019 - 15:48
MySQL is the most popular, free and open-source relational database management platform, which is used to host multiple databases on any single server by allowing multi-user access to each database. The latest MySQL 8.0...

How to Create Ansible Plays and Playbooks – Part 5

Mon, 12/02/2019 - 15:18
In this Part 5 of Ansible Series, we will explain how to create Ansible Plays and Playbooks using Ansible modules. Ansible ships with standalone scripts called modules that are used in playbooks for the...

How to Watch TCP and UDP Ports in Real-time

Fri, 11/29/2019 - 17:20
In software terms, especially at the operating system level, a port is a logical construct that identifies a specific process/application or a type of network service and each network service running on a Linux...

How to Install Linux Mint 19 Alongside Windows 10 or 8 in Dual-Boot UEFI Mode

Fri, 11/29/2019 - 15:25
Linux Mint 19.2 has been released in wild by the Linux Mint project development team as a new long term support edition which will receive support and security updates until 2023. This tutorial will...

Installation Guide of Linux Mint 19.2 Codename ‘Tina’ with Screenshots

Fri, 11/29/2019 - 14:42
Linux Mint is a modern, polished, easy-to-use and comfortable community-driven GNU/Linux desktop distribution based on the popular Ubuntu Linux distribution. It is a great and recommended distribution for computer users switching from Windows or...

How to Install netstat Command in Linux

Tue, 11/26/2019 - 14:10
Netstat – derived from the words network and statistics – is a command-line utility used by system administrators for analyzing network statistics. It displays a whole manner of statistics such as open ports and...

How to Disable SELinux on CentOS 8

Mon, 11/25/2019 - 16:21
SELinux or Security-Enhanced Linux is a mechanism or security module that provides access control security policies. In simple terms, it’s a feature or service used for restricting users to certain policies and rules set...

How to Install and Use dig and nslookup Commands in Linux

Sat, 11/23/2019 - 15:27
In this article, you will learn how to install the dig command and nslookup command on Linux. These commands are used for network troubleshooting and gathering information about domain names. Dig, short for Domain...

How to Disable IPv6 in CentOS 8

Fri, 11/22/2019 - 14:44
An internet protocol version 6 (IPv6) is an identifier of a network interface that’s involved in an IPv6 computer network. If you don’t want to use Ipv6 addressing, you can opt to disable it...

How to Run a Command with Time Limit (Timeout) In Linux

Thu, 11/21/2019 - 15:27
Linux comes with a bounty of commands, each command unique and used in specific cases. The goal of Linux is to help you be as fast and efficient as possible. One property of a...

How to Install Curl in Linux

Wed, 11/20/2019 - 14:50
In this article, you will learn how to install the curl command-line tool for transferring data to and from a server using various types of requests. It’s an alternative to downloading files other than...

Pages