Google Linux software repositories

Google has Linux software repositories setup for you to easily stay up to date with their Linux softwares. Their repositories support APT, YUM, YaST, urpmi and RPM. However, only Google Desktop and Google Picasa are published on the repositories. Google earth has to be downloaded and installed manually. I’ll show you how to add the repository in openSUSE but for other distros refer here. As root add the repository. For 32 bit pandora:~ # zypper sa -t YUM http://dl.google.com/linux/rpm/stable/i386 google ...

2008-08-29 · 1 min · Danesh Manoharan

Dato Seri Anwar Ibrahim sworn in as MP today

Dato Seri Anwar Ibrahim was sworn in today as an official member of the parliament.The grass is starting to look greener now. [youtube]http://www.youtube.com/watch?v=hvuAg0MBTd0[/youtube] Finally he is back!! Source: Politickler

2008-08-28 · 1 min · Danesh Manoharan

How to build a local DNS caching server

Being in Malaysia we are gifted with superior Internet speeds. NOT!! Services like openDNS are awesome but the lag between us and them often results in sluggish performance anyways. One way to improve performance is to use local DNS servers. I don’t use Streamyx’s DNS servers because they SUCK!!. TIME’s DNS servers are ok but I still prefer openDNS. To improve performance, I put together a local DNS caching-only server that forwards to openDNS. Now I have openDNS with lighting fast response. Let’s walk though the steps to get your own local DNS caching-only server setup. I’m using openSUSE 11 so the steps might vary depending on your distro. Install BIND pandora:~ # zypper in bind Edit /etc/named.conf pandora:~ # vi /etc/named..conf Uncomment the forwarders section. Update the default values with the values below. forwarders { 208.67.222.222; 208.67.220.220; }; <br /> forward only; Add the line " forward only; " This will tell BIND to only forward to the forwarders and not the ROOT servers. Start the service. To have the service start automatically run " chkconfig named on " pandora:~ # service named start Let’s make sure your caching server is running fine. pandora:~ # nslookup google.com localhost<br /> Server:        localhost<br /> Address:       127.0.0.1#53 Non-authoritative answer:<br /> Name:  google.com<br /> Address: 64.233.167.99<br /> Name:  google.com<br /> Address: 72.14.207.99<br /> Name:  google.com<br /> Address: 64.233.187.99 <br /> pandora:~ # nslookup yahoo.com localhost<br /> Server:        localhost<br /> Address:       127.0.0.1#53 Non-authoritative answer:<br /> Name:  yahoo.com<br /> Address: 68.180.206.184<br /> Name:  yahoo.com<br /> Address: 206.190.60.37 Update your /etc/resolv.conf file. This will tell your system to use the local DNS server which we just setup instead of the external ones. Add the lines below to the file. nameserver 127.0.0.1<br /> nameserver 127.0.0.2 That’s it. You now have local DNS caching. Enjoy!! ...

2008-08-28 · 2 min · Danesh Manoharan

Beijing 2008 is over

!2 years spent planning and execution. The Chinese have done it. They WOWed the world for over 2 weeks. Beijing 2008 will surely go down in history as a proud moment for all Asians. Check out these awesome pictures (from Boston.com) to look back at Beijing 2008.

2008-08-27 · 1 min · Danesh Manoharan

Malaysia Today blocked by TMNET

[Malaysia Today][2] blocked by TMNET. Use http://mt.harapanmalaysia.com/2008/ Looks like our boys are at it again. Bastards, either their DNS is un-patched or this is deliberate. Update: The bastards turned out to be MCMC!!! ...

2008-08-26 · 1 min · Danesh Manoharan