Script to check the load of all VPS from the main node: # for i in `vzlist |egrep -v ‘(VEID|CTID)’ |awk ‘{print $1}’`; do echo “For VEID $i (`vzctl exec $i hostname`) —>” ; vzctl exec $i w ; echo; doneInstead of “w” replace with the COMMANDS you need to… Continue Reading Script to check Virt VPS load (and other commands)

You can make use of the following script to generate a backup of all the databases and also restoring the DB from the available backup in cPanel owned by a particular user. ============= #!/bin/bash cd /var/lib/mysql ls -al | grep username | awk {‘print$9’} > dblist for i in `cat… Continue Reading Script to Make a backup of the current database and restore DB from the available backup of all the database owned by a particular user in cPanel

Introduction A hacked WordPress website can be a frustrating experience for any website owner. One of the most common signs of a compromise is when hackers modify the index.php file to display their own messages, logos, advertisements, or defacement pages instead of your website content. In some cases, attackers may… Continue Reading WordPress index hacked page recovery

Introduction WordPress powers millions of websites worldwide, making it one of the most popular Content Management Systems (CMS) available today. Its flexibility, ease of use, and extensive ecosystem of themes and plugins make it a preferred choice for businesses, bloggers, and developers alike. However, despite its reliability, WordPress websites can… Continue Reading Common issues with WordPress and their Fixes

Introduction The wp-admin/index.php file is one of the core files in WordPress. It is responsible for loading the main WordPress Admin Dashboard after a user logs in to the admin panel. The Dashboard is the first screen displayed in the WordPress admin area. It provides quick access to important site… Continue Reading WordPress wp-admin index.php Page

WordPress index file. “index.php”. This file can be used if the index hacking has done in the wordpress.

Introduction Nameservers are essential for DNS resolution and allow domains to point to the correct server. In rare cases, nameserver entries may be missing from the server configuration. When this occurs, the nameservers must be manually added to ensure proper DNS functionality. Prerequisites Implementation Step 1 Create a DNS zone… Continue Reading Adding nameservers to your server

Introduction A catch-all email address allows you to receive emails sent to any invalid or non-existent email address under your domain. Instead of rejecting these messages, cPanel can automatically forward them to a designated mailbox. This is useful when you want to ensure that no emails sent to your domain… Continue Reading How to Create a Catch-all email address in cPanel

Introduction Traceroute is a network diagnostic tool used to identify the path that data packets take from your computer to a destination server. It helps diagnose network connectivity issues, routing problems, and latency between your system and a website or server. This guide explains how to obtain traceroute results on… Continue Reading Steps to obtain a traceroute result

Introduction A browser cache stores temporary files like images, scripts, and web pages to help websites load faster. Over time, this cached data can become outdated or corrupted, leading to issues such as slow browsing, login problems, or website display errors. Clearing the cache in browsers like Google Chrome helps… Continue Reading How to Clear Browser Cache