website running php-fpm shows 503 Service Temporarily Unavailable
Website is showing the following error: The following errors are shown in /var/log/plesk/panel.log log file: The website is using PHP-FPM handler at Domains > example.com > PHP Settings The following…
How To Install PHP 7.4, 7.3 & 7.2 on CentOS/RHEL 7
The PHP 7.4 is the latest stable release of PHP. The CentOS 7 official software repositories have PHP 5.5 which has reached the end of life and no longer actively…
How to Set the Custom Port for MSSQL server and access it Remotly?
To assign a TCP/IP port number to the SQL Server Database Engine follow the steps below: STEP 1: Open the SQL Server Management Studio and login to your Database locally.…
How to install mytop on CentOS 7 to monitor MySQL processes
Mytop is an open source, command line tool used for monitoring MySQL performance. Mytop program provides a command-line shell interface to monitor real time MySQL/MariaDB threads, queries per second, process…
How to reset SA password on Microsoft SQL Server
Launch Sql Configuration Manager under Configuration Tools folder. Look for your SQL Server instance (the default is MSSQLSERVER) and stop the service. You can click the stop button while having…
Unable to connect to a server via FTP with ProFTPd installed from Atomicorp repository: Fatal: ScoreboardFile: : unable to use ‘/var/run/proftpd/scoreboard’: No such file or directory
ProFTPD package is installed from the Atomicorp repository: Connection to a server via FTP fails with on of the following error messages: Resolution Apply one on the following solutions:Modify the…
Plesk firewall apply configuration problem
When I tried activating the plesk firewall I am getting below error To resolve the issue follow below steps: “Another administrator is activating a configuration now.” error appears when previous…
How to install Plesk updates
Updating Plesk via a command-line interface /usr/local/psa/admin/sbin/autoinstaller –select-product-id plesk –select-release-current –reinstall-patch –install-component panel Plesk 11.x and 12.0 for Windows “%plesk_bin%\ai.exe” –console –select-product-id panel –select-release-current –reinstall-patch –install-component panel
How to Install OpenJDK on Ubuntu 18.04
There are two different Java packages in Ubuntu repositories, Java Runtime Environment (JRE), and the Java Development Kit (JDK). If you only want to run Java programs, then you need…
Install and Configure MySQL Workbench on Ubuntu Linux
MySQL workbench is a graphical application that lets us manage data and perform administrative tasks on MySQL databases. In this tutorial, we will see how to install the program on…