<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0"
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    <title>.::Polaris's personal blog::. - Techie</title>
    <link>http://polaris.canang.com/</link>
    <description>The other side of the story...</description>
    <dc:language>en</dc:language>
    <admin:errorReportsTo rdf:resource="mailto:" />
    <generator>Serendipity 0.8 - http://www.s9y.org/</generator>
    <pubDate>Wed, 30 Aug 2006 05:03:31 GMT</pubDate>

    <image>
        <url>http://polaris.canang.com/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: .::Polaris's personal blog::. - Techie - The other side of the story...</title>
        <link>http://polaris.canang.com/</link>
        <width>100</width>
        <height>21</height>
    </image>
<item>
    <title>Quick Guide: Unable to boot Linux after installation.</title>
    <link>http://polaris.canang.com/archives/77-Quick-Guide-Unable-to-boot-Linux-after-installation..html</link>
<category>Techie</category>    <comments>http://polaris.canang.com/archives/77-Quick-Guide-Unable-to-boot-Linux-after-installation..html#comments</comments>
    <wfw:comment>http://polaris.canang.com/wfwcomment.php?cid=77</wfw:comment>
    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://polaris.canang.com/rss.php?version=2.0&amp;type=comments&amp;cid=77</wfw:commentRss>
    <author>adi.hazman@gmail.com (polaris)</author>
    <content:encoded>
&lt;br /&gt;
&lt;p&gt;If you had problem to boot linux (any flavor that uses grub as the boot loader), and all you get is a blank screen after all of those BIOS messages.. it might be something is wrong with your grub installation. &lt;/p&gt;&lt;p&gt;Below is a guide on how to resetup grup.&lt;/p&gt;&lt;p&gt;1. Boot to linux rescue&lt;/p&gt;&lt;p&gt;2. chroot /mnt/sysimages&lt;/p&gt;&lt;p&gt;3. cd /boot/grub&lt;/p&gt;&lt;p&gt;4. check that all grup.conf setting is correct&lt;/p&gt;&lt;p&gt;5. check that devices.map is correct  (use grub-install --recheck device-name , to rebuild the file)&lt;/p&gt;&lt;p&gt;6. run command below:&lt;/p&gt;&lt;p&gt;    &lt;i&gt; shell# grub&lt;br /&gt;     grub&amp;gt; root (hd0,0)&lt;br /&gt;     grub&amp;gt; setup (hd0)&lt;br /&gt;if you have more than 1 disk and it is mirrored, proceed with the following&lt;/i&gt;&lt;/p&gt;&lt;p&gt;&lt;i&gt;     grub&amp;gt; root (hd1,0)&lt;br /&gt;     grub&amp;gt; setup (hd1)&lt;br /&gt;     grub&amp;gt; quit (to exit from grub shell)&lt;/i&gt;&lt;/p&gt;&lt;p&gt;7. remove the cdrom from the machine and reboot.&lt;/p&gt;&lt;p&gt;8. now you should be able to boot the machine. &lt;/p&gt;&lt;p&gt; &lt;/p&gt;     </content:encoded>
    <pubDate>Wed, 09 Aug 2006 14:27:34 +0800</pubDate>
    <guid isPermaLink="false">http://polaris.canang.com/archives/77-guid.html</guid>
    </item>
<item>
    <title>Quick Guide: Setting up initial MySQL root user password</title>
    <link>http://polaris.canang.com/archives/76-Quick-Guide-Setting-up-initial-MySQL-root-user-password.html</link>
<category>Techie</category>    <comments>http://polaris.canang.com/archives/76-Quick-Guide-Setting-up-initial-MySQL-root-user-password.html#comments</comments>
    <wfw:comment>http://polaris.canang.com/wfwcomment.php?cid=76</wfw:comment>
    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://polaris.canang.com/rss.php?version=2.0&amp;type=comments&amp;cid=76</wfw:commentRss>
    <author>adi.hazman@gmail.com (polaris)</author>
    <content:encoded>
&lt;p&gt;&lt;font size=&quot;2&quot;&gt;After a successfull installation of MySQL you need to set an initial password for your mysql root user.&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font size=&quot;2&quot;&gt;below are a quick way to do that (For Linux installation):&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font size=&quot;2&quot;&gt;&lt;br /&gt;&lt;br /&gt;
&lt;/font&gt;&lt;/p&gt;&lt;font size=&quot;2&quot; color=&quot;#ffff00&quot;&gt;shell&amp;gt; mysql -u root mysql&lt;br /&gt;&lt;br /&gt;
mysql&amp;gt; SET PASSWORD FOR root@localhost=PASSWORD('new_password');&lt;/font&gt;&lt;br /&gt;
     </content:encoded>
    <pubDate>Tue, 08 Aug 2006 16:14:51 +0800</pubDate>
    <guid isPermaLink="false">http://polaris.canang.com/archives/76-guid.html</guid>
    </item>
<item>
    <title>TIP: how to exclude files in find command</title>
    <link>http://polaris.canang.com/archives/62-TIP-how-to-exclude-files-in-find-command.html</link>
<category>Techie</category>    <comments>http://polaris.canang.com/archives/62-TIP-how-to-exclude-files-in-find-command.html#comments</comments>
    <wfw:comment>http://polaris.canang.com/wfwcomment.php?cid=62</wfw:comment>
    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://polaris.canang.com/rss.php?version=2.0&amp;type=comments&amp;cid=62</wfw:commentRss>
    <author>adi.hazman@gmail.com (polaris)</author>
    <content:encoded>
&lt;br /&gt;
&lt;p&gt;This is how you could use find command to exclude files/file pattern.&lt;/p&gt;&lt;p&gt;&lt;font color=&quot;#33ff66&quot;&gt;in Solaris&lt;/font&gt;&lt;br /&gt; &lt;/p&gt;&lt;p&gt;&lt;font face=&quot;courier new,courier,monospace&quot; color=&quot;#ffff00&quot;&gt;# find /var ! \( -name filename -o -name filename.* \) -print&lt;/font&gt;&lt;/p&gt;&lt;p&gt;where ; &lt;/p&gt;&lt;p&gt;        ! = not  equal to ( in solaris cannot use &amp;quot;-not&amp;quot;)&lt;br /&gt;        \( = begin complex expresssion &lt;/p&gt;&lt;p&gt;       -o = or&lt;/p&gt;&lt;p&gt;       \) = end complex expression &lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;font color=&quot;#33ff99&quot;&gt;In linux ;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font face=&quot;courier new,courier,monospace&quot;&gt;&lt;font color=&quot;#ffff00&quot;&gt;# find /var -not \( -name filename -o -name filename.* \) -print&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;where ;&lt;/p&gt;&lt;p&gt;        -not  = not equal to ( ! can also be used as in solaris)&lt;br /&gt;&lt;br /&gt;
        \( = begin complex expresssion &lt;/p&gt;&lt;p&gt;       -o = or&lt;/p&gt;&lt;p&gt;       \) = end complex expression&lt;/p&gt;&lt;p /&gt;&lt;p&gt;source :&lt;font color=&quot;#ffffff&quot;&gt; &lt;a href=&quot;http://www.athabascau.ca/html/depts/compserv/webunit/HOWTO/find.htm&quot; title=&quot;http://www.athabascau.ca/html/depts/compserv/webunit/HOWTO/find.htm&quot;&gt;http://www.athabascau.ca/html/depts/compserv/webunit/HOWTO/find.htm&lt;/a&gt;&lt;/font&gt;&lt;/p&gt;&lt;p /&gt;&lt;p /&gt;     </content:encoded>
    <pubDate>Tue, 18 Apr 2006 13:45:06 +0800</pubDate>
    <guid isPermaLink="false">http://polaris.canang.com/archives/62-guid.html</guid>
    </item>
<item>
    <title>Quick guide to ssh passwordless login with different users</title>
    <link>http://polaris.canang.com/archives/58-Quick-guide-to-ssh-passwordless-login-with-different-users.html</link>
<category>Techie</category>    <comments>http://polaris.canang.com/archives/58-Quick-guide-to-ssh-passwordless-login-with-different-users.html#comments</comments>
    <wfw:comment>http://polaris.canang.com/wfwcomment.php?cid=58</wfw:comment>
    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://polaris.canang.com/rss.php?version=2.0&amp;type=comments&amp;cid=58</wfw:commentRss>
    <author>adi.hazman@gmail.com (polaris)</author>
    <content:encoded>
&lt;br /&gt;
&lt;font size=&quot;1&quot;&gt;Have you ever had problem with ssh passwordless login using different users? &lt;/font&gt;&lt;p&gt;&lt;font size=&quot;1&quot;&gt;Below are step by steps guide that solved that problem.&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font size=&quot;1&quot;&gt;&lt;b&gt;Senario :&lt;/b&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font size=&quot;1&quot;&gt;User johndoe on machine pluto is accessing user foo on server mercury, without entering any password..&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font size=&quot;1&quot;&gt;&lt;b&gt;The Guide:&lt;/b&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font size=&quot;1&quot;&gt;1. on pluto, johndoe need to generate his own private/public key pairs (i'am using dsa)&lt;/font&gt;&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;    &lt;font size=&quot;1&quot;&gt;        &lt;i&gt;pluto# ssh-keygen -t dsa&lt;/i&gt;&lt;/font&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;&lt;font size=&quot;1&quot;&gt;- when asked for a password, leave it blank, just press &amp;quot;Enter&amp;quot; twice.&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font size=&quot;1&quot; color=&quot;#ccff33&quot;&gt;&lt;strong&gt; the key pairs will be saved in $HOME/.ssh/ (id_dsa and id_dsa_pub)&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font size=&quot;1&quot;&gt;2.  copy over id_dsa_pub to foo at mercury, then add the content of id_dsa_pub to foo's  $HOME/.ssh/&lt;/font&gt;&lt;font size=&quot;1&quot;&gt;&lt;font face=&quot;Trebuchet MS,Verdana,Helvetica,Arial&quot;&gt;&lt;a name=&quot;verybrief&quot;&gt;authorized_keys&lt;/a&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;     &lt;font size=&quot;1&quot;&gt;        &lt;i&gt;mercury# cat id_dsa_pub &amp;gt;&amp;gt;authorized_keys&lt;/i&gt;&lt;/font&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;&lt;font size=&quot;1&quot;&gt;&lt;font face=&quot;Trebuchet MS,Verdana,Helvetica,Arial&quot;&gt;&lt;a name=&quot;verybrief&quot;&gt;&lt;/a&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font size=&quot;1&quot;&gt;3. make sure foo's $HOME/.ssh directory permission is set to 700.&lt;/font&gt;&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;    &lt;font size=&quot;1&quot;&gt;        &lt;i&gt;mercury# chmod 700 $HOME/.ssh&lt;/i&gt;&lt;/font&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;&lt;font size=&quot;1&quot;&gt;4. Now the important part: make sure to enable these settings on mercury's /etc/ssh/sshd_config&lt;/font&gt;&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;        &lt;font size=&quot;1&quot;&gt;&lt;font face=&quot;Trebuchet MS,Verdana,Helvetica,Arial&quot;&gt;&lt;a name=&quot;verybrief&quot;&gt;                &lt;b&gt;ForwardAgent yes            &lt;/b&gt;&lt;/a&gt;&lt;/font&gt;&lt;b&gt;    &lt;font face=&quot;Trebuchet MS,Verdana,Helvetica,Arial&quot;&gt;&lt;a name=&quot;verybrief&quot;&gt;&lt;br /&gt;                PubkeyAuthentication yes&lt;br /&gt;           &lt;/a&gt;&lt;/font&gt;&lt;font face=&quot;Trebuchet MS,Verdana,Helvetica,Arial&quot;&gt;&lt;a name=&quot;verybrief&quot;&gt;                StrictModes no&lt;/a&gt;&lt;/font&gt;&lt;/b&gt;&lt;/font&gt;&lt;font size=&quot;1&quot;&gt;&lt;font face=&quot;Trebuchet MS,Verdana,Helvetica,Arial&quot;&gt;&lt;a name=&quot;verybrief&quot;&gt;&lt;/a&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;&lt;font size=&quot;1&quot;&gt;&lt;font face=&quot;Trebuchet MS,Verdana,Helvetica,Arial&quot;&gt;&lt;a name=&quot;verybrief&quot;&gt;&lt;/a&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;  &lt;font size=&quot;1&quot; color=&quot;#ccff00&quot;&gt;&lt;/strong&gt; most people forgot to sets these settings that make them unable to ssh with different user, without a password.&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font size=&quot;1&quot;&gt;5. restart sshd deamon.&lt;/font&gt;&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;   &lt;font size=&quot;1&quot;&gt;            &lt;i&gt;mercury# /etc/inti.d/sshd restart&lt;/i&gt;&lt;/font&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;&lt;font size=&quot;1&quot;&gt;6. ok you're done, try ssh from pluto&lt;/font&gt;&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;     &lt;font size=&quot;1&quot;&gt;           &lt;i&gt; pluto# ssh foo@mercury&lt;/i&gt;&lt;/font&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;&lt;font size=&quot;1&quot;&gt;By now you already should logon to foo on mercury without the need to key-in foo's password...&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font size=&quot;1&quot;&gt;ok good luck....&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font size=&quot;1&quot; color=&quot;#ff6600&quot;&gt;.::Polaris::.&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font size=&quot;1&quot;&gt;&lt;font face=&quot;Trebuchet MS,Verdana,Helvetica,Arial&quot;&gt;&lt;a name=&quot;verybrief&quot;&gt;&lt;/a&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;
&lt;/p&gt;     </content:encoded>
    <pubDate>Wed, 18 Jan 2006 16:27:32 +0800</pubDate>
    <guid isPermaLink="false">http://polaris.canang.com/archives/58-guid.html</guid>
    </item>
<item>
    <title>How to use Orca on linux servers.</title>
    <link>http://polaris.canang.com/archives/56-How-to-use-Orca-on-linux-servers..html</link>
<category>Techie</category>    <comments>http://polaris.canang.com/archives/56-How-to-use-Orca-on-linux-servers..html#comments</comments>
    <wfw:comment>http://polaris.canang.com/wfwcomment.php?cid=56</wfw:comment>
    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://polaris.canang.com/rss.php?version=2.0&amp;type=comments&amp;cid=56</wfw:commentRss>
    <author>adi.hazman@gmail.com (polaris)</author>
    <content:encoded>
&lt;br /&gt;
&lt;font size=&quot;2&quot;&gt;&lt;b&gt;&lt;br /&gt;
How to use ORCA on linux server ( using procalator)&lt;/b&gt;&lt;/font&gt;&lt;p&gt;Below are step by step guide to use orca on linux servers, please bear in mind that this is for my personal reference only, &lt;font color=&quot;#ff0000&quot;&gt;please use it at your own risk&lt;/font&gt;. I written this guide since i haven't find it anywhere on  google/internet.&lt;/p&gt;&lt;p&gt;What you need to have (read the procalator README for details) :&lt;/p&gt;&lt;p&gt;1. procalator (included in your source distribution of orca (mine is 0.27): contrib/procalator)&lt;/p&gt;&lt;p&gt;2. a running orca server (not covered here).&lt;/p&gt;&lt;p&gt;3. perl 5 installed on all target servers&lt;/p&gt;&lt;p&gt;&lt;br /&gt;installation:&lt;/p&gt;&lt;p&gt;&lt;b&gt;Client site..&lt;/b&gt;&lt;/p&gt;&lt;p&gt;You can use procalator without compiling the source distribution, provided that you have a running orca server as no. 2 above.&lt;/p&gt;&lt;p&gt;1. unpack the source distribution;&lt;/p&gt;&lt;p&gt;    # tar xvfz orca-0.27.tar.gz&lt;/p&gt;&lt;p&gt;2. go to orca-0.27/contrib/procalator&lt;/p&gt;&lt;p&gt;   # cd orca-0.27/contrib/&lt;/p&gt; &lt;br /&gt;
&lt;p&gt;3. copy all files in orca-0.27/contrib/procalator to your targeted machine.&lt;/p&gt;&lt;p&gt;#   tar cvf ./procalator.tar ./procalator&lt;/p&gt;&lt;p&gt;# scp procalator.tar root@polaris:/tmp/temp &lt;/p&gt;&lt;p&gt;    (can use other means to copy your files to other machine ie ftp,sftp etc..)&lt;/p&gt;&lt;p&gt;4. in you targed machine installed procalator (read the README for details)&lt;/p&gt;&lt;p&gt;&lt;font color=&quot;#33ff99&quot;&gt;  ** you might need to change the permission for procalator, install.sh and procallator.pl.in to 755.&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font color=&quot;#33ff99&quot;&gt;  ** copy procallator.pl.in to procallator.pl&lt;/font&gt;&lt;/p&gt;&lt;p&gt;5. run install.sh&lt;/p&gt;&lt;p&gt;    #./install.sh&lt;/p&gt;&lt;p&gt;6.  that is you're done!!  check that your procallator is running.&lt;/p&gt;&lt;p&gt;#ps -eafd |grep procallator&lt;/p&gt;&lt;p&gt;root      7613     1  0 13:07 pts/0    00:00:00 /bin/sh /etc/init.d/procallator start&lt;br /&gt;root      7614  7613  0 13:07 pts/0    00:00:00 initlog -q -c /usr/local/bin/procallator.pl&lt;br /&gt;root      7615  7614  0 13:07 pts/0    00:00:00 /usr/bin/perl -w /usr/local/bin/procallator.pl&lt;/p&gt;&lt;p&gt;7. verify that the data is written to /usr/local/var/orca/$hostname .&lt;/p&gt;&lt;p&gt;8. if you read the README, there is a script to upload those data to the ORCA server, you can use rsync, ftp etc. put it in your $prefix/var/orca/orcallator/$hosname in the server. use crontab to update the data frequently.&lt;br /&gt; &lt;/p&gt;&lt;p&gt;&lt;b&gt;Server site...&lt;/b&gt;&lt;/p&gt;&lt;p&gt;There is nothing much to do, all you need  is to run orca with procalator.cfg.&lt;/p&gt;&lt;p&gt;&lt;font color=&quot;#ccff00&quot;&gt;You might need to edit a few parameters, ie base_dir, html_dir and find_files to the correct path that suit your installation&lt;/font&gt;&lt;/p&gt;&lt;p&gt;# /path/to/orca /path/to/procallator.cfg &lt;/p&gt;&lt;p&gt;** you can use -v and -l if you need to log the output.. &lt;/p&gt;&lt;p&gt;# /path/to/orca -v -l /var/log/orca.log procallator.cfg&lt;/p&gt;&lt;p&gt;i guess that is all you need to do to use orca on you linux servers. good luck trying.. &lt;img src=&quot;http://polaris.canang.com/templates/default/img/emoticons/smile.png&quot; alt=&quot;:-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;.::Polaris::.&lt;/p&gt;&lt;p&gt;Jan-04-2006 : 13:54&lt;/p&gt;&lt;p /&gt;&lt;p /&gt;&lt;p /&gt;&lt;p&gt;&lt;br /&gt;
&lt;/p&gt;    </content:encoded>
    <pubDate>Wed, 04 Jan 2006 13:10:37 +0800</pubDate>
    <guid isPermaLink="false">http://polaris.canang.com/archives/56-guid.html</guid>
    </item>
<item>
    <title>Streamyx at last...</title>
    <link>http://polaris.canang.com/archives/52-Streamyx-at-last....html</link>
<category>Techie</category>    <comments>http://polaris.canang.com/archives/52-Streamyx-at-last....html#comments</comments>
    <wfw:comment>http://polaris.canang.com/wfwcomment.php?cid=52</wfw:comment>
    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://polaris.canang.com/rss.php?version=2.0&amp;type=comments&amp;cid=52</wfw:commentRss>
    <author>adi.hazman@gmail.com (polaris)</author>
    <content:encoded>
Finally i'am surfing the net via streamy at home, pergh.. what a long wait.. but then it worth it. Unlimited use, free modem and installation, and 512kpbs for only RM45 per month, i guess that is the best choice you can get around here.. &lt;img src=&quot;http://polaris.canang.com/templates/default/img/emoticons/wink.png&quot; alt=&quot;;-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
i've done a bandwith test just now, got only 394.24kbps as expected, TM already told me that my house is quite far from their exchange, 6km, you need at least below 5km to get a good connection. so far 394.24kpbs is still acceptable to me. &lt;br /&gt;
&lt;br /&gt;
below is the screenshot output from the test:&lt;br /&gt;
&lt;br /&gt;
&lt;a href='http://polaris.canang.com/uploads/tm-net.PNG'&gt;&lt;img width=&quot;110&quot; height=&quot;64&quot; border=&quot;0&quot; hspace=&quot;5&quot; align=&quot;left&quot; src=&quot;http://polaris.canang.com/uploads/tm-net.polarisThumb.PNG&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;     </content:encoded>
    <pubDate>Wed, 23 Nov 2005 13:58:58 +0800</pubDate>
    <guid isPermaLink="false">http://polaris.canang.com/archives/52-guid.html</guid>
    </item>
<item>
    <title>Webbased application is the way to go...</title>
    <link>http://polaris.canang.com/archives/48-Webbased-application-is-the-way-to-go....html</link>
<category>Techie</category>    <comments>http://polaris.canang.com/archives/48-Webbased-application-is-the-way-to-go....html#comments</comments>
    <wfw:comment>http://polaris.canang.com/wfwcomment.php?cid=48</wfw:comment>
    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://polaris.canang.com/rss.php?version=2.0&amp;type=comments&amp;cid=48</wfw:commentRss>
    <author>adi.hazman@gmail.com (polaris)</author>
    <content:encoded>
Now i know why microsoft should be worry about google... it's because it trying to make the web as the new platform for any applications .. all you need is a web browser, it doesn't matter in what platform/os you  are running.. SUN is right with it vision of &quot;The Network is the Computer &quot; check out all these new/beta application..  ( this is the way of the future.. )&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www4.meebo.com/&quot;&gt;http://www4.meebo.com/&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://online.thinkfree.com/index.jsp&quot;&gt;http://online.thinkfree.com/index.jsp&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.writely.com/&quot;&gt;http://www.writely.com/&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
most of these application are using &lt;a href=&quot;http://www.adaptivepath.com/publications/essays/archives/000385.php&quot;&gt;AJAX&lt;/a&gt;, &lt;br /&gt;
&lt;br /&gt;
can you imagine a few years ahead, you are reading your webmail as if using your fav. mail client such as outlook, that you simply can drag/drop you messages to another folder.. , viewing mail properties, and a lot more similar features, just using your web browser...  &lt;br /&gt;
&lt;br /&gt;
here's a few screen shots.. &lt;br /&gt;
&lt;br /&gt;
&lt;a href='http://polaris.canang.com/uploads/thinkfree.JPG'&gt;&lt;img width=&quot;110&quot; height=&quot;88&quot; border=&quot;0&quot; hspace=&quot;5&quot; align=&quot;left&quot; src=&quot;http://polaris.canang.com/uploads/thinkfree.polarisThumb.JPG&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;&lt;a href='http://polaris.canang.com/uploads/writely.JPG'&gt;&lt;img width=&quot;110&quot; height=&quot;91&quot; border=&quot;0&quot; hspace=&quot;5&quot; align=&quot;left&quot; src=&quot;http://polaris.canang.com/uploads/writely.polarisThumb.JPG&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;&lt;a href='http://polaris.canang.com/uploads/meebo.JPG'&gt;&lt;img width=&quot;110&quot; height=&quot;76&quot; border=&quot;0&quot; hspace=&quot;5&quot; align=&quot;left&quot; src=&quot;http://polaris.canang.com/uploads/meebo.polarisThumb.JPG&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;     </content:encoded>
    <pubDate>Wed, 05 Oct 2005 11:06:34 +0800</pubDate>
    <guid isPermaLink="false">http://polaris.canang.com/archives/48-guid.html</guid>
    </item>
<item>
    <title>Palm is using Microsoft Windows Mobile 5.0???</title>
    <link>http://polaris.canang.com/archives/46-Palm-is-using-Microsoft-Windows-Mobile-5.0.html</link>
<category>Techie</category>    <comments>http://polaris.canang.com/archives/46-Palm-is-using-Microsoft-Windows-Mobile-5.0.html#comments</comments>
    <wfw:comment>http://polaris.canang.com/wfwcomment.php?cid=46</wfw:comment>
    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://polaris.canang.com/rss.php?version=2.0&amp;type=comments&amp;cid=46</wfw:commentRss>
    <author>adi.hazman@gmail.com (polaris)</author>
    <content:encoded>
Just can believe it !!, that my fav. handheld is using Microsoft Windows Mobile 5.0, what happen to Palm OS??? i used to own Palm M505, with Palm OS 4.0, unfurtunely the batery dies a year ago.. &lt;img src=&quot;http://polaris.canang.com/templates/default/img/emoticons/smile.png&quot; alt=&quot;:-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt; , never had the time to fix it.. &lt;br /&gt;
&lt;br /&gt;
but it's really surprising that now Palm (treo) is using microsoft.. dammed...!!!,  probably this is the results of Palm separating it hardware and software (Palm OS) unit.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.bharian.com.my/m/BHarian/Wednesday/Komputer/20050928075848/Article/&quot;&gt;http://www.bharian.com.my/m/BHarian/Wednesday/Komputer/20050928075848/Article/&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://news.zdnet.com/2100-1040_22-5884040.html?tag=nl.e589&quot;&gt;http://news.zdnet.com/2100-1040_22-5884040.html?tag=nl.e589&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
     </content:encoded>
    <pubDate>Wed, 28 Sep 2005 09:23:45 +0800</pubDate>
    <guid isPermaLink="false">http://polaris.canang.com/archives/46-guid.html</guid>
    </item>
<item>
    <title>Episode 10 : The new empire is striking ...</title>
    <link>http://polaris.canang.com/archives/45-Episode-10-The-new-empire-is-striking-....html</link>
<category>Techie</category>    <comments>http://polaris.canang.com/archives/45-Episode-10-The-new-empire-is-striking-....html#comments</comments>
    <wfw:comment>http://polaris.canang.com/wfwcomment.php?cid=45</wfw:comment>
    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://polaris.canang.com/rss.php?version=2.0&amp;type=comments&amp;cid=45</wfw:commentRss>
    <author>adi.hazman@gmail.com (polaris)</author>
    <content:encoded>
Google is becoming a new empire.. microsoft better watch out.. may the force be with you.. &lt;img src=&quot;http://polaris.canang.com/templates/default/img/emoticons/smile.png&quot; alt=&quot;:-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
&quot;But unlike Sun and Oracle, Google's timing could be impeccable. &quot;Sun defined it. Ellison tried to build it. But Google owns it,&quot; he said.&quot;&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://news.zdnet.com/2100-9588_22-5875433.html?tag=nl.e589&quot;&gt;http://news.zdnet.com/2100-9588_22-5875433.html?tag=nl.e589&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
p/s : google talk anyone.. ?&lt;br /&gt;
&lt;br /&gt;
     </content:encoded>
    <pubDate>Thu, 22 Sep 2005 09:43:43 +0800</pubDate>
    <guid isPermaLink="false">http://polaris.canang.com/archives/45-guid.html</guid>
    </item>
<item>
    <title>SUN Blade 100 and 300GB Maxtor disk..</title>
    <link>http://polaris.canang.com/archives/43-SUN-Blade-100-and-300GB-Maxtor-disk...html</link>
<category>Techie</category>    <comments>http://polaris.canang.com/archives/43-SUN-Blade-100-and-300GB-Maxtor-disk...html#comments</comments>
    <wfw:comment>http://polaris.canang.com/wfwcomment.php?cid=43</wfw:comment>
    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://polaris.canang.com/rss.php?version=2.0&amp;type=comments&amp;cid=43</wfw:commentRss>
    <author>adi.hazman@gmail.com (polaris)</author>
    <content:encoded>
we just bought a 300GB Maxtor disk at about RM570, the planned was to stuff it into a SUN Blade 100, our netbackup media server to use as stagging space before be written into a tape library..&lt;br /&gt;
&lt;br /&gt;
Only to find out that the blade does not support more that 137GB harddisk due to hardware limitation, their IDE controlled does not support it.. dammed..!!! &lt;br /&gt;
&lt;br /&gt;
now i have to find out.. how make the blade use the 300GB ??? wa.. how about external usb.. hmm, it might work.. &lt;img src=&quot;http://polaris.canang.com/templates/default/img/emoticons/smile.png&quot; alt=&quot;:-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt; , well got to try first..&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
hmm.. or better maybe i could swap it with my 30GB from my desktop.. hihihi syyy.... &lt;img src=&quot;http://polaris.canang.com/templates/default/img/emoticons/wink.png&quot; alt=&quot;;-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
     </content:encoded>
    <pubDate>Mon, 05 Sep 2005 16:57:52 +0800</pubDate>
    <guid isPermaLink="false">http://polaris.canang.com/archives/43-guid.html</guid>
    </item>
<item>
    <title>my wife new compaq presario..</title>
    <link>http://polaris.canang.com/archives/31-my-wife-new-compaq-presario...html</link>
<category>Techie</category>    <comments>http://polaris.canang.com/archives/31-my-wife-new-compaq-presario...html#comments</comments>
    <wfw:comment>http://polaris.canang.com/wfwcomment.php?cid=31</wfw:comment>
    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://polaris.canang.com/rss.php?version=2.0&amp;type=comments&amp;cid=31</wfw:commentRss>
    <author>adi.hazman@gmail.com (polaris)</author>
    <content:encoded>
Last sunday, my wife bought a new compaq presario notebook for about RM 3200, The notebook comes with Intel Centrino Mobile Tech. , 256MB RAM, 40GB HD, Combo drive, and completed with wifi and bluetooth.. and not forgotten the 6 in 1 card reader.. &lt;img src=&quot;http://polaris.canang.com/templates/default/img/emoticons/smile.png&quot; alt=&quot;:-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
as of writing this, with the new compaq !, &lt;img src=&quot;http://polaris.canang.com/templates/default/img/emoticons/smile.png&quot; alt=&quot;:-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;  i'am quite satisfied with it, even though i've to get a new replacement due to wifi problem yesterday. it's actually, not that easy to get the replacement, had to argue a little bit with sales person before their bos agreed to replace with the new one.&lt;br /&gt;
&lt;br /&gt;
i've almost done configuring it... still thinking what else to install.. hmm.. aaa.. i know, &lt;br /&gt;
Nero burning ROM... ok guys.. got to googled for Nero.. until then.. good day.. &lt;img src=&quot;http://polaris.canang.com/templates/default/img/emoticons/smile.png&quot; alt=&quot;:-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;     </content:encoded>
    <pubDate>Wed, 22 Jun 2005 15:38:17 +0800</pubDate>
    <guid isPermaLink="false">http://polaris.canang.com/archives/31-guid.html</guid>
    </item>
<item>
    <title>pissed off...!!!</title>
    <link>http://polaris.canang.com/archives/29-pissed-off...!!!.html</link>
<category>Techie</category>    <comments>http://polaris.canang.com/archives/29-pissed-off...!!!.html#comments</comments>
    <wfw:comment>http://polaris.canang.com/wfwcomment.php?cid=29</wfw:comment>
    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://polaris.canang.com/rss.php?version=2.0&amp;type=comments&amp;cid=29</wfw:commentRss>
    <author>adi.hazman@gmail.com (polaris)</author>
    <content:encoded>
Since yesterday my desktop realy makes me pissed off.. don't know why but i keep getting the famous Blue-screen-of-death, dammed it, what else to do, but REBOOT!!.. i guess i have rebooted my desktop for the 4th times since this morning.. aarrrghh.. &lt;img src=&quot;http://polaris.canang.com/templates/default/img/emoticons/sad.png&quot; alt=&quot;:-(&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
if it happen again. while typing this i guesss the best solution probably.. throw this dammed desktop to the wall and see it explode.. !!! har.. harrr. harr..!!!  (bengang nih..).&lt;br /&gt;
&lt;br /&gt;
i guess the problem, probably with the memory, cause from the error messages it's says something about memory fault etc.. , hmm where can i find a good memory to swap..aaa.. hihihihi...  &lt;br /&gt;
&lt;br /&gt;
     </content:encoded>
    <pubDate>Wed, 01 Jun 2005 12:13:07 +0800</pubDate>
    <guid isPermaLink="false">http://polaris.canang.com/archives/29-guid.html</guid>
    </item>
<item>
    <title>firefox ranked number 1 and editor's choice !!!</title>
    <link>http://polaris.canang.com/archives/26-firefox-ranked-number-1-and-editors-choice-!!!.html</link>
<category>Techie</category>    <comments>http://polaris.canang.com/archives/26-firefox-ranked-number-1-and-editors-choice-!!!.html#comments</comments>
    <wfw:comment>http://polaris.canang.com/wfwcomment.php?cid=26</wfw:comment>
    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://polaris.canang.com/rss.php?version=2.0&amp;type=comments&amp;cid=26</wfw:commentRss>
    <author>adi.hazman@gmail.com (polaris)</author>
    <content:encoded>
hurayyy....  &lt;br /&gt;
&lt;br /&gt;
my fav. browser won again.. !!! &lt;img src=&quot;http://polaris.canang.com/templates/default/img/emoticons/smile.png&quot; alt=&quot;:-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;&lt;br /&gt;
&lt;img width=&quot;240&quot; height=&quot;240&quot; border=&quot;0&quot; hspace=&quot;5&quot; src=&quot;http://polaris.canang.com/uploads/firefox2.jpg&quot; alt=&quot;&quot;  /&gt;&lt;br /&gt;
&lt;br /&gt;
qoute from &lt;a href=&quot;http://www.spreadfirefox.com/&quot;&gt;http://www.spreadfirefox.com/&lt;/a&gt;&lt;br /&gt;
&lt;blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
At c|net.com, in the Reviews area, they have an article titled: IE vs. the world: six Web browsers compared. This article compares the following six web browsers and tells which is the best (Editors' Choice) and which are the worst.&lt;br /&gt;
&lt;br /&gt;
Ranked Number 1 and Editors' Choice - Firefox&lt;br /&gt;
CNET rating of 8&lt;br /&gt;
&lt;br /&gt;
Coming in tied at 2nd - Netscape 8 and Safari RSS&lt;br /&gt;
CNET rating of 7.7&lt;br /&gt;
&lt;br /&gt;
3-way tie for last place - Internet Explorer (with Windows XP SP2), Deepnet Explorer, and Opera 8&lt;br /&gt;
CNET rating of 7.0&lt;br /&gt;
&lt;br /&gt;
&lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
read full review here at &lt;a href=&quot;http://reviews.cnet.com/Mozilla_Firefox/4505-9241_7-31117280-2.html?tag=top&quot;&gt;cnet&lt;/a&gt;     </content:encoded>
    <pubDate>Wed, 25 May 2005 15:59:08 +0800</pubDate>
    <guid isPermaLink="false">http://polaris.canang.com/archives/26-guid.html</guid>
    </item>
<item>
    <title>Load Average..</title>
    <link>http://polaris.canang.com/archives/23-Load-Average...html</link>
<category>Techie</category>    <comments>http://polaris.canang.com/archives/23-Load-Average...html#comments</comments>
    <wfw:comment>http://polaris.canang.com/wfwcomment.php?cid=23</wfw:comment>
    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://polaris.canang.com/rss.php?version=2.0&amp;type=comments&amp;cid=23</wfw:commentRss>
    <author>adi.hazman@gmail.com (polaris)</author>
    <content:encoded>
ok, today i'am going to write on something technical,  what  load average is all about.. ?&lt;br /&gt;
when we are talking about system performance, how fast or slow a system is ( ie, a server or workstation)?&lt;br /&gt;
In unix/linux we will use a performance monitoring tools such as top, vmstat, uptime etc..&lt;br /&gt;
when we run top or uptime as below :&lt;br /&gt;
&lt;blockquote&gt;#uptime&lt;br /&gt;
  5:10pm  up 50 day(s),  2 users,  load average: 0.02, 0.02, 0.02&lt;br /&gt;
&lt;/blockquote&gt;&lt;br /&gt;
we can see there is an output of load average. So what the hell it's all about? what does it mean?&lt;br /&gt;
ok , i tell you what it's all about from my own understanding.. , &lt;br /&gt;
load average = no. of average process /jobs in the run queue over a period of time (1, 5 and 15 min).&lt;br /&gt;
&lt;br /&gt;
so then what?, how i can tell how slow or fast are my machine?, &lt;br /&gt;
quote from &lt;a href=&quot;http://www.itworld.com/nl/unix_sys_adm/03202002/&quot;&gt;http://www.itworld.com/nl/unix_sys_adm/03202002/&lt;/a&gt;&lt;br /&gt;
&lt;blockquote&gt;&quot;As a general rule of thumb, if load averages consistently exceed three times the number of CPUs on your system, your CPU is overworked. Averages less than 1 are acceptable. &quot;&lt;br /&gt;
 &lt;/blockquote&gt;&lt;br /&gt;
ok, i hope that explained what load average is all about, if your machine load average is not exceed 3 on a single CPU machine then it ok, but above that you're in trouble, eventhough you CPU is 90% idle... that mean maybe something other than CPU's is keeping the jobs from completing, ie I/O or memory etc..     </content:encoded>
    <pubDate>Wed, 18 May 2005 16:55:25 +0800</pubDate>
    <guid isPermaLink="false">http://polaris.canang.com/archives/23-guid.html</guid>
    </item>
<item>
    <title>My Desktop..</title>
    <link>http://polaris.canang.com/archives/18-My-Desktop...html</link>
<category>Techie</category>    <comments>http://polaris.canang.com/archives/18-My-Desktop...html#comments</comments>
    <wfw:comment>http://polaris.canang.com/wfwcomment.php?cid=18</wfw:comment>
    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://polaris.canang.com/rss.php?version=2.0&amp;type=comments&amp;cid=18</wfw:commentRss>
    <author>adi.hazman@gmail.com (polaris)</author>
    <content:encoded>
just updated my desktop with this great tool, &lt;a href=&quot;http://kapsules.shellscape.org/&quot;&gt;Kapsule&lt;/a&gt; wow!! now it's completed.. !! all that i wanted is there.. &lt;img src=&quot;http://polaris.canang.com/templates/default/img/emoticons/smile.png&quot; alt=&quot;:-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt; , i'am really  hates  using Windows default desktop., it SUCK !!!. with that old start button, windows EXPLODER.. etc.. it just not me... , thats why i'am using all this alternatif shells.&lt;br /&gt;
&lt;br /&gt;
check my new desktop below :&lt;br /&gt;
&lt;br /&gt;
&lt;a href='http://polaris.canang.com/uploads/polaris_desktop2.jpg'&gt;&lt;img width=&quot;110&quot; height=&quot;88&quot; border=&quot;0&quot; hspace=&quot;5&quot; src=&quot;http://polaris.canang.com/uploads/polaris_desktop2.polarisThumb.jpg&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;&lt;br /&gt;
and here are details info of that desktop:&lt;br /&gt;
&lt;br /&gt;
1. Shell : &lt;a href=&quot;http://www.litestep.net&quot;&gt;Litestep 0.24.7 RC 1 &lt;/a&gt;&lt;br /&gt;
2. Litestep theme: &lt;a href=&quot;http://beyondconvention.net/ohussain/themes.shtml&quot;&gt;simplicity&lt;/a&gt; by Omar Hussain&lt;br /&gt;
3. &lt;a href=&quot;http://kapsules.shellscape.org/&quot;&gt;Kapsul and Widget&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
     </content:encoded>
    <pubDate>Thu, 12 May 2005 14:34:54 +0800</pubDate>
    <guid isPermaLink="false">http://polaris.canang.com/archives/18-guid.html</guid>
    </item>
</channel>
</rss>
