<?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>Tracy Phillips &#187; tips</title>
	<atom:link href="http://tracyphillips.com/tag/tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://tracyphillips.com</link>
	<description></description>
	<lastBuildDate>Tue, 27 Oct 2009 14:12:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>List all cron jobs for all users</title>
		<link>http://tracyphillips.com/2008/11/13/list-all-cron-jobs-for-all-users-2/</link>
		<comments>http://tracyphillips.com/2008/11/13/list-all-cron-jobs-for-all-users-2/#comments</comments>
		<pubDate>Thu, 13 Nov 2008 19:24:45 +0000</pubDate>
		<dc:creator>tracphil</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[cron]]></category>
		<category><![CDATA[cronjobs]]></category>
		<category><![CDATA[passwd]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.tracyphillips.com/?p=42</guid>
		<description><![CDATA[You need to run this as root: [server][root][~]# for user in $(cut -f1 -d: /etc/passwd); do crontab -u $user -l; done that will loop over each user in /etc/passwd listing out their crontab. The crontabs are owned by the respective users so you will not be able to see another user's crontab without doing this [...]]]></description>
			<content:encoded><![CDATA[<p>You need to run this as root:</p>
<pre>[server][root][~]# for user in $(cut -f1 -d: /etc/passwd); do crontab -u $user -l; done</pre>
<p>that will loop over each user in <code>/etc/passwd</code> listing out their crontab. The crontabs are owned by the respective users so you will not be able to see another user's crontab without doing this as root.</p>
]]></content:encoded>
			<wfw:commentRss>http://tracyphillips.com/2008/11/13/list-all-cron-jobs-for-all-users-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to speed up OpenOffice.org</title>
		<link>http://tracyphillips.com/2008/10/29/how-to-speed-up-openoffice-org-2/</link>
		<comments>http://tracyphillips.com/2008/10/29/how-to-speed-up-openoffice-org-2/#comments</comments>
		<pubDate>Wed, 29 Oct 2008 17:39:00 +0000</pubDate>
		<dc:creator>tracphil</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[ooo]]></category>
		<category><![CDATA[openoffice]]></category>
		<category><![CDATA[speed]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.tracyphillips.com/?p=18</guid>
		<description><![CDATA[Just in case you are using OpenOffice.org (OOo) and are looking for ways to speed it up, here is a tip that makes it open very quickly. Tools -> Options -> Memory Under Graphics cache: Use for OpenOffice.org increase to 64MB "Memory per object" increase to 8MB then under Java -> Java Options Unselect Use [...]]]></description>
			<content:encoded><![CDATA[<p>Just in case you are using <a href="http://www.openoffice.org/">OpenOffice.org</a> (OOo) and are looking for ways to speed it up, here is a tip that makes it open very quickly.</p>
<p><code>Tools -> Options -> Memory</code></p>
<p>Under <code>Graphics cache</code>:</p>
<p><code>Use for OpenOffice.org</code> increase to 64MB "Memory per object" increase to 8MB</p>
<p>then under <code>Java -> Java Options</code></p>
<p>Unselect <code>Use a Java runtime environment</code></p>
<p>Close OOo and reopen it. See, how fast she goes now?</p>
]]></content:encoded>
			<wfw:commentRss>http://tracyphillips.com/2008/10/29/how-to-speed-up-openoffice-org-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
