Thursday, July 17, 2014

Tally Support in LAN in windows xp installed in VirtualBox



1.Install virtual box


2.After installing virtualbox create virtual hard drive and install windows xp.


3.Copy the tally software in to windows xp virtual host.


4.In Virtual Box settings  select network ---> Attached To(Bridged Adapter) and update ip address of the windows xp virtual host.

5.Now Start the Tally
















Friday, July 11, 2014

How to Install Borland C and C++ in BOSS Linux



1.Install the dosbox package from the repository


sudo apt-get install dosbox





2.Download the windows version Turbo C from the website or You should have a copy of Turbo C


3.The download copy in zip format Extract it to home directory or folder.

4.Open the dosbox application by using run command “dosbox”  or type dosbox in terminal.


5.Type following command in the doxbox prompt for installing turboc


mount c ~


c:


cd turboc
install.exe   ------type dos terminal it will install the Turbo C

6.Then go to TC\BIN directory for run the turbo C


cd TC\BIN\TC.EXE


7.Turboc installed Succesfully.


Screen Shots:















JMeter JSON Extractor

      json response {"Key1":"Value1","Key2":"Value2","Key2":"Value2"}  Name of t...