Looking for A Dream House in Arizona ?

A couple of months ago I’ve posted an advertisement about a double storey house for rent in Kedah . I receive quite a few feedbacks from my contact page about the houses.

One of them even ask me where to get a similar house in United States. While this is not suprising since the majority of my readers are from United States, I still can’t help but wonder where I could find the best place for buying real-estates in US.

Today, I would like to point you to the right place that can help you find your dream house anywhere in the world. Scottdale Fine Properties has a reputation and experience of finding dream houses for professional athletes and celebrities.

Planning to search for a nice and lovely Scottsdale Condos? Then look no more! SFP website features an easy to use Dream Home Finder which can help you find the right house that suit your needs. Thanks to Scottsdale Fine Properties, finding your dream home has never been easier!

paid buzz

Some of the things I love about Ubuntu (Software Repository)

One of the things that I love about Ubuntu is it offers a wide choice of packages. Ranging from basic administration utilities (apt-get, yum,adduser, atop,cpuid) to Networking (apache2, 6tunnel, bind, xchat) and Games (nethack, ppracer, crack-attack).

The official software repository of the latest release of Ubuntu (Edgy Eft) has at least 20,231 packages, the number doesn’t include 3rd party repositories that offer restricted open source software such as lame, faad and libdvdcss.

Previously, I’ve use SUSE as my main distro. SUSE is slightly better than my first distro of choice, Mandrake/Mandriva (which was plague with rpm dependencies and stale packages), but it has certain limitation at that time mainly because it is still considered a comercial distribution and keeping up to date with the latest version of SUSE was a pain.

I’m not saying that SuSE is a lousy GNU/Linux distro, but it just doesn’t fit me well enough, and I found that SuSE lacks some packages that Mandrake/Mandriva offers.

I use SuSE until a friend recommend me to use Ubuntu as it is based on Debian GNU/Linux. Upon trying out Ubuntu, I found that it is an easy GNU/Linux distribution to use for me, an average desktop users.

apt-get does wonders in installing softwares from the internet and performing software and security updates. Moreover, Ubuntu has a predictable release cycle that I could really depend on.

I know some people would argue that shorter release cycle might degrade distro quality but I’m one of those people that like to keep up to date with the latest software release and technology (I’m pretty sure i’m not alone in this).

To summarise it, some of the things I love about Ubuntu is because it has a wide range of software choices, a predictable release cycle and a relatively up to date software releases. What about you? What is your favorite GNU/Linux distro?

[tags]ubuntu,debian,linux,suse,open source, distro[/tags]

Earthquake in Taiwan affects Ubuntu security updates

I guess by the time of this writing, almost everybody is already aware about the earthquake in Taiwan that distrupts communication lines from Asia to United States. I wrote this because I’ve grown tired of waiting for my Ubuntu Linux to finish its software updates.

Currently my surfing speed is somewhat very limited with only a handful websites hosted outside Asia is reachable. As most of my favorite websites are located outside the region, then I guess it’s time for me to start appreciating locally hosted website like FOSSfm and the local internet Yellowpages.

I hope the connection will improve soon, my ISP estimates that the internet connection will be restored back to normal in three weeks. I’m crossing my fingers now as I badly need a reliable connection to download Ubuntu software and security updates for my pc.

[tags]ubuntu, linux, debian, taiwan, earthquake, open source, internet[/tags]

I got myself an affordable Linux VPS account with RapidVPS

After doing some surveying and looking around the internet for a decent Linux VPS service provider, I finally settled with RapidVPS.com.

What is VPS ?
Virtual Private Server (VPS) is similar to Dedicated Server, except it runs on the same machine as other Virtual Private Server, this made possible by virtualization technology. Because it is similar to Dedicated Server in its own respect, you’ve full authority on VPS as to install any operating system that you like, root access and your own IP address. Having root access means that you’re free to install any software and administer your server as you see fit.

Why do I need VPS?
I need VPS because I want to have a cost-effective server that can run 24/7 for my software and web services since shared hosting solutions have very limited option for customization and expandibility.

I could use my personal computer for the same purpose, but given various factor (electricity bills, reliability, 24/7 uptime, hardware support, unreliable Streamyx ISP), I would rather use RapidVPS as it is the most cost-effective solution.

Why Do I choose RapidVPS?

  • Affordable price, no setup fees
  • Easy to upgrade
  • Service uptime and reliability
  • Excellent customer support
  • Offers various popular Linux operating system including latest release of Ubuntu, CentOS, Debian, Fedora Core, Gentoo

However those who want to host IRC-related software (servers, eggdrop, bnc,psybnc, etc) might be dissapointed because RapidVPS has a strict no-IRC policy on its server.

Other than that, I would recommend RapidVPS anytime if you’re seeking to get a decent VPS solution.

[tags]vps, linux, server,dedicated service, rapidvps,ubuntu,debian[/tags]

How to Shutdown and Reboot Linux PC automatically

A quick tip on how to shutdown your GNU Linux computer automatically,

Suppose you need your Linux pc to shutdown automatically at certain time, you can use this command line :

shutdown -hP 23:55

which instructs your box to power down at exactly 11:55 pm. The ‘h’ parameter instructs the program to halt the computer (init runlevel 6) and ‘P’ instructs it to power off the pc.

Note: You can also add an optional message and 20 seconds shutdown delay,

shutdown -hP 23:55 -t 20 Going to power down, let's call it a day

the delay is useful for you to finish off whatever you’re doing before the pc powers down.

Why do I use this command ?
Recently the doctor diagnose me with low blood pressure and advised me to sleep early and to eat more stuff that contains iron. So by using this command I can limit my online pc time, and let me sleep early.

I’ll show you how to shutdown your computer using countdown timer.

Here’s an example how you can shutdown your pc in one hour with 30 second delay between final warning and the actual shutdown.

shutdown -hP -t 30 60 Please save your work, the lab is going to be closed soon

you can use this command to reboot your computer too,

shutdown -r

Note that you need to have root access in order to use this command. That’s all for now, enjoy the holiday

[tags]shutdown,bash,linux,command line, gnu/linux, debian[/tags]

Planned Improvements on PHP FeedCreator-ppt (1.8.0)

Sorry for the delay caused by my busy study schedule.

Now I would like to outline the planned improvements for the next feedcreator-ppt release 1.8.0 :

  • Improve ATOM 1.0 support
  • Fix HTML encoded description feature in ATOM and RSS feeds
  • Add manual, documentations and more examples
  • Add function to change timezone and encodings easily
  • Add standard podcast support
  • Fix various bugs in PIE,RSS,ATOM feed format

The new release of Feedcreator-ppt (1.8.0) is expected to come out in end of February 2007. You can get the latest development release from Feedcreator SVN server

Any Suggestions?
If you have any suggestions, feature request or bugs, please report them at Feedcreator Tracker at Sourceforge or put a comment here.

When you do, please include pieces of code that produces the feed, the resulting xml file itself and the version of feedcreator you’ve tested against (1.7.2-ppt or SVN) for easy debugging.

I would like to thank KosherJava and various other individuals that has submitted bug reports to improve feedcreator. Thank you, and and have a great Christmas holiday.

[tags]feedcreator,rss,atom,xml,feed,feeds[/tags]