Tecmint

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

How to Setup Redis Replication (with Cluster-Mode Disabled) in CentOS 8 – Part 1

Wed, 04/08/2020 - 15:01
Redis (Remote Dictionary Server) is a very popular and widely-used open source, fast, distributed and efficient in-memory key-value database/data structure server. It offers a rich set of features that make it effective for a...

How to Reset Forgotten Root Password in Debian 10

Tue, 04/07/2020 - 14:22
In this brief tutorial, you will learn how to reset a forgotten root password in a Debian 10 system. This will help you regain the ability to log in as the root user and...

How to Install TeamViewer on CentOS 8

Mon, 04/06/2020 - 13:42
A cross-platform solution that provides secure remote access, remote control and remote support solution across devices. The data traffic between devices are encrypted which makes the TeamViewer very secure. This software is available for...

Learn Python Identity Operator and Difference Between “==” and “IS” Operator

Fri, 04/03/2020 - 19:41
This article is mainly curated to explain an important operator in python (“IDENTITY OPERATOR”) and how an identity operator differs (is, is not) from comparison operator (==). IDENTITY OPERATOR Identity operator (“is” and “is...

How to Reset Forgotten Root Password in RHEL 8

Thu, 04/02/2020 - 16:20
In this guide, you will learn how to reset a forgotten root password on RHEL 8 server. Resetting the root password usually involves a few steps that will help you to reset the root...

How to Set Up IPsec-based VPN with Strongswan on CentOS/RHEL 8

Wed, 04/01/2020 - 14:43
strongSwan is an open-source, multi-platform, modern and complete IPsec-based VPN solution for Linux that provides full support for Internet Key Exchange (both IKEv1 and IKEv2) to establish security associations (SA) between two peers. It...

How to Reset Forgotten Root Password in CentOS 8

Tue, 03/31/2020 - 14:22
It’s not uncommon for users to forget their root password. This happens especially if you haven’t logged in as the root user for long periods of time. In this brief guide, we will walk...

3 Ways to Create a Network Bridge in RHEL/CentOS 8

Mon, 03/30/2020 - 15:38
A network bridge is a data-link layer device that interconnects two or more network segments, offering communication between them. It creates a single network interface to set up a single aggregate network from multiple...

How to Install Drupal on CentOS 8

Fri, 03/27/2020 - 16:06
Drupal is a free and open-source CMS written in PHP that ships with the GNU / GPL license. Just like popular CMS platforms such as WordPress and Joomla, with Drupal, you can get started...

How to Install Joomla on Debian 10

Thu, 03/26/2020 - 15:48
Joomla is a popular and widely used CMS (Content Management System) used for creating websites with little or no knowledge in markup or web programming languages. It ships with lots of PHP code, plugins,...

How to Install KVM on CentOS/RHEL 8

Wed, 03/25/2020 - 15:23
Kernel-based Virtual Machine (KVM in short) is an open-source and de facto standard virtualization solution that is tightly integrated into Linux. It is a loadable kernel module that turns Linux into a type-1 (bare-metal)...

Learn Python Sys Module Functions

Tue, 03/24/2020 - 14:31
In this article, we will take a look at the Python Sys Module. There are variables and functions that are maintained by the interpreter and the sys module provides a way of interacting with...

How to Install Joomla on Ubuntu 18.04

Mon, 03/23/2020 - 17:07
When it comes to creating websites, one of the easiest ways to have your site up and running is using a CMS (content management system) that usually comes with bundled PHP code and all...

Relax-and-Recover – Backup and Recover a Linux System

Fri, 03/20/2020 - 15:21
Relax-and-Recover (ReaR in short) is a simple yet powerful, easy-to-setup, full-featured and leading open-source bare metal disaster recovery and system migration solution, written in Bash. It is a modular and configurable framework with numerous...

How to Install OwnCloud on Ubuntu 18.04

Thu, 03/19/2020 - 14:47
OwnCloud is a leading open-source file sharing and cloud collaboration platform whose services and functionalities are similar to those offered by DropBox and Google Drive. However, unlike Dropbox, OwnCloud does not have the datacenter...

How to Install Joomla on CentOS 8

Wed, 03/18/2020 - 14:44
Joomla is a popular free and open-source Content Management System (CMS) written in PHP. Although it’s not as popular as its counterpart WordPress, it’s still used for creating blogs/websites with limited or no web...

How To Configure PostgreSQL 12 Streaming Replication in CentOS 8

Mon, 03/16/2020 - 14:46
PostgreSQL database supports several replication solutions to build high-availability, scalable, fault-tolerant applications, one of which is Write-Ahead Log (WAL) Shipping. This solution allows for a standby server to be implemented using file-based log shipping...

How to Set Up NFS Server and Client on CentOS 8

Sat, 03/14/2020 - 14:51
Network File System (NFS) also known as client/server file system is a popular, cross-platform and distributed file system protocol used to export local file systems over the network so that clients can share directories...

How to Install Perl Modules Using CPAN on CentOS 8

Fri, 03/13/2020 - 14:17
The Comprehensive Perl Archive Network (CPAN in short) is a popular central repository of currently 188,714 Perl modules in 40,986 distributions. It is a single location where you can find, download and install any...

How to Install NextCloud on CentOS 8

Thu, 03/12/2020 - 12:48
NextCloud is an open-source, on-premise file share and collaborative platform that allows you to save your files and access them across multiple devices such as PCs, smartphones, and tablets. As a popular self-hosting platform...

Pages