PHP Script for CRUD Application Date :06/12/2018 What is CRUD? CRUD refers to the four basic types of Database operations: Create, Read, Update, Delete. Most applications and projects perform  CRUD functionality. This is a important script for all PHP beginners. Once you learn about these CRUD operations, you can use them… Continue Reading PHP Script for CRUD Application

How to install and configure Opencart – 3.0.2 On CentOS – 7. DATE POSTED: 19-10-2018 What is Opencart and its real-time purpose in this world ? OpenCart is a free and open source  online e-commerce web application. It is written in PHP and uses MySQL to store its database. It has… Continue Reading How to install and configure Opencart – 3.0.2 On CentOS – 7.

Setting up Django and your web server with uWSGI and nginx Date posted: 05-oct-2018   In this article, we will see how to setup a Django web application on Ubuntu 16.04 server. We’ll use UWSGIservice to deploy our webapp along with Nginx. Requirements:- Python 3.6 Django 2.0.7 Nginx 1.10.3 Ubuntu 16.04 Install… Continue Reading Setting up Django and your web server with uWSGI and nginx on Ubuntu

How to Install Let’s Encrypt SSL Date posted: 28-sep-2018 Please follow  this steps to install the SSL certificate. Step 1: Install CertBot Type the given commands sudo apt-get install software-properties-common python-software-properties sudo add-apt-repository ppa:certbot/certbot sudo apt-get update sudo apt-get install python-certbot-apache   Step 2: Install Let’s Encrypt SSL Install Let’s Encrypt… Continue Reading How to Install Let’s Encrypt SSL

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

Date Posted: 05-02-2018 In this post, we will explain how to install mcrypt for php  on mac os high sierra for a Development Server. Step 1:  Search the package: brew search mcrypt Result: ==> Searching local taps… homebrew/php/php71-mcrypt mcrypt homebrew/php/php53-mcrypt homebrew/php/php54-mcrypt homebrew/php/php55-mcrypt homebrew/php/php56-mcrypt homebrew/php/php70-mcrypt libtomcrypt Step 2: Search my php version to… Continue Reading Install mcrypt for php on macos high sierra for a Development Server

Error debconf: unable to initialize frontend: Dialog Date Posted: 06-10-2017 Issue:- When got this error while installing mysql via bash script. Its because debconf is trying to control dialog prompt in background. But it doesn’t exist on your server. Fix:- So install dialog and apt-utils apt-get install dialog apt-utils  

How to install SQL management Studio on plesk server Date Posted: 29-09-2017 Sql management studio is a management tool used to connect to your MSSQL server from your windows server. Assumption: Windows Server MSSQL Server. Implementation: Login to server using RDP. Download the SQLManagementStudio_x64_ENU.exe from the below URL. http://www.microsoft.com/en-us/download/details.aspx?id=29062 Double click… Continue Reading How to install SQL management Studio on plesk server

How to make MSSQL to Listen on Port(1433) on MSSQL Server Date Posted: 29-09-2017 After installing MSSQL, it was not listening to default port 1433. In this post, we will explain on how to make mssql to listen on default port 1433. Resolution: Open Sql Configuration Manager. Click on Sql Server Management… Continue Reading How to make MSSQL to Listen on Port(1433) on MSSQL Server