<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="2.0">
    <channel>
        <title>Lowyat.NET: Latest topics by ah_beng78</title>
        <description></description>
        <link>http://forum.lowyat.net/</link>
        <lastBuildDate>Sun, 14 Jun 2026 07:16:44 +0800</lastBuildDate>
        <generator>FeedCreator 1.7.2</generator>
        <item>
            <title>howto enabled GNOME in FreeBSD?</title>
            <link>http://forum.lowyat.net/topic/417019</link>
            <description>hi all,&lt;br /&gt;  i&amp;#39;ve successfully install FreeBSD 6.2 on PC with all necessary port packages like gnome, but it just don&amp;#39;t start with GNOME (it start in command line). i notice that the document which guide to setup GNOME at &lt;a href='http://www.freebsd.org/gnome/docs/faq2.html#q1' target='_blank'&gt;&lt;u&gt;FreeBSD GNOME guide&lt;/u&gt;&lt;/a&gt;, but it didn&amp;#39;t work for me, any idea how can i solve that and make GNOME start automatically when FreeBSD startup?&lt;br /&gt;&lt;br /&gt;p/s: i have error when i compile GNOME at &lt;i&gt;/usr/port/x11/gnome2&lt;/i&gt;. i first use &lt;i&gt;make&lt;/i&gt;. failed, then i use &lt;i&gt;make clean&lt;/i&gt; and &lt;i&gt;make install clean&lt;/i&gt; again, still failed &lt;!--emo&amp;:stars:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/rclxub.gif' border='0' style='vertical-align:middle' alt='rclxub.gif' /&gt;&lt;!--endemo--&gt;</description>
            <author>ah_beng78</author>
            <category>Linux &amp;amp; Open Source Software</category>
            <pubDate>Fri, 23 Feb 2007 17:14:05 +0800</pubDate>
        </item>
        <item>
            <title>FC4 weird display</title>
            <link>http://forum.lowyat.net/topic/361734</link>
            <description>hi all,&lt;br /&gt;   i have a serious problem of FC4 display after i update some system package, i don&amp;#39;t really remember all but some of them are font-xorg... and some of them are scim-fctix.... then my FC4 become as below:&lt;br /&gt;&lt;img src='http://img.photobucket.com/albums/v660/ahbeng78/fc4_wierd_display.jpg' border='0' alt='user posted image' /&gt;&lt;br /&gt;&lt;br /&gt;any help? thanks a lot</description>
            <author>ah_beng78</author>
            <category>Linux &amp;amp; Open Source Software</category>
            <pubDate>Thu, 02 Nov 2006 17:16:21 +0800</pubDate>
        </item>
        <item>
            <title>regarding perl cgi script?</title>
            <link>http://forum.lowyat.net/topic/348645</link>
            <description>hi all,&lt;br /&gt;   good day. i have start my programming into another area ~ Perl.&lt;br /&gt;   now, i&amp;#39;ve a PC that contain ActiveState Perl 5.8.8 and a Apache HTTP Server 2.2.3, i try to download an open source &lt;b&gt;perl&lt;/b&gt; language web application and try to execute it, but it fail, error message show &lt;b&gt;Internal Server 500&lt;/b&gt;, then i realize that the &lt;b&gt; shebang&lt;/b&gt; line &lt;b&gt;#&amp;#33;/usr/bin/perl -w&lt;/b&gt; has to be configure correctly to have Apache HTTP Server to point to &lt;b&gt;C:/Perl/bin/perl.exe&lt;/b&gt; (in registry), but it seem that it failed to perform the script also, giving the same error. i have try to make changes to HTTP Server &lt;b&gt;http.conf&lt;/b&gt; file, but it seem no luck &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;. any help? thanks</description>
            <author>ah_beng78</author>
            <category>Codemasters</category>
            <pubDate>Tue, 03 Oct 2006 13:05:18 +0800</pubDate>
        </item>
        <item>
            <title>howto play real media file in FreeBSD?</title>
            <link>http://forum.lowyat.net/topic/339427</link>
            <description>hi all,&lt;br /&gt;have a simple question on howto play real media file like &lt;b&gt;rm, rmvb, ra...&lt;/b&gt; in FreeBSD, i do have the essiential codec and have try to extract them into the folder that they ask for, but still i cant play any real media file, any idea? thank:)</description>
            <author>ah_beng78</author>
            <category>Linux &amp;amp; Open Source Software</category>
            <pubDate>Tue, 12 Sep 2006 09:45:45 +0800</pubDate>
        </item>
        <item>
            <title>about running a php script cron job</title>
            <link>http://forum.lowyat.net/topic/336485</link>
            <description>hi all,&lt;br /&gt;   may i know that how can i create a &lt;b&gt;crond or cron&lt;/b&gt; job that run a &lt;b&gt;PHP&lt;/b&gt; script every 15 minutes, i have:&lt;br /&gt;&lt;br /&gt;&lt;b&gt;in /etc/cron.d&lt;/b&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;# send_email cron job file&lt;br /&gt;*/15 * * * * root /usr/mycronjob/sendemail.sh&lt;br /&gt;*/15 * * * * root &amp;#39;php /usr/mycronjob/sendemail.php&amp;#39;&lt;br /&gt;&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;in /usr/mycronjob&lt;/b&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;# sendemail.sh&lt;br /&gt;php /usr/mycronjob/sendemail.php&lt;br /&gt;&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;but when i run &lt;!--c1--&gt;&lt;div class='codetop'&gt;CODE&lt;/div&gt;&lt;div class='codemain'&gt;&lt;!--ec1--&gt;php /usr/mycronjob/sendemail.php&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt; in console, it seem no problem at all (i do receive the email), why?&lt;br /&gt;&lt;br /&gt;any help is very much appreciated, thanks you &lt;!--emo&amp;:)--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/smile.gif' border='0' style='vertical-align:middle' alt='smile.gif' /&gt;&lt;!--endemo--&gt;</description>
            <author>ah_beng78</author>
            <category>Linux &amp;amp; Open Source Software</category>
            <pubDate>Tue, 05 Sep 2006 16:37:55 +0800</pubDate>
        </item>
        <item>
            <title>howto setup repository and sendmail? (FC5)</title>
            <link>http://forum.lowyat.net/topic/332828</link>
            <description>hi all,&lt;br /&gt;how can i make a directory in FC5 just for the purposes of repository (NOT CVS Repo)? this repository directory mainly for use to share file (may include file) and resource. any idea? i&amp;#39;m currently trying on Maven2. also, how do i make sendmail in FC5 working? i mean how do i make FC5 able to send out email from the web application (this web app reside in FC5 of course)?&lt;br /&gt;&lt;br /&gt;thanks you very much</description>
            <author>ah_beng78</author>
            <category>Linux &amp;amp; Open Source Software</category>
            <pubDate>Mon, 28 Aug 2006 10:05:30 +0800</pubDate>
        </item>
        <item>
            <title>howto setup repository in FC5?</title>
            <link>http://forum.lowyat.net/topic/332812</link>
            <description>hi all,&lt;br /&gt;   how can i make a directory in FC5 just for the purposes of repository (NOT CVS Repo)? this repository directory mainly for use to share file (may include file) and resource. any idea? i&amp;#39;m currently trying on Maven2. also, how do i make &lt;b&gt;sendmail&lt;/b&gt; in FC5 working? i mean how do i make FC5 able to send out email from the web application (this web app reside in FC5 of course)?&lt;br /&gt;&lt;br /&gt;thanks you very much</description>
            <author>ah_beng78</author>
            <category>Codemasters</category>
            <pubDate>Mon, 28 Aug 2006 09:15:04 +0800</pubDate>
        </item>
        <item>
            <title>how do i setup X server at Fedora</title>
            <link>http://forum.lowyat.net/topic/298234</link>
            <description>hi all,&lt;br /&gt;  i know that most *nix OS does have X server running by default where other platform may request to view its desktop, but i have a question as elaborate below:&lt;br /&gt;&lt;br /&gt;i got two PCs, one running FC5 and the other one is WinXP(sp2), both have network connected and within same gateway, now, when i try to view FC5 using cygwin-X (i.e. &lt;!--c1--&gt;&lt;div class='codetop'&gt;CODE&lt;/div&gt;&lt;div class='codemain'&gt;&lt;!--ec1--&gt;x -query 192.168.168.168&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;, my FC5 IP is 192.168.168.168), it give me blank grey screen only, what am i missing or something? any idea?&lt;br /&gt;&lt;br /&gt;thanks a lot</description>
            <author>ah_beng78</author>
            <category>Linux &amp;amp; Open Source Software</category>
            <pubDate>Wed, 07 Jun 2006 12:40:09 +0800</pubDate>
        </item>
        <item>
            <title>how do i install this way?</title>
            <link>http://forum.lowyat.net/topic/273164</link>
            <description>Hi all,&lt;br /&gt;   anyone have idea on how to install a Fedora Linux in a PC which is none Linux, but i&amp;#39;ve a WinXp in there, any idea? thanks</description>
            <author>ah_beng78</author>
            <category>Linux &amp;amp; Open Source Software</category>
            <pubDate>Fri, 07 Apr 2006 09:08:23 +0800</pubDate>
        </item>
        <item>
            <title>bugzilla installation</title>
            <link>http://forum.lowyat.net/topic/253687</link>
            <description></description>
            <author>ah_beng78</author>
            <category>Linux &amp;amp; Open Source Software</category>
            <pubDate>Mon, 20 Feb 2006 12:01:02 +0800</pubDate>
        </item>
        <item>
            <title>regarding JAVA JTree</title>
            <link>http://forum.lowyat.net/topic/247753</link>
            <description>i know this isn&amp;#39;t the correct forum that i post this question here, but hey, please if anyone know please help me. problem are now i&amp;#39;ve a JTree component where this tree&amp;#39;s node has vary size in term of its height and its width, &lt;br /&gt;like -&amp;gt; &lt;img src='http://img.photobucket.com/albums/v660/ahbeng78/explaination.gif' border='0' alt='user posted image' /&gt;&lt;br /&gt;&lt;br /&gt;now the problem is how can i made a change to the class(customized the class?) to have the tree handler similar to the right portion of the picture i post? any idea?&lt;br /&gt;thanks a lot first</description>
            <author>ah_beng78</author>
            <category>Codemasters</category>
            <pubDate>Mon, 06 Feb 2006 10:08:18 +0800</pubDate>
        </item>
    </channel>
</rss>
