, , ,

How to install PHP 8 on CentOS 8 Linux

 This tutorial will explain how to install PHP 8 on CentOS 8 Linux and its dependent packages.Step 1: Enableremi-release-8.rpmConfigure the Remi repository for installing PHP 8 on CentOS 8# dnf install https://rpms.remirepo.net/enterprise/remi-release-8.rpmStep 2: Enable EPEL repository# dnf install epel-releaseStep 3: Find the current...
Continue reading How to install PHP 8 on CentOS 8 Linux
, ,

Mikrotik time-based queue for night and day

 If you desire to know how to implement a Mikrotik time-based queue to apply different queues to clients or networks based on the time of the day, then you are reading the right post. After reading this article, you will be able to configure a Mikrotik router to assign a certain bandwidth plan to a client in the day and a different bandwidth plan at night.The...
Continue reading Mikrotik time-based queue for night and day
, , ,

Enable Root Login via SSH In Ubuntu

 By default, SSH on Ubuntu comes configured in a way that disables the root users log in. This was originally enabled as a security precaution which means that you cannot directly log in as the root user over SSH. However, you can usually get around the need for root ssh login by using the sudo command. In some cases, though it’s just more convenient to...
Continue reading Enable Root Login via SSH In Ubuntu