<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="2.0">
    <channel>
        <title>Lowyat.NET: Latest topics by Guai Guai Zai</title>
        <description></description>
        <link>http://forum.lowyat.net/</link>
        <lastBuildDate>Fri, 12 Jun 2026 09:06:41 +0800</lastBuildDate>
        <generator>FeedCreator 1.7.2</generator>
        <item>
            <title>Should i complain my ex employer to Labor Departme</title>
            <link>http://forum.lowyat.net/topic/668114</link>
            <description>The story goes like this.&lt;br /&gt;&lt;br /&gt;I was working under 3 months probation in this company.&lt;br /&gt;Just before the probation period end, i quit.&lt;br /&gt;&lt;br /&gt;And during probation, the company ask me whether i want to join for the company trip, and during tat time i didn&amp;#39;t think of resigning, so I told them i will join.  And they said who ever didnt join the trip have to pay for themselves.&lt;br /&gt;&lt;br /&gt;Now, since i have already resigned, so i shouldnt be joining for the trip but the thing is,  the company ask me to compensate them with the amount of the trip that they already paid for me, if not they will reduce it from my salary and claims.&lt;br /&gt;&lt;br /&gt;But is not tat i dun wan to join, is they dun wan me to join becuz im no longer their staff, but still they ask me to compensate them, which is ridicules.&lt;br /&gt;&lt;br /&gt;I definitely wont compensate them and i wan to get my salary and claims which i deserved.&lt;br /&gt;&lt;br /&gt;So, any opinion from u guys?&lt;br /&gt;Has anyone complain to Labor Department be4? And will it helps?&lt;br /&gt;&lt;br /&gt;note*&lt;br /&gt;there is no black and white saying tat i need to pay if i didnt join the company trip,&lt;br /&gt;any lawyer or future laywer from lowyat can give me their advice regarding this issue&lt;br /&gt;&lt;br /&gt;</description>
            <author>Guai Guai Zai</author>
            <category>Jobs &amp;amp; Careers</category>
            <pubDate>Mon, 07 Apr 2008 01:56:12 +0800</pubDate>
        </item>
        <item>
            <title>Please recommend me a digital piano</title>
            <link>http://forum.lowyat.net/topic/512432</link>
            <description>Planning to get a NEW digital piano. Budget RM3k ++&lt;br /&gt;&lt;br /&gt;Can anyone recommend me a brand and model for beginner.&lt;br /&gt;</description>
            <author>Guai Guai Zai</author>
            <category>Musicians</category>
            <pubDate>Wed, 29 Aug 2007 18:07:02 +0800</pubDate>
        </item>
        <item>
            <title>Can Apache support java?</title>
            <link>http://forum.lowyat.net/topic/291578</link>
            <description>i need to run php and java , so tomcat is not an option.&lt;br /&gt;i wanna know is there any module to make apache support java??</description>
            <author>Guai Guai Zai</author>
            <category>Linux &amp;amp; Open Source Software</category>
            <pubDate>Mon, 22 May 2006 13:06:27 +0800</pubDate>
        </item>
        <item>
            <title>shell programming</title>
            <link>http://forum.lowyat.net/topic/284884</link>
            <description>i got a file with all the ip addresses, eg:&lt;br /&gt;&lt;br /&gt;&lt;u&gt;iplist&lt;/u&gt;&lt;br /&gt;202.188.0.133&lt;br /&gt;202.188.1.5&lt;br /&gt;12131&lt;br /&gt;ms&lt;br /&gt;202.188.1.6&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;I wanna trace all the non ip addresses , below is my code, and highlighted area is where i stuck &lt;br /&gt;&lt;br /&gt;======================================================&lt;br /&gt;&lt;br /&gt;IF=/root/iplist&lt;br /&gt;exec&amp;lt;&amp;#036;IF&lt;br /&gt;while read line&lt;br /&gt;do&lt;br /&gt;        if [ -z &amp;quot;&amp;#036;line&amp;quot; ]; then&lt;br /&gt;                echo &amp;quot;Empty string&amp;quot;&amp;gt;&amp;gt; result_dest&lt;br /&gt;        fi&lt;br /&gt;        &lt;span style='color:red'&gt;if [  ]; then # i&amp;#39;m stuck&lt;br /&gt;                echo &amp;quot;invalid input&amp;#33;&amp;quot; &amp;gt;&amp;gt; result_dest&lt;br /&gt;        fi&lt;/span&gt;&lt;br /&gt;        if [ &amp;quot;&amp;#036;line&amp;quot; = &amp;quot;ms&amp;quot;  ]; then&lt;br /&gt;                echo &amp;quot;wrong ms input&amp;quot; &amp;gt;&amp;gt; result_dest&lt;br /&gt;        fi&lt;br /&gt;        if [ &amp;quot;&amp;#036;line&amp;quot; = &amp;quot;*&amp;quot;  ]; then&lt;br /&gt;                echo &amp;quot;No Result&amp;quot; &amp;gt;&amp;gt; result_dest&lt;br /&gt;        else&lt;br /&gt;                whois &amp;#036;line | grep -i &amp;quot;netname&amp;quot; | awk &amp;#39;{ print &amp;#036;2 }&amp;#39; &amp;gt;&amp;gt; result_dest&lt;br /&gt;                whois &amp;#036;line | grep -i &amp;quot;inetnum&amp;quot; | awk &amp;#39;{ print &amp;#036;2,&amp;#036;3,&amp;#036;4 }&amp;#39; &amp;gt;&amp;gt; result_dest2&lt;br /&gt;        fi&lt;br /&gt;done&lt;br /&gt;======================================================&lt;br /&gt;&lt;br /&gt;i am thinking of count the string that wif less than 8 integer then will go to &amp;quot;invalid input&amp;quot;..&lt;br /&gt;do anyone know what is the command to archieving that? &lt;br /&gt;i did try using grep, but grep willl nid to read from file, instead of reading line by line.&lt;br /&gt;&lt;br /&gt;or anyone have better suggestion ??&lt;br /&gt;</description>
            <author>Guai Guai Zai</author>
            <category>Codemasters</category>
            <pubDate>Fri, 05 May 2006 12:17:53 +0800</pubDate>
        </item>
        <item>
            <title>Traceroute from FIle?</title>
            <link>http://forum.lowyat.net/topic/283558</link>
            <description>I would like to do something like&lt;br /&gt;&lt;br /&gt;Traceroute &amp;quot;IPLIST&amp;quot; -i eth0 -n &amp;gt; result..&lt;br /&gt;&lt;br /&gt;in iplist i will put all teh ip that i wanted to do traceroute..&lt;br /&gt;&lt;br /&gt;is this possible??&lt;br /&gt;and how?</description>
            <author>Guai Guai Zai</author>
            <category>Linux &amp;amp; Open Source Software</category>
            <pubDate>Tue, 02 May 2006 12:54:33 +0800</pubDate>
        </item>
        <item>
            <title>SONY Interview</title>
            <link>http://forum.lowyat.net/topic/275748</link>
            <description>Sony has called me up this morning and ask me to go for a Test on this saturday, after the test only they will decide whether wanna give me an interview or not. &lt;br /&gt;&lt;br /&gt;So i was wondering any lyner&amp;#39;s ever went for the Test be4??&lt;br /&gt;looking for some guide line to do my preparation...&lt;br /&gt;&lt;br /&gt;Thx in advance&amp;#33;&amp;#33;</description>
            <author>Guai Guai Zai</author>
            <category>Jobs &amp;amp; Careers</category>
            <pubDate>Thu, 13 Apr 2006 10:58:10 +0800</pubDate>
        </item>
    </channel>
</rss>
