<?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"
	>
<channel>
	<title>Comments for Racker Hacker</title>
	<atom:link href="http://rackerhacker.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://rackerhacker.com</link>
	<description>Words of wisdom from a server administrator</description>
	<pubDate>Fri, 16 May 2008 21:05:00 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>Comment on Automatic Plesk login by Restricted by David Bezuidenhout &#187; Blog Archive &#187; Automatic login on Plesk</title>
		<link>http://rackerhacker.com/2007/07/05/automatic-plesk-login/#comment-1379</link>
		<dc:creator>Restricted by David Bezuidenhout &#187; Blog Archive &#187; Automatic login on Plesk</dc:creator>
		<pubDate>Mon, 12 May 2008 10:28:06 +0000</pubDate>
		<guid isPermaLink="false">http://rackerhacker.com/2007/07/05/automatic-plesk-login/#comment-1379</guid>
		<description>[...] Rackerhacker also have the answer to this: [...]</description>
		<content:encoded><![CDATA[<p>[...] Rackerhacker also have the answer to this: [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fixing Horde problems in Plesk 8.1.x/8.2.x with PHP 5.2.5 by Cor Aarns</title>
		<link>http://rackerhacker.com/2007/11/28/fixing-horde-problems-in-plesk-81x82x-with-php-525/#comment-1187</link>
		<dc:creator>Cor Aarns</dc:creator>
		<pubDate>Fri, 09 May 2008 09:22:55 +0000</pubDate>
		<guid isPermaLink="false">http://rackerhacker.com/2007/11/28/fixing-horde-problems-in-plesk-81x82x-with-php-525/#comment-1187</guid>
		<description>For people who are still using 'Plesk 7.5 Reloaded' + php V5.2.5 , this fix works there too !

Thanks btw :)</description>
		<content:encoded><![CDATA[<p>For people who are still using &#8216;Plesk 7.5 Reloaded&#8217; + php V5.2.5 , this fix works there too !</p>
<p>Thanks btw <img src='http://rackerhacker.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MySQLTuner v0.9.0 is now available by major</title>
		<link>http://rackerhacker.com/2008/04/06/mysqltuner-v090-is-now-available/#comment-809</link>
		<dc:creator>major</dc:creator>
		<pubDate>Sat, 03 May 2008 02:20:31 +0000</pubDate>
		<guid isPermaLink="false">http://rackerhacker.com/?p=288#comment-809</guid>
		<description>@jeffatrackaid: I'm glad to hear you enjoy the tuner!  I'm working on some new features for the next version.</description>
		<content:encoded><![CDATA[<p>@jeffatrackaid: I&#8217;m glad to hear you enjoy the tuner!  I&#8217;m working on some new features for the next version.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Reducing locking delays in MySQL by major</title>
		<link>http://rackerhacker.com/2008/04/16/reducing-locking-delays-in-mysql/#comment-808</link>
		<dc:creator>major</dc:creator>
		<pubDate>Sat, 03 May 2008 02:19:28 +0000</pubDate>
		<guid isPermaLink="false">http://rackerhacker.com/?p=290#comment-808</guid>
		<description>@jeffatrackaid: I usually specify a tmpdir that isn't /tmp just so I can put temporary tables on an alternate disk.  However, you could throw it on a RAM disk for a little extra performance.  I've never tried it myself, however.  But, if you have the RAM available for that, I'd figure you could configure MySQL to use more memory or you could improve your queries.</description>
		<content:encoded><![CDATA[<p>@jeffatrackaid: I usually specify a tmpdir that isn&#8217;t /tmp just so I can put temporary tables on an alternate disk.  However, you could throw it on a RAM disk for a little extra performance.  I&#8217;ve never tried it myself, however.  But, if you have the RAM available for that, I&#8217;d figure you could configure MySQL to use more memory or you could improve your queries.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MySQLTuner v0.9.0 is now available by jeffatrackaid</title>
		<link>http://rackerhacker.com/2008/04/06/mysqltuner-v090-is-now-available/#comment-807</link>
		<dc:creator>jeffatrackaid</dc:creator>
		<pubDate>Sat, 03 May 2008 02:15:10 +0000</pubDate>
		<guid isPermaLink="false">http://rackerhacker.com/?p=288#comment-807</guid>
		<description>Thanks for this tool. I've used it a few times for quick pass optimization.  Very good for getting some benchmarks for further tuning.

Also, PHPMyAdmin has some useful stats in the 'show runtime information' link. The suggestions on the page are not too useful but much easier to read than the command line output.</description>
		<content:encoded><![CDATA[<p>Thanks for this tool. I&#8217;ve used it a few times for quick pass optimization.  Very good for getting some benchmarks for further tuning.</p>
<p>Also, PHPMyAdmin has some useful stats in the &#8217;show runtime information&#8217; link. The suggestions on the page are not too useful but much easier to read than the command line output.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Reducing locking delays in MySQL by jeffatrackaid</title>
		<link>http://rackerhacker.com/2008/04/16/reducing-locking-delays-in-mysql/#comment-806</link>
		<dc:creator>jeffatrackaid</dc:creator>
		<pubDate>Sat, 03 May 2008 02:10:49 +0000</pubDate>
		<guid isPermaLink="false">http://rackerhacker.com/?p=290#comment-806</guid>
		<description>A major thing I've run into is selects blocking writes due to disk IO.  In many cases, I've found selects on BLOB/TEXT columns.  These columns cannot be handled with in-memory storage structures so they must be dumped to a tmp table, raising disk IO.  If you cannot re-work the SQL not to select these queries, especially with large result sets, then you may want to have mysql use a dedicated disk for tmp tables.  With mysql 5.1, you can actually specify many paths to get round-robin load balancing over your disk spindles.  
http://dev.mysql.com/doc/refman/5.1/en/temporary-files.html

I wonder if you used a RAM disk as your tmpdir if that would help?</description>
		<content:encoded><![CDATA[<p>A major thing I&#8217;ve run into is selects blocking writes due to disk IO.  In many cases, I&#8217;ve found selects on BLOB/TEXT columns.  These columns cannot be handled with in-memory storage structures so they must be dumped to a tmp table, raising disk IO.  If you cannot re-work the SQL not to select these queries, especially with large result sets, then you may want to have mysql use a dedicated disk for tmp tables.  With mysql 5.1, you can actually specify many paths to get round-robin load balancing over your disk spindles.<br />
<a href="http://dev.mysql.com/doc/refman/5.1/en/temporary-files.html" rel="nofollow">http://dev.mysql.com/doc/refman/5.1/en/temporary-files.html</a></p>
<p>I wonder if you used a RAM disk as your tmpdir if that would help?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Proposed MySQL DBA Screencasts by breun</title>
		<link>http://rackerhacker.com/2008/04/30/proposed-mysql-dba-screencasts/#comment-715</link>
		<dc:creator>breun</dc:creator>
		<pubDate>Thu, 01 May 2008 08:54:36 +0000</pubDate>
		<guid isPermaLink="false">http://rackerhacker.com/?p=296#comment-715</guid>
		<description>Check out &lt;a href="http://www.varasoftware.com/products/screenflow/" rel="nofollow"&gt;Screenflow&lt;/a&gt; for screencasts, it's really nice.</description>
		<content:encoded><![CDATA[<p>Check out <a href="http://www.varasoftware.com/products/screenflow/" rel="nofollow">Screenflow</a> for screencasts, it&#8217;s really nice.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Plesk: Disabling TRACE/TRACK methods globally by argonius</title>
		<link>http://rackerhacker.com/2008/04/23/plesk-disabling-tracetrack-methods-globally/#comment-684</link>
		<dc:creator>argonius</dc:creator>
		<pubDate>Mon, 28 Apr 2008 12:41:16 +0000</pubDate>
		<guid isPermaLink="false">http://rackerhacker.com/?p=292#comment-684</guid>
		<description>It looks like that your link is broken. I get "access denied" ... ?

regards</description>
		<content:encoded><![CDATA[<p>It looks like that your link is broken. I get &#8220;access denied&#8221; &#8230; ?</p>
<p>regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Apache: Disable TRACE and TRACK methods by Racker Hacker » Posts In Progress » Plesk: Disabling TRACE/TRACK methods globally</title>
		<link>http://rackerhacker.com/2007/08/28/apache-disable-trace-and-track-methods/#comment-541</link>
		<dc:creator>Racker Hacker » Posts In Progress » Plesk: Disabling TRACE/TRACK methods globally</dc:creator>
		<pubDate>Wed, 23 Apr 2008 23:40:55 +0000</pubDate>
		<guid isPermaLink="false">http://rackerhacker.com/2007/08/28/apache-disable-trace-and-track-methods/#comment-541</guid>
		<description>[...] always been a bit of a challenge to disable TRACE and TRACK methods with Plesk. The only available options were to create a ton of [...]</description>
		<content:encoded><![CDATA[<p>[...] always been a bit of a challenge to disable TRACE and TRACK methods with Plesk. The only available options were to create a ton of [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Measuring raw shell bandwidth by mj</title>
		<link>http://rackerhacker.com/2007/02/11/measuring-raw-shell-bandwidth/#comment-529</link>
		<dc:creator>mj</dc:creator>
		<pubDate>Wed, 23 Apr 2008 02:18:13 +0000</pubDate>
		<guid isPermaLink="false">http://fix.mhtx.net/2007/02/11/measuring-raw-shell-bandwidth/#comment-529</guid>
		<description>awk '{ print $2 }'

or

awk {'print $2'}

It's a weird language.</description>
		<content:encoded><![CDATA[<p>awk &#8216;{ print $2 }&#8217;</p>
<p>or</p>
<p>awk {&#8217;print $2&#8242;}</p>
<p>It&#8217;s a weird language.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Joomla and Plesk permissions by Perfect Permissions for Joomla and Plesk at DustinsDesign.com</title>
		<link>http://rackerhacker.com/2007/05/20/joomla-and-plesk-permissions/#comment-521</link>
		<dc:creator>Perfect Permissions for Joomla and Plesk at DustinsDesign.com</dc:creator>
		<pubDate>Fri, 18 Apr 2008 18:43:06 +0000</pubDate>
		<guid isPermaLink="false">http://rackerhacker.com/2007/05/20/joomla-and-plesk-permissions/#comment-521</guid>
		<description>[...] This is a slightly modified version from the original post found at rackerhacker.com [...]</description>
		<content:encoded><![CDATA[<p>[...] This is a slightly modified version from the original post found at rackerhacker.com [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Finding compromised mail accounts in Plesk by trv</title>
		<link>http://rackerhacker.com/2007/02/10/finding-compromised-mail-accounts-in-plesk/#comment-514</link>
		<dc:creator>trv</dc:creator>
		<pubDate>Mon, 14 Apr 2008 12:15:57 +0000</pubDate>
		<guid isPermaLink="false">http://fix.mhtx.net/2007/02/10/finding-compromised-mail-accounts-in-plesk/#comment-514</guid>
		<description>i'd like the answer to the madcat's comments too! Any help? :)</description>
		<content:encoded><![CDATA[<p>i&#8217;d like the answer to the madcat&#8217;s comments too! Any help? <img src='http://rackerhacker.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Small Companies: How to hire and fire a technical person by major</title>
		<link>http://rackerhacker.com/2008/04/02/small-companies-how-to-hire-and-fire-a-technical-person/#comment-512</link>
		<dc:creator>major</dc:creator>
		<pubDate>Sun, 13 Apr 2008 20:58:15 +0000</pubDate>
		<guid isPermaLink="false">http://rackerhacker.com/?p=286#comment-512</guid>
		<description>@caleb:  I agree 100%.  You need to protect your reputation as well as the legal standing of your business.  Also, having a plan before going through with letting someone go is the best way to succeed.

@robot_terror: I was the 'critical man' at my previous job, and my boss wasn't the least bit concerned.  I'd asked for him to hire someone else so that the company wouldn't head south if I was hit by a bus.  Also, I needed help getting everything done.  One of the problems with the 'learning to sail' idea is that if the manager is a micro-manager, it can be a huge issue for the tech person to work around.

@Nicholas: Excellent point!  I've used my own equipment in the past for jobs, and when I've left, my previous employer was fairly upset when he had to piece things back together.</description>
		<content:encoded><![CDATA[<p>@caleb:  I agree 100%.  You need to protect your reputation as well as the legal standing of your business.  Also, having a plan before going through with letting someone go is the best way to succeed.</p>
<p>@robot_terror: I was the &#8216;critical man&#8217; at my previous job, and my boss wasn&#8217;t the least bit concerned.  I&#8217;d asked for him to hire someone else so that the company wouldn&#8217;t head south if I was hit by a bus.  Also, I needed help getting everything done.  One of the problems with the &#8216;learning to sail&#8217; idea is that if the manager is a micro-manager, it can be a huge issue for the tech person to work around.</p>
<p>@Nicholas: Excellent point!  I&#8217;ve used my own equipment in the past for jobs, and when I&#8217;ve left, my previous employer was fairly upset when he had to piece things back together.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Small Companies: How to hire and fire a technical person by Nicholas Orr</title>
		<link>http://rackerhacker.com/2008/04/02/small-companies-how-to-hire-and-fire-a-technical-person/#comment-510</link>
		<dc:creator>Nicholas Orr</dc:creator>
		<pubDate>Fri, 11 Apr 2008 13:47:02 +0000</pubDate>
		<guid isPermaLink="false">http://rackerhacker.com/?p=286#comment-510</guid>
		<description>To the techs.
Just do the right thing, its far simpler, less time consuming. There are way more fun things to do then mess with stuff your never going to see again.
I use Password Agent so all passwords are stored in there. I'd just give that over and the single password to unlock that - leave them to it.
Like what was mentioned in the article, if you're the only tech then its going to hurt when you're not there, be satisfied with that ;)

Another thing to watch out for if you're the business owner: If you've taken shortcuts on costs, be careful the tech hasn't put critical infrastructure on his own gear. Not that you'd be able to find this out easily until he's gone and he switches it all off (dns, smtp relay, etc)....

Good article.</description>
		<content:encoded><![CDATA[<p>To the techs.<br />
Just do the right thing, its far simpler, less time consuming. There are way more fun things to do then mess with stuff your never going to see again.<br />
I use Password Agent so all passwords are stored in there. I&#8217;d just give that over and the single password to unlock that - leave them to it.<br />
Like what was mentioned in the article, if you&#8217;re the only tech then its going to hurt when you&#8217;re not there, be satisfied with that <img src='http://rackerhacker.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Another thing to watch out for if you&#8217;re the business owner: If you&#8217;ve taken shortcuts on costs, be careful the tech hasn&#8217;t put critical infrastructure on his own gear. Not that you&#8217;d be able to find this out easily until he&#8217;s gone and he switches it all off (dns, smtp relay, etc)&#8230;.</p>
<p>Good article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Plesk authorization failed: HTTP request error [7] by frsky</title>
		<link>http://rackerhacker.com/2007/11/14/plesk-authorization-failed-http-request-error-7/#comment-508</link>
		<dc:creator>frsky</dc:creator>
		<pubDate>Thu, 10 Apr 2008 07:03:35 +0000</pubDate>
		<guid isPermaLink="false">http://rackerhacker.com/2007/11/14/plesk-authorization-failed-http-request-error-7/#comment-508</guid>
		<description>Greate, this fix my problem too ,tks</description>
		<content:encoded><![CDATA[<p>Greate, this fix my problem too ,tks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sort e-mail in Plesk with procmail by major</title>
		<link>http://rackerhacker.com/2007/11/27/sort-e-mail-in-plesk-with-procmail/#comment-507</link>
		<dc:creator>major</dc:creator>
		<pubDate>Wed, 09 Apr 2008 13:14:50 +0000</pubDate>
		<guid isPermaLink="false">http://rackerhacker.com/2007/11/27/sort-e-mail-in-plesk-with-procmail/#comment-507</guid>
		<description>@Khadgar: With Plesk, I'm not sure that this is possible.  It sounds like you want your users to be able to mark e-mails as "ham" and "spam", but Plesk's SpamAssassin configuration probably won't allow for it.  I've seen some other control panels implement SpamAssassin in this way (like DirectAdmin), but you would have to custom-roll something for your Plesk installation.

@tim.howe: You're welcome!  That is a good point - by making .qmail immutable, users in Plesk may try to change settings, but they won't ever take effect.  In fact, Plesk won't even throw an error when they attempt to make a change!  I suggested it in the original post just in case someone might change a setting that would throw out all of your custom changes.</description>
		<content:encoded><![CDATA[<p>@Khadgar: With Plesk, I&#8217;m not sure that this is possible.  It sounds like you want your users to be able to mark e-mails as &#8220;ham&#8221; and &#8220;spam&#8221;, but Plesk&#8217;s SpamAssassin configuration probably won&#8217;t allow for it.  I&#8217;ve seen some other control panels implement SpamAssassin in this way (like DirectAdmin), but you would have to custom-roll something for your Plesk installation.</p>
<p>@tim.howe: You&#8217;re welcome!  That is a good point - by making .qmail immutable, users in Plesk may try to change settings, but they won&#8217;t ever take effect.  In fact, Plesk won&#8217;t even throw an error when they attempt to make a change!  I suggested it in the original post just in case someone might change a setting that would throw out all of your custom changes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sort e-mail in Plesk with procmail by tim.howe</title>
		<link>http://rackerhacker.com/2007/11/27/sort-e-mail-in-plesk-with-procmail/#comment-506</link>
		<dc:creator>tim.howe</dc:creator>
		<pubDate>Wed, 09 Apr 2008 07:58:51 +0000</pubDate>
		<guid isPermaLink="false">http://rackerhacker.com/2007/11/27/sort-e-mail-in-plesk-with-procmail/#comment-506</guid>
		<description>Many thanks for the article, to which I was referred by rackspace support - exactly what I needed! Just wanted to add a quick observation, which was that my plesk install (psa v8.2.1_build82070919.15 os_RedHat el4) seems to be quite well-behaved with regard to the .qmail file if you leave it chattr -i. If you *do* make .qmail immutable, this will prevent users switching autoresponders, redirects (etc) on/off via plesk, but if you leave as it is, plesk seems to simply add/remove the necessary lines from the  end of the file, leaving the references to .procmailrc intact at the top. 

Thanks again, Tim.</description>
		<content:encoded><![CDATA[<p>Many thanks for the article, to which I was referred by rackspace support - exactly what I needed! Just wanted to add a quick observation, which was that my plesk install (psa v8.2.1_build82070919.15 os_RedHat el4) seems to be quite well-behaved with regard to the .qmail file if you leave it chattr -i. If you *do* make .qmail immutable, this will prevent users switching autoresponders, redirects (etc) on/off via plesk, but if you leave as it is, plesk seems to simply add/remove the necessary lines from the  end of the file, leaving the references to .procmailrc intact at the top. </p>
<p>Thanks again, Tim.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting the maximum mail size in qmail by Seteando el tamaño maximo de emails por Q-mail &#124; power.org.mx</title>
		<link>http://rackerhacker.com/2008/03/24/setting-the-maximum-mail-size-in-qmail/#comment-503</link>
		<dc:creator>Seteando el tamaño maximo de emails por Q-mail &#124; power.org.mx</dc:creator>
		<pubDate>Sun, 06 Apr 2008 19:50:36 +0000</pubDate>
		<guid isPermaLink="false">http://rackerhacker.com/2008/03/24/setting-the-maximum-mail-size-in-qmail/#comment-503</guid>
		<description>[...] del Artículo: &#124; [ Racker Hacker ]    &#160;&#160;&#160;   Enlace [...]</description>
		<content:encoded><![CDATA[<p>[...] del Artículo: | [ Racker Hacker ]    &nbsp;&nbsp;&nbsp;   Enlace [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Finding compromised mail accounts in Plesk by madcat</title>
		<link>http://rackerhacker.com/2007/02/10/finding-compromised-mail-accounts-in-plesk/#comment-497</link>
		<dc:creator>madcat</dc:creator>
		<pubDate>Sat, 05 Apr 2008 00:09:50 +0000</pubDate>
		<guid isPermaLink="false">http://fix.mhtx.net/2007/02/10/finding-compromised-mail-accounts-in-plesk/#comment-497</guid>
		<description>I've done some more research, and it appears this might be due to people using STARTTLS . The traffic is encrypted, and the username used to login isn't recorded anywhere that I can see.  Does anybody know how to turn on logging for usernames when STARTTLS is used?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve done some more research, and it appears this might be due to people using STARTTLS . The traffic is encrypted, and the username used to login isn&#8217;t recorded anywhere that I can see.  Does anybody know how to turn on logging for usernames when STARTTLS is used?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Stopping Double Bounces in Plesk by madcat</title>
		<link>http://rackerhacker.com/2007/03/05/stopping-double-bounces-in-plesk/#comment-494</link>
		<dc:creator>madcat</dc:creator>
		<pubDate>Thu, 03 Apr 2008 19:47:15 +0000</pubDate>
		<guid isPermaLink="false">http://rackerhacker.com/2007/03/05/stopping-double-bounces-in-plesk/#comment-494</guid>
		<description>Hello. Is it possible to setup qmail on Plesk (CentOS 4) so that it will NEVER bounce to anyone under any circumstances for any reason. In other words, completely disable bounces, not just double or triple bounces. Right now, I have the server setup so that any mail sent to an unknown address is rejected during the RCPT handshake. However, overquota mail boxes produce bounces, which are being bounced back to fake spammer "from:" addresses, which is getting us listed</description>
		<content:encoded><![CDATA[<p>Hello. Is it possible to setup qmail on Plesk (CentOS 4) so that it will NEVER bounce to anyone under any circumstances for any reason. In other words, completely disable bounces, not just double or triple bounces. Right now, I have the server setup so that any mail sent to an unknown address is rejected during the RCPT handshake. However, overquota mail boxes produce bounces, which are being bounced back to fake spammer &#8220;from:&#8221; addresses, which is getting us listed</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Finding compromised mail accounts in Plesk by madcat</title>
		<link>http://rackerhacker.com/2007/02/10/finding-compromised-mail-accounts-in-plesk/#comment-493</link>
		<dc:creator>madcat</dc:creator>
		<pubDate>Thu, 03 Apr 2008 18:03:13 +0000</pubDate>
		<guid isPermaLink="false">http://fix.mhtx.net/2007/02/10/finding-compromised-mail-accounts-in-plesk/#comment-493</guid>
		<description>I'm not seeing the 'smtp_auth' messages in /var/log/messages ... In /var/log/secure, I am seeing 

Mar 30 04:55:35 hostname xinetd[4220]: START: smtp pid=19223 from=XXX.YYY.53.75

(I changed the hostname and changed part of the IP address for privacy reasons)

Can anybody help drive another nail into spam's coffin? I would love to get something juicy like "/var/qmail/mailnames/[DOMAIN]/[USER] logged in from unknown" ... it would be nice to know which account(s) is/are compromised. Thanks.</description>
		<content:encoded><![CDATA[<p>I&#8217;m not seeing the &#8217;smtp_auth&#8217; messages in /var/log/messages &#8230; In /var/log/secure, I am seeing </p>
<p>Mar 30 04:55:35 hostname xinetd[4220]: START: smtp pid=19223 from=XXX.YYY.53.75</p>
<p>(I changed the hostname and changed part of the IP address for privacy reasons)</p>
<p>Can anybody help drive another nail into spam&#8217;s coffin? I would love to get something juicy like &#8220;/var/qmail/mailnames/[DOMAIN]/[USER] logged in from unknown&#8221; &#8230; it would be nice to know which account(s) is/are compromised. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MySQLTuner v0.8.6 is now available by Luuk</title>
		<link>http://rackerhacker.com/2008/02/26/mysqltuner-v086-is-now-available/#comment-492</link>
		<dc:creator>Luuk</dc:creator>
		<pubDate>Thu, 03 Apr 2008 16:18:10 +0000</pubDate>
		<guid isPermaLink="false">http://rackerhacker.com/2008/02/26/mysqltuner-v086-is-now-available/#comment-492</guid>
		<description>The reply from sceaton (at March 17th) did not really help me to solv my problem with the recomendations suggested by the script:
-------- Recommendations -----------------------------------------------------
General recommendations:
    Be sure that tmp_table_size/max_heap_table_size are equal
    Reduce your SELECT DISTINCT queries without LIMIT clauses
Variables to adjust:
    tmp_table_size (&#62; 192M)
    max_heap_table_size (&#62; 192M)

outtput from 'mysqladmin variables &#124; grep table_size':
&#124; max_heap_table_size             &#124; 201326592                  &#124;
&#124; tmp_table_size                  &#124; 201326592                  &#124;

so, both values ARE equal.... ;-)</description>
		<content:encoded><![CDATA[<p>The reply from sceaton (at March 17th) did not really help me to solv my problem with the recomendations suggested by the script:<br />
&#8212;&#8212;&#8211; Recommendations &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
General recommendations:<br />
    Be sure that tmp_table_size/max_heap_table_size are equal<br />
    Reduce your SELECT DISTINCT queries without LIMIT clauses<br />
Variables to adjust:<br />
    tmp_table_size (&gt; 192M)<br />
    max_heap_table_size (&gt; 192M)</p>
<p>outtput from &#8216;mysqladmin variables | grep table_size&#8217;:<br />
| max_heap_table_size             | 201326592                  |<br />
| tmp_table_size                  | 201326592                  |</p>
<p>so, both values ARE equal&#8230;. <img src='http://rackerhacker.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Small Companies: How to hire and fire a technical person by robot_terror</title>
		<link>http://rackerhacker.com/2008/04/02/small-companies-how-to-hire-and-fire-a-technical-person/#comment-491</link>
		<dc:creator>robot_terror</dc:creator>
		<pubDate>Thu, 03 Apr 2008 15:53:43 +0000</pubDate>
		<guid isPermaLink="false">http://rackerhacker.com/?p=286#comment-491</guid>
		<description>Important topic. Especially for people with businesses having "one" technical person that is not the business owner! In such cases, blind trust in a person who can do things the owner cannot is dangerous. Trust must be high -- and it goes both ways. 

When interviewing a replacement consider early morning, too. Often times a tech person will be the kind that rolls in late and stays late. Or, interview at Starbucks or some other off-premises site.

More importantly, as soon as possible, rid your business of the "critical man" vulnerability and hire a team of technical folk or dig in and learn how to "sail the ship" yourself in a crisis. The team of technical people can keep each other honest and provide balance to technical decisions. It also dilutes the power of the single tech and forces the publicizing of technical secrets.

Regarding the "learning to sail," a small businessman once told me he makes himself learn the critical pieces of all the jobs his employees do "just in case." He pointed out that no one was more motivated than him to keep the business afloat, so having to depend solely on others was a disaster waiting to happen.

And good job mentioning sudo and ssh keys... so often these are forgotten.</description>
		<content:encoded><![CDATA[<p>Important topic. Especially for people with businesses having &#8220;one&#8221; technical person that is not the business owner! In such cases, blind trust in a person who can do things the owner cannot is dangerous. Trust must be high &#8212; and it goes both ways. </p>
<p>When interviewing a replacement consider early morning, too. Often times a tech person will be the kind that rolls in late and stays late. Or, interview at Starbucks or some other off-premises site.</p>
<p>More importantly, as soon as possible, rid your business of the &#8220;critical man&#8221; vulnerability and hire a team of technical folk or dig in and learn how to &#8220;sail the ship&#8221; yourself in a crisis. The team of technical people can keep each other honest and provide balance to technical decisions. It also dilutes the power of the single tech and forces the publicizing of technical secrets.</p>
<p>Regarding the &#8220;learning to sail,&#8221; a small businessman once told me he makes himself learn the critical pieces of all the jobs his employees do &#8220;just in case.&#8221; He pointed out that no one was more motivated than him to keep the business afloat, so having to depend solely on others was a disaster waiting to happen.</p>
<p>And good job mentioning sudo and ssh keys&#8230; so often these are forgotten.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Small Companies: How to hire and fire a technical person by caleb</title>
		<link>http://rackerhacker.com/2008/04/02/small-companies-how-to-hire-and-fire-a-technical-person/#comment-484</link>
		<dc:creator>caleb</dc:creator>
		<pubDate>Wed, 02 Apr 2008 18:51:07 +0000</pubDate>
		<guid isPermaLink="false">http://rackerhacker.com/?p=286#comment-484</guid>
		<description>I strongly suggest having the soon to be fired technician put together a disaster recovery plan before he leaves the company.  This task will lay out the vital services of the company that the new technician can review to get up to speed quickly.

In addition, don't be a jerk when letting somebody go.  Former employees *will* be consulted by others in the technical community about your company.  They might be your future employees or customers.  Your former employees will not have all good things to say about you but do not add fuel to the fire by handling the process incorrectly.

Finally, consult a human resources expert or lawyer before firing an employee.  Know your rights and responsibilities and do not be surprised by the events that follow.</description>
		<content:encoded><![CDATA[<p>I strongly suggest having the soon to be fired technician put together a disaster recovery plan before he leaves the company.  This task will lay out the vital services of the company that the new technician can review to get up to speed quickly.</p>
<p>In addition, don&#8217;t be a jerk when letting somebody go.  Former employees *will* be consulted by others in the technical community about your company.  They might be your future employees or customers.  Your former employees will not have all good things to say about you but do not add fuel to the fire by handling the process incorrectly.</p>
<p>Finally, consult a human resources expert or lawyer before firing an employee.  Know your rights and responsibilities and do not be surprised by the events that follow.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Reduce iowait in Plesk: put qmail&#8217;s queue on a ramdisk by argonius</title>
		<link>http://rackerhacker.com/2008/03/14/reduce-iowait-in-plesk-put-qmails-queue-on-a-ramdisk/#comment-462</link>
		<dc:creator>argonius</dc:creator>
		<pubDate>Tue, 18 Mar 2008 09:14:46 +0000</pubDate>
		<guid isPermaLink="false">http://rackerhacker.com/2008/03/14/reduce-iowait-in-plesk-put-qmails-queue-on-a-ramdisk/#comment-462</guid>
		<description>@breun:
To which value do you increased your concurrency settings? I use 50 for local and remote.

@rackerhacker:
Do you realy using the original qmHandle on Plesksystem?? You should better use mailqueuemng ( qmHandle stolen by parallels :p )</description>
		<content:encoded><![CDATA[<p>@breun:<br />
To which value do you increased your concurrency settings? I use 50 for local and remote.</p>
<p>@rackerhacker:<br />
Do you realy using the original qmHandle on Plesksystem?? You should better use mailqueuemng ( qmHandle stolen by parallels :p )</p>
]]></content:encoded>
	</item>
</channel>
</rss>
