<?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>Max Clark &#187; tip</title>
	<atom:link href="http://www.clarksys.com/blog/tag/tip/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.clarksys.com</link>
	<description>Rants and Raves!</description>
	<lastBuildDate>Thu, 19 Aug 2010 23:44:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Set the time zone on a per user basis</title>
		<link>http://www.clarksys.com/blog/2009/09/01/set-the-time-zone-on-a-per-user-basis/</link>
		<comments>http://www.clarksys.com/blog/2009/09/01/set-the-time-zone-on-a-per-user-basis/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 21:24:31 +0000</pubDate>
		<dc:creator>Max</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[tip]]></category>

		<guid isPermaLink="false">http://www.clarksys.com/?p=449</guid>
		<description><![CDATA[Continuing on my general rant that all computer systems should use UTC/GMT for their system clocks the question is often posed by users that want to see their own local time when they log into a remote computer.
Procedure &#8211; set the time zone on a per user basis
Open user ~/.bashrc or ~/.bash_profile file using vi text editor [...]]]></description>
			<content:encoded><![CDATA[<p>Continuing on my general rant that all computer systems should use UTC/GMT for their system clocks the question is often posed by users that want to see their own local time when they log into a remote computer.</p>
<p><strong>Procedure &#8211; set the time zone on a per user basis</strong></p>
<p>Open user <strong>~/.bashrc </strong>or <strong>~/.bash_profile</strong> file using vi text editor and set up TZ environment variable. Append or SET TZ as follows:</p>
<p><strong>export TZ=&#8221;/usr/share/zoneinfo/{TIMEZONE-DIRECTORY}/{TIMEZONE_FILE}&gt;&#8221;</strong></p>
<p>If your username is foo and you would like to set TZ to Asia/Calcutta (INDIA IST) type command:</p>
<p><code># vi /home/foo/.bashrc</code></p>
<p>Append following:</p>
<p><code>export TZ="/usr/share/zoneinfo/Asia/Calcutta"</code></p>
<p>Save and close the file.</p>
<p>(via <a href="http://www.cyberciti.biz/faq/howto-linux-set-time-zone-per-user-basis/" target="_blank">http://www.cyberciti.biz/faq/howto-linux-set-time-zone-per-user-basis/</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.clarksys.com/blog/2009/09/01/set-the-time-zone-on-a-per-user-basis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Read the Man Page</title>
		<link>http://www.clarksys.com/blog/2008/12/07/read-the-man-page/</link>
		<comments>http://www.clarksys.com/blog/2008/12/07/read-the-man-page/#comments</comments>
		<pubDate>Sun, 07 Dec 2008 11:58:04 +0000</pubDate>
		<dc:creator>Max</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[manpage]]></category>
		<category><![CDATA[tip]]></category>

		<guid isPermaLink="false">http://www.clarksys.com/?p=398</guid>
		<description><![CDATA[For years I have been using the syntax:

$ find . -type f -exec rm {} \;

For some reason I took the time to read the man page for find today and guess what:

$ find . -type f -delete

Does the exact same thing and it is almost instant. Lesson learned, every now and again read the [...]]]></description>
			<content:encoded><![CDATA[<p>For years I have been using the syntax:<br />
<code><br />
$ find . -type f -exec rm {} \;<br />
</code><br />
For some reason I took the time to read the man page for find today and guess what:<br />
<code><br />
$ find . -type f -delete<br />
</code><br />
Does the exact same thing and it is almost instant. Lesson learned, every now and again read the man page.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.clarksys.com/blog/2008/12/07/read-the-man-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HOWTO Remove Emergency Dialing from Blackberry when Locked</title>
		<link>http://www.clarksys.com/blog/2008/08/25/howto-remove-emergency-dialing-from-blackberry-when-locked/</link>
		<comments>http://www.clarksys.com/blog/2008/08/25/howto-remove-emergency-dialing-from-blackberry-when-locked/#comments</comments>
		<pubDate>Mon, 25 Aug 2008 12:59:13 +0000</pubDate>
		<dc:creator>Max</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[blackberry]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[tip]]></category>

		<guid isPermaLink="false">http://www.clarksys.com/?p=395</guid>
		<description><![CDATA[I have what seems to be a relatively straightforward problem. I lock my blackberry, put it in my pocket and discover that a perfect series of motions result in the phone dialing 911. I find out the phone has dialed 911 when the emergency dispatcher calls me back to ask if I have an emergency. [...]]]></description>
			<content:encoded><![CDATA[<p>I have what seems to be a relatively straightforward problem. I lock my blackberry, put it in my pocket and discover that a perfect series of motions result in the phone dialing 911. I find out the phone has dialed 911 when the emergency dispatcher calls me back to ask if I have an emergency. Should I be concerned when they accept my &#8220;no Sir/Maam, we do not&#8221;?</p>
<p>After scouring the Internet this weekend, and waiting on hold with AT&#038;T my fears were confirmed. There is simply no way to remove the &#8220;Emergency Call&#8221; option when the phone is locked. However I did find another option which has been working just as good if not better. By holding down the mute key the phone will go into standby mode disabling all of the keys except the mute button. Unfortunately I cannot figure out how to map the side keys to the standby function, but it is a step in the right direction.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.clarksys.com/blog/2008/08/25/howto-remove-emergency-dialing-from-blackberry-when-locked/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
