Tecmint

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

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

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

Pages