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 — covered by dnf…
How to enable/disable gzip compression in nginx on a Plesk server?
Enabling gzip compression for a domain in Plesk gzip on; gzip_disable "MSIE [1-6]\\.(?!.*SV1)"; gzip_proxied any; gzip_comp_level 5; gzip_types text/plain text/css application/javascript application/x-javascript text/xml application/xml application/rss+xml text/javascript image/x-icon image/bmp image/svg+xml; gzip_vary…
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 on…
How to take back up/restore Plesk databases
Creating a manual database backup 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 -P8306 <database_name>…
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 application…
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…
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 the files on your hard disk,…