How to install sockets in cordova both backend and frontend Date : 04/09/2019 Introduction Generally Sockets are used for realtime update bidirectionally between client and server. The following will describe how to configure in cordova framework. Sockets are pipeline connection will instantly reflect change other side when connected. You just… Continue Reading How to install sockets in cordova both backend and frontend

Can’t locate XSLoader.pm in @INC (@INC contains:/usr/local/lib64/perl5 /usr/local/share/perl5 Date posted: 30/08/2019 Introduction As a result, in the Cpanel server as Perl could not recognize that dependency was installed. Additionally, for instance it will arise problems getting to install correctly using Cpanel’s easyapache. Error exposed: Solution and Fix: Threads at Cpanel.net… Continue Reading Can’t locate XSLoader.pm in @INC (@INC contains:/usr/local/lib64/perl5 /usr/local/share/perl5

How to setup and build cordova application for Android Date : 22/08/2019 Introduction Apache Cordova is an open-source mobile development framework. It allows you to use standard web technologies – HTML5, CSS3, and JavaScript for cross-platform development. So we can use it in any kind of platforms. It will come… Continue Reading How to setup and build cordova application for Android

How to Install / Update WordPress Automatically Without Using FTP Date published: 21/08/2019 Introduction In many circumstances, you are not able to update/upgrade your WordPress and plugins to a newer version without providing your FTP connection information. This is the most common issue whereby the WordPress system can’t write to your /wp-contentfolder… Continue Reading How to Install / Update WordPress Automatically Without Using FTP

Essential things to know about List data structure in python DATE : 22/08/2019 INTRODUCTION In python, the list is defined as a collection of items separated by a comma within the square bracket. which is best to use when we want to work with different values. LIST one of the… Continue Reading Essential things to know about List data structure in python

Websites hosted on Plesk server often results with 502 Bad Gateway Introduction Most importantly, websites are unavailable and often result in 502 Bad gateway in the Plesk server. Root cause A request cannot be processed by the proxy server because of insufficient buffer size. In the log files /var/log/nginx/error.log Consequently, in… Continue Reading Websites hosted on Plesk server often results with 502 Bad Gateway

Sort du output based on file size Date posted: 31/07/2019 Objective:- In this article we will explain how to sort the files and folders size using du command. Solution:- You can run this command to show the results Sample output: Thanks for using pheonix solutions.

Common conflict in Plesk: the Allowed memory size of X bytes exhausted (tried to allocate Y bytes) in Linux. Date posted: 25/07/2019 Introduction The error will occur due to the memory limit is exceeded by Plesk PHP back-end. Moreover, this memory exceeded will results in unable to extract the big… Continue Reading Common conflict in Plesk: the Allowed memory size of X bytes exhausted (tried to allocate Y bytes)

Install and configure Nessus in centos 7 Date posted: 28/06/2019 Introduction In this blog post, we will explain how to install Nessus on CentOS 7. Nessus is one of the most popular vulnerability scanner in the market. Moreover, it provides Nessus Home allowing you to scan your personal network with… Continue Reading Install and configure Nessus in centos 7

Fundamental things to know in android activity and fragment Date : 12/06/2019 Activity The Activityclass is basically a crucial component of an Android app, and the way activities are launched and put together is a fundamental part of the platform’s application model. Hence an activity provides the window in which… Continue Reading Fundamental things to know in android activity and fragment