Prerequisites Ubuntu 18.04/16.04 LTS with minimum 2GB RAM and 1 CPU. PostgreSQL Version 9.3 or higher SSH access with sudo privileges Firewall Port: 9000 MySQL Support for SonarQube is depricated.Increase the vm.max_map_count kernal ,file discriptor and ulimit for current session at runtime. 1) Please follow the below steps to increase… Continue Reading How to Install SonarQube on Ubuntu 18.04/16.04 LTS

How to solve the Bind dns service error in cPanel server Date: 08-05-2021 Step 1: Login to server via SSH. Step 2: You should update the kernel version in the server by using below command.# yum update kernel Step 3: You can run below command to switch Bind service. Press… Continue Reading How to solve the Bind dns service error in cPanel CentOS server

How to Install Kubernetes on CentOS 7 Date: 03-05-2021 Step 1: This package is not available in CentOS 7 repositories by default. You need to add Kubernetes repositories manually. Enter the below command to retrieve the Kubernetes repositories. Step 2: You will install kubelet, kubeadm, and kubectl packages on your system. You can use below… Continue Reading How to Install Kubernetes on CentOS 7

If you get the above error, please follow the below steps. Above error states that postgres is not running. Running pg_lsclusters will list all the postgres clusters running on your device. 2. Most probably the status will be down if we get the above error . Try restarting Postgres clusters and servicesystemctl… Continue Reading Is the server running locally and accepting connections on Unix domain socket “/var/run/postgresql/.s.PGSQL.5432”?

How to install particular version of Node JS and npm using NVM Date: 17-04-2021 Introduction NVM (Node Version Manager) is a bash script that allows you to manage multiple Node JS versions. You can easily switch to other versions. Step 1: You can install nvm by using below command.# curl… Continue Reading How to install particular version of Node JS and npm using NVM

“Whenever you use the WordPress control panel to automatically install, upgrade, or delete plugins, WordPress must make changes to files on the filesystem. Before making any changes, WordPress first checks to see whether or not it has access to directly manipulate the file system. If WordPress does not have the… Continue Reading WordPress asking for my FTP credentials to install plugins

Error to create an environment on AWS Cloud 9 service. Date: 10-04-2021 If you facing below error to create an environment on AWS Cloud 9, please follow the below step. Solution: You can create environment on US East (N.Virginia)us east-1 region without above error. AWS Cloud 9 service isn’t supporting… Continue Reading Error to create an environment on AWS Cloud 9 service

Please follow the below steps when you get the above error. You will get this error When you try to publish a post or create a new page in the wordpress site. Go to settings>permalinks. Select “Post name” and save. Try updating your posts/pages. If it doesnot work, try selecting… Continue Reading Publishing or uploading failed. Error message: “The response is not a valid JSON response”

Nginx missing sites-available directory in the Nginx configuration directory Date: 03-04-2021 Once you installed Nginx on Centos 7 to set up virtual host files, you are unable to find the /etc/nginx/sites-available in /etc/nginx directory. You can follow the below steps to enable this option. Step 1: Create the below directories… Continue Reading Nginx missing sites-available directory in the Nginx configuration directory

If your site takes a long time to load and finally you get an error that it’s not available, that means your connection has timed out. This simply happens when your site is trying to do more than the server can handle and is particularly common in shared hosting environments… Continue Reading Connection Timed Out error for WordPress site