Google, Welcome to Malaysia!
As we know Google is considering building a largest off shore data center outside of US and probably Asia. In fact, many Asia country are trying hard to bring Google to their country such as: Taiwan, South Korea, Japan, Vietnam, Malaysia, India and etc.
According to Slashdot, Malaysian prime minister Datuk Seri Abdullah Ahmad Badawi met with Google CEO Eric Schmidt at the Davos conference in Switzerland Friday. Afterward he told Malaysian media that Google is "interested" in a data center in Malaysia. "They want to make their presence felt in Malaysia," Badawi said. "I was told that Malaysians formed the highest group of Google users in South-East Asia. The report said it "is believed the world’s top Internet search engine company was eyeing Malaysia, India or Vietnam to set up its data centre facilities."
Again, as a Malaysian I definitely welcome Google to Malaysia especially Cyberjaya! In Cyberjaya, we have fews MNC included HP, Dell, IBM, Motorola, DHL, Shell, Fujitsu, HSBC, NTT and etc. I believed MDEC or Malaysia government will have an attractive plan for Google. Free Tax, free electrical supply, free water supply , free facilities, building or land, and what else you need?
Possibly Related Posts:
- Android Development Training Program for Beginner (FREE)
- Samsung Galaxy Tab 2
- Google Tablet ‘iPad’
- Most Expensive Domain Names – Updated
- Power IT Down Day – Green IT
Are you receive Chinese New Year card?
Personally I don't send any Chinese New Year greeting card to anyone anymore. Are you still receive or send any Chinese New Year greeting card?
Yes, I have received one Chinese New Year card from insurance agent today. I know this may not true in real life but some of them may create their own DIY Chinese New Year or season card send to their lover. I don't think any friends or colleagues will send me any Chinese New Year card.
Possibly Related Posts:
Add Planet Malaysia to your iGoogle
Attention our readers, this is to informed another great news from us!
If you are iGoogle supporter, probably you can add Planet Malaysia Aggregates and Planet Malaysia Blog to your iGoogle now!
How can I do that?
- sign in to iGoogle in any internet browser
- click here or copy and paste the URL link: http://www.google.com/ig/adde?moduleurl=hosting.gmodules.com/ig/gadgets/file/114784037938428703586/planetmy.xml in the new browser
- click 'Add to Google'
Possibly Related Posts:
- MSC Malaysia Fully Sponsored 3D Animation Course
- 2009 Metrics
- Happy Deepavali 2009
- Selamat Hari Raya 2009
- Debian GNU/Linux 5.0 released
Running FreeNAS on Vmware ESX and VMware Workstation
My previous test about running OpenFiler as iSCSI target for VMware ESX on my desktop working well. As part of my on going testing with VMware ESX Server, I tested running FreeNAS version 0.686 on my VMware ESX version 3.01 and VMware Workstation 6.
FreeNAS is a free NAS (Network-Attached Storage) server, supporting: CIFS (samba), FTP, NFS, AFP, RSYNC, iSCSI protocols, S.M.A.R.T., local user authentication, Software RAID (0,1,5) with a Full WEB configuration interface. FreeNAS takes less than 32MB once installed on Compact Flash, hard drive or USB key.
Basically the following guide is pretty straight forward if you already know VMwara ESX or VMware Workstation.
Possibly Related Posts:
- How to add Dell PERC Drivers into VMware Converter Cold Clone ISO
- How to Install Webmin on OpenFiler
- Microsoft SQL 2008 Agent not starts
- lppasswd: Unable to open passwd file: Permission denied
- How To Capture PUTTY Session Log
How to install and configure NTP on VMware ESX host
The following article will guide you ‘how to install and configure NTP on VMware ESX host’
1. SSH on to VMware ESX host service console as the root user
2. Make a backup copy of existing files.
[root@esxhost]#cp /etc/ntp.conf /etc/ntp.conf.orig
[root@esxhost]#cp /etc/ntp/step-tickers etc/ntp/step-tickers.orig
3. Edit /etc/ntp.conf
[root@esxhost]#vi /etc/ntp.conf
#Insert the following details as example below:
restrict ntp1.planetmy.com kod nomodify notrap server
restrict ntp2.planetmy.com kod nomodify notrap server
server ntp1.planetmy.com
server ntp2.planetmy.com
driftfile /var/lib/ntp/drift
authenticate yes
Please refer to here for a full description of these access control commands. The driftfile line indicates the name of the file where the value for the system’s clock drift (frequency error) is stored. For a more complete definition of driftfile, see here.
4. Edit /etc/ntp/step-tickers
[root@esxhost]#vi /etc/ntp/step-tickers
#Insert the following ntp server as example below:
ntp1.planetmy.com
ntp1.planetmy.com
5. Edit /etc/hosts
[root@esxhost]#vi /etc/hosts
#Insert the following details as example below:
10.10.10.1 ntp1.planetmy.com ntp1
10.10.10.2 ntp2.planetmy.com ntp2
Possibly Related Posts:
- How to add Dell PERC Drivers into VMware Converter Cold Clone ISO
- How to Install Webmin on OpenFiler
- Microsoft SQL 2008 Agent not starts
- lppasswd: Unable to open passwd file: Permission denied
- How To Capture PUTTY Session Log