<?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 on: Unfreezing Your Linux Desktop</title>
	<atom:link href="http://www.quicktweaks.com/2008/04/14/unfreezing-your-linux-desktop/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.quicktweaks.com/2008/04/14/unfreezing-your-linux-desktop/</link>
	<description>Quick Tweaks For Your System</description>
	<lastBuildDate>Sun, 29 Jan 2012 16:08:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Chady</title>
		<link>http://www.quicktweaks.com/2008/04/14/unfreezing-your-linux-desktop/comment-page-1/#comment-536</link>
		<dc:creator>Chady</dc:creator>
		<pubDate>Sun, 26 Oct 2008 09:46:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.quicktweaks.com/?p=9#comment-536</guid>
		<description>Compiz has some issues on my system too sometimes.
It locks up the desktop, the mouse moves, but the keyboard doesn&#039;t work and the desktop is frozen.
The course of action I take is to ssh in from another machine and kill/restart compiz.
You&#039;re out of luck if you don&#039;t have another machine on the same network though.</description>
		<content:encoded><![CDATA[<p>Compiz has some issues on my system too sometimes.<br />
It locks up the desktop, the mouse moves, but the keyboard doesn&#8217;t work and the desktop is frozen.<br />
The course of action I take is to ssh in from another machine and kill/restart compiz.<br />
You&#8217;re out of luck if you don&#8217;t have another machine on the same network though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bob</title>
		<link>http://www.quicktweaks.com/2008/04/14/unfreezing-your-linux-desktop/comment-page-1/#comment-412</link>
		<dc:creator>bob</dc:creator>
		<pubDate>Wed, 15 Oct 2008 14:35:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.quicktweaks.com/?p=9#comment-412</guid>
		<description>for i in `ps -ef &#124; grep firefox &#124; grep -v grep &#124; awk &#039;{ptint $2}&#039;`; do kill $i; done</description>
		<content:encoded><![CDATA[<p>for i in `ps -ef | grep firefox | grep -v grep | awk &#8216;{ptint $2}&#8217;`; do kill $i; done</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brodie</title>
		<link>http://www.quicktweaks.com/2008/04/14/unfreezing-your-linux-desktop/comment-page-1/#comment-111</link>
		<dc:creator>brodie</dc:creator>
		<pubDate>Tue, 01 Jul 2008 11:15:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.quicktweaks.com/?p=9#comment-111</guid>
		<description>you are my hero. i&#039;ve had issues in the past where the ctrl-alt-backspace doesn&#039;t work and I can never remember the alt-sysrq combo. this is much easier, thank you</description>
		<content:encoded><![CDATA[<p>you are my hero. i&#8217;ve had issues in the past where the ctrl-alt-backspace doesn&#8217;t work and I can never remember the alt-sysrq combo. this is much easier, thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Tyrell</title>
		<link>http://www.quicktweaks.com/2008/04/14/unfreezing-your-linux-desktop/comment-page-1/#comment-81</link>
		<dc:creator>Mike Tyrell</dc:creator>
		<pubDate>Fri, 06 Jun 2008 01:29:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.quicktweaks.com/?p=9#comment-81</guid>
		<description>hey there I am a new user
cant you just type in terminal killall firefox-bin ?
it works for me</description>
		<content:encoded><![CDATA[<p>hey there I am a new user<br />
cant you just type in terminal killall firefox-bin ?<br />
it works for me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anon</title>
		<link>http://www.quicktweaks.com/2008/04/14/unfreezing-your-linux-desktop/comment-page-1/#comment-79</link>
		<dc:creator>anon</dc:creator>
		<pubDate>Thu, 05 Jun 2008 19:52:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.quicktweaks.com/?p=9#comment-79</guid>
		<description>you can run pidof to get the pid of a program too -
pidof firefox

and if something won&#039;t die you can run kill with the 9 option to make sure it&#039;s killed -
kill -9 xxxx

the main difference between killall and using the pid is killall kills all running instances of the program

you can run xkill too and click on the program you want to kill. ctrl-c cancels it

pkill firefox will kill everything with firefox in the name, so if you can&#039;t remember firefox-bin, but know it has firefox in the name you can use that, but you have to be careful incase you kill stuff you don&#039;t want to!</description>
		<content:encoded><![CDATA[<p>you can run pidof to get the pid of a program too -<br />
pidof firefox</p>
<p>and if something won&#8217;t die you can run kill with the 9 option to make sure it&#8217;s killed -<br />
kill -9 xxxx</p>
<p>the main difference between killall and using the pid is killall kills all running instances of the program</p>
<p>you can run xkill too and click on the program you want to kill. ctrl-c cancels it</p>
<p>pkill firefox will kill everything with firefox in the name, so if you can&#8217;t remember firefox-bin, but know it has firefox in the name you can use that, but you have to be careful incase you kill stuff you don&#8217;t want to!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

