<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="2.0">
    <channel>
        <title>Lowyat.NET: Latest topics by nicktarc</title>
        <description></description>
        <link>http://forum.lowyat.net/</link>
        <lastBuildDate>Sun, 14 Jun 2026 09:29:07 +0800</lastBuildDate>
        <generator>FeedCreator 1.7.2</generator>
        <item>
            <title>Rackmount Server Case</title>
            <link>http://forum.lowyat.net/topic/1214553</link>
            <description>Anyone here got sell the U-Type Rackmount Server Casing???&lt;br /&gt;&lt;br /&gt;I am looking for quote and pricing for this things... can email me at nicktarc@gmail.com if you guy got such product.</description>
            <author>nicktarc</author>
            <category>Price &amp;amp; Dealers Guide</category>
            <pubDate>Tue, 03 Nov 2009 09:35:08 +0800</pubDate>
        </item>
        <item>
            <title>Need Guide In Hosting on Ubuntu/CentOS</title>
            <link>http://forum.lowyat.net/topic/1158837</link>
            <description>I am having 2 set of server on hand now... the purpose of the server is to do hosting... &lt;br /&gt;&lt;br /&gt;Therefore, i will having Services such as below to run the hosting purpose:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;DNS&lt;/li&gt;&lt;li&gt;Apache&lt;ul&gt;&lt;li&gt;PHP&lt;/li&gt;&lt;li&gt;Ruby On Rails&lt;/li&gt;&lt;li&gt;Python&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;Postfix&lt;/li&gt;&lt;li&gt;MySQL&lt;/li&gt;&lt;/ul&gt;&lt;b&gt;Here is the question;&lt;/b&gt;&lt;br /&gt;Can i do DNS with Server1 as master and Server2 as Slave, at the sametime do clustering for Apache, also Postfix, and MySQL preform both replication and clustering?&lt;br /&gt;&lt;br /&gt;I am new and wanting to try to setting up Hosting Server. It Would be nice if i can get some guide here...&lt;br /&gt;&lt;br /&gt;Beside that, can i hv more server running to support those services in state of just 2 server... example;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;2 DNS Server (ns1 &amp;amp; ns2)&lt;/li&gt;&lt;li&gt;2 Web Server (cluster_host_1 &amp;amp; cluster_host_2)&lt;/li&gt;&lt;li&gt;2 MySQL Server (master &amp;amp; slave)&lt;/li&gt;&lt;li&gt;2 Mail Server (master &amp;amp; slave)&lt;/li&gt;&lt;/ul&gt;How can i work around to links it to WHM like ISPConfig &amp;amp; CPanel?</description>
            <author>nicktarc</author>
            <category>Linux &amp;amp; Open Source Software</category>
            <pubDate>Thu, 10 Sep 2009 13:55:17 +0800</pubDate>
        </item>
        <item>
            <title>HOWTO: Installing Maya 7.0 / 8.0 / 8.5</title>
            <link>http://forum.lowyat.net/topic/925715</link>
            <description>This thread is about installing Alias Wavefront Maya 7.0 on Ubuntu, tested on Hoary 5.04.&lt;br /&gt;&lt;br /&gt;It&amp;#39;s based on johannes&amp;#39; thread about Maya 6.5.&lt;br /&gt;&lt;br /&gt;The instructions are very similar for Autodesk Maya 8.0 and 8.5 (tested on Feisty 7.04). Thanks to ZombieAcademy for providing these hints.&lt;br /&gt;You only need to adjust the filenames when installing the packages.&lt;br /&gt;&lt;br /&gt;Install the following programs, in case you don&amp;#39;t already have them:&lt;br /&gt;Code:&lt;br /&gt;&lt;!--c1--&gt;&lt;div class='codetop'&gt;CODE&lt;/div&gt;&lt;div class='codemain'&gt;&lt;!--ec1--&gt;apt-get install csh alien&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;Copy over all rpm installation files to a local directory.&lt;br /&gt;We need to convert the rpm-packages to debian format using alien. Change to the directory that holds your rpms and run:&lt;br /&gt;Code:&lt;br /&gt;&lt;!--c1--&gt;&lt;div class='codetop'&gt;CODE&lt;/div&gt;&lt;div class='codemain'&gt;&lt;!--ec1--&gt;for i in *.rpm; do sudo alien -cv &amp;#036;i; done&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;This will take some time.&lt;br /&gt;&lt;span style='color:red'&gt;(fragmental reported that he had problems running alien on a FAT filesystem, so better don&amp;#39;t try that.)&lt;br /&gt;To make Maya install without problems later, we need to create the following link, even though /usr/aw doesn&amp;#39;t exist yet:&lt;/span&gt;&lt;br /&gt;Code:&lt;br /&gt;&lt;!--c1--&gt;&lt;div class='codetop'&gt;CODE&lt;/div&gt;&lt;div class='codemain'&gt;&lt;!--ec1--&gt;sudo ln -s /usr/aw /aw&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;For Maya 8.0 / 8.5, you also need to run&lt;br /&gt;Code:&lt;br /&gt;&lt;!--c1--&gt;&lt;div class='codetop'&gt;CODE&lt;/div&gt;&lt;div class='codemain'&gt;&lt;!--ec1--&gt;sudo ln -s /usr/autodesk /autodesk&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;Now we&amp;#39;re ready to install the Maya packages:&lt;br /&gt;(Change the filenames according to your version. Also have a look at the update at the end of this howto.)&lt;br /&gt;Code:&lt;br /&gt;&lt;!--c1--&gt;&lt;div class='codetop'&gt;CODE&lt;/div&gt;&lt;div class='codemain'&gt;&lt;!--ec1--&gt;sudo dpkg -i awcommon-server_9.5-2_i386.deb&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;For Maya 8.0 / 8.5, you can ignore the warning about chkconfig not being found. Now, run&lt;br /&gt;Code:&lt;br /&gt;&lt;!--c1--&gt;&lt;div class='codetop'&gt;CODE&lt;/div&gt;&lt;div class='codemain'&gt;&lt;!--ec1--&gt;sudo dpkg -i awcommon_9.5-2_i386.deb&lt;br /&gt;sudo dpkg -i maya7-0_7.0-375_i386.deb&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;Now you need to install your license file (aw.dat).&lt;br /&gt;Copy it over to /var/flexlm (create this directory if it doesn&amp;#39;t exist):&lt;br /&gt;Code:&lt;br /&gt;&lt;!--c1--&gt;&lt;div class='codetop'&gt;CODE&lt;/div&gt;&lt;div class='codemain'&gt;&lt;!--ec1--&gt;sudo cp aw.dat /var/flexlm&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;Make sure Maya has read-access to this file.&lt;br /&gt;I didn&amp;#39;t need to install aksusbd*.deb.&lt;br /&gt;To stop Maya from complaining at startup about not being able to create a log file, run&lt;br /&gt;Code:&lt;br /&gt;&lt;!--c1--&gt;&lt;div class='codetop'&gt;CODE&lt;/div&gt;&lt;div class='codemain'&gt;&lt;!--ec1--&gt;sudo mkdir /usr/tmp&lt;br /&gt;sudo chmod 777 /usr/tmp&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;You should be able to run Maya now by running:&lt;br /&gt;Code:&lt;br /&gt;&lt;!--c1--&gt;&lt;div class='codetop'&gt;CODE&lt;/div&gt;&lt;div class='codemain'&gt;&lt;!--ec1--&gt;maya&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;DinoeL noted that to fix the error&lt;br /&gt;Code:&lt;br /&gt;&lt;!--c1--&gt;&lt;div class='codetop'&gt;CODE&lt;/div&gt;&lt;div class='codemain'&gt;&lt;!--ec1--&gt;/aw/maya7.0/bin/maya.bin&amp;#58; /aw/maya7.0/lib/libgcc_s.so.1&amp;#58; version `GCC_4.2.0&amp;#39; not found &amp;#40;required by /usr/lib/libstdc++.so.6&amp;#41;&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;you need to create some symlinks (only if you get the error above&amp;#33;):&lt;br /&gt;Code:&lt;br /&gt;&lt;!--c1--&gt;&lt;div class='codetop'&gt;CODE&lt;/div&gt;&lt;div class='codemain'&gt;&lt;!--ec1--&gt;sudo ln -sf /usr/lib/libstdc++.so.5 /usr/aw/maya/lib/libstdc++.so.5&lt;br /&gt;sudo ln -sf /lib/libgcc_s.so.1 /usr/aw/maya/lib/libgcc_s.so.1&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;In case you get the error &amp;quot;Can&amp;#39;t Find libXp.so.6&amp;quot;, you need to install libxp6 (thanks to Rixeh for this):&lt;br /&gt;Code:&lt;br /&gt;&lt;!--c1--&gt;&lt;div class='codetop'&gt;CODE&lt;/div&gt;&lt;div class='codemain'&gt;&lt;!--ec1--&gt;apt-get install libxp6&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;Should you get the error &amp;quot;/aw/COM/bin/installKey: error while loading shared libraries: libXm.so.2: cannot open shared object file: No such file or directory&amp;quot;:&lt;br /&gt;Code:&lt;br /&gt;&lt;!--c1--&gt;&lt;div class='codetop'&gt;CODE&lt;/div&gt;&lt;div class='codemain'&gt;&lt;!--ec1--&gt;apt-get install libmotif3&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;To install the documentation files (optional step), run:&lt;br /&gt;Code:&lt;br /&gt;&lt;!--c1--&gt;&lt;div class='codetop'&gt;CODE&lt;/div&gt;&lt;div class='codemain'&gt;&lt;!--ec1--&gt;sudo dpkg -i maya7-0-docs-en-us_7.0-381_i386.deb&lt;br /&gt;sudo dpkg -i maya7-0-docserver_7.0-381_i386.deb&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;You can start up and shut down the documentation server using&lt;br /&gt;Code:&lt;br /&gt;&lt;!--c1--&gt;&lt;div class='codetop'&gt;CODE&lt;/div&gt;&lt;div class='codemain'&gt;&lt;!--ec1--&gt;/usr/aw/maya/docs/startDocServer.sh&lt;br /&gt;/usr/aw/maya/docs/shutdownDocServer.sh&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;To make the documentation server start up at boot time, create the script /etc/init.d/maya-doc-server (as root) with the following content:&lt;br /&gt;Code:&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;#&amp;#33; /bin/sh&lt;br /&gt;#&lt;br /&gt;# maya-doc-server&lt;br /&gt;#&lt;br /&gt;# Starts and stops the Maya Documentation Server&lt;br /&gt;#&lt;br /&gt;set -e&lt;br /&gt;PATH=/usr/local/sbin&amp;#58;/usr/local/bin&amp;#58;/sbin&amp;#58;/bin&amp;#58;/usr/sbin&amp;#58;/usr/bin&lt;br /&gt;PATH=&amp;#036;PATH&amp;#58;/usr/aw/maya/docs&lt;br /&gt;DESC=&amp;#34;Maya Documentation Server&amp;#34;&lt;br /&gt;NAME=maya-doc-server&lt;br /&gt;SCRIPTNAME=/etc/init.d/&amp;#036;NAME&lt;br /&gt;case &amp;#34;&amp;#036;1&amp;#34; in&lt;br /&gt;start&amp;#41;&lt;br /&gt;echo -n &amp;#34;Starting &amp;#036;DESC&amp;#34;&lt;br /&gt;startDocServer.sh&lt;br /&gt;echo &amp;#34;.&amp;#34;&lt;br /&gt;;;&lt;br /&gt;stop&amp;#41;&lt;br /&gt;echo -n &amp;#34;Stopping &amp;#036;DESC&amp;#34;&lt;br /&gt;shutdownDocServer.sh&lt;br /&gt;echo &amp;#34;.&amp;#34;&lt;br /&gt;;;&lt;br /&gt;restart|force-reload&amp;#41;&lt;br /&gt;echo -n &amp;#34;Restarting &amp;#036;DESC&amp;#34;&lt;br /&gt;shutdownDocServer.sh&lt;br /&gt;startDocServer.sh&lt;br /&gt;echo &amp;#34;.&amp;#34;&lt;br /&gt;;;&lt;br /&gt;*&amp;#41;&lt;br /&gt;echo &amp;#34;Usage&amp;#58; &amp;#036;SCRIPTNAME {start|stop|restart|force-reload}&amp;#34; &amp;#62;&amp;amp;2&lt;br /&gt;exit 1&lt;br /&gt;;;&lt;br /&gt;esac&lt;br /&gt;exit 0&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;Now run&lt;br /&gt;Code:&lt;br /&gt;&lt;!--c1--&gt;&lt;div class='codetop'&gt;CODE&lt;/div&gt;&lt;div class='codemain'&gt;&lt;!--ec1--&gt;sudo chmod +x /etc/init.d/maya-doc-server&lt;br /&gt;sudo update-rc.d maya-doc-server defaults&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;That should basically be all you need for a proper Maya installation on Ubuntu. Let me know if it worked for you&amp;#33;&lt;br /&gt;&lt;br /&gt;I had big trouble running Maya and having the X composite extension enabled at the same time (using an nVidia card and current drivers): all titlebars disappeared. Apparently I&amp;#39;m not the only one with this problem, so better disable compositing when using Maya. There&amp;#39;s another post on the Autodesk forum that might be helpful (thanks, Bart Simpson 18 ).&lt;br /&gt;Additionally, my window display got garbled when scrolling. For me it worked to add the following section to /etc/X11/xorg.conf:&lt;br /&gt;Code:&lt;br /&gt;&lt;!--c1--&gt;&lt;div class='codetop'&gt;CODE&lt;/div&gt;&lt;div class='codemain'&gt;&lt;!--ec1--&gt;Section &amp;#34;Extensions&amp;#34;&lt;br /&gt; &amp;nbsp;Option &amp;#34;Composite&amp;#34; &amp;#34;Disable&amp;#34;&lt;br /&gt;EndSection&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;You need to restart your X server to use these new settings. Compiz / Beryl probably won&amp;#39;t work anymore because of this.&lt;br /&gt;&lt;br /&gt;By default, [Alt] + mouse moves windows in Gnome. However, for Maya you need the Alt-key for rotation, zooming etc.&lt;br /&gt;You can change the key binding to move windows in the Gnome settings. For example, set it to the Super-key, which corresponds to the Windows-key.&lt;br /&gt;&lt;br /&gt;If you get font errors (e.g. &amp;quot;Error: Failed trying to load font : -*-helvetica-bold-r-normal--10-*-*-*-*-*-iso8859-&amp;quot;), you might want to check your xorg.conf; especially if you&amp;#39;ve got an ATI driver installed: some users reported that this driver messes up the font paths.&lt;br /&gt;&lt;br /&gt;If Maya segfaults on startup, you should double-check your license file.&lt;br /&gt;&lt;br /&gt;mattb reported a problem using the TextCurve tool (Create -&amp;gt; Text) in the Maya 6.5 thread (Maya doesn&amp;#39;t find the font files). I&amp;#39;m not aware of a solution to this right now.&lt;br /&gt;&lt;br /&gt;Alias provides a set of &amp;quot;Bonus Tools&amp;quot; which might be interesting for some of you. Just convert and install the rpm in the same way as above.&lt;br /&gt;&lt;br /&gt;Meanwhile, Alias released an update, Maya 7.01. You&amp;#39;ll need a bronze account to download, but that only means you&amp;#39;ll have to register there (for free). This update includes all the rpms to install Maya.&lt;br /&gt;&lt;br /&gt;There is also a download for Maya 8.5 Service Pack 1.&lt;br /&gt;&lt;br /&gt;A cursor issue can be fixed by running&lt;br /&gt;Code:&lt;br /&gt;&lt;!--c1--&gt;&lt;div class='codetop'&gt;CODE&lt;/div&gt;&lt;div class='codemain'&gt;&lt;!--ec1--&gt;export MAYA_MMSET_DEFAULT_XCURSOR=1&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;[addedon]February 5, 2009, 1:02 pm[/addedon]if any1 hv try it..... pls comment on wht u experience.....</description>
            <author>nicktarc</author>
            <category>Linux &amp;amp; Open Source Software</category>
            <pubDate>Wed, 04 Feb 2009 21:06:59 +0800</pubDate>
        </item>
        <item>
            <title>any blog source code</title>
            <link>http://forum.lowyat.net/topic/795418</link>
            <description>beside wordpress and other good source code... similiar to wordpress or the 1 use in blogspot...&lt;br /&gt;&lt;br /&gt;do blogspot post out their code???</description>
            <author>nicktarc</author>
            <category>Linux &amp;amp; Open Source Software</category>
            <pubDate>Fri, 19 Sep 2008 01:11:49 +0800</pubDate>
        </item>
        <item>
            <title>The Mutual Fund</title>
            <link>http://forum.lowyat.net/topic/795407</link>
            <description>Hoo... MUTUAL FUND... I go here and there all my ex-coursemate talk about mutual fund... they say it is a good investment... so, is it??? so, here is the formula to let u rethink about mutual fund before invest on it...&lt;br /&gt;&lt;br /&gt;you put --&amp;#62; 100% money + 100% risk&lt;br /&gt;you earn --&amp;#62; ?&lt;br /&gt;&lt;br /&gt;bank put --&amp;#62; 0% risk + 0% money&lt;br /&gt;bank earn --&amp;#62; 80% profit + 100% control&lt;br /&gt;&lt;br /&gt;therefore;&lt;br /&gt;--&amp;#62; what u made???&lt;br /&gt;&lt;br /&gt;you earn --&amp;#62; 20% profit + 0% control&lt;br /&gt;&lt;br /&gt;So, did u see what is in the formula? Did it change ur idea in investment?&lt;br /&gt;&lt;br /&gt;P/S: For MF agent pls comment too...</description>
            <author>nicktarc</author>
            <category>Finance, Business and Investment House</category>
            <pubDate>Fri, 19 Sep 2008 00:55:41 +0800</pubDate>
        </item>
        <item>
            <title>Wordpress</title>
            <link>http://forum.lowyat.net/topic/794779</link>
            <description>I hv a project which running wordpress on private/own server...&lt;br /&gt;&lt;br /&gt;Problem is there is some plug-in that need api key... so any idea of how to get it...</description>
            <author>nicktarc</author>
            <category>Linux &amp;amp; Open Source Software</category>
            <pubDate>Thu, 18 Sep 2008 13:13:11 +0800</pubDate>
        </item>
        <item>
            <title>What you think with RM1?</title>
            <link>http://forum.lowyat.net/topic/794756</link>
            <description>So, which u choose and why u do so???</description>
            <author>nicktarc</author>
            <category>Finance, Business and Investment House</category>
            <pubDate>Thu, 18 Sep 2008 12:27:12 +0800</pubDate>
        </item>
        <item>
            <title>Financial Freedom</title>
            <link>http://forum.lowyat.net/topic/792356</link>
            <description>I drop this topic to get feedback from u all.&lt;br /&gt;&lt;br /&gt;So, how many of us understand about fiancial freedom?&lt;br /&gt;&lt;br /&gt;It is the power to control... Is that true...&lt;br /&gt;&lt;br /&gt;What ur opinion?</description>
            <author>nicktarc</author>
            <category>Finance, Business and Investment House</category>
            <pubDate>Mon, 15 Sep 2008 17:53:05 +0800</pubDate>
        </item>
        <item>
            <title>[Ubuntu 8.04] TM Streamyx Connect...</title>
            <link>http://forum.lowyat.net/topic/779591</link>
            <description>How to dial-up to the streamyx??? I hate using the router now... In oversea, i know pppdcof work... but here i just can&amp;#39;t connect using pppdconf...</description>
            <author>nicktarc</author>
            <category>Linux &amp;amp; Open Source Software</category>
            <pubDate>Sun, 31 Aug 2008 00:13:48 +0800</pubDate>
        </item>
        <item>
            <title>Ruby on Rails</title>
            <link>http://forum.lowyat.net/topic/665797</link>
            <description>Hi all, any1 here use rails or play around with ruby language???</description>
            <author>nicktarc</author>
            <category>Codemasters</category>
            <pubDate>Thu, 03 Apr 2008 16:21:13 +0800</pubDate>
        </item>
        <item>
            <title>ROR 2 ~ Who has try it?</title>
            <link>http://forum.lowyat.net/topic/650610</link>
            <description>Anyone use ROR here? and, any of u all has jump from ROR 1 to ROR 2??? It is completely dif things... rake change alot... the rails script and it integrity with db also change... However, it make batter sync if u r using sqlite3...&lt;br /&gt;&lt;br /&gt;[addedon]March 15, 2008, 2:27 am[/addedon]netbeans 6beta is supported ROR2... it is cools...</description>
            <author>nicktarc</author>
            <category>Linux &amp;amp; Open Source Software</category>
            <pubDate>Wed, 12 Mar 2008 22:26:06 +0800</pubDate>
        </item>
        <item>
            <title>Perfect install of Wine in Fedora?</title>
            <link>http://forum.lowyat.net/topic/650039</link>
            <description>How to make sure the wine is setup properly??? I have install online game using wine, but it seem like it can&amp;#39;t get connect to the Internet... Why???</description>
            <author>nicktarc</author>
            <category>Linux &amp;amp; Open Source Software</category>
            <pubDate>Wed, 12 Mar 2008 04:31:54 +0800</pubDate>
        </item>
        <item>
            <title>Error in running apache web server</title>
            <link>http://forum.lowyat.net/topic/518286</link>
            <description>When i start the httpd service the warning as below has turn up.  But the system is working.  Can anyone thell me what is happening?&lt;br /&gt;&lt;br /&gt;CentOS 5.0&lt;br /&gt;=======&lt;br /&gt;&lt;br /&gt;service httpd restart&lt;br /&gt;Stopping httpd .... [OK]&lt;br /&gt;[Mon Sep 10 16:52:02 2007] [warn] NameVirtualHost host1.domain.net.my:0 has no VirtualHosts&lt;br /&gt;[Mon Sep 10 16:52:02 2007] [warn] NameVirtualHost host2.domain.net.my:0 has no VirtualHosts&lt;br /&gt;Starting httpd ... [OK]&lt;br /&gt;&lt;br /&gt;The Zone File&lt;br /&gt;========&lt;br /&gt;&lt;br /&gt;host1   IN   A   1.2.3.4&lt;br /&gt;host2   IN   A   1.2.3.4</description>
            <author>nicktarc</author>
            <category>Linux &amp;amp; Open Source Software</category>
            <pubDate>Mon, 10 Sep 2007 16:59:15 +0800</pubDate>
        </item>
        <item>
            <title>How to play game in linux</title>
            <link>http://forum.lowyat.net/topic/488465</link>
            <description>I hope can play online game in linux. So, can someone tell me what to do??? I have install maple sea &amp;amp; ghost online on my linux box using wine but they are unable to load up.</description>
            <author>nicktarc</author>
            <category>Linux &amp;amp; Open Source Software</category>
            <pubDate>Sun, 15 Jul 2007 15:52:14 +0800</pubDate>
        </item>
        <item>
            <title>Problem in losing GRUB</title>
            <link>http://forum.lowyat.net/topic/488463</link>
            <description>I m running duo boot system in my box. 1 is PC and 1 is linux. What happen here is after i format my window i m unable to boot up my linux. So, how can i make the grub available again with out reinstall my linux.</description>
            <author>nicktarc</author>
            <category>Linux &amp;amp; Open Source Software</category>
            <pubDate>Sun, 15 Jul 2007 15:44:15 +0800</pubDate>
        </item>
        <item>
            <title>Centos Server Configuration Help</title>
            <link>http://forum.lowyat.net/topic/454422</link>
            <description>I need some help... I now in the middle of big project and i facing the problem of time 2 teach all my technician to setup it is limited (i mean using consule). So do they hv any kind of software (GUI / Webbased) which can help 2 turbo it up... i hv hearding about some sysadmin software but unable 2 found it...</description>
            <author>nicktarc</author>
            <category>Linux &amp;amp; Open Source Software</category>
            <pubDate>Wed, 09 May 2007 17:10:32 +0800</pubDate>
        </item>
        <item>
            <title>Wan PC budget under 2K...</title>
            <link>http://forum.lowyat.net/topic/436578</link>
            <description>i wanna buy new PC under 2K wif complete set... n pls list out the spec for me...&lt;br /&gt;&lt;br /&gt;tq... &lt;!--emo&amp;:help:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/icon_question.gif' border='0' style='vertical-align:middle' alt='icon_question.gif' /&gt;&lt;!--endemo--&gt; &lt;br /&gt;</description>
            <author>nicktarc</author>
            <category>Price &amp;amp; Dealers Guide</category>
            <pubDate>Tue, 03 Apr 2007 18:52:34 +0800</pubDate>
        </item>
    </channel>
</rss>
