How to Install Ion Cube + Zend on Plesk Windows Server..
1. Download MSI installer of IonCube Loader from HERE or HERE and save it on the server. 2. Run the Setup and Click Next on first screen. 3. Select “Install…
Things To Do When You Are The Victim Of Ransomware
What is ransomware already? Far be it from me to provide you with a complete and complex definition like Wikipedia does so well . In summary, a ransomware will make…
How To Validate The Implementation Of Cache For Site Analyzer
Site Analyzer vs mod_pagespeed I will explain to you how to manage to validate ” the implementation of cache ” by the Site Analyzer tool . Whether you use mod_pagespeed…
Webmin: Manage A Linux Server From Your Web Browser
WebMin (contraction of Web and Admin) offers a simplified administration solution for a Linux server from a graphical interface accessible via web browser (remote administration possible). Thereafter, it is responsible…
How To Monitor Files On Your Linux Server
You will see one of the basics of security for managing your web applications . The monitoring of changes to your files . Indeed if you have a site in…
Fixing the Raw-mode is unavailable courtesy of Hyper-V error
Virtualization is an increasingly common practice in server hosting. It consists of creating virtual machines which will be hosted on a physical server. This method thus avoids having several machines…
list current processes writing to hard drive
Command to find out current process writing to hard disk. lsof | grep -e “]+w” It will show output like below root@:~ # lsof | grep -e “]+w” systemd-j 410…
Expert Tips to Protect Your Website from Hacking
Securing a site is not necessarily within everyone’s reach, but that doesn’t mean that you have to be a programmer or computer scientist to get there. So we’ve listed 9…
How to Install and Configure VNC Server on Centos 8 / RHEL 8
A VNC (Virtual Network Computing) Server is a GUI based desktop sharing platform that allows you to access remote desktop machines. In Centos 8 and RHEL 8 systems, VNC servers…