ntPHPSelector version 4.3.0 released

New version of ntPHPselector is released with some security updates.  [+] Updated the phpseclib module for the plugin.  https://www.nixtree.com/ntphpselector-ea4 https://www.nixtree.com/ntphpselector-ea4

Merits and demerits of cPanel for server management

cPanel Server Management

cPanel server management is a widely-used control panel for website hosting that offers an extensive range of features and tools. Its user-friendly interface has made it a popular choice for website owners and hosting providers. However, like any technology, cPanel server management has its advantages and disadvantages. In this article, we’ll explore the merits and … Read more

CSF / LFD Alert Notifications

CSF/LFD Alerts

  CSF/LFD notifications Many  Linux / Cpanel server owners are nowadays using Configserver Firewall (CSF). The main reason for this much extensive usage is due to the utility and simplicity it offers and also an interface that is there for some control panels like cPanel/DirectAdmin etc But one drawback is the alerts it generates and … Read more

Joomla Installation In CentOS 8

  INTRODUCTION Joomla is also spelled Joomla! (with an exclamation mark) and sometimes abbreviated as J!, is a free and open-source content management system (CMS) for publishing web content on websites. Although it’s not as popular as its counterpart WordPress, it’s still used for creating blogs/websites with limited or no web programming knowledge. It offers … Read more

Vulnerability in Horde – RCE vulnerability

CVE-2022-30287 RCE Vulnerability reportedly discovered in horde. The discovered zero-day cross-site scripting (XSS) vulnerability (CVE-2022-30287 RCE Vulnerability) in the Horde webmail client allows an authenticated user to execute arbitrary code on the underlying server.  The vulnerability exists in the default configuration and can be exploited without knowledge of the configuration of the targeted Horde instance. … Read more

tar command in Linux

Let’s discuss the section on how to archive files and directories into a compressed file using the tar command and extract the contents of an existing archive. Tar command – Introduction Archiving and compressing files are useful for backups and transferring data across a network. one of the oldest and most common commands for creating … Read more

swap space in (CentOS and Ubuntu) server

Swap Space In (CentOS&Ubuntu) Server Introduction Linux users are usually aware of swap space, but it is often a source of misunderstanding. Now we are going to learn how to add swap space in both CentOS and Ubuntu Servers. In this article, We will also look at One of the easiest ways of increasing the … Read more

Amazon EC2 Complete Guide

Let’s discuss the key concept and scope of Amazon EC2 in the following sequence. Calculating the exact requirement of computing power for your need is almost impossible. One may underestimate the usage of servers, leading to application crashes or sometimes wastage of servers resources by overestimating.   What is AWS EC2? Amazon Elastic Compute Cloud (EC2) … Read more

DNS Records correlated to spamfiltering

Some of the DNS records are correlated to the mailing and it will affect the spam filtering activity too. In this article, I am discussing some of the DNS records correlated to spamfiltering. SPF, rDNS, DKIM and DMARC are the important dns records which are affecting spam filtering. Without proper setting of these records may … Read more

Categories DNS

Script To Fix Permissions And Ownership, on files and Directories, for cPanel Accounts

Fixing permission for a cpanel account doing manually is a difficult task. We can do it by running a script. For that follow below steps, →Download the script using below command wget https://raw.githubusercontent.com/PeachFlame/cPanel-fixperms/master/fixperms.sh →To make it is executable please give execute permission for it. chmod +x fixperms.sh →We can run the script to fix a … Read more