VALIDATION FORM IN CODEIGNITER USING SESSION LIBRARY Date :28/03/2019 Introduction: The following tutorial implementing form validation using session library in codeigniter. First of all, we should create database and table. we can create database client and we can create table form . To implement the form validation we need to… Continue Reading VALIDATION FORM IN CODEIGNITER USING SESSION LIBRARY

How to add a project on android studio from GitHub Date posted: 28/03/2019 This tutorial will helpful in setting up android studio from Github. Step 1: Prerequisites 1.An account GitHub 2.Android Studio Step 2 : Configure Android Studio Firstly we have to enable VCS through the option available on the… Continue Reading How to add a project on android studio from GitHub

STEPS TO SETUP PYTHON ANACONDA IN CENTOS Date posted: 27/03/2019 Introduction Anaconda is a distribution for both Python and R, very popular among data scientists and machine learning coders. Today, we will see how to set up Anaconda in your CentOS server. This tutorial will helpful in setting up Anaconda… Continue Reading STEPS TO SETUP PYTHON ANACONDA IN CENTOS

How to create a project and overflow menu on your application in android studio Date posted: 22/03/2019 Step 1 : Create a new project in android studio Open android studio application. Then go to File>new>new project.Fill the required details on the appropriate place. Step 2 : Select a Device And… Continue Reading How to create a project and overflow menu on your application in android studio

Install OpenLiteSpeed On Ubuntu Date : 20/03/2019 OpenLiteSpeed is the Open Source edition of LiteSpeed Web Server Enterprise Lite speed. OpenLiteSpeed is designed to be lightweight with a user friendly web interface to help webmasters create and manage their websites easily and most importantly used web sever. Installation step for… Continue Reading Install OpenLiteSpeed On Ubuntu

Add another activity in Existing activity on Android Studio. Date : 20/03/2019 Introduction : On here we are using first activity (login activity) after clicking login button it should redirect to an another activity(Navigation activity ).Navigation activity, it is nothing as like menu bar. Steps : To add another activity… Continue Reading Add another activity in Existing activity on Android Studio.

Tutorial on how to connect python with MySQldb Date posted: 20/03/2019 Introduction: In this article helps you in connect python with MySQldb and insert queries in DB.  This example is explained based on Linux environment in Centos 7. Prerequisites: For centOS and RHEL based environment: 2. Pip installation is most… Continue Reading Tutorial on how to connect python with MySQldb

CentOS Web Panel isn’t accessible – Reinstall Self Signed SSL Certificate Date posted : 18/03/2019 In some rare scenario, centOS webpanel mayn’t work for you for an existing server. Generally, it could be due to multiple reasons.* The service mightn’t be running * Port might be blocked on firewall In… Continue Reading CentOS Web Panel isn’t accessible – Reinstall Self Signed SSL Certificate

How to Create First project in Android Studio. Date : 15/03/2019 Introduction : Login Activity is a option which is used to display login page. Here we are going to create first project on Login page. Steps : To create a Login page(login activity) or any first project. 1). Open… Continue Reading How to Create First project in Android Studio.

HOW TO SET UP AIDE – ADVANCED INTRUSION DETECTION ENVIRONMENT Date Posted: 13/03/2019 Introduction Aide also called as Advanced Intrusion Detection Environment is an open source host based file and directory integrity checker. It is very usefull when someone placing a backdoor on your web site and make changes that… Continue Reading HOW TO SET UP AIDE – ADVANCED INTRUSION DETECTION ENVIRONMENT