Tecmint

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

How to Install Laravel PHP Framework with Nginx on CentOS 8

Fri, 04/24/2020 - 14:22
Laravel is an open-source, well-known, and modern PHP-based web framework with expressive, elegant, and easy to understand syntax which makes it easy to build large, robust web applications. Its key features include a simple,...

How To Install Ubuntu 20.04 Desktop

Fri, 04/24/2020 - 12:00
On Thursday, April 23rd, 2020, Canonical Ltd, the makers of Ubuntu Linux distribution officially released the long-awaited Ubuntu 20.04 version code-named “Focal Fossa”, it is an LTS (Long Term Support) version based on Linux...

How to Install Ruby on CentOS/RHEL 8

Thu, 04/23/2020 - 15:23
Ruby is a dynamic, multi-purpose, free, and open-source programming language that is usually used for the development of web applications. It’s a high-level programming language that enjoys a vibrant community of developers who help...

How to Reset Forgotten Root Password in Ubuntu 18.04

Wed, 04/22/2020 - 14:39
In this article, you will learn how to reset the forgotten root password on Ubuntu 18.04 LTS. Firstly, you need to either power on or reboot your Ubuntu 18.04 LTS system. You should get...

How To Install Varnish Cache 6 for Nginx on CentOS/RHEL 8

Tue, 04/21/2020 - 12:31
Varnish Cache (commonly referred to as Varnish) is an open-source, powerful and fast reverse-proxy HTTP accelerator with modern architecture and flexible configuration language. Being a reverse proxy simply means it is a software that...

How to Install VirtualBox Guest Additions in Fedora

Mon, 04/20/2020 - 14:15
As you might know, VirtualBox is an open-source hypervisor that allows users to create virtual machines and test-run different operating systems. But it doesn’t end there. VirtualBox also includes VirtualBox guest additions which are...

How to Reset a Forgotten Root Password in Linux Mint

Sat, 04/18/2020 - 13:46
It’s not unusual for users to forget their root passwords. It’s a common occurrence especially if you haven’t logged in as the root user for a long period of time. It can happen to...

How to Upgrade to Ubuntu 20.04 (Beta) from Ubuntu 18.04 & 19.10

Fri, 04/17/2020 - 15:08
Although the stable version of Ubuntu 20.04 LTS (code-named Focal Fossa) is scheduled for release on April 23rd, if you are curious to know what is in it, you can now upgrade to the...

How to Setup HAProxy as Load Balancer for Nginx on CentOS 8

Thu, 04/16/2020 - 14:17
To ensure maximum web application availability, scalability, and high performance, it is now common to implement technologies that introduce redundancy, such as server clustering and load balancing. For example, setting up a cluster of...

How to Share Wired Internet Via Wi-Fi and Vice Versa on Linux

Wed, 04/15/2020 - 13:40
In this article, you will learn how to share a wired (Ethernet) internet connection via a wireless hotspot and also how to share a wireless internet connection via a wired connection on a Linux...

How to Create Your Own IPsec VPN Server in Linux

Tue, 04/14/2020 - 12:50
There are so many benefits of using a VPN (Virtual Private Network), some of which include keeping you safe on the internet by encrypting your traffic and helping you to access blocked content/sites/web applications...

How to Reset a Forgotten Root Password in Fedora

Mon, 04/13/2020 - 14:18
This brief article explains the steps you can take to reset your forgotten root password on a Fedora Linux system. For this guide, we are using Fedora 32. Read Also: How to Reset Forgotten...

How to Setup a Redis Cluster in CentOS 8 – Part 3

Fri, 04/10/2020 - 13:33
Redis Cluster is a builtin Redis feature that supports automatic sharding, replication and high availability which was previously implemented using Sentinels. It is designed for two major purposes: one is to automatically split your...

How to Setup Redis For High Availability with Sentinel in CentOS 8 – Part 2

Thu, 04/09/2020 - 15:20
Redis provides high availability via Redis Sentinel distributed system. Sentinel helps to monitor Redis instances, detect failures and will do roles switches automatically thus enabling a Redis deployment to resist any kind of failures....

How to Reset Forgotten Root Password in Arch Linux

Wed, 04/08/2020 - 15:29
It’s quite frustrating getting locked out of your system as the root user because you cannot recall your password. This usually happens in case you haven’t logged in as root for an extended period...

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

Pages