<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for Fernandez de Quilon</title>
	<atom:link href="http://www.jefferyfernandez.id.au/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jefferyfernandez.id.au</link>
	<description>between flat screens and grey matter</description>
	<lastBuildDate>Wed, 13 Jul 2011 06:33:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3-aortic-dissection</generator>
	<item>
		<title>Comment on Install PDT for Adobe Flash Builder by Dave</title>
		<link>http://www.jefferyfernandez.id.au/2010/08/23/install-pdt-for-adobe-flash-builder/comment-page-1/#comment-11603</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Wed, 13 Jul 2011 06:33:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.jefferyfernandez.id.au/?p=99#comment-11603</guid>
		<description>Thanks dude. 

Followed instructions and it worked straight out of the box. Only advice I can offer to any others that stumble here is once the 3 items come back from the search for PDT ( in the install new software dialog ), just get the last 2 pdt options and leave the first one. something about accessability module for pdt. 

I did this in admin mode, and then once I restarted flashbuilder in normal mode after all was said and done it behaved exactly as I was expecting.

Although admittedly the only reason I&#039;m using flashbuilder is for a legacy project for dad, whereas normally these days I&#039;m using Intellij Idea from jetbrains. Stomps flashbuilder into the ground. little pissed I spent $2900 with adobe to do stuff a $200 app does so much better.

Cheers Jeffery, you made this painless.... now to go back to dealing with a less than perfect environment to make some changes.</description>
		<content:encoded><![CDATA[<p>Thanks dude. </p>
<p>Followed instructions and it worked straight out of the box. Only advice I can offer to any others that stumble here is once the 3 items come back from the search for PDT ( in the install new software dialog ), just get the last 2 pdt options and leave the first one. something about accessability module for pdt. </p>
<p>I did this in admin mode, and then once I restarted flashbuilder in normal mode after all was said and done it behaved exactly as I was expecting.</p>
<p>Although admittedly the only reason I&#8217;m using flashbuilder is for a legacy project for dad, whereas normally these days I&#8217;m using Intellij Idea from jetbrains. Stomps flashbuilder into the ground. little pissed I spent $2900 with adobe to do stuff a $200 app does so much better.</p>
<p>Cheers Jeffery, you made this painless&#8230;. now to go back to dealing with a less than perfect environment to make some changes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Change Linux User login and Group by Philip Petrov</title>
		<link>http://www.jefferyfernandez.id.au/2010/10/06/change-linux-user-login-and-group/comment-page-1/#comment-10501</link>
		<dc:creator>Philip Petrov</dc:creator>
		<pubDate>Wed, 27 Apr 2011 06:49:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.jefferyfernandez.id.au/?p=128#comment-10501</guid>
		<description>I guess the “groupmod -n ” will require that you are logged in with the user which you are changing; however below you say “make sure you are logged in as a different user”. Aren’t you going to change the group of the “different user” that way?

As far as I know the changing of group and getting rid of others can be done with the following two commands one after another:

# usermod -g &lt;newgroup&gt; &lt;user&gt;
# usermod -G &lt;newgroup&gt; &lt;user&gt;

Alternatively if you want to keep all existing groups as secondary you can use the “-a” flag and directly issue only this command:

# usermod -a -G &lt;newgroup&gt; &lt;user&gt;

This will preserve all existing groups and change the primarily group only.</description>
		<content:encoded><![CDATA[<p>I guess the “groupmod -n ” will require that you are logged in with the user which you are changing; however below you say “make sure you are logged in as a different user”. Aren’t you going to change the group of the “different user” that way?</p>
<p>As far as I know the changing of group and getting rid of others can be done with the following two commands one after another:</p>
<p># usermod -g &lt;newgroup&gt; &lt;user&gt;<br />
# usermod -G &lt;newgroup&gt; &lt;user&gt;</p>
<p>Alternatively if you want to keep all existing groups as secondary you can use the “-a” flag and directly issue only this command:</p>
<p># usermod -a -G &lt;newgroup&gt; &lt;user&gt;</p>
<p>This will preserve all existing groups and change the primarily group only.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Change Linux User login and Group by Philip Petrov</title>
		<link>http://www.jefferyfernandez.id.au/2010/10/06/change-linux-user-login-and-group/comment-page-1/#comment-10500</link>
		<dc:creator>Philip Petrov</dc:creator>
		<pubDate>Wed, 27 Apr 2011 06:47:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.jefferyfernandez.id.au/?p=128#comment-10500</guid>
		<description>I guess the &quot;groupmod -n  &quot; will require that you are logged in with the user which you are changing; however below you say &quot;make sure you are logged in as a different user&quot;. Aren&#039;t you going to change the group of the &quot;different user&quot; that way?

As far as I know the changing of group and getting rid of others can be done with the following two commands one after another:

# usermod -g  
# usermod -G  

Alternatively if you want to keep all existing groups as secondary you can use the &quot;-a&quot; flag and directly issue only this command:

# usermod -a -G  

This will preserve all existing groups and change the primarily group only.</description>
		<content:encoded><![CDATA[<p>I guess the &#8220;groupmod -n  &#8221; will require that you are logged in with the user which you are changing; however below you say &#8220;make sure you are logged in as a different user&#8221;. Aren&#8217;t you going to change the group of the &#8220;different user&#8221; that way?</p>
<p>As far as I know the changing of group and getting rid of others can be done with the following two commands one after another:</p>
<p># usermod -g<br />
# usermod -G  </p>
<p>Alternatively if you want to keep all existing groups as secondary you can use the &#8220;-a&#8221; flag and directly issue only this command:</p>
<p># usermod -a -G  </p>
<p>This will preserve all existing groups and change the primarily group only.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A security policy in place prevents mounting of volumes. by Tomas Hroch</title>
		<link>http://www.jefferyfernandez.id.au/2007/07/26/a-security-policy-in-place-prevents-mounting-of-volumes/comment-page-1/#comment-9078</link>
		<dc:creator>Tomas Hroch</dc:creator>
		<pubDate>Thu, 03 Feb 2011 16:19:11 +0000</pubDate>
		<guid isPermaLink="false">http://jefferyfernandez.id.au/2007/07/26/a-security-policy-in-place-prevents-mounting-of-drives/#comment-9078</guid>
		<description>Very, very  and once more very thanks for this, you save my life :)</description>
		<content:encoded><![CDATA[<p>Very, very  and once more very thanks for this, you save my life <img src='http://www.jefferyfernandez.id.au/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Install PDT for Adobe Flash Builder by jookyone</title>
		<link>http://www.jefferyfernandez.id.au/2010/08/23/install-pdt-for-adobe-flash-builder/comment-page-1/#comment-9056</link>
		<dc:creator>jookyone</dc:creator>
		<pubDate>Tue, 01 Feb 2011 05:47:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.jefferyfernandez.id.au/?p=99#comment-9056</guid>
		<description>This resulted in a ton of errors, but most prominently a PHPStructuredEditor failure of some sort.  Thanks for the try though.  Still trying to solve this problem.</description>
		<content:encoded><![CDATA[<p>This resulted in a ton of errors, but most prominently a PHPStructuredEditor failure of some sort.  Thanks for the try though.  Still trying to solve this problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Zend Debugger: Cannot read a valid value of zend_debugger.httpd_uid by Jeffery</title>
		<link>http://www.jefferyfernandez.id.au/2010/08/28/zend-debugger-cannot-read-a-valid-value-of-zend_debugger-httpd_uid/comment-page-1/#comment-7846</link>
		<dc:creator>Jeffery</dc:creator>
		<pubDate>Wed, 06 Oct 2010 02:20:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.jefferyfernandez.id.au/?p=117#comment-7846</guid>
		<description>Hi Dmitry,

Why do you ask? Is Chris not working on it anymore?</description>
		<content:encoded><![CDATA[<p>Hi Dmitry,</p>
<p>Why do you ask? Is Chris not working on it anymore?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MySQL Date Age Calculation by Allan</title>
		<link>http://www.jefferyfernandez.id.au/2008/07/02/mysql-date-age-calculation/comment-page-1/#comment-7792</link>
		<dc:creator>Allan</dc:creator>
		<pubDate>Wed, 29 Sep 2010 04:30:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.jefferyfernandez.id.au/?p=76#comment-7792</guid>
		<description>I had a similar requirement and started down the same path as your function when it occurred to me that I can simplify everything by add the datediff to 0000-00-00; however, since that not a legal date I had to use 0001-01-01 and subtract off 1 from each field.  See below:
&lt;pre lang=&quot;mysql&quot;&gt;
DELIMITER $$

DROP FUNCTION IF EXISTS Get_Age $$

CREATE FUNCTION Get_Age( dob DATE )
RETURNS CHAR(20)
BEGIN
    DECLARE years INT default 0;
    DECLARE months INT default 0;
    DECLARE days INT default 0;
    DECLARE age DATE;

    SELECT date_add(&#039;0001-01-01&#039;, interval datediff(current_date(),dob) day ) INTO age;

    -- Check that the age we&#039;re given is useful
    IF age is null or age = 0 or age = &#039;0000-00-00&#039; THEN
        RETURN age;
    END IF;

    SELECT YEAR(age) - 1 INTO years;
    SELECT MONTH(age)- 1 INTO months;
    SELECT DAY(age) - 1 INTO days;

    IF years THEN
        RETURN concat(years,&#039;y &#039;,months,&#039;m&#039;);

    ELSEIF months THEN
        RETURN concat(months,&#039;m &#039;,days,&#039;d&#039;);

    ELSE
            RETURN concat(days,&#039; days&#039;);
    END IF;

END $$

DELIMITER ;
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>I had a similar requirement and started down the same path as your function when it occurred to me that I can simplify everything by add the datediff to 0000-00-00; however, since that not a legal date I had to use 0001-01-01 and subtract off 1 from each field.  See below:</p>

<div class="wp_syntax"><div class="code"><pre class="mysql" style="font-family:monospace;">DELIMITER $$
&nbsp;
<span style="color: #990099; font-weight: bold;">DROP</span> <span style="color: #990099; font-weight: bold;">FUNCTION</span> <span style="color: #009900;">IF</span> <span style="color: #990099; font-weight: bold;">EXISTS</span> Get_Age $$
&nbsp;
<span style="color: #990099; font-weight: bold;">CREATE</span> <span style="color: #990099; font-weight: bold;">FUNCTION</span> Get_Age<span style="color: #FF00FF;">&#40;</span> dob <span style="color: #999900; font-weight: bold;">DATE</span> <span style="color: #FF00FF;">&#41;</span>
<span style="color: #990099; font-weight: bold;">RETURNS</span> <span style="color: #000099;">CHAR</span><span style="color: #FF00FF;">&#40;</span><span style="color: #008080;">20</span><span style="color: #FF00FF;">&#41;</span>
<span style="color: #990099; font-weight: bold;">BEGIN</span>
    <span style="color: #990099; font-weight: bold;">DECLARE</span> years <span style="color: #999900; font-weight: bold;">INT</span> <span style="color: #990099; font-weight: bold;">default</span> <span style="color: #008080;">0</span><span style="color: #000033;">;</span>
    <span style="color: #990099; font-weight: bold;">DECLARE</span> months <span style="color: #999900; font-weight: bold;">INT</span> <span style="color: #990099; font-weight: bold;">default</span> <span style="color: #008080;">0</span><span style="color: #000033;">;</span>
    <span style="color: #990099; font-weight: bold;">DECLARE</span> days <span style="color: #999900; font-weight: bold;">INT</span> <span style="color: #990099; font-weight: bold;">default</span> <span style="color: #008080;">0</span><span style="color: #000033;">;</span>
    <span style="color: #990099; font-weight: bold;">DECLARE</span> age <span style="color: #999900; font-weight: bold;">DATE</span><span style="color: #000033;">;</span>
&nbsp;
    <span style="color: #990099; font-weight: bold;">SELECT</span> <span style="color: #000099;">date_add</span><span style="color: #FF00FF;">&#40;</span><span style="color: #008000;">'0001-01-01'</span><span style="color: #000033;">,</span> <span style="color: #CC0099; font-weight: bold;">interval</span> <span style="color: #000099;">datediff</span><span style="color: #FF00FF;">&#40;</span><span style="color: #000099;">current_date</span><span style="color: #FF00FF;">&#40;</span><span style="color: #FF00FF;">&#41;</span><span style="color: #000033;">,</span>dob<span style="color: #FF00FF;">&#41;</span> <span style="color: #9900FF; font-weight: bold;">day</span> <span style="color: #FF00FF;">&#41;</span> <span style="color: #990099; font-weight: bold;">INTO</span> age<span style="color: #000033;">;</span>
&nbsp;
    <span style="color: #808080; font-style: italic;">-- Check that the age we're given is useful</span>
    <span style="color: #009900;">IF</span> age <span style="color: #CC0099; font-weight: bold;">is</span> <span style="color: #9900FF; font-weight: bold;">null</span> <span style="color: #CC0099; font-weight: bold;">or</span> age <span style="color: #CC0099;">=</span> <span style="color: #008080;">0</span> <span style="color: #CC0099; font-weight: bold;">or</span> age <span style="color: #CC0099;">=</span> <span style="color: #008000;">'0000-00-00'</span> <span style="color: #009900;">THEN</span>
        RETURN age<span style="color: #000033;">;</span>
    <span style="color: #009900;">END</span> <span style="color: #009900;">IF</span><span style="color: #000033;">;</span>
&nbsp;
    <span style="color: #990099; font-weight: bold;">SELECT</span> <span style="color: #000099;">YEAR</span><span style="color: #FF00FF;">&#40;</span>age<span style="color: #FF00FF;">&#41;</span> <span style="color: #CC0099;">-</span> <span style="color: #008080;">1</span> <span style="color: #990099; font-weight: bold;">INTO</span> years<span style="color: #000033;">;</span>
    <span style="color: #990099; font-weight: bold;">SELECT</span> <span style="color: #000099;">MONTH</span><span style="color: #FF00FF;">&#40;</span>age<span style="color: #FF00FF;">&#41;</span><span style="color: #CC0099;">-</span> <span style="color: #008080;">1</span> <span style="color: #990099; font-weight: bold;">INTO</span> months<span style="color: #000033;">;</span>
    <span style="color: #990099; font-weight: bold;">SELECT</span> <span style="color: #000099;">DAY</span><span style="color: #FF00FF;">&#40;</span>age<span style="color: #FF00FF;">&#41;</span> <span style="color: #CC0099;">-</span> <span style="color: #008080;">1</span> <span style="color: #990099; font-weight: bold;">INTO</span> days<span style="color: #000033;">;</span>
&nbsp;
    <span style="color: #009900;">IF</span> years <span style="color: #009900;">THEN</span>
        RETURN <span style="color: #000099;">concat</span><span style="color: #FF00FF;">&#40;</span>years<span style="color: #000033;">,</span><span style="color: #008000;">'y '</span><span style="color: #000033;">,</span>months<span style="color: #000033;">,</span><span style="color: #008000;">'m'</span><span style="color: #FF00FF;">&#41;</span><span style="color: #000033;">;</span>
&nbsp;
    ELSEIF months <span style="color: #009900;">THEN</span>
        RETURN <span style="color: #000099;">concat</span><span style="color: #FF00FF;">&#40;</span>months<span style="color: #000033;">,</span><span style="color: #008000;">'m '</span><span style="color: #000033;">,</span>days<span style="color: #000033;">,</span><span style="color: #008000;">'d'</span><span style="color: #FF00FF;">&#41;</span><span style="color: #000033;">;</span>
&nbsp;
    <span style="color: #009900;">ELSE</span>
            RETURN <span style="color: #000099;">concat</span><span style="color: #FF00FF;">&#40;</span>days<span style="color: #000033;">,</span><span style="color: #008000;">' days'</span><span style="color: #FF00FF;">&#41;</span><span style="color: #000033;">;</span>
    <span style="color: #009900;">END</span> <span style="color: #009900;">IF</span><span style="color: #000033;">;</span>
&nbsp;
<span style="color: #009900;">END</span> $$
&nbsp;
DELIMITER <span style="color: #000033;">;</span></pre></div></div>

]]></content:encoded>
	</item>
	<item>
		<title>Comment on Zend Debugger: Cannot read a valid value of zend_debugger.httpd_uid by Dmitry</title>
		<link>http://www.jefferyfernandez.id.au/2010/08/28/zend-debugger-cannot-read-a-valid-value-of-zend_debugger-httpd_uid/comment-page-1/#comment-7774</link>
		<dc:creator>Dmitry</dc:creator>
		<pubDate>Mon, 27 Sep 2010 07:47:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.jefferyfernandez.id.au/?p=117#comment-7774</guid>
		<description>Hello, Jeffery

Please tell - will you continue to work together with qbittorrent team again?</description>
		<content:encoded><![CDATA[<p>Hello, Jeffery</p>
<p>Please tell &#8211; will you continue to work together with qbittorrent team again?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A security policy in place prevents mounting of volumes. by Instalar Arch Linux &#171; descomposiciones</title>
		<link>http://www.jefferyfernandez.id.au/2007/07/26/a-security-policy-in-place-prevents-mounting-of-volumes/comment-page-1/#comment-7490</link>
		<dc:creator>Instalar Arch Linux &#171; descomposiciones</dc:creator>
		<pubDate>Sun, 27 Sep 2009 22:39:44 +0000</pubDate>
		<guid isPermaLink="false">http://jefferyfernandez.id.au/2007/07/26/a-security-policy-in-place-prevents-mounting-of-drives/#comment-7490</guid>
		<description>[...] algo no menos importante es poder utilizar un pendrive. Para ello utilice esta guÃ­a de modo de habilitarlo. En la wiki de Arch tambiÃ©n sale informaciÃ³n al [...]</description>
		<content:encoded><![CDATA[<p>[...] algo no menos importante es poder utilizar un pendrive. Para ello utilice esta guÃ­a de modo de habilitarlo. En la wiki de Arch tambiÃ©n sale informaciÃ³n al [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MySQL Database backup script by Jeffery</title>
		<link>http://www.jefferyfernandez.id.au/2007/01/25/mysql-database-backup-script/comment-page-1/#comment-7470</link>
		<dc:creator>Jeffery</dc:creator>
		<pubDate>Wed, 02 Sep 2009 09:07:01 +0000</pubDate>
		<guid isPermaLink="false">http://jefferyfernandez.id.au/2007/01/25/mysql-database-backup-script/#comment-7470</guid>
		<description>Hi sharynproctor, 

Yes you can call the script backup.sh and for security reasons put it below public_html. The script needs to be executed on the &quot;shell&quot; and not via a browser. If you have access to your hosting provider shell, then you can run it via a scheduler (eg cron). If you don&#039;t have access to the shell ask your hosting provider if you can be given access to cron. Most hosting providers have some sort of a Control Panel do upload/add schedulers. Let me know how you go.</description>
		<content:encoded><![CDATA[<p>Hi sharynproctor, </p>
<p>Yes you can call the script backup.sh and for security reasons put it below public_html. The script needs to be executed on the &#8220;shell&#8221; and not via a browser. If you have access to your hosting provider shell, then you can run it via a scheduler (eg cron). If you don&#8217;t have access to the shell ask your hosting provider if you can be given access to cron. Most hosting providers have some sort of a Control Panel do upload/add schedulers. Let me know how you go.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

