How to Allow Pings Through Your Windows Firewall
How to Allow Pings (ICMP Echo Requests) Through Your Windows Firewall If you wish to see whether your Computer is online or otherwise, you cannot utilize the ping regulate from…
How To Add User To Sudoers & Add User To Sudo Group On CentOS 7
Step 1: Login as Administrator If you’re working on a local machine, log in to the system with administrator credentials. If you’re connecting to a remote machine (over a network),…
Error The Server Quit Without Updating Pid File
This detailed guide is mainly for FreeBSD, however the idea coincides for Linux. Every once a while, when I upgrade my FreeBSD box, the system prefers to shutdown my MySQL…
Could not connect to Server in FileZilla-SOLVED
Is FileZilla showing Critical error: Could not connect to the server? We can help you fix it. Usually, FTP clients like FileZilla shows a connection error due to the incorrect…
A DNS entry for ‘domain_name’ already exists
A DNS entry for ‘domain_name’ already exists. You must remove this DNS entry from all servers in the DNS cluster to proceed. While adding addon domain under cPanel, I was…
Sample PHPmailer SMTP script for windows
Download php mailer from phpmailer site HERE Download and extract the folder in domain’s required path. If plesk then root folder should be httpdocs. So path will domain/httpdocs/PHPMailer 5.2.16 Create…
Unable to send an email via PHP or ASP.NET script in Plesk server:
SMTP server requires authentication in order to send mail to non-local addresses. Login to Plesk Add localhost addresses to the Whitelist at Tools & Settings > Mail Server Settings > White List…
Database available but not showing in cPanel
If the database is not exists in cpanel after update of cpanel software, then first you have to make sure that database is available on server. But if it exists…
install plesk on windows
Installing Plesk for Windows with Auto installer or Log in to the server via RDP. Download Plesk Installer. Once the download completed then, go to download path and run exe.…
Load Testing Web Servers with apache benchmark tool
Command to run the Apache benchmark tool (ab) with 200 simultaneous requests until 2000 requests are completed: # ab -k -c 100 -n 2000 localhost/checkiffileexists.php Let’s run the test and compare the results. Pay attention to…