<?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/"
   xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule">
<channel>
    
    <title>GizmoLA.com - Comments</title>
    <link>http://www.gizmola.com/blog/</link>
    <description>GizmoLA.com - </description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.5.5 - http://www.s9y.org/</generator>
    <managingEditor>webmaster@gizmola.com</managingEditor>
<webMaster>webmaster@gizmola.com</webMaster>
<pubDate>Sat, 04 Feb 2012 11:00:11 GMT</pubDate>

    <image>
        <url>http://www.gizmola.com/blog/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: GizmoLA.com - Comments - GizmoLA.com - </title>
        <link>http://www.gizmola.com/blog/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>Maurice: Linux shell scripting: bad interpreter: No such file or directory</title>
    <link>http://www.gizmola.com/blog/archives/87-Linux-shell-scripting-bad-interpreter-No-such-file-or-directory.html#c130780</link>
            <category></category>
    
    <comments>http://www.gizmola.com/blog/archives/87-Linux-shell-scripting-bad-interpreter-No-such-file-or-directory.html#comments</comments>
    <wfw:comment>http://www.gizmola.com/blog/wfwcomment.php?cid=87</wfw:comment>

    

    <author>nospam@example.com (Maurice)</author>
    <content:encoded>
    I works for me as well; thank you very much. 
    </content:encoded>

    <pubDate>Fri, 20 Jan 2012 08:26:22 -0800</pubDate>
    <guid isPermaLink="false">http://www.gizmola.com/blog/archives/87-guid.html#c130780</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>
<item>
    <title>OrthodoxCaveman: Linux shell scripting: bad interpreter: No such file or directory</title>
    <link>http://www.gizmola.com/blog/archives/87-Linux-shell-scripting-bad-interpreter-No-such-file-or-directory.html#c130779</link>
            <category></category>
    
    <comments>http://www.gizmola.com/blog/archives/87-Linux-shell-scripting-bad-interpreter-No-such-file-or-directory.html#comments</comments>
    <wfw:comment>http://www.gizmola.com/blog/wfwcomment.php?cid=87</wfw:comment>

    

    <author>nospam@example.com (OrthodoxCaveman)</author>
    <content:encoded>
    Happens the same with me, can&#039;t find any info on it too... 
    </content:encoded>

    <pubDate>Mon, 16 Jan 2012 18:34:11 -0800</pubDate>
    <guid isPermaLink="false">http://www.gizmola.com/blog/archives/87-guid.html#c130779</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>
<item>
    <title>Mike: Install Xwindows and Gnome on Centos with Yum</title>
    <link>http://www.gizmola.com/blog/archives/74-Install-Xwindows-and-Gnome-on-Centos-with-Yum.html#c130778</link>
            <category></category>
    
    <comments>http://www.gizmola.com/blog/archives/74-Install-Xwindows-and-Gnome-on-Centos-with-Yum.html#comments</comments>
    <wfw:comment>http://www.gizmola.com/blog/wfwcomment.php?cid=74</wfw:comment>

    

    <author>nospam@example.com (Mike)</author>
    <content:encoded>
    Thanks for helping me get gnome installed on my vps.  Great job. 
    </content:encoded>

    <pubDate>Wed, 11 Jan 2012 00:19:17 -0800</pubDate>
    <guid isPermaLink="false">http://www.gizmola.com/blog/archives/74-guid.html#c130778</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>
<item>
    <title>Andrew Bermejo: Finding &quot;Next Monday&quot; using MySQL Dates</title>
    <link>http://www.gizmola.com/blog/archives/99-Finding-Next-Monday-using-MySQL-Dates.html#c130775</link>
            <category></category>
    
    <comments>http://www.gizmola.com/blog/archives/99-Finding-Next-Monday-using-MySQL-Dates.html#comments</comments>
    <wfw:comment>http://www.gizmola.com/blog/wfwcomment.php?cid=99</wfw:comment>

    

    <author>nospam@example.com (Andrew Bermejo)</author>
    <content:encoded>
    then I make a function.&lt;br /&gt;
&lt;br /&gt;
DELIMITER $$&lt;br /&gt;
&lt;br /&gt;
DROP FUNCTION IF EXISTS `nextDayOfWeek`$$&lt;br /&gt;
&lt;br /&gt;
CREATE FUNCTION `nextDayOfWeek`( tmpdate DATE,  dayno INT) RETURNS DATE&lt;br /&gt;
    DETERMINISTIC&lt;br /&gt;
BEGIN&lt;br /&gt;
	DECLARE wikday INT(1);&lt;br /&gt;
	SET wikday = DAYOFWEEK(tmpdate);&lt;br /&gt;
	RETURN DATE_ADD(tmpdate, INTERVAL ((7+dayno) - IF( wikday 
    </content:encoded>

    <pubDate>Mon, 02 Jan 2012 21:39:43 -0800</pubDate>
    <guid isPermaLink="false">http://www.gizmola.com/blog/archives/99-guid.html#c130775</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>
<item>
    <title>Andrew Bermejo: Finding &quot;Next Monday&quot; using MySQL Dates</title>
    <link>http://www.gizmola.com/blog/archives/99-Finding-Next-Monday-using-MySQL-Dates.html#c130774</link>
            <category></category>
    
    <comments>http://www.gizmola.com/blog/archives/99-Finding-Next-Monday-using-MySQL-Dates.html#comments</comments>
    <wfw:comment>http://www.gizmola.com/blog/wfwcomment.php?cid=99</wfw:comment>

    

    <author>nospam@example.com (Andrew Bermejo)</author>
    <content:encoded>
    Thanks for this.&lt;br /&gt;
from here i formulate this.&lt;br /&gt;
&lt;br /&gt;
SELECT @tmpdate:= &#039;2012-01-06&#039;,@dayno:=1,DATE_ADD(@tmpdate, INTERVAL ((7+@dayno) - IF(DAYOFWEEK(@tmpdate) 
    </content:encoded>

    <pubDate>Mon, 02 Jan 2012 21:37:43 -0800</pubDate>
    <guid isPermaLink="false">http://www.gizmola.com/blog/archives/99-guid.html#c130774</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>
<item>
    <title>Best VPS Hosting: Centos Virtual LAMP server -- Part II</title>
    <link>http://www.gizmola.com/blog/archives/97-Centos-Virtual-LAMP-server-Part-II.html#c130772</link>
            <category></category>
    
    <comments>http://www.gizmola.com/blog/archives/97-Centos-Virtual-LAMP-server-Part-II.html#comments</comments>
    <wfw:comment>http://www.gizmola.com/blog/wfwcomment.php?cid=97</wfw:comment>

    

    <author>nospam@example.com (Best VPS Hosting)</author>
    <content:encoded>
    This tutorial will introduce you to some of the key concepts behind the RightScale Cloud Management Platform and also show you how easy it is to set up, configure, and launch a fully functioning LAMP (Linux Apache MySQL and PHP/Perl/Python or other Programming language) server running on Rackspace in 10 minutes using a RightScale ServerTemplate.  This tutorial is useful for any developer who wants to host a LAMP server on the Rackspace Cloud.&lt;br /&gt;
&lt;br /&gt;
Note: If you want to launch a LAMP Server on EC2, see All-In-One LAMP Server. 
    </content:encoded>

    <pubDate>Tue, 27 Dec 2011 01:26:41 -0800</pubDate>
    <guid isPermaLink="false">http://www.gizmola.com/blog/archives/97-guid.html#c130772</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>
<item>
    <title>David: Free Apple Mac style Dock with Windows Vista and RocketDock</title>
    <link>http://www.gizmola.com/blog/archives/81-Free-Apple-Mac-style-Dock-with-Windows-Vista-and-RocketDock.html#c130771</link>
            <category></category>
    
    <comments>http://www.gizmola.com/blog/archives/81-Free-Apple-Mac-style-Dock-with-Windows-Vista-and-RocketDock.html#comments</comments>
    <wfw:comment>http://www.gizmola.com/blog/wfwcomment.php?cid=81</wfw:comment>

    

    <author>nospam@example.com (David)</author>
    <content:encoded>
    As stated previously in the comments, you can drag them off or right mouse click on them and choose delete. 
    </content:encoded>

    <pubDate>Mon, 26 Dec 2011 14:27:45 -0800</pubDate>
    <guid isPermaLink="false">http://www.gizmola.com/blog/archives/81-guid.html#c130771</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>
<item>
    <title>David: Free Apple Mac style Dock with Windows Vista and RocketDock</title>
    <link>http://www.gizmola.com/blog/archives/81-Free-Apple-Mac-style-Dock-with-Windows-Vista-and-RocketDock.html#c130770</link>
            <category></category>
    
    <comments>http://www.gizmola.com/blog/archives/81-Free-Apple-Mac-style-Dock-with-Windows-Vista-and-RocketDock.html#comments</comments>
    <wfw:comment>http://www.gizmola.com/blog/wfwcomment.php?cid=81</wfw:comment>

    

    <author>nospam@example.com (David)</author>
    <content:encoded>
    In the article I provide a link to Punk Labs.  They have a Download menu item on their site, where the latest version is listed. 
    </content:encoded>

    <pubDate>Mon, 26 Dec 2011 14:16:52 -0800</pubDate>
    <guid isPermaLink="false">http://www.gizmola.com/blog/archives/81-guid.html#c130770</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>
<item>
    <title>K0h4n: Linux shell scripting: bad interpreter: No such file or directory</title>
    <link>http://www.gizmola.com/blog/archives/87-Linux-shell-scripting-bad-interpreter-No-such-file-or-directory.html#c130769</link>
            <category></category>
    
    <comments>http://www.gizmola.com/blog/archives/87-Linux-shell-scripting-bad-interpreter-No-such-file-or-directory.html#comments</comments>
    <wfw:comment>http://www.gizmola.com/blog/wfwcomment.php?cid=87</wfw:comment>

    

    <author>nospam@example.com (K0h4n)</author>
    <content:encoded>
    It works like a charm. Thank you for the solution. ^^ 
    </content:encoded>

    <pubDate>Wed, 21 Dec 2011 16:56:10 -0800</pubDate>
    <guid isPermaLink="false">http://www.gizmola.com/blog/archives/87-guid.html#c130769</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>
<item>
    <title>DGFADFH: Free Apple Mac style Dock with Windows Vista and RocketDock</title>
    <link>http://www.gizmola.com/blog/archives/81-Free-Apple-Mac-style-Dock-with-Windows-Vista-and-RocketDock.html#c130767</link>
            <category></category>
    
    <comments>http://www.gizmola.com/blog/archives/81-Free-Apple-Mac-style-Dock-with-Windows-Vista-and-RocketDock.html#comments</comments>
    <wfw:comment>http://www.gizmola.com/blog/wfwcomment.php?cid=81</wfw:comment>

    

    <author>nospam@example.com (DGFADFH)</author>
    <content:encoded>
    WHERE THE HELL IS THE DOWNLOAD 
    </content:encoded>

    <pubDate>Thu, 15 Dec 2011 16:34:49 -0800</pubDate>
    <guid isPermaLink="false">http://www.gizmola.com/blog/archives/81-guid.html#c130767</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>
<item>
    <title>JTnet: Install Xwindows and Gnome on Centos with Yum</title>
    <link>http://www.gizmola.com/blog/archives/74-Install-Xwindows-and-Gnome-on-Centos-with-Yum.html#c130766</link>
            <category></category>
    
    <comments>http://www.gizmola.com/blog/archives/74-Install-Xwindows-and-Gnome-on-Centos-with-Yum.html#comments</comments>
    <wfw:comment>http://www.gizmola.com/blog/wfwcomment.php?cid=74</wfw:comment>

    

    <author>nospam@example.com (JTnet)</author>
    <content:encoded>
    Try editing /etc/inittab and changing &quot;id:3:initdefault:&quot; to &quot;id:5:initdefault:&quot;  &lt;br /&gt;
&lt;br /&gt;
Cheers,&lt;br /&gt;
&lt;br /&gt;
Brian 
    </content:encoded>

    <pubDate>Fri, 09 Dec 2011 11:52:18 -0800</pubDate>
    <guid isPermaLink="false">http://www.gizmola.com/blog/archives/74-guid.html#c130766</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>
<item>
    <title>Qadir: Free Apple Mac style Dock with Windows Vista and RocketDock</title>
    <link>http://www.gizmola.com/blog/archives/81-Free-Apple-Mac-style-Dock-with-Windows-Vista-and-RocketDock.html#c130765</link>
            <category></category>
    
    <comments>http://www.gizmola.com/blog/archives/81-Free-Apple-Mac-style-Dock-with-Windows-Vista-and-RocketDock.html#comments</comments>
    <wfw:comment>http://www.gizmola.com/blog/wfwcomment.php?cid=81</wfw:comment>

    

    <author>nospam@example.com (Qadir)</author>
    <content:encoded>
    i love it 
    </content:encoded>

    <pubDate>Fri, 09 Dec 2011 07:36:48 -0800</pubDate>
    <guid isPermaLink="false">http://www.gizmola.com/blog/archives/81-guid.html#c130765</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>
<item>
    <title>Joe: Install Xwindows and Gnome on Centos with Yum</title>
    <link>http://www.gizmola.com/blog/archives/74-Install-Xwindows-and-Gnome-on-Centos-with-Yum.html#c130763</link>
            <category></category>
    
    <comments>http://www.gizmola.com/blog/archives/74-Install-Xwindows-and-Gnome-on-Centos-with-Yum.html#comments</comments>
    <wfw:comment>http://www.gizmola.com/blog/wfwcomment.php?cid=74</wfw:comment>

    

    <author>nospam@example.com (Joe)</author>
    <content:encoded>
    thanks for the instructions on getting gnome install. Is there a way to make gnome load by default so I don&#039;t have to login and type startx?&lt;br /&gt;
&lt;br /&gt;
thx in advance 
    </content:encoded>

    <pubDate>Wed, 30 Nov 2011 20:12:24 -0800</pubDate>
    <guid isPermaLink="false">http://www.gizmola.com/blog/archives/74-guid.html#c130763</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>
<item>
    <title>windows vista wireless issues : Free Apple Mac style Dock with Windows Vista and RocketDock</title>
    <link>http://www.gizmola.com/blog/archives/81-Free-Apple-Mac-style-Dock-with-Windows-Vista-and-RocketDock.html#c130759</link>
            <category></category>
    
    <comments>http://www.gizmola.com/blog/archives/81-Free-Apple-Mac-style-Dock-with-Windows-Vista-and-RocketDock.html#comments</comments>
    <wfw:comment>http://www.gizmola.com/blog/wfwcomment.php?cid=81</wfw:comment>

    

    <author>nospam@example.com (windows vista wireless issues )</author>
    <content:encoded>
    how can i delete some of the icons? there are too many that i do not need 
    </content:encoded>

    <pubDate>Thu, 03 Nov 2011 16:58:29 -0700</pubDate>
    <guid isPermaLink="false">http://www.gizmola.com/blog/archives/81-guid.html#c130759</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>
<item>
    <title>James Mickle: Calculate a person's age in a MySQL query</title>
    <link>http://www.gizmola.com/blog/archives/107-Calculate-a-persons-age-in-a-MySQL-query.html#c130758</link>
            <category></category>
    
    <comments>http://www.gizmola.com/blog/archives/107-Calculate-a-persons-age-in-a-MySQL-query.html#comments</comments>
    <wfw:comment>http://www.gizmola.com/blog/wfwcomment.php?cid=107</wfw:comment>

    

    <author>nospam@example.com (James Mickle)</author>
    <content:encoded>
    Hello there this is a in fact wonderful coding fo msql. Just how did you take this? Maintain up all the excellent work. Will come back for more. 
    </content:encoded>

    <pubDate>Mon, 17 Oct 2011 23:54:44 -0700</pubDate>
    <guid isPermaLink="false">http://www.gizmola.com/blog/archives/107-guid.html#c130758</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>

</channel>
</rss>
