GetSecureScore

How to Allow SSH Access Based on Country

GeoIP database has records of Geographical location based on IP address. Using this database we can search for any IP belonging to which country using the Linux command line. This article will help you to allow SSH or FTP (vsftpd) access based on the user’s country. This example uses TCP wrappers to secure your services. Read More

GetSecureScore

How to Install WordPress with LAMP on CentOS Stream 9

WordPress is a commonly used PHP-based CMS (Content Management System). For small businesses, personal blogs & websites, WordPress can be a good fit.  In this article, we are going to learn how to install WordPress on CentOS Stream 9. So, let’s get started. Pre-requisites : 1, A system with CentOS Stream 9 installed and running.2, Read More

GetSecureScore

Data Dump(dd) to Create a Forensic Image with Linux 

There are a few Linux distributions designed specifically for digital forensics. These flavors contain examiner tools, and are configured not to mount (or mount as read only) a connected storage media. The Data Dump(dd) command is available on all Linux distributions and is able to read and write to an unmounted drive because it is Read More

GetSecureScore

How To Install MySQL on CentOS 9 Stream

Hello, friends. In this post, you will learn how to install MySQL on CentOS 9 Stream. MySQL is a powerful relational database manager owned by Oracle. It is open source but also has dedicated enterprise support, which makes it a great alternative to other paid solutions. Written in C and C++ it is capable of being very fast Read More

GetSecureScore

How to Install Apache on CentOS 9 Stream

In this tutorial, we will show you how to install Apache in the sequence of CentOS 9. For those of you who didn’t know, Apache aka Apache HTTP Server is a free, open source, cross-platform HTTP server that includes powerful features and can be extended with a wide variety of modules. It is part of the LAMP Read More

GetSecureScore

How to Fix 503 Service Unavailable Error in WordPress

Are you seeing a 503 service unavailable error in WordPress? The problem with the 503 error is that it gives no clues about what’s causing it which makes it extremely frustrating for beginners. In this article, we will show you how to fix the 503 service unavailable error in WordPress. What Causes 503 Service Unavailable Read More