Rss Feed
Tweeter button
Facebook button
Linkedin button
Digg button
Youtube button

Archive for March, 2009

Wednesday, March 25, 2009 Categorized under Science

The universe on a string

String theory is a developing branch of theoretical physics that combines quantum mechanics and general relativity into a quantum theory of gravity. The strings of string theory are one-dimensional oscillating lines, but they are no longer considered fundamental to the theory, which can be formulated in terms of points or surfaces too.

180px-calabi-yau1

String theory itself comes in many different formulations, each one with a different mathematical structure, and each best describing different physical circumstances. But the principles shared by these approaches, their mutual logical consistency, and the fact that some of them easily include the standard model of particle physics, has led many physicists to believe that the theory is the correct fundamental description of nature. In particular, string theory is the first candidate for the theory of everything, a way to describe all the known natural forces (gravitational, electromagnetic, weak and strong interactions) and matter (quarks and leptons) in a mathematically complete system.

Many detractors criticise string theory because it has not yet provided quantitative experimental predictions. Like any other quantum theory of gravity, it is widely believed that testing the theory directly by experiment would require prohibitively expensive feats of engineering. Whether there are stringent indirect tests of the theory is not yet known.

String theory is of interest to many physicists because it requires new mathematical and physical ideas to mesh together its very different mathematical formulations. One of the most inclusive of these is the 11-dimensional M-theory, and in the M-theory way of thinking, string theory requires spacetime to have eleven dimensions,[1] as opposed to the usual three space and one time. The original string theories from the 1980s describe special cases of M-theory where the eleventh dimension is a very small circle or a line, and if these formulations are considered as fundamental, then string theory requires ten dimensions. But the theory also describes universes like ours, with four observable spacetime dimensions, as well as universes with up to 10 flat space dimensions, and also cases where the position in some of the dimensions is not described by a real number, but by completely different type of mathematical quantity. So the notion of space-time dimension is not a fixed thing in string theory: it is best thought of as different in different circumstances.


String theories include objects more general than strings, called branes. The word brane, derived from “membrane”, refers to a variety of interrelated objects, such as D-branes, black p-branes and Neveu-Schwarz 5-branes. These are extended objects that are charged sources for differential form generalizations of the vector potential electromagnetic field. These objects are related to one-another by a variety of dualities. Black hole-like black p-branes are identified with D-branes, which are endpoints for strings, and this identification is called Gauge-gravity duality. Research on this equivalence has led to new insights on quantum chromodynamics, the fundamental theory of the strong nuclear forces

Saturday, March 21, 2009 Categorized under Ease your work

Enable NAT support for VE

First check whether kernel iptables_nat module is loaded in the host server.

VE0_# lsmod | grep ^iptable_nat

If not, use the below given command

modprobe iptable_nat

To enable iptable_nat in VE
vzctl set <VEID> –iptables iptable_nat –save

# restart your VE
VE0_# vzctl restart <VEID>

# check it
VE0_# vzctl exec <VEID> iptables -t nat -L -v –line-number

Saturday, March 21, 2009 Categorized under Tech

COMPLETE GOOGLE APPS CONFIGURATION

Create account for  your domain in google Apps
****************************************
First of all, create an account for your domain in google Apps. Please follow the link given below for that.

http://google.com/a/

Changing Mx record for your domain
*****************************************

1. Sign in to your hosting account, and go to the MX record maintenance page.
2. MX records may be located in DNS Management, Mail Server Configuration, or Name Server Management. You may have to enable advanced settings to edit your MX records. Delete all existing MX entries.
3. Enter the following MX records.
You may not be able to enter the priority value exactly as it appears in the table below — if you can’t, make sure each record follows the indicated order. If you aren’t able to assign priorities, you should only enter aspmx.l.google.com.. Set any TTL values to 1 Hour (value=3600).

Priority     Mail Server
1                  ASPMX.L.GOOGLE.COM.
5                  ALT1.ASPMX.L.GOOGLE.COM.

5                  ALT2.ASPMX.L.GOOGLE.COM.

10                ASPMX2.GOOGLEMAIL.COM.

10                ASPMX3.GOOGLEMAIL.COM.

Note: ASPMX.L.GOOGLE.COM is the top priority mail server. Don’t assign to any other servers. Learn more about mail server priority. Be sure to include trailing dot (.) at the end of any full-qualified domain names (for example, server.example.com.) if your MX records require this format.

4. Save your changes. Your MX records are now configured to point to Google. Keep in mind that changes to MX records may take up to 48 hours to propagate throughout the Internet.

Adding Cname
*****************

To use the custom URL mail.<domain name> , you must change the CNAME record with your domain host.
Sign in to your domain hosting service.

Navigate to your DNS Management page. The location and name of this page will vary by host, but can generally be found in Domain Management or Advanced Settings.

Find the CNAME settings and enter the following as the CNAME value or alias:

mail

Set the CNAME destination to the following address:

ghs.google.com

Save changes with your domain host and click “I’ve completed these steps” below.

Verifying the accounts
************************
Verify your domain ownership

Google offer two methods of verification. You can either upload an HTML file with a name we specify, or you can change the CNAME record for your domain using the values we specify. Choose your preferred method below.
htmlverification

Once all these steps are done, you can access the webmail interface for your domain using anyone of the methods given below.

http://google.com/a/<domain name>
http://mail.<domain name>