<?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>ARDtips &#187; Unix</title>
	<atom:link href="http://ardtips.com/c/unix/feed/" rel="self" type="application/rss+xml" />
	<link>http://ardtips.com</link>
	<description>Putting you in control of Apple Remote Desktop!</description>
	<lastBuildDate>Tue, 25 Aug 2009 01:12:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Disable the Dashboard</title>
		<link>http://ardtips.com/a/disable-the-dashboard/</link>
		<comments>http://ardtips.com/a/disable-the-dashboard/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 01:12:45 +0000</pubDate>
		<dc:creator>scottmac</dc:creator>
				<category><![CDATA[Unix]]></category>
		<category><![CDATA[dashboard]]></category>
		<category><![CDATA[performance]]></category>

		<guid isPermaLink="false">http://ardtips.com/a/disable-the-dashboard/</guid>
		<description><![CDATA[One of the more resource intensive processes on a Mac is the Dashboard. While occasionally convenient and quite eye catching, it is a memory hog! Disable it on your Macs by running the following commands after selecting your machines and choosing &#8216;Unix&#8217; from the toolbar. You can put all of this in one command box, [...]]]></description>
			<content:encoded><![CDATA[<p>One of the more resource intensive processes on a Mac is the Dashboard. While occasionally convenient and quite eye catching, it is a memory hog! Disable it on your Macs by running the following commands after selecting your machines and choosing &#8216;Unix&#8217; from the toolbar. You can put all of this in one command box, and it is suggested that you use the root user.</p>
<blockquote><p>//Disable Dashboard<br />
defaults write com.apple.dashboard mcx-disabled -boolean YES<br />
killall Dock<br />
//re-enable Dashboard<br />
defaults write com.apple.dashboard mcx-disabled -boolean NO</p></blockquote>
<p><a href="http://ardtips.com/wp-content/up/2009/02/disable-dashboard.jpg"><img src="http://ardtips.com/wp-content/up/2009/02/disable-dashboard-tm.jpg" alt="disable_dashboard.jpg" width="350" height="302" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://ardtips.com/a/disable-the-dashboard/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Close applications using the &#8216;killall&#8217; command</title>
		<link>http://ardtips.com/a/close-applications-using-the-killall-command/</link>
		<comments>http://ardtips.com/a/close-applications-using-the-killall-command/#comments</comments>
		<pubDate>Tue, 17 Feb 2009 22:21:42 +0000</pubDate>
		<dc:creator>scottmac</dc:creator>
				<category><![CDATA[Unix]]></category>
		<category><![CDATA[apps]]></category>
		<category><![CDATA[killall]]></category>

		<guid isPermaLink="false">http://ardtips.com/a/close-applications-on-remote-systems/</guid>
		<description><![CDATA[If you need to close an app on a system, you can use the &#8216;killall&#8217; command.
Select the machines you wish to work with, then choose &#8216;Unix&#8217; from the menubar, then chose which systems to perform the action on. In the command field, enter &#8216;killall APPNAME&#8217;, for instance, &#8216;killall TextEdit&#8217; will close that app on the [...]]]></description>
			<content:encoded><![CDATA[<p>If you need to close an app on a system, you can use the &#8216;killall&#8217; command.</p>
<p>Select the machines you wish to work with, then choose &#8216;Unix&#8217; from the menubar, then chose which systems to perform the action on. In the command field, enter &#8216;killall APPNAME&#8217;, for instance, &#8216;killall TextEdit&#8217; will close that app on the selected machines.</p>
<p>
<a href="http://ardtips.com/wp-content/up/2009/02/killall1.jpg"><img src="http://ardtips.com/wp-content/up/2009/02/killall-tm.jpg" width="350" height="302" alt="killall.jpg" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://ardtips.com/a/close-applications-using-the-killall-command/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
 
