How to install mcrypt for PHP 7.2 and PHP 7.3 on Centos 7(cPanel)
Mcrypt installation process Install epel-release repo if you do not already have it installed # yum install epel-release Install libmycrpt and libmcrypt-devel rpms needed for the PHP extensions. # yum…
How to resolve 502 Bad Gateway cwpsrv
If your VPS is running CentOS and you use Control Web Panel (CWP), you may get this error at one time or the other: 502 Bad Gateway cwpsrv For me,…
How to Setup a software RAID in Windows Server 2012
To setup RIAD 0 go to the Server Manager under File and Storage Services > Volumes > Storage Pools. next page will list disks added to the server, we are…
HOW TO INSTALL MEMCACHE ON WHM/CPANEL SERVER (CENTOS)?
Following article will assist you to install Memcache in cPanel/WHM server. Click on Manage button of PHP Pecl language module. Under Find a PHP Pecl search bar, search for “memcache”…
Yum to DNF Cheatsheet
All tools in DNF added by plugins (core, extras) Yum Tool DNF Tool Notes debuginfo-install dnf debuginfo-install find-repos-of-install Use dnf list installed pkg instead dnf kickstart needs-restarting dnf tracer package-cleanup…
How to enable/disable gzip compression in nginx on a Plesk server?
Enabling gzip compression for a domain in Plesk In Plesk, go to Domains > example.com > Apache & nginx Settings. Add the following directives to the Additional nginx directives field:…
How to Install SSL Certificate In IIS 7
To Install an SSL on Microsoft IIS 7 To install the intermediate certificate, click Start, and then click Run…. Type mmc, and then click OK. The Microsoft Management Console (Console)…
How to create folder with . character in it name like .well-known
Open command line using “run as administrator” Change path where you want to add the .well-known Eg. You have site in inetpub/site So cmd path should be c:\inetpub\site run following…