Sreesanth Suffers from SwineFlu

Indian Cricket team has got an aggressive pace bowler Sreesanth from Kerala. Now he tested positive for swineflu virus H1N1, yesterday evening. It is to be noted that he proved his career nature and got man og the match in the recent Test match against SriLanka. Due to the sickness he was ruled out of the game. Sysmptoms of swineflu virus was seen and sreesanth was taken to Fortis Hospital thursday night. There he was tested positive for H1N1 and also he has been advised to undergo Tamiflu medication.

This raises fear that entire Indian team has to undergo Swineflu test.

Swine flu diagnosis and treatment

Read more...

National Roaming rates and per second billing for BSNL Postpaid

USP's of National Roaming rates and per second billing for Postpaid Customers

National Roaming rates & per second billing for Postpaid Customers

USP of National Roaming Rates

• National Roaming rates at 0.49p/min for customers using FRC/STV of all@49

• Roaming rates of 1p/s for on-net and 1.2p/sec for offnet calls for customers using FRS/STV for per sec billing

• Trustworthy as always

USP of post paid rates


• Registration for post paid customers made free of cost and SD reduced from Rs 1000 to 500

• Introduced per sec pulse in Postpaid plan 225 with ISD calls also on per sec pulse

• Can avail 3G facilities by paying an additional amount of rs 25 per month

Corporate Customers

• Redesigned plan 525 with 15 sec pulse


• lot of freebies in Voice,SMS ,Data & Roaming mts


• free calls worth Rs 350


• Cheap call rates @ 30p/min for local and 50p/min for STD


• 300 mts free for I/C and O/G calls on national roaming

High end customers

• Two unlimited plans 725& 1500 to meet the need of high end customers


• Unlimited usage for on net calls in Local,STD,night calling Local SMS &GPRS


• Trustworthy as always

Read more...

BSNL 3G Data card distribution centres

Micromax 3G Data card distribution centers for BSNL

State

Location

SD Name

Contact Person

Contact Details

HP

Simla

Best Gas Services

Gaurav Sood

0177-2658055, 09418034567

Haryana

Kundli

Shivam Marketing

Lalit

9416688888

UP-WEST

Meerut

Shivi Infomax

Sanjay Bansal

9837470470

Agra

Goyal Trading Co.

Pramod Goyal

9412786006

UTTRANCHAL

Dehradun

Comexcel Technologies

Ankit

9719101019

UP-EAST

Kanpur

Comexcel Infotech

Rohit Kolhi

9336124344

Varanasi

Ambitious Sales Corporation

Arvind Rai

9452892233

RAJASTHAN

Jaipur

Sharad Electronics

Mukesh

9828451000

RAJASTHAN

Jaipur

S B Systems & Services

Satish Gupta

9950722215

Jharkhand

Ranchi

APS Enterprises

Avinash

9955594756

Jharkhand

Ranchi

Ambey Traders

Vinod

9570955881

ORISSA

Bhuvneshwar

Pradhan Agency

Sashank Pradhan

9937566669

WEST BENGAL

Kolkata

Padamprabhu

Vikram

9932027292

BIHAR

Patna

MAA Ambey Traders

Dharam Kumar

9931373087

Read more...

Android Email Client

Android Email Client

In android development, the current sdk there is no email client.It can send email through SMS to email gateway. For a secure email client, exchange email client.Developers try to put port a javamail based client. One can modify the Android source code as well as customize k9 mail client but cannot replace or modify existing applications. One thing that a developer can do is to write an extra client using K9 or modifying the default client's code. Android mail client wont allow to choose where to store sent messages. Simply make a backup of the working directory for the email application and it should be in /data/data/ com.android.email.

POP3 is the only option at myemail.t-mobile.com. In K9, POP access to myemail.t-mobile.com still doesn't work. A sent message resulting in multiple copies of the sent message to appear in the IMAP Sent folder. G1 with the G1 Data Service" actually sends extra copies of sent messages to the IMAP Sent" folder. Using email client of emulator of android sdk second release is a problem with the email client which does not handle the same intents as Google Mail hence one can use K9 as email client.

OI Notepad uses following intent:

Intent i = new Intent();
i.setAction(Intent.ACTION_SEND);
i.setType("text/plain");
i.putExtra(Intent.EXTRA_SUBJECT, title);
i.putExtra(Intent.EXTRA_TEXT, content);

Read more...

Windows Server Virtualization

Server Virtualization



Server virtualization technology is the hot topic among the data related industry like IT where effective resource utilization is needed. Server virtualization products are supplied by different vendors in the data market to avail the server virtualization benefits. Virtualization will introduce hyper-v virtualization functionalities like live migration, enhanced networking support, dynamic virtual storage support, enhanced processor support and cluster Shared Volumes. Hardware can be selected and placed in the virtualization server. Then fault tolerance is applied after several calculations of workload mapping and determination of buffer limits. Workloads from MS Virtual Server can be converted to Windows Server virtualization workloads by Virtual Server migration.

Architecture of Windows Server Virtualization



Important partitions of windows server virtualization are :

Parent partitions
Child Partitions
User Mode
Kernel Mode

Root Partition

Virtualization Stack is the heart of this partition which is sub-divided into VM Services, WMI Provider and VM Worker Processes. Root partition/parent user mode partition is highly protected due to the fact that important applications like Microsoft Office, SQL Server are being run here. If there is a crash in any application, it will stop and there is no crash to the server in which the application is running.

Kernel Mode Partition



Two important modules in kernel mode partition are Server Core and VSPs. Windows kernel is included in Server core includes. IHV Drivers sit on both sides of Server core and Virtualization Service Providers (VSPs). Parent partition is also known as root partition. Kernel mode partition is highly protected area because it is here the kernel is running. The heart of windows server 2008 is its kernel. It is highly protected because device drivers using buffers run here and if there is any crash then there is risk to server crash.

User Mode Partitions



Most important Applications run in this partition. Child partition 1 includes Hyper-V Aware Windows Client such as Windows Vista and child partition 2 can inclue Hyper-V aware which can be a non-windows OS client like Linux with MS/XenSource. Every child partition encloses Kernel that uses Device Drivers, Virtualization service client VSC like LINUX VSC for Linux machine and Hypercall Adapter in addition to HyperCall API. VMBus connects all these child partition with Hyper-V Aware Windows Server like Windows Server 2008. Here windows server has the kernel which has Device drivers and Virtualization service provider VSP in addition to HyperCall API.

Hyper-V stands for Viridian which is previously known as Windows Server Virtualization. This is a virtualization system that is based on Hypervisor for x86-64 bit system.

Virtualization Supported guest operating Systems



Guest operating systems that can opt the server virtualization configurations are as follows :

Windows Server 2003 x86/x64 SP2 & R2 SP2
Windows Server 2008 x86/x64 SP1/SP2 & R2
Windows HPC Server 2008 which is a windows server 2008 hpc edition
Windows 2000 Server SP4 and Advanced Server SP4
Windows Vista SP1/SP2 (except Home editions)
Windows XP Professional SP2/SP3 & x64 SP2
Windows 7 (except Home editions)
SUSE Linux Enterprise Server 10 SP1/SP2 & 11
Red Hat Enterprise Linux 5.2/5.3/5.4 x86/x64


Hyper-V provides only basic virtualization support on linux system. But paravirtualization can be enabled by using Satori Input VSC drivers and installing Linux Integration Component.

Read more...