Git Commands and Tutorials Date posted : 21.09.2018 In this article we learn about the overview of git commands and step by step tutorials. Basic Git Tutorial: This tutorial provides a list of the most common GIT commands and a short description to explore lot in it. Git at three… Continue Reading Git Commands and Tutorials

How to upgrade from PHP 7.0 to PHP 7.1 on Ubuntu Posted Date : 21-09-2018 In this post we will explain upgrade from PHP 7.0 to PHP 7.1 on Ubuntu. We assuming that you have have php 7.0 installed in your server. Please follow the and upgrade the php version… Continue Reading How to upgrade from PHP 7.0 to PHP 7.1 on Ubuntu

Upgrading WordPress Manually in Centos 7 Date Posted : 20-09-2018 In this article, we are about to learn about how to upgrade WordPress version from rear end.We assuming that your have installed LAMP stack. Prerequisite : Acquaintance of WordPress,MySQL Assumptions: Centos 7 is running in your server WordPress version :… Continue Reading Upgrading WordPress Manually in Centos 7

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