Category Archives: How To…

Tomcat Server running as Windows service

Tomcat Server running as Windows service.

Posted in Java, Windows, How To... | Leave a comment

How to Hear Audio from the Remote PC when Using Remote Desktop

When using remote desktop you may want to hear audio from the remote computer. Whether you want to listen to music or hear the annoying error beeps, this guide will show you how. Start the Remote Desktop Client -> Click … Continue reading

Posted in How To... | Tagged , | 1 Comment

Tutorial on Hadoop with VMware Player

Functional Programming According to WIKI, In computer science, functional programming is a programming paradigm that treats computation as the evaluation of mathematical functions and avoids state and mutable data. It emphasizes the application of functions, in contrast to the imperative … Continue reading

Posted in Cloud Computing, Windows, Private Cloud, VMware, How To..., BIG Data | Tagged , , , , , , , , , | 4 Comments

How to Configure CloudAnalyst in Eclipse

Create New Java Project Java™ Application Development on Linux® – Free 599 Page eBook Enterprise Java Virtualization: Understanding the TCO Implications InfoWorld’s Java IDE Comparison Strategy Guide: Java Essential Training Apache Jakarta Commons: Reusable Java™ Components Enabling Rapid ROI: With … Continue reading

Posted in Cloud Computing, Cloud Simulation, How To..., Java | 2 Comments

How to Run and Configure CloudAnalyst

Download CloudAnalyst http://www.cloudbus.org/cloudsim/CloudAnalyst.zi 2.       Extract Files from the Zip file which will give following folder structure      If you want to Run from Command line then 1.       Or click on run.bat file 2.       Done!!! 1.       Click on Show Region Boundaries: … Continue reading

Posted in Cloud Simulation, How To..., Java | Tagged , , , , , , , | 1 Comment

Sample Ant Build

Your first ANT build  <!–?xml version=”1.0″?> <project name=”Ant test project” default=”build” basedir=”.”> <target name=”build” > <javac srcdir=”src” destdir=”build/src” debug=”true” includes=”**/*.java“/> </target> </project> First line of the build.xml file represents the document type declaration.  Second line is comment entry. Third line … Continue reading

Posted in Ant, How To..., Java | Tagged , , , , , , , , | 4 Comments

Writing Custom Task in Ant

Writing Own Task Create a Java class that extends org.apache.tools.ant.Task For each attribute, write a setter method that is public void and takes a single argument Write a public void execute() method, with no arguments, that throws a BuildException — … Continue reading

Posted in Ant, How To..., Java | Tagged , , , , , , , , , , , , , | 4 Comments

Force.com Tutorial from 30 day Free Trial

Force.com is a cloud computing platform as a service offering from Salesforce, the first of its kind allowing developers to build multi-tenant applications that are hosted on their servers as a service. Features of force.com The multitenant architecture of Force.com … Continue reading

Posted in Cloud Computing, How To..., PaaS, What is? | Tagged , , , , , , , , | Leave a comment

Open Source ILS: Installation Guide for Koha on Ubuntu 11.10 or Ubuntu 11.04 or Ubuntu 10.10 or Ubuntu 10.04 LTS with MySQL 5

According to Wikipedia.com, An integrated library system (ILS), also known as a library management system (LMS), is an enterprise resource planning system for a library, used to track items owned, orders made, bills paid, and patrons who have borrowed. An … Continue reading

Posted in How To..., MySQL, Ubuntu, What is? | Tagged , , , , , , , , , , , , | 17 Comments

Creating VMware ESX Server Templates

It’s been a cumbersome activity to create new virtual machines with the software stack installed and configured properly. You can always use tools like KickStart to automatically install the operating system and then install other software as needed. Configurations of … Continue reading

Posted in Cloud Computing, How To..., Private Cloud, VMware | Tagged , , , , , , , , , | Leave a comment