I'm Ashwani Kumar.
I believe in sharing ideas, knowledge.


Coz it's a best way to keep your brain juicy.

About me

I love the idea of open source, web-presence, communication, & making things work. When not giving anything back to community, I enjoy photography, swimming, movies.
Have a look around, read some of my stuff.


MyPhoto-Missing

Catch me

Contact at

aryan.ashwani@gmail.com

Stack Overflow

theashwanik

HAProxy for Load Balancing

- - posted in Technical | Tagged as HAProxy,Loadbalancing | Comments

HAProxy, which stands for High Availability Proxy, is a popular open source software TCP/HTTP Load Balancer and proxying solution which can be run on Linux, Solaris. Improves the performance and reliability of a server environment by distributing the traffic across servers (e.g. web, application, database). It is used in many high-profile environments websites.

In this guide, I will provide a general overview of what HAProxy is, basic load-balancing terminology, and examples of how it might be

PowerShell Script to Parse Multiple Robocopy Log Files

- - posted in Technical | Tagged as scripts,powershell | Comments

Recently came across a problem of parsing a robocopy logs at work. I found this helpful script, so reblogging for my future reference.

This is a PowerShell script that can be used to parse multiple Robocopy log files.

SOAPUI MockServiceRunner on Linux Without X Config

- - posted in Technical | Tagged as Soapui,XServer,Xming | Comments

Updated

After I struggled for this problem, I am going to keep it for my refrence. As the title says, We will see in the post how to run a SoapUI MockService on a (X)nix box without needing to start the X Server Configuration .

SOAPUI - Installing on Linux/Unix

Source:http://www.soapui.org/Getting-Started/installing-on-linuxunix.html