Date Posted:09-03-2017 There are multiple ways to perform load testing of webserver and websites. Most commonly used load testing are jmeter and ab benchmarking testing. We are going to explain on how to perform ab benchmarking load testing on a website. Assumption: We will perform ab benchmark testing on Ubuntu… Continue Reading Ab Benchmark utility to perform Load Testing

Posted Date:04-03-2017 In this Post we will explain how to validate html/php forms using jquery validator. First we will made a simple validation form using JQuery. Step 1: Include jQuery And Validation Plugin Create a new HTML file named index.html and include jQuery before the closing body tag: Step 2:Create the HTML… Continue Reading Simple form jquery validation in php

Date Posted:05-03-2015 This post explains on how to redirect all http request to https on nginx server which are behind load balancer. Assumption: Ubuntu or Centos Nginx Webserver- If nginx is not installed on the serer, refer the following URL to install. Implementation: Let’s assume that the server has only… Continue Reading Redirect http to https on nginx behind load balancers

Date Posted:03/03/2017 One of our VM didnt come up and we tried to restart network service and we get the following below error. Device eth0 does not seem to be present, delaying initialization Normally, this error occurs when there is a mismatch of mac address in the network configuration file… Continue Reading Device eth0 does not seem to be present, delaying initialization