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: The following error appears in the system logfile…
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 Connect to a Plesk server via SSH/RDP. Run Plesk Installer (on Windows Server use a command prompt as an Administrator: Plesk Onyx for Linux…
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…
How to check cPanel CPU and Memory usage for a specific user
One of client is asking for CPU and memory usage for particular use. To check that we have to run below command on the server. Login to the server via…