<?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>The Geek Diarys &#187; Uncategorized</title>
	<atom:link href="http://paior.com/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://paior.com</link>
	<description>The random thoughts from another geek</description>
	<lastBuildDate>Wed, 05 Oct 2011 04:04:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>How to configure Outlook 2010 Rules</title>
		<link>http://paior.com/2011/10/05/how-to-configure-outlook-2010-rules/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-configure-outlook-2010-rules</link>
		<comments>http://paior.com/2011/10/05/how-to-configure-outlook-2010-rules/#comments</comments>
		<pubDate>Wed, 05 Oct 2011 03:55:07 +0000</pubDate>
		<dc:creator>paior</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://paior.com/?p=82</guid>
		<description><![CDATA[In Outlook 2010. Select the File Tab (Far Left) Select Rules and Alerts ( Bottom Square Button) The Rules and Alerts Screen will appear. Select New Rule Select the Second Line (As highlighted above) Click ‘specific words’ (in blue down the bottom) Add: [Spam] (and any other word that you want relocated, eg: Cheap Drugs! [...]]]></description>
			<content:encoded><![CDATA[<p>In Outlook 2010.</p>
<p>Select the File Tab (Far Left)</p>
<div id="attachment_83" class="wp-caption alignnone" style="width: 310px"><a href="http://paior.com/wp-content/uploads/2011/10/outlook1.jpg"><img src="http://paior.com/wp-content/uploads/2011/10/outlook1-300x175.jpg" alt="Computer support for your small business" title="Geek the Small Business IT Experts" width="300" height="175" class="size-medium wp-image-83" /></a><p class="wp-caption-text">Computer support for your small business</p></div>
<p>Select Rules and Alerts ( Bottom Square Button)<br />
The Rules and Alerts Screen will appear.<br />
Select New Rule</p>
<p><a href="http://paior.com/wp-content/uploads/2011/10/outlook2.jpg"><img src="http://paior.com/wp-content/uploads/2011/10/outlook2-248x300.jpg" alt="" title="outlook2" width="248" height="300" class="alignnone size-medium wp-image-89" /></a></p>
<p>Select the Second Line (As highlighted above)<br />
Click ‘specific words’ (in blue down the bottom)<br />
Add: [Spam] (and any other word that you want relocated, eg: Cheap Drugs! Etc)<br />
Click OK<br />
Click specified  and select the Junk Folder</p>
<p><a href="http://paior.com/wp-content/uploads/2011/10/outlook3.jpg"><img src="http://paior.com/wp-content/uploads/2011/10/outlook3-249x300.jpg" alt="" title="outlook3" width="249" height="300" class="alignnone size-medium wp-image-88" /></a></p>
<p>Click next, and then finish<br />
Name the rule.<br />
Ensure the tick box is ticked next to the Rule<br />
After completing this, you can select ‘Run Rules Now’<br />
This will clean any messages in your inbox, and relocate them to the Junk Folder as the rule specifies.</p>
<p>This process can also apply to any other rules you with to create to move emails from a particular company, person, domain etc etc.<br />
It allows you to move emails automatically base on the rule you create! ?</p>
]]></content:encoded>
			<wfw:commentRss>http://paior.com/2011/10/05/how-to-configure-outlook-2010-rules/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>using wideband codec in Asterisk 1.4</title>
		<link>http://paior.com/2009/04/22/using-wideband-codec-in-asterisk-14/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=using-wideband-codec-in-asterisk-14</link>
		<comments>http://paior.com/2009/04/22/using-wideband-codec-in-asterisk-14/#comments</comments>
		<pubDate>Wed, 22 Apr 2009 12:59:46 +0000</pubDate>
		<dc:creator>paior</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Asterisk]]></category>
		<category><![CDATA[cisco]]></category>
		<category><![CDATA[g722]]></category>
		<category><![CDATA[sccp]]></category>
		<category><![CDATA[skinny]]></category>
		<category><![CDATA[wideband]]></category>

		<guid isPermaLink="false">http://paior.com/2009/04/22/using-wideband-codec-in-asterisk-14/</guid>
		<description><![CDATA[I posted this in my favourite Asterisk forum: PBX in a Flash&#8230; But I thought I would post it here as well: Installing wideband (g722) codec translation in Asterisk 1.4.x To install g722 as an available codec first install the backport patch: (usual disclaimers apply &#8211; it worked for me and did not ruin my [...]]]></description>
			<content:encoded><![CDATA[<p>I posted this in my favourite Asterisk forum: PBX in a Flash&#8230;<br />
But I thought I would post it here as well:</p>
<p> Installing wideband (g722) codec translation in Asterisk 1.4.x</p>
<p>To install g722 as an available codec first install the backport patch: (usual disclaimers apply &#8211; it worked for me and did not ruin my pbx, use at your own risk)</p>
<p>cd /usr/src/asterisk<br />
wget http://carlton.oriley.net/drupal/fil&#8230;7.1-g722.patch<br />
patch -p0 < asterisk-1.4.7.1-g722.patch<br />
make<br />
make install<br />
amportal restart</p>
<p>to see if it worked, jump into the console:<br />
Asterisk -r<br />
and then type<br />
core show translation</p>
<p>along the bottom of the table alongside g722 you should see a row of numbers (the lower the better ) if you see dashes, the install didn&#8217;t work.</p>
<p>You will of course need to use the allow=g722 statement for the protocols you require:<br />
sccp.conf, sip_custom.conf &#038; iax_custom.conf<br />
Plus any extensions for which you have used the disallow statement.</p>
<p>Bear in mind of course, there aren&#8217;t too many phones that support wideband as yet&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://paior.com/2009/04/22/using-wideband-codec-in-asterisk-14/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>So an employee is outshining me</title>
		<link>http://paior.com/2009/03/10/so-an-employee-is-outshining-me/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=so-an-employee-is-outshining-me</link>
		<comments>http://paior.com/2009/03/10/so-an-employee-is-outshining-me/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 14:04:52 +0000</pubDate>
		<dc:creator>paior</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://paior.com/?p=34</guid>
		<description><![CDATA[When it comes to blogging&#8230; Being a technophile, I thought it best to reactivate my blog and get cracking&#8230; I thought I would start my return post with my thoughts on disaster recovery]]></description>
			<content:encoded><![CDATA[<p>When it comes to blogging&#8230;<br />
Being a technophile, I thought it best to reactivate my blog and get cracking&#8230;</p>
<p>I thought I would start my return post with my thoughts on disaster recovery</p>
]]></content:encoded>
			<wfw:commentRss>http://paior.com/2009/03/10/so-an-employee-is-outshining-me/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>DONE!!!</title>
		<link>http://paior.com/2007/12/10/done/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=done</link>
		<comments>http://paior.com/2007/12/10/done/#comments</comments>
		<pubDate>Mon, 10 Dec 2007 14:23:01 +0000</pubDate>
		<dc:creator>paior</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://paior.com/?p=28</guid>
		<description><![CDATA[Even Notified the client]]></description>
			<content:encoded><![CDATA[<p>Even Notified the client <img src='http://paior.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://paior.com/2007/12/10/done/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nearly There</title>
		<link>http://paior.com/2007/12/10/nearly-there/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=nearly-there</link>
		<comments>http://paior.com/2007/12/10/nearly-there/#comments</comments>
		<pubDate>Mon, 10 Dec 2007 13:05:13 +0000</pubDate>
		<dc:creator>paior</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://paior.com/?p=27</guid>
		<description><![CDATA[Formatting is done, just need to populate the content!!!]]></description>
			<content:encoded><![CDATA[<p>Formatting is done, just need to populate the content!!!</p>
]]></content:encoded>
			<wfw:commentRss>http://paior.com/2007/12/10/nearly-there/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Going for a Record</title>
		<link>http://paior.com/2007/12/10/going-for-a-record/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=going-for-a-record</link>
		<comments>http://paior.com/2007/12/10/going-for-a-record/#comments</comments>
		<pubDate>Mon, 10 Dec 2007 11:09:19 +0000</pubDate>
		<dc:creator>paior</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://paior.com/?p=26</guid>
		<description><![CDATA[Doing a website for a client tonight, thought I would try and beat my 6 hour record! I&#8217;ll let you know when I&#8217;m done&#8230;]]></description>
			<content:encoded><![CDATA[<p>Doing a website for a client tonight, thought I would try and beat my 6 hour record!</p>
<p>I&#8217;ll let you know when I&#8217;m done&#8230; <img src='http://paior.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://paior.com/2007/12/10/going-for-a-record/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>testing a blog entry from my phone.</title>
		<link>http://paior.com/2007/04/29/testing-a-blog-entry-from-my-phone/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=testing-a-blog-entry-from-my-phone</link>
		<comments>http://paior.com/2007/04/29/testing-a-blog-entry-from-my-phone/#comments</comments>
		<pubDate>Sun, 29 Apr 2007 06:10:20 +0000</pubDate>
		<dc:creator>paior</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://paior.com/?p=21</guid>
		<description><![CDATA[some may know i got a nifty new phone this week. A new nokia n95.With gps and 3g. And a 5 meg camera i seems like a good phone. I an yet to iron out many issues though. I an hopefull that the new firmware due this week will sort out a lot of them. [...]]]></description>
			<content:encoded><![CDATA[<p>some may know i got a nifty new phone this week. A new nokia n95.With gps and 3g. And a 5 meg camera i seems like a good phone. I an yet to iron out many issues though. I an hopefull that the new firmware due this week will sort out a lot of them.</p>
<p>Anyway i an attempting to up load a photo. So see how it goes.</p>
]]></content:encoded>
			<wfw:commentRss>http://paior.com/2007/04/29/testing-a-blog-entry-from-my-phone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>First Post</title>
		<link>http://paior.com/2007/04/15/first-post/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=first-post</link>
		<comments>http://paior.com/2007/04/15/first-post/#comments</comments>
		<pubDate>Sun, 15 Apr 2007 07:15:41 +0000</pubDate>
		<dc:creator>paior</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://paior.com/?p=5</guid>
		<description><![CDATA[Well, I have to get this out of the way. I am going to use this blog to record thoughts. Mainly of a technical nature. So it&#8217;s done.]]></description>
			<content:encoded><![CDATA[<p>Well, I have to get this out of the way.</p>
<p>I am going to use this blog to record thoughts. Mainly of a technical nature.</p>
<p>So it&#8217;s done.</p>
]]></content:encoded>
			<wfw:commentRss>http://paior.com/2007/04/15/first-post/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

