HOW TO INSTALL MEMCACHE ON WHM/CPANEL SERVER (CENTOS)?
Following article will assist you to install Memcache in cPanel/WHM server. Login into your WHM. Locate Software section and select Module Installers. Here you will see list of installed language…
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:…
Install An 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…
Plesk error: An operation fails in Plesk: SQLSTATE[23000]: Integrity constraint violation: 1062
Connect to the server via RDP. Script will assist you to fix the inconestancy of plesk db. Download the script to your Server. Extract the script from the zip file…
How to take back up/restore Plesk databases
Creating a manual database backup Plesk Onyx plesk db dump <database_name> > C:/path/to/<dump_name>.sql Plesk 12.5 and previous releases Note: MySQL admin password is required for this operation. “%plesk_dir%”\Mysql\bin\mysqldump.exe -uadmin -p…
Why should developers all do security challenges?
1 – Increase your skills in secure development As you can imagine, one of the first benefits is going to be the improvement or even the acquisition of skills in…
How to Upgrade CentOS 7 to CentOS 8
Step 1: Install the EPEL Repository To start off, install the EPL repository by running: # yum install epel-release -y Step 2: Install yum-utils Tools After successfully installing EPEL, install…