How to setup WordPress with Redis Caching CentOS 7.6 Date posted : 03/05/2019 In this post, we will explain, how to setup WordPress with Redis Caching with simple steps. 1. Install Redis on a CentOS server Start and enable Redis on system boot: 2. Install Redis PHP extension Install Redis… Continue Reading How to setup WordPress with Redis Caching in CentOS 7.6

How to decompile android application Date : 02/05/2019 Prerequisite 1.Initially, download apktool via this link. http://ibotpeaches.github.io/Apktool/install/ However, you can also use command line to install it. 2.Therefore, download java decompiler in .jar format preferably than any other OS oriented packages. http://jd.benow.ca/ 3. Most importantly, download dex2jar via this the link.… Continue Reading How to get source code of any android application

Joining Tables with JOIN Clauses in Database Date posted: 02/05/2019 Join clause: The SQL Join clause is used to combine records from two or more tables in a database. A JOIN means for combining fields from two tables by using common values to each. Different types of joins INNER JOIN – selects… Continue Reading Joining Tables with JOIN Clauses in Database

NODE JS FILE SYSTEM MODULE Date posted :02/05/2019 In this blog we are going to see about nodejs file modules and how to read create, update and delete the files. INTRODUCTION: Nodejs file system used to work with the file system on your computer. File system module use the require()… Continue Reading NODE JS FILE SYSTEM MODULE

Configure Varnish With Apache On CentOS 7 Date published: 01/05/2019 Introduction Varnish Cache is a web application accelerator also known as a caching HTTP reverse proxy. Most certainly, you will install it in front of any server that speaks HTTP and configure it to cache the contents. Varnish Cache is… Continue Reading Configure Varnish With Apache On CentOS 7

HOW TO LOAD MULTIPLE DATABASES IN CODEIGNITER FRAMEWORK. Date posted :26/04/2019 LOAD MULTIPLE DATABASES: Most importantly, codeIgniter has a config file that you can store your database connection values such as username, password, database name. Therefore this config file located at application/config/database.php. hostname – The hostname of your database server.… Continue Reading HOW TO LOAD MULTIPLE DATABASES IN CODEIGNITER FRAMEWORK.

How to use push,pull,commit in android studio. Date: 26 /04/2019 Prerequisite Enable Version Control in android studio. Remote repository configured with your project. Account in git lab. Step 1:Push command Every Git project should have a remote or central repository where other developers can collaborate on the project from anywhere… Continue Reading How to use push,pull,commit in android studio.

HOW TO INSTALL AND RUN THE SIMPLE WEB PAGE IN NODEJS IN WINDOWS Date posted :25/04/2019 We can download the node js from the following link. https://nodejs.org/en/ And install the nodejs by clicking install. To test the nodejs installed, run the following code into the terminal If nodejs installed it… Continue Reading HOW TO INSTALL AND RUN THE SIMPLE WEB PAGE USING NODEJS IN WINDOWS

How to upload cloud images in OpenStack via commandline Date posted : 12/04/2019 In this article we are going to explain about Openstack images management. Generally this cam be done via Horizon dashboard under Images section. But we will explain how to upload images via commandline. Download an image from… Continue Reading How to upload cloud images in OpenStack via commandline

How To Install Postman on Ubuntu 18.04 LTS Date : 24/07/2019 Introduction Postman is one of the powerful tool built for API development. Most importantly, Postman used to develop API faster. Initially, it started as a Chrome browser extension and quickly become one of the most used API tools by… Continue Reading How To Install Postman on Ubuntu 18.04 LTS