Pages

Your Ad Here

This Blog is not to read or go through

because, I have never been such a mess


Search the blog instead

Showing posts with label FAQ. Show all posts
Showing posts with label FAQ. Show all posts

Wednesday, June 23, 2010

Altering system default timezone in linux

Reference:
http://www.cyberciti.biz/faq/howto-linux-unix-change-setup-timezone-tz-variable/


Change Linux timezone

Select the method as per your Linux distribution:

If you are using Fedora / RHEL / Cent OS Linux

Type the redhat-config-date command at the command line to start the time and date properties tool.
# redhat-config-date
OR type setup and select time zone configuration (good for remote ssh text based Linux server sessiob)
# setup
Select timezone configuration
Fig.01: Redhat / CentOS Server Setting Up Timezone
Fig.01: Redhat / CentOS Server Setting Up Timezone
Now, just follow on screen instructions to change timezone.

Set timezone using /etc/localtime configuration file [any Linux distro]

Often /etc/localtime is a symlink to the file localtime or to the correct time zone file in the system time zone directory.

Generic procedure to change timezone

Change directory to /etc
# cd /etc
Create a symlink to file localtime:
# ln -sf /usr/share/zoneinfo/EST localtime
OR some distro use /usr/share/zoneinfo/dirname/zonefile format (Red hat and friends)
# ln -sf /usr/share/zoneinfo/EST localtime
OR if you want to set up it to IST (Asia/Calcutta):
# ln -sf /usr/share/zoneinfo/Asia/Calcutta localtime
Please mote that in above example you need to use directory structure i.e. if you want to set the timezone to Calcutta (India) which is located in the Asia directory you will then have to setup using as above.
Use date command to verify that your timezone is changed:
$ date
Output:
Tue Aug 27 14:46:08 EST 2006

Use of environment variable

You can use TZ environment variable to display date and time according to your timezone:
$ export TZ=America/Los_Angeles
$ date

Sample Output:
Thu Aug 27 11:10:08 PST 2006

Sunday, December 23, 2007

Why should I register more than one domain name?

Print this Article
Article Comments?
Last Updated: July 6, 2007 3:14 PM

If you're thinking about registering more than one domain name, you've got the right idea. Registering and using multiple domains names is great for building your business and can help you create a dynamic online identity.

When you register multiple domain names, you can:

  • Keep your competition from registering a domain name that draws customers to them instead of you.
  • Promote the different products and services you offer.
  • Drive more traffic to your Web site.
  • Enjoy more opportunities to market to — and be listed in — search engines.
  • Create distinct advertising strategies that reach different target markets.
  • Provide customers more ways to find you when searching the Internet.
  • Capture common misspellings of your domain name, instead of sending visitors to an error page.
  • Protect your brand and online identity from those who may have unsavory purposes.
From The Godaddy FAQ
Your Ad Here