Python script showing code itself in browser instead of running!! Python is a widely used general-purpose, high-level programming language. Its design philosophy emphasizes code readability, and its syntax allows programmers to express concepts in fewer lines of code than would…
cPanel
How to enable MySQLi extension on web-server
How to enable MySQLi? Before going to enable it on the server, I will share some ideas about MySQLi. Then, I should explain how we can enable MySQLi on a cpanel server and How we can check if MySQLi is already enabled or…
cPanel is showing invalid login – The IP address is blocked by cphulkd for BruteForce
cpHulk : It’s a Brute Force Protection system in a WHM/cPanel server. By enabling this feature from the WHM we can protect the server from unwanted login attempts. In this article I am explaining the steps to whitelist your IP…
[Solved] : MySQL server has gone away – error while restoring the DB
Managing MySQL server is one of the interesting thing for every sys admins. In this article I’m just sharing a quick fix for the error that I got while restoring the database from its backup file. I hope this will…
SSH connection error – Permission denied cPanel server
ssh permission denied error, that what we are discussing here. The word SSH is the abbreviation for Secured Shell. SSH is a command-line program to login to remote Linux server which has SSH server. The SSH is using for remote…
How to enable Varnish on cPanel server?
Enable Varnish on cPanel. Varnish is a caching technology. It is a web accelerator and also referred as HTTP accelerator or reverse HTTP proxy, which will significantly enhance the performance of your website. Varnish cache is really fast thereby, speed…
How to install cPremote painlessly?
How to install cPremote backup plugin in a cPanel server? How to install cPremote? cPremote is a cPanel backup plugin for managing backups. It’s a paid and licensed plugin. It supports incremental, compressed and uncompressed backups with seven days retention.…