Tecmint

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

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...

How to Install and Configure an NFS Server on Ubuntu 18.04

Wed, 03/11/2020 - 13:14
NFS (Network File Share) is a protocol that allows you to share directories and files with other Linux clients in a network. The directory to be shared is usually created on the NFS server...

How to Fix “Failed to set locale, defaulting to C.UTF-8” in CentOS 8

Mon, 03/09/2020 - 15:19
Have you ever encountered the warning/error “Failed to set locale, defaulting to C.UTF-8” in CentOS 8 or RHEL 8? If yes, then this article describes how to fix this error. Note that this article...

Zaloha.sh – A Simple Local Directory Synchronizer Script for Linux

Fri, 03/06/2020 - 14:59
Zaloha.sh is a tiny and simple shell script used to synchronize two local directories: a source directory and a backup directory. It employs standard Linux/Unix tools such as find, sort, awk, mkdir, rmdir, cp...

How to Install OwnCloud in Debian 10

Thu, 03/05/2020 - 15:02
Owncloud is a market-leading online file sharing system that lets you back up and shares your files with ease. If you are not a fan of DropBox or Google Drive, then OwnCloud is a...

Learn Python Set/Frozenset Data Structure – Part 4

Wed, 03/04/2020 - 14:24
In this Part 4 of Python Data Structure series, we will be discussing what is a set, how it differs from other data structure in python, how to create set objects, delete set objects...

How to Install OwnCloud on CentOS 8

Mon, 03/02/2020 - 15:23
Owncloud is a market-leading, client-server software that offers a cloud platform that allows you to back-up your files in a central location and syncs them on the cloud. It’s an excellent alternative to popular...

How to Append Text to End of File in Linux

Sat, 02/29/2020 - 14:26
While working with configuration files in Linux, sometimes you need to append text such as configuration parameters to an existing file. To append simply means to add text to the end or bottom of...

WireGuard – A Fast, Modern and Secure VPN Tunnel for Linux

Fri, 02/28/2020 - 13:13
WireGuard is a modern, secure, cross-platform and general-purpose VPN implementation that uses state-of-the-art cryptography. It aims to be speedy, simpler, leaner and more functional than IPsec and it intends to be more performant than...

PyIDM – An Open Source Alternative to IDM (Internet Download Manager)

Thu, 02/27/2020 - 16:35
pyIDM is a free, open-source alternative to IDM (Internet Download Manager), used to download general files and videos from youtube as well as other streaming websites. It is developed using Python (requires Python 3.6+)...

Learn Python Dictionary Data Structure – Part 3

Thu, 02/27/2020 - 15:24
In this Part 3 of Python Data Structure series, we will be discussing what is a dictionary, how it differs from other data structure in python, how to create, delete dictionary objects and methods...

How to Install PostgreSQL and pgAdmin in CentOS 8

Wed, 02/26/2020 - 13:47
PostgreSQL is a powerful, widely-used, open-source, multi-platform and advanced object-relational database system known for its proven architecture, reliability, data integrity, robust feature set, and extensibility. pgAdmin is an advanced, open-source, full-featured, and web-based administration...

How to Install LEMP Server on CentOS 8

Tue, 02/25/2020 - 16:05
LEMP is a software stack that comprises a set of free and open-source tools that are used for powering high traffic, and dynamic websites. LEMP is an acronym for Linux, Nginx (pronounced as Engine...

Learn Python Tuples Data Structure – Part 2

Mon, 02/24/2020 - 15:55
In this Part 2 of Python Data Structure series, we will be discussing what is a tuple, how it differs from other data structure in python, how to create, delete tuple objects and methods...

How to Install Google Chrome on Kali Linux

Fri, 02/21/2020 - 14:16
Google Chrome is a cross-platform and free web browser that is widely used by regular users and tech enthusiasts alike. In this tutorial, you will learn how to install Google Chrome on Kali Linux....

How to Install Arduino Software (IDE) on Linux

Thu, 02/20/2020 - 14:17
Arduino is a widely-used, open-source electronics platform used to create devices that interact with their environment using sensors and actuators. It consists of a programmable hardware board and a software (Integrated Development Environment(IDE)) for...

eXtern OS – A NodeJS Based Linux Distribution

Wed, 02/19/2020 - 14:56
eXternOS is a free, new and exciting Linux operating system based on Nodejs, being developed by a computer engineering and computer science student who goes by name Anesu Chiodze. It is a whole different...

Pages