<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="2.0">
    <channel>
        <title>Lowyat.NET: Latest topics by ky_khor</title>
        <description></description>
        <link>http://forum.lowyat.net/</link>
        <lastBuildDate>Wed, 25 Nov 2009 04:12:29 +0800</lastBuildDate>
        <generator>FeedCreator 1.7.2</generator>
        <item>
            <title>Insomnia</title>
            <link>http://forum.lowyat.net/topic/1073894</link>
            <description>Was having difficulty to sleep at night. Most probably because of stress. Sometimes I grind my teeth during sleep so much it causes jaw pain in the morning. Sometimes I wake up in the midnight for no apparent reason (1am sleep, 3am awake until 6am, then finally fall asleep again).&lt;br /&gt;&lt;br /&gt;Currently I&amp;#39;m considering aroma therapy, but not the lampe berger style. Do anyone here know where to buy Lavender oilment that ppl put a few drops at handkerchief?</description>
            <author>ky_khor</author>
            <category>Health &amp;amp; Fitness</category>
            <pubDate>Wed, 24 Jun 2009 10:38:22 +0800</pubDate>
        </item>
        <item>
            <title>Maxis or Celcom Package?</title>
            <link>http://forum.lowyat.net/topic/671322</link>
            <description>Hi, &lt;br /&gt;&lt;br /&gt;I&amp;#39;ve done some research, however I would like to need some info and comments from you, before I actually go to Maxis or Celcom store (life wasting process).&lt;br /&gt;&lt;br /&gt;I&amp;#39;m currently a Maxis prepaid user, looking for a new postpaid + 3G Unlimited plan. I&amp;#39;m a light caller but heavy web surfer, the new subscription will be used on my Glofiish.&lt;br /&gt;&lt;br /&gt;1. Maxis&lt;br /&gt;Postpaid: RM 30&lt;br /&gt;3G Unlimited: RM 120&lt;br /&gt;Pro: Better customer service (I assume), I stay with my current phone number.&lt;br /&gt;Cons: Expensive? Fair use policy (3GB)? &lt;br /&gt;&lt;br /&gt;2. Celcom&lt;br /&gt;Postpaid: RM 50&lt;br /&gt;3G Unlimited: RM 99&lt;br /&gt;Pro: Better 3G coverage&lt;br /&gt;Cons: Bad customer service, unstable broadband?&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Question:&lt;br /&gt;&lt;br /&gt;1. Which is cheaper? &lt;br /&gt;Pls help clarify: If not mistaken, Maxis RM30 is access fee, while Celcom&amp;#39;s RM 50 = RM50 airtime. So in a scenario which I spent RM 30 in 1 month, Maxis bill = RM 60, while Celcom bill = RM50?&lt;br /&gt;&lt;br /&gt;2. Which is better?&lt;br /&gt;In your own experience...</description>
            <author>ky_khor</author>
            <category>Mobile Phones and PDAs</category>
            <pubDate>Fri, 11 Apr 2008 05:31:51 +0800</pubDate>
        </item>
        <item>
            <title>Receive complaint from TM network abuse team</title>
            <link>http://forum.lowyat.net/topic/631252</link>
            <description>Hi guys,&lt;br /&gt;&lt;br /&gt;I have 1 scenario here seeking wisdom from fellow experts. Forgive me if the questions sound silly.&lt;br /&gt;&lt;br /&gt;A customer received complaint from ISP abuse team about their private dynamic IPs were doing worm/virus propagation to other network:&lt;br /&gt;&lt;br /&gt;1. How can he tracks or identified the actual hosts that were doing the attack? (any known software, device logs can be used?)&lt;br /&gt;2. How can he avoids going through the same hussle in the future in case similar complaint happens? &lt;br /&gt;&lt;br /&gt;noted: manual virus scan on every computer of the company is not, or can only be the last option.</description>
            <author>ky_khor</author>
            <category>Security &amp;amp; Privacy</category>
            <pubDate>Thu, 14 Feb 2008 13:38:06 +0800</pubDate>
        </item>
        <item>
            <title>MSSQL sp_send_dbmail</title>
            <link>http://forum.lowyat.net/topic/618637</link>
            <description>Hi I wonder how can I insert:&lt;br /&gt;&lt;br /&gt;&lt;!--c1--&gt;&lt;div class='codetop'&gt;CODE&lt;/div&gt;&lt;div class='codemain'&gt;&lt;!--ec1--&gt;&lt;br /&gt;select * from ai where&lt;br /&gt;&amp;#40;&lt;br /&gt;type like &amp;#39;%/etc/%&amp;#39; or&lt;br /&gt;type like &amp;#39;%admin.php%&amp;#39; &lt;br /&gt;&amp;#41;&lt;br /&gt;and status = &amp;#39;0&amp;#39; &lt;br /&gt;order by lastdate desc&lt;br /&gt;&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;into the xp_sendmail template given by Microsoft?&lt;br /&gt;&lt;br /&gt;&lt;!--c1--&gt;&lt;div class='codetop'&gt;CODE&lt;/div&gt;&lt;div class='codemain'&gt;&lt;!--ec1--&gt;EXEC master.dbo.xp_sendmail&lt;br /&gt; &amp;nbsp; &amp;nbsp;@recipients = N&amp;#39;danw@Adventure-Works.com&amp;#39;, &lt;br /&gt; &amp;nbsp; &amp;nbsp;@query = N&amp;#39;SELECT * FROM INFORMATION_SCHEMA.TABLES&amp;#39;,&lt;br /&gt; &amp;nbsp; &amp;nbsp;@subject = N&amp;#39;SQL Server Report&amp;#39;,&lt;br /&gt; &amp;nbsp; &amp;nbsp;@message = N&amp;#39;The contents of INFORMATION_SCHEMA.TABLES&amp;#58;&amp;#39;,&lt;br /&gt; &amp;nbsp; &amp;nbsp;@attach_results = &amp;#39;TRUE&amp;#39;,&lt;br /&gt; &amp;nbsp; &amp;nbsp;@width = 250&amp;#59;&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;I&amp;#39;ve tried paste my query to @query but it&amp;#39;ll give error because of the &amp;#39; &amp;#39; syntax all gone out of order. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;I&amp;#39;ve trying make the query result sent every time I run it in the MS SQL server. There will be more than 1 line of result. Do I need to use the temp global table for looping purpose, or the script above will do?&lt;br /&gt;&lt;br /&gt;</description>
            <author>ky_khor</author>
            <category>Codemasters</category>
            <pubDate>Thu, 24 Jan 2008 15:07:58 +0800</pubDate>
        </item>
        <item>
            <title>Human Parasites</title>
            <link>http://forum.lowyat.net/topic/522214</link>
            <description>It&amp;#39;s quite common for 1 to be infested by parasites by walking on the soil bare footed, drinking dirty water, eat food that are not fully cooked, swimming in the river/lake, contact with animals, contact with infested clothes/bedsheet/sofa and even possible by just breathing in the air contains them. The signs are there but it could be on and off which caught you off guard eg: &lt;br /&gt;headache, diarheaa, depression, weight loss, skin irratation, eye pain, coughing, food allergy, memory loss etc.&lt;br /&gt;&lt;br /&gt;I wonder what is the remedies you can find nearby? and what is the natural low cost food/herbs that can help prevents them?</description>
            <author>ky_khor</author>
            <category>Health &amp;amp; Fitness</category>
            <pubDate>Tue, 18 Sep 2007 08:52:33 +0800</pubDate>
        </item>
        <item>
            <title>Acer Aspire 4315 need help on webcam and LAN</title>
            <link>http://forum.lowyat.net/topic/520035</link>
            <description>Acer Aspire 4315: WinXP Pro SP2. All other drivers installed without problem.&lt;br /&gt;&lt;br /&gt;1. Webcam:&lt;br /&gt;After installed Crystal Eye driver, when i try to run the Crystal Eye software, it says &amp;quot;Webcam not found&amp;quot; while it&amp;#39;s a built in webcam on the notebook itself. I&amp;#39;ve tried uninstall and reinstall again.&lt;br /&gt;&lt;br /&gt;2. LAN&lt;br /&gt;WinXP can&amp;#39;t auto recognize the LAN. The driver CD has not executable file (exe/bat). I use windows hardware wizard but it cannot recognize the driver for the LAN......&lt;br /&gt;&lt;br /&gt;It&amp;#39;s only the 2nd day of this notebook and i believe it should not be a hardware failure judging from my troubleshooting.  Pls kindly advise me on this. Thanks.</description>
            <author>ky_khor</author>
            <category>Technical Support</category>
            <pubDate>Thu, 13 Sep 2007 18:37:06 +0800</pubDate>
        </item>
        <item>
            <title>Disposal of old/spoiled pc + any 1.7-2k laptop?</title>
            <link>http://forum.lowyat.net/topic/518287</link>
            <description>1. How and where to dispose old / spoiled pc? I have faulty crt monitor and 1 1 Pentium III PC for disposal -- i think the motherboard is faulty but other parts are working. I thought of recycling centre but guess the price they offer are too low.&lt;br /&gt;&lt;br /&gt;2. Is there any branded laptop in the range of RM1700-2000? I heard that Dell/HP/Compaq/Toshiba Satelite during promotion got such a price. I would like to get a laptop urgently this week as a gift to my friend.&lt;br /&gt;&lt;br /&gt;3. Now i have an extra Dell Axim v51 charger/dock too. bcoz i lost the PDA last week.  &lt;!--emo&amp;:(--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/sad.gif' border='0' style='vertical-align:middle' alt='sad.gif' /&gt;&lt;!--endemo--&gt;</description>
            <author>ky_khor</author>
            <category>Price &amp;amp; Dealers Guide</category>
            <pubDate>Mon, 10 Sep 2007 17:00:40 +0800</pubDate>
        </item>
        <item>
            <title>What makes a good lover?</title>
            <link>http://forum.lowyat.net/topic/457844</link>
            <description>I kinda read the articles, views, and tips from the website. Some of them pretty hilarious or absurd. Just want to know more opinions from our local ppl/culture.&lt;br /&gt;&lt;br /&gt;For girls: www.ivillage.com&lt;br /&gt;For guys: www.askmen.com&lt;br /&gt;&lt;br /&gt;So what&amp;#39;s your opinion about becoming a good lover for your other half? What you expect from him/her? What you want from him/her? What you can do/give that makes you her/his good lover?&lt;br /&gt;&lt;br /&gt;Pls state your opinions and facts for the boyfren or girlfren &lt;b&gt;separately&lt;/b&gt;.&lt;br /&gt;&lt;br /&gt;oh yeah pls exclude the stupidity such as &amp;quot;born like brad pitt&amp;quot;, &amp;quot;become Bill Gates&amp;#39;s son&amp;quot;, &amp;quot;non-stop sex for 4 hours&amp;quot; etc.</description>
            <author>ky_khor</author>
            <category>Cupid&amp;#39;s Corner</category>
            <pubDate>Wed, 16 May 2007 15:09:54 +0800</pubDate>
        </item>
        <item>
            <title>Cannot boot after mounting/formatting</title>
            <link>http://forum.lowyat.net/topic/440294</link>
            <description>Story of a n00b:&lt;br /&gt;&lt;br /&gt;I&amp;#39;m using dual boot system. &lt;br /&gt;&lt;br /&gt;Hdd1 P1- NTFS WinXP&lt;br /&gt;Hdd1 P2- Etc3 Mandrake 10&lt;br /&gt;Hdd1 P3- NTFS&lt;br /&gt;Hdd2 P1- FAT32&lt;br /&gt;&lt;br /&gt;I&amp;#39;ve been using the system for a few days, No problem using both OS, and the Linux able to see the 2 NTFS partition (mounted). The problem is, after i do the mounting for FAT32 partition, i formatted 1 partition in WinXP. Ever since then i&amp;#39;ve got this error message everytime i try to boot into Linux:&lt;br /&gt;&lt;br /&gt;&lt;!--c1--&gt;&lt;div class='codetop'&gt;CODE&lt;/div&gt;&lt;div class='codemain'&gt;&lt;!--ec1--&gt;Error&amp;#58;&lt;br /&gt;&lt;br /&gt;/dev/hdf6&lt;br /&gt;&lt;br /&gt;The superblock could not be read or does not describe a correct ext2 file system. If the device is valid and it really contains an ext2 file system &amp;#40;and not swap or ufs or &lt;br /&gt;&lt;br /&gt;something else&amp;#41;, then the superblock is corrupt, and you might try running e2fsck with an alternate superblock&amp;#58;&lt;br /&gt;&lt;br /&gt;c2fsck -b 8193 &amp;#60;device&amp;#62;&lt;br /&gt;&lt;br /&gt;fsck.ext2&amp;#58; Bad magic number in super-block while trying to open /dev/hdf6&lt;br /&gt;&lt;br /&gt;Failed to check file system. Do you want to repair the error? &amp;#40;Y/N&amp;#41; &amp;#40;beware, you can lose data&amp;#41; &lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;Y or N it ll also come up with this message below:&lt;br /&gt;&lt;br /&gt;&lt;!--c1--&gt;&lt;div class='codetop'&gt;CODE&lt;/div&gt;&lt;div class='codemain'&gt;&lt;!--ec1--&gt;&lt;br /&gt;Bad magic number in superblock while trying /dev/hdf6&lt;br /&gt;an error occurred during the file system check.&lt;br /&gt;&lt;br /&gt;Dropping you to a shell&lt;br /&gt;&lt;br /&gt;Give root password for maintenance, Ctrl-D for restart&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;*sigh, cannot boot into Linux duh. what shall i do in the maintenance mode? I know the root password just that i don&amp;#39;t know the command to fix the problem.</description>
            <author>ky_khor</author>
            <category>Linux &amp;amp; Open Source Software</category>
            <pubDate>Wed, 11 Apr 2007 09:00:48 +0800</pubDate>
        </item>
        <item>
            <title>Support Analyst or Security Analyst?</title>
            <link>http://forum.lowyat.net/topic/427115</link>
            <description>i got 2 offers, and i only got 1 week to decide........&lt;br /&gt;&lt;br /&gt;&lt;b&gt;1. Operation Support Analyst&lt;br /&gt;Description:&lt;/b&gt;&lt;br /&gt;lvl2 SA. study wireless solution and product, monitor network performance, troubleshoot and provide support to telco operator. will be rotated to help doing some lvl3 task, may climb up to Team Lead position. 8 hours shift.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;pro&lt;/b&gt;: more annual leave. the team/project is new. *erhem wimax license holder?*&lt;br /&gt;&lt;b&gt;cons&lt;/b&gt;: afraid i may ended up doing helpdesk like job. they&amp;#39;re mass hiring like about 30 ppl, not sure if it&amp;#39;s a good thing or not. qualification to get into this job is lower.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;2. Network Security Analyst&lt;br /&gt;description:&lt;/b&gt;&lt;br /&gt;master some IPS product, monitor the network activities, troubleshoot and provide support to subscribed corporate when there&amp;#39;s problem. May climb up to Senior SA, Team Lead position. can become consultant etc in the future. 12 hours shift.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;pro&lt;/b&gt;: they only hire experienced personnel, but i m hired bcoz of my enthusiam and outstanding non-technical skills/experience. i like the HR guy, i appreciate them for taking me too.&lt;br /&gt;&lt;b&gt;cons&lt;/b&gt;: may stucked in the same position forever? &lt;br /&gt;&lt;br /&gt;Both considered MNC, both in TPM, both shift work before climbing up to managerial position, both got shift allowance, OT, only 100 in differ starting pay (probabtion period). Both no onsite hands on task. Both use English speaking, and may required to speak in mandarin since they have China clients too.&lt;br /&gt;&lt;br /&gt;so which position has better prospect? which will help me to get a more &amp;quot;hand&amp;#39;s on&amp;quot; networking job easier in the future? i&amp;#39;m hesitated. help&amp;#33;  &lt;!--emo&amp;:x--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/doh.gif' border='0' style='vertical-align:middle' alt='doh.gif' /&gt;&lt;!--endemo--&gt;&lt;br /&gt;&lt;br /&gt;remark: i&amp;#39;ve rejected another company as mandarin speaking Network/Desktop Support Specialist. feel sorry to them but i prefer above 2 than doing 1st level corporate infra email/phone/rc support.</description>
            <author>ky_khor</author>
            <category>Jobs &amp;amp; Careers</category>
            <pubDate>Thu, 15 Mar 2007 12:50:09 +0800</pubDate>
        </item>
        <item>
            <title>HR Graduates - What&amp;#39;s next?</title>
            <link>http://forum.lowyat.net/topic/420588</link>
            <description>Dear HR seniors, I have a fren who&amp;#39;s going to graduate from TARC Penang with Diploma in HR:&lt;br /&gt;&lt;br /&gt;1. She plans to work first and then study the degree later. Is it wise? or it&amp;#39;s better to complete the degree rather than working first?&lt;br /&gt;&lt;br /&gt;3. Which kind of environment is better working as a HR exec: factory? school? commercial office? I need the Pro and Cons pls. Any good recommendation in Penang area?&lt;br /&gt;&lt;br /&gt;4. She mentioned due to the nature of work, HR staff hardly make frens with ppl outside HR department. Is it true?&lt;br /&gt;&lt;br /&gt;5. What kind of work she can venture into if she doesn&amp;#39;t want to become HR staff, while still able to use what she had learned in school?&lt;br /&gt;&lt;br /&gt;6. What are the other things she must know as a HR graduate? &lt;br /&gt;&lt;br /&gt;Pls feel free to share any other things related to HR, thanks.  &lt;!--emo&amp;;)--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/wink.gif' border='0' style='vertical-align:middle' alt='wink.gif' /&gt;&lt;!--endemo--&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;edit: for ur information, HR = human resources LOL</description>
            <author>ky_khor</author>
            <category>Jobs &amp;amp; Careers</category>
            <pubDate>Fri, 02 Mar 2007 17:56:30 +0800</pubDate>
        </item>
        <item>
            <title>Your path of career advancement</title>
            <link>http://forum.lowyat.net/topic/412803</link>
            <description>I would like to know the path, and how ppl climb up the ladder. Hope you guys kind enough to share with me(us).&lt;br /&gt;&lt;br /&gt;If you have no idea wat is this, the example format can be like this:&lt;br /&gt;&lt;!--QuoteBegin--&gt;&lt;div class='quotetop'&gt;QUOTE&lt;/div&gt;&lt;div class='quotemain'&gt;&lt;!--QuoteEBegin--&gt;1st job:&lt;br /&gt;Job Position: Junior Technician/&lt;br /&gt;Company: MNC/GLC/Telco/Oil Gas, or name it if u dun mind&lt;br /&gt;Duration: 2 years&lt;br /&gt;Salary: 1.8k-2.4k&lt;br /&gt;job related Qualification/Skills: Fresh IT degree, acquire MCSE during this period&lt;br /&gt;&lt;br /&gt;2nd job&lt;br /&gt;Job Position: ITOS Team lead&lt;br /&gt;Company: MNC/GLC, (internal promotion?)&lt;br /&gt;Duration: 1 year&lt;br /&gt;Salary: 3k++&lt;br /&gt;job related Qualification/Skills:&amp;nbsp; acquired ITIL cert during this period, server admin&lt;br /&gt;&lt;br /&gt;3rd job&lt;br /&gt;Job Position: Project Leader&lt;br /&gt;Company: ?&lt;br /&gt;Duration: 1 year&lt;br /&gt;Salary: 3.6k&lt;br /&gt;job related qualification/skills: MCSA&lt;br /&gt;&lt;!--QuoteEnd--&gt;&lt;/div&gt;&lt;!--QuoteEEnd--&gt;&lt;br /&gt;If you have a better format, pls kindly use it.</description>
            <author>ky_khor</author>
            <category>Jobs &amp;amp; Careers</category>
            <pubDate>Mon, 12 Feb 2007 14:59:41 +0800</pubDate>
        </item>
        <item>
            <title>Working in foreign country</title>
            <link>http://forum.lowyat.net/topic/388584</link>
            <description>My first question is:&lt;br /&gt;1. Is working in Singapore requires working Visa? Even if we live in Singapore, can we do like JB-er do - go thru custom every 14 days?&lt;br /&gt;&lt;br /&gt;2. Can we bring our car there? &lt;br /&gt;&lt;br /&gt;What is the other mandatory expenses other than income tax there?&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;You can borrow the thread to ask about other countries too.</description>
            <author>ky_khor</author>
            <category>Jobs &amp;amp; Careers</category>
            <pubDate>Thu, 28 Dec 2006 12:22:01 +0800</pubDate>
        </item>
        <item>
            <title>Investment (Local and International)</title>
            <link>http://forum.lowyat.net/topic/200069</link>
            <description>Is anyone here do investment? care to share some experience or guideline?&lt;br /&gt;&lt;br /&gt;what investment can be done by freshguates? &lt;br /&gt;&lt;br /&gt;Investment suitable for ppl to do practical, training:&lt;br /&gt;share, stock market.&lt;br /&gt;&lt;br /&gt;Investment only for ppl who has capital:&lt;br /&gt;house/land, etc&lt;br /&gt;&lt;br /&gt;what else? is there bank loan for doing business? so far i only heard of education loan, house loan, car loan.&lt;br /&gt;&lt;br /&gt;and how about unit trust? EPF?</description>
            <author>ky_khor</author>
            <category>Finance, Business and Investment House</category>
            <pubDate>Wed, 21 Sep 2005 00:27:26 +0800</pubDate>
        </item>
    </channel>
</rss>
