Cpanel Moodle migration to Bitnami moodle stack Date Posted: 17-09-2018 Cpanel Moodle : Take backup of moodledata and moodle files at cpanel server Take database dump of moodle instance using phpmyadmin or commandline Transfer files to new server Bitnami Moodle Stack Server: You can start generating backups for existing account… Continue Reading Cpanel Moodle migration to Bitnami moodle stack

How to configure SSH Key access to Linux Server using Windows (client)? Posted Date : 07-09-2018 In this article, We’ll be explaining how to provide SSH Key authentication to the Windows User(Client) to use Linux server without using password. Prerequisites: 1.Install Open SSH in Linux Machine 2.Install PuTTY in Windows… Continue Reading How to configure SSH Key access to Linux Server using Windows (client)?

Date Posted: 10-09-2018 In this Post we will explain create dynamic menu from database using codeigniter. We assuming that you are familiar with CodeIgniter’s MVC structure, so We did not going to explain what model and controller in CI are. Step 1: Please execute the following command and create the… Continue Reading Create dynamic menu from database using codeigniter

Date Posted: 04-09-2018 In this Post we will explain Generate Username from User First and Last Name using codeigniter library Step 1 : Go to folder application -> libraries Step 2 : Create a PHP file with Unique_username_lib.php Step 3 : Add the following code in Unique_username_lib.php. This code is… Continue Reading Generate Username from User First and Last Name – codeigniter library

Configure multiple uwsgi application on nginx Date Posted: 16-08-2018 In our previous posts, we explained on how to configure uwsgi application on nginx. In this post, we will explain on how to configure multiple uwsgi application on nginx.   There two places we need to add configuration files to accomplish… Continue Reading Configure multiple uwsgi application on nginx

No valid crumb was included in the request Date posted: 18-07-2018 When you work on Jenkins deployment, you might see “No valid crumb was included in the request” error. We can resolve this issue by disable CSRF protection. Fix:- Login to Jenkins  Goto Manage Jenkins >> Configure Global Security >> CSRF Protection… Continue Reading No valid crumb was included in the request | jenkins | Pheonixsolutions

Implement IPSET on csf on cPanel | Pheonixsolutions Date posted: 03-06-2018 By default cPanel uses iptables to manage inbound and outbound connections. To improve performance and if we want to block large number of IP address in iptables may slow down the server and affect the network performance. Note: IPset… Continue Reading Implement IPSET on csf on cPanel | Pheonixsolutions

Configure uwsgi with nginx for Django applications Date Posted: 11-05-2018 In this article, we’ll be explaining how to run uwsgi server with nginx for Django applications. Prerequisties:- 1. python2.7 2. nginx 3. pip 4. uwsgi Note: We are configuring this setup on RHEL 7.4. The same can be used for… Continue Reading Configure uwsgi with nginx for Django applications

Change mysql data directory on cPanel| Safely move mysql data directory – Centos Date Posted: 05-05-2018 This post explains on how to move or setup different data directory for mysql application. If there is no database exists, skip the first step. This post deals with moving data directory to /home/mysql… Continue Reading Change mysql data directory on cPanel| Safely move mysql data directory – Centos