How to Install Latest Version of ngnix (1.15.4) on Centos 7 Dated : 29-09-2018 Nginx is a flat,light weight,powerful HTTP web server. In this piece of writing, we will illustrate about ngnix web server latest version installation on centos 7 and How to allow traffic for HTTP services,because by default the… Continue Reading How to Install Latest Version of ngnix (1.15.4) on Centos 7

How to change Ngnix config setup to another port 8080 in Linux. Date posted:   28 /09/2018 In this article , we learn about how to change Ngnix port in Linux. Nginx is an open source server having high traffic websites in internet today. Among  all the web services, Nginx web server… Continue Reading How to change Ngnix config setup to another port 8080 in Linux.

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