<?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 Sudo Bash</title>
	<atom:link href="http://sudobash.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://sudobash.net</link>
	<description>By Geeks - For Geeks</description>
	<lastBuildDate>Tue, 21 Feb 2012 00:03:52 -0800</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>Comment on osTickets &gt; Reports v4.1 by emmanuel</title>
		<link>http://sudobash.net/ostickets-reports/#comment-2004</link>
		<dc:creator>emmanuel</dc:creator>
		<pubDate>Tue, 21 Feb 2012 00:03:52 +0000</pubDate>
		<guid isPermaLink="false">http://sudobash.net/?p=821#comment-2004</guid>
		<description>I am in a trial version and want to install the reporting module but does not leave me and copy the code, I made the database features and ls I get the report in Spanish version not Linck salts that is there someone could have fun please.
 and meal time I run it says &quot;object not localzado&quot; If I can help they are grateful.</description>
		<content:encoded><![CDATA[<p>I am in a trial version and want to install the reporting module but does not leave me and copy the code, I made the database features and ls I get the report in Spanish version not Linck salts that is there someone could have fun please.<br />
 and meal time I run it says &#8220;object not localzado&#8221; If I can help they are grateful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on BASH &gt; Recursively set file/directory permissions by Seumas</title>
		<link>http://sudobash.net/bash-recursively-set-filedirectory-permissions/#comment-2002</link>
		<dc:creator>Seumas</dc:creator>
		<pubDate>Mon, 20 Feb 2012 18:09:26 +0000</pubDate>
		<guid isPermaLink="false">http://sudobash.net/?p=1053#comment-2002</guid>
		<description>The way this works is that the chmod command is run once for each file (or directory) that is found by the &quot;find&quot; command. If you use a &quot;+&quot; instead of a &quot;;&quot; at the end of the command, it&#039;ll work more like xargs and run the chmod command once with a big list of files. i.e.
&lt;code&gt;
find . -type f -exec chmod 644 {} \+
&lt;/code&gt;
This should be a lot quicker, if there are many files to process!</description>
		<content:encoded><![CDATA[<p>The way this works is that the chmod command is run once for each file (or directory) that is found by the &#8220;find&#8221; command. If you use a &#8220;+&#8221; instead of a &#8220;;&#8221; at the end of the command, it&#8217;ll work more like xargs and run the chmod command once with a big list of files. i.e.<br />
<code><br />
find . -type f -exec chmod 644 {} \+<br />
</code><br />
This should be a lot quicker, if there are many files to process!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on osTickets &gt; Reports v4.1 by Scott Rowley</title>
		<link>http://sudobash.net/ostickets-reports/#comment-1963</link>
		<dc:creator>Scott Rowley</dc:creator>
		<pubDate>Thu, 16 Feb 2012 05:41:46 +0000</pubDate>
		<guid isPermaLink="false">http://sudobash.net/?p=821#comment-1963</guid>
		<description>Sorry about that, you can either change it to just &#039;email&#039; (from ticket.email) or just re-download the .zip file again. It has the change in there.</description>
		<content:encoded><![CDATA[<p>Sorry about that, you can either change it to just &#8216;email&#8217; (from ticket.email) or just re-download the .zip file again. It has the change in there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on osTickets &gt; Reports v4.1 by bobby dennie</title>
		<link>http://sudobash.net/ostickets-reports/#comment-1962</link>
		<dc:creator>bobby dennie</dc:creator>
		<pubDate>Thu, 16 Feb 2012 05:28:01 +0000</pubDate>
		<guid isPermaLink="false">http://sudobash.net/?p=821#comment-1962</guid>
		<description>Hey thanks is work well, i got some error when i try to make a .csv report..

Unknown column &#039;ticket.email&#039; in &#039;order clause&#039;

i add couple custom field like this:
Name: 	bobby dennie
Email: 	bobby_dennie@xxxxxx
Phone: 	
Location: 	south_africa
description: 	router
Model no / Part no 	5555
Date of Purchase 	02/03/2010
Source: 	Web
Help Topic: 	Support South Africa
IP Address: 	119.75.62.50
Last Message: 	02/16/2012 12:48 pm

how to modify to have complete list of customer with their email

Thanks</description>
		<content:encoded><![CDATA[<p>Hey thanks is work well, i got some error when i try to make a .csv report..</p>
<p>Unknown column &#8216;ticket.email&#8217; in &#8216;order clause&#8217;</p>
<p>i add couple custom field like this:<br />
Name: 	bobby dennie<br />
Email: 	bobby_dennie@xxxxxx<br />
Phone:<br />
Location: 	south_africa<br />
description: 	router<br />
Model no / Part no 	5555<br />
Date of Purchase 	02/03/2010<br />
Source: 	Web<br />
Help Topic: 	Support South Africa<br />
IP Address: 	119.75.62.50<br />
Last Message: 	02/16/2012 12:48 pm</p>
<p>how to modify to have complete list of customer with their email</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on osTickets &gt; Reports v4.1 by andy</title>
		<link>http://sudobash.net/ostickets-reports/#comment-1947</link>
		<dc:creator>andy</dc:creator>
		<pubDate>Tue, 14 Feb 2012 04:00:08 +0000</pubDate>
		<guid isPermaLink="false">http://sudobash.net/?p=821#comment-1947</guid>
		<description>hi scott,

thx for your report…i love it.
Now i want to create report
1. how many % cannot sloved ticket by the month (sum open ticket – sum ticket solved)
because your report &quot;tickets per month&quot;, if the ticket solved in the next month, the ticket sum of on month of the ticket created. this is not really capture how many % ticket not solved by the month.
can you help me created for this report...?

appreciated for your help.</description>
		<content:encoded><![CDATA[<p>hi scott,</p>
<p>thx for your report…i love it.<br />
Now i want to create report<br />
1. how many % cannot sloved ticket by the month (sum open ticket – sum ticket solved)<br />
because your report &#8220;tickets per month&#8221;, if the ticket solved in the next month, the ticket sum of on month of the ticket created. this is not really capture how many % ticket not solved by the month.<br />
can you help me created for this report&#8230;?</p>
<p>appreciated for your help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on osTickets &gt; Reports v4.1 by Scott Rowley</title>
		<link>http://sudobash.net/ostickets-reports/#comment-1944</link>
		<dc:creator>Scott Rowley</dc:creator>
		<pubDate>Mon, 13 Feb 2012 19:50:24 +0000</pubDate>
		<guid isPermaLink="false">http://sudobash.net/?p=821#comment-1944</guid>
		<description>Where are you entering that in anyway? None of my reports are set to run by a particular email address or username its just &quot;Tickets per Client&quot; and then it lists them all.</description>
		<content:encoded><![CDATA[<p>Where are you entering that in anyway? None of my reports are set to run by a particular email address or username its just &#8220;Tickets per Client&#8221; and then it lists them all.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on osTickets &gt; Reports v4.1 by Scott Rowley</title>
		<link>http://sudobash.net/ostickets-reports/#comment-1943</link>
		<dc:creator>Scott Rowley</dc:creator>
		<pubDate>Mon, 13 Feb 2012 19:49:26 +0000</pubDate>
		<guid isPermaLink="false">http://sudobash.net/?p=821#comment-1943</guid>
		<description>If you are querying an AD then I couldn&#039;t help you. This and osTicket is coded by default to query SQL, I have no idea on AD.</description>
		<content:encoded><![CDATA[<p>If you are querying an AD then I couldn&#8217;t help you. This and osTicket is coded by default to query SQL, I have no idea on AD.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on osTickets &gt; Reports v4.1 by Jason</title>
		<link>http://sudobash.net/ostickets-reports/#comment-1941</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Mon, 13 Feb 2012 19:29:08 +0000</pubDate>
		<guid isPermaLink="false">http://sudobash.net/?p=821#comment-1941</guid>
		<description>Hi Scott when i enter a username and email address for osticket to lookup the name against AD i get &quot;ajax error: 500&quot; , i have followed the instruction give how to implement the code but still no luck</description>
		<content:encoded><![CDATA[<p>Hi Scott when i enter a username and email address for osticket to lookup the name against AD i get &#8220;ajax error: 500&#8243; , i have followed the instruction give how to implement the code but still no luck</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on osTickets &gt; Reports v4.1 by Scott Rowley</title>
		<link>http://sudobash.net/ostickets-reports/#comment-1940</link>
		<dc:creator>Scott Rowley</dc:creator>
		<pubDate>Mon, 13 Feb 2012 17:02:01 +0000</pubDate>
		<guid isPermaLink="false">http://sudobash.net/?p=821#comment-1940</guid>
		<description>I was missing some code in the post that I actually had in place on my own install. Please see the change in code concerning header.inc.php - that should get you going.  Please let me know if you run into any issues with it.</description>
		<content:encoded><![CDATA[<p>I was missing some code in the post that I actually had in place on my own install. Please see the change in code concerning header.inc.php &#8211; that should get you going.  Please let me know if you run into any issues with it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on osTickets &gt; Reports v4.1 by Scott Rowley</title>
		<link>http://sudobash.net/ostickets-reports/#comment-1939</link>
		<dc:creator>Scott Rowley</dc:creator>
		<pubDate>Mon, 13 Feb 2012 17:00:15 +0000</pubDate>
		<guid isPermaLink="false">http://sudobash.net/?p=821#comment-1939</guid>
		<description>Please see the change in code concerning header.inc.php - that should get you going.  Please let me know if you run into any issues with it.</description>
		<content:encoded><![CDATA[<p>Please see the change in code concerning header.inc.php &#8211; that should get you going.  Please let me know if you run into any issues with it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

