<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Linuxzone.Org - Linux Blog</title>
	<atom:link href="http://www.linuxzone.org/index.php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.linuxzone.org</link>
	<description>Linux</description>
	<lastBuildDate>Fri, 18 Dec 2009 17:36:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to Reset Permissions for a Plesk Virtual Host</title>
		<link>http://www.linuxzone.org/index.php/2009/12/how-to-reset-permissions-for-a-plesk-virtual-host/</link>
		<comments>http://www.linuxzone.org/index.php/2009/12/how-to-reset-permissions-for-a-plesk-virtual-host/#comments</comments>
		<pubDate>Fri, 18 Dec 2009 17:36:09 +0000</pubDate>
		<dc:creator>jc</dc:creator>
				<category><![CDATA[Plesk]]></category>

		<guid isPermaLink="false">http://www.linuxzone.org/?p=58</guid>
		<description><![CDATA[Many times I see customers accidentally changing permissions recursively for a whole domain, breaking Plesk functionality including log rotation. Here is how to fix it:
/usr/local/psa/admin/sbin/vhostmng --install-vhost --vhost-name=domain.tld --user-name=domain_user --set-content-permissions
Substitute domain.tld with the domain in question and domain_user with the domain user for that domain. If you accidentally change permissions for several domains you can also [...]]]></description>
		<wfw:commentRss>http://www.linuxzone.org/index.php/2009/12/how-to-reset-permissions-for-a-plesk-virtual-host/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing MailScanner on Fedora</title>
		<link>http://www.linuxzone.org/index.php/2009/08/installing-mailscanner-on-fedora/</link>
		<comments>http://www.linuxzone.org/index.php/2009/08/installing-mailscanner-on-fedora/#comments</comments>
		<pubDate>Tue, 04 Aug 2009 01:33:08 +0000</pubDate>
		<dc:creator>jc</dc:creator>
				<category><![CDATA[Mail]]></category>
		<category><![CDATA[clamav]]></category>
		<category><![CDATA[Mailscanner]]></category>
		<category><![CDATA[spamassassin]]></category>

		<guid isPermaLink="false">http://www.linuxzone.org/?p=55</guid>
		<description><![CDATA[Below is a great tutorial on how to build a Mail Server on Fedora with MailScanner, Squirrelmail, Mailwatch, spamassassin &#038; ClamAV.
http://www.scudconsulting.com/docs/mailserver.html
Thank you
]]></description>
		<wfw:commentRss>http://www.linuxzone.org/index.php/2009/08/installing-mailscanner-on-fedora/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Postfix not delivering to Maildir</title>
		<link>http://www.linuxzone.org/index.php/2009/07/postfix-not-delivering-to-maildir/</link>
		<comments>http://www.linuxzone.org/index.php/2009/07/postfix-not-delivering-to-maildir/#comments</comments>
		<pubDate>Tue, 28 Jul 2009 03:33:10 +0000</pubDate>
		<dc:creator>jc</dc:creator>
				<category><![CDATA[Mail]]></category>
		<category><![CDATA[Red Hat]]></category>
		<category><![CDATA[maildir]]></category>
		<category><![CDATA[postfix]]></category>
		<category><![CDATA[procmail]]></category>
		<category><![CDATA[redhat]]></category>

		<guid isPermaLink="false">http://www.linuxzone.org/?p=51</guid>
		<description><![CDATA[I came across this problem a few time and I keep forgetting the solution. Sometimes, even if you set in:
/etc/postfix/main.cf:
home_mailbox = Maildir/

postfix will still deliver to /var/spool/mail/user. 
There are 2 ways to solve this problem:
1. you can disable procmail by removing the following line from /etc/postfix/main.cf:
mailbox_command = /usr/bin/procmail
2. If you need procmail, add the following [...]]]></description>
		<wfw:commentRss>http://www.linuxzone.org/index.php/2009/07/postfix-not-delivering-to-maildir/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dropbox repo now available for Ubuntu Jaunty</title>
		<link>http://www.linuxzone.org/index.php/2009/05/dropbox-repo-now-available-for-ubuntu-jaunty/</link>
		<comments>http://www.linuxzone.org/index.php/2009/05/dropbox-repo-now-available-for-ubuntu-jaunty/#comments</comments>
		<pubDate>Fri, 15 May 2009 00:41:43 +0000</pubDate>
		<dc:creator>jc</dc:creator>
				<category><![CDATA[File Systems]]></category>
		<category><![CDATA[Installations]]></category>
		<category><![CDATA[OS]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[dropbox]]></category>

		<guid isPermaLink="false">http://www.linuxzone.org/?p=48</guid>
		<description><![CDATA[Just got dropbox installed on my Ubuntu workstation. Great way to share files with my Mac and other computers. Now I cant live without it. To install on Jaunty just edit /etc/apt/sources.list and add:

deb http://linux.getdropbox.com/ubuntu jaunty main
deb-src http://linux.getdropbox.com/ubuntu jaunty main
Then:
$ sudo apt-get update
$ sudo apt-get install nautilus-dropbox

That&#8217;s it!!!
&#8211;JC
]]></description>
		<wfw:commentRss>http://www.linuxzone.org/index.php/2009/05/dropbox-repo-now-available-for-ubuntu-jaunty/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configure BCC Maps in Postfix</title>
		<link>http://www.linuxzone.org/index.php/2009/04/configure-bcc-maps-in-postfix/</link>
		<comments>http://www.linuxzone.org/index.php/2009/04/configure-bcc-maps-in-postfix/#comments</comments>
		<pubDate>Wed, 29 Apr 2009 19:36:01 +0000</pubDate>
		<dc:creator>jc</dc:creator>
				<category><![CDATA[Mail]]></category>
		<category><![CDATA[BCC]]></category>
		<category><![CDATA[postfix]]></category>

		<guid isPermaLink="false">http://www.linuxzone.org/?p=45</guid>
		<description><![CDATA[BCC maps are handled in postfix by the following tags:
 always_bcc = address
Deliver a copy of all mail to the specified address. In Postfix versions before 2.1, this feature is implemented by smtpd(8), qmqpd(8), or pickup(8).
sender_bcc_maps = type:table
Search the specified &#8220;type:table&#8221; lookup table with the envelope sender address for an automatic BCC address. This feature [...]]]></description>
		<wfw:commentRss>http://www.linuxzone.org/index.php/2009/04/configure-bcc-maps-in-postfix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change mysql server time zone</title>
		<link>http://www.linuxzone.org/index.php/2009/03/change-mysql-server-time-zone/</link>
		<comments>http://www.linuxzone.org/index.php/2009/03/change-mysql-server-time-zone/#comments</comments>
		<pubDate>Mon, 30 Mar 2009 16:57:33 +0000</pubDate>
		<dc:creator>jc</dc:creator>
				<category><![CDATA[Databases]]></category>

		<guid isPermaLink="false">http://www.linuxzone.org/?p=36</guid>
		<description><![CDATA[If you want mysql to have a different timezone than your server&#8217;s, here are the steps:
1) Run the following command to populate mysql&#8217;s timezone tables:
mysql_tzinfo_to_sql /usr/share/zoneinfo &#124;mysql mysql
2) in the [mysqld] section of /etc/my.cnf, add the following line:
default-time-zone='US/Eastern'
(change US/Eastern with the desired timezone of course. It should match the format of /usr/share/zoneinfo)
3) Restart mysql
To check [...]]]></description>
		<wfw:commentRss>http://www.linuxzone.org/index.php/2009/03/change-mysql-server-time-zone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>md5sum on MySQL results</title>
		<link>http://www.linuxzone.org/index.php/2009/03/md5sum-on-mysql-results/</link>
		<comments>http://www.linuxzone.org/index.php/2009/03/md5sum-on-mysql-results/#comments</comments>
		<pubDate>Wed, 25 Mar 2009 17:44:14 +0000</pubDate>
		<dc:creator>jc</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://www.linuxzone.org/?p=33</guid>
		<description><![CDATA[This morning I read a twit about a blog post from xapbr.com (http://www.xaprb.com/blog/2009/03/25/mysql-command-line-tip-compare-result-sets/).
Pretty nifty tip on how to get a MD5 Checksum on a result set from a query. This can be very helpful when you are optimizing queries that return a very large set of results and you need to make sure they match.

mysql&#62; [...]]]></description>
		<wfw:commentRss>http://www.linuxzone.org/index.php/2009/03/md5sum-on-mysql-results/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LogFilesList-&gt;init() failed: filemng failed: filemng: stat failed: Permission denied</title>
		<link>http://www.linuxzone.org/index.php/2009/02/logfileslist-init-failed-filemng-failed-filemng-stat-failed-permission-denied/</link>
		<comments>http://www.linuxzone.org/index.php/2009/02/logfileslist-init-failed-filemng-failed-filemng-stat-failed-permission-denied/#comments</comments>
		<pubDate>Sat, 21 Feb 2009 21:43:23 +0000</pubDate>
		<dc:creator>jc</dc:creator>
				<category><![CDATA[Plesk]]></category>
		<category><![CDATA[filemng]]></category>
		<category><![CDATA[psaadm]]></category>

		<guid isPermaLink="false">http://www.linuxzone.org/?p=29</guid>
		<description><![CDATA[If you get this error when trying to access Log Manager, this happens because filemng which runs as psaadm user does not have permission to access the directory. You can get a similar error on the File Manager:
Error: Unable to change directory to /statistics: filemng failed: filemng: opendir failed: Permission denied
To fix this problem make [...]]]></description>
		<wfw:commentRss>http://www.linuxzone.org/index.php/2009/02/logfileslist-init-failed-filemng-failed-filemng-stat-failed-permission-denied/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to have Tomcat bind to port 80 and still run as a non-root user</title>
		<link>http://www.linuxzone.org/index.php/2008/07/how-to-have-tomcat-bind-to-port-80-and-still-run-as-a-non-root-user/</link>
		<comments>http://www.linuxzone.org/index.php/2008/07/how-to-have-tomcat-bind-to-port-80-and-still-run-as-a-non-root-user/#comments</comments>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<dc:creator>jc</dc:creator>
				<category><![CDATA[Installations]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[tomcat JSVC]]></category>

		<guid isPermaLink="false">http://www.linuxzone.org/?p=21</guid>
		<description><![CDATA[In order to have Tomcat listen on port 80, you either have to have it running as root (which by the way is not a very good idea), or configure a wrapper like JSCV.
Here is how you do it (This is an example using tomcat 6 please adapt to your install):
# cd /opt/apache-tomcat-6.0.16/bin/
# tar -zxvf [...]]]></description>
		<wfw:commentRss>http://www.linuxzone.org/index.php/2008/07/how-to-have-tomcat-bind-to-port-80-and-still-run-as-a-non-root-user/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Bind Mounts are Hot</title>
		<link>http://www.linuxzone.org/index.php/2008/05/bind-mount-is-hot/</link>
		<comments>http://www.linuxzone.org/index.php/2008/05/bind-mount-is-hot/#comments</comments>
		<pubDate>Sun, 25 May 2008 00:11:46 +0000</pubDate>
		<dc:creator>jc</dc:creator>
				<category><![CDATA[File Systems]]></category>
		<category><![CDATA[OS]]></category>
		<category><![CDATA[Red Hat]]></category>
		<category><![CDATA[]]></category>
		<category><![CDATA[bind mount]]></category>
		<category><![CDATA[ext3]]></category>
		<category><![CDATA[fstab]]></category>
		<category><![CDATA[mount]]></category>
		<category><![CDATA[sexy]]></category>

		<guid isPermaLink="false">http://www.linuxzone.org/?p=20</guid>
		<description><![CDATA[Bind mounts are awesome to mount stuff that is already mounted somewhere else. In my case, a customer added a additional hard drive to his server because he needed some extra space for one of the domains he was hosting on the server. Other than messing with RAID and trying to extend the file system [...]]]></description>
		<wfw:commentRss>http://www.linuxzone.org/index.php/2008/05/bind-mount-is-hot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
