<?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>Luke Sheldrick&#039;s Blog &#187; fedora</title>
	<atom:link href="http://luke.sheldrick.co.uk/blog/tag/fedora/feed/" rel="self" type="application/rss+xml" />
	<link>http://luke.sheldrick.co.uk/blog</link>
	<description>Just another blog site.</description>
	<lastBuildDate>Thu, 26 Jan 2012 19:18:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>My &#8216;cloud&#8217; IM setup</title>
		<link>http://luke.sheldrick.co.uk/blog/2010/08/18/my-cloud-im-setup/</link>
		<comments>http://luke.sheldrick.co.uk/blog/2010/08/18/my-cloud-im-setup/#comments</comments>
		<pubDate>Wed, 18 Aug 2010 23:00:19 +0000</pubDate>
		<dc:creator>Luke Sheldrick</dc:creator>
				<category><![CDATA[IT / Tech]]></category>
		<category><![CDATA[colloquy]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[im]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[irc]]></category>
		<category><![CDATA[irssi]]></category>
		<category><![CDATA[jabber]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[message]]></category>
		<category><![CDATA[msn]]></category>
		<category><![CDATA[notification]]></category>
		<category><![CDATA[pidgin]]></category>
		<category><![CDATA[push]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[znc]]></category>

		<guid isPermaLink="false">http://luke.sheldrick.co.uk/blog/?p=554</guid>
		<description><![CDATA[For a long time now, I&#8217;ve had a number of different applications I use to connect to various different IM (instant messaging) mediums, such as Irssi for IRC, Pidgin for Jabber/MSN/etc on my desktops/laptops and usually BeeJive on my iPhone when I&#8217;m out and about. This has all &#8216;kinda&#8217; worked, it hasn&#8217;t been the most [...]]]></description>
			<content:encoded><![CDATA[<p>For a long time now, I&#8217;ve had a number of different applications I use to connect to various different IM (instant messaging) mediums, such as <a href="http://www.irssi.org/" target="_blank">Irssi</a> for IRC, <a href="http://www.pidgin.im/" target="_blank">Pidgin</a> for Jabber/MSN/etc on my desktops/laptops and usually BeeJive on my iPhone when I&#8217;m out and about. </p>
<p>This has all &#8216;kinda&#8217; worked, it hasn&#8217;t been the most elegant of solutions, but it did do what I need it to. Until you add something like the iPad to the mix. </p>
<p>The problem I had, was I&#8217;d be signed on to say MSN on my MacBook, and then decide I&#8217;ve worked enough for the day, so sign off. Then whilst watching TV in the evening, want to send a message to someone, who only uses MSN, so grab my iPad and sign on via BeeJive. Well that kind of works, except, if I forget to sign off BeeJive, it keeps me online on their &#8216;cloud&#8217;, so I can connect back at any time via the iPad, only the iPad though. </p>
<p>If someone was to send me a message when the client is closed on the iPad, sure it sends a push message to it, but no other device. If I go out, and I know someone has sent me a message, I can&#8217;t connect to it via BeeJive on the iPhone, as it doesn&#8217;t keep them in sync. Same as if I wanted to log in with the MacBook, I can&#8217;t see what that message was. </p>
<p>So I decided this doesn&#8217;t work how I want and need it to. So I set about designing my own solution. The aim was to set something up running on my infrastructure, at little or no cost (not always easy when you add any iOS devices in the mix), and reliable. </p>
<p>What I came up with, works really well for me, so thought I&#8217;d document what I put together. </p>
<p>The server components run on a machine that is always on, the is the core of the solution. The underlying OS I used is a Fedora 14 box (so Fedora rawhide &#8211; the development branch). The packages I&#8217;ve used are widely available on pretty much every Linux distribution, ports (OS X, *BSD), so the OS here, really doesn&#8217;t make much of a difference. </p>
<p>Server side:<br />
<a href="http://www.irssi.org/" target="_blank">Irssi</a> &#8211; a cross platform IRC client.<br />
<a href="http://en.znc.in/wiki/ZNC" target="_blank">ZNC</a> &#8211; a cross platform IRC bouncer.<br />
<a href="http://www.bitlbee.org" target="_blank">BitlBee</a> &#8211; a cross platform IM gateway for IRC. </p>
<p>Client side:<br />
<a href="http://colloquy.mobi/" target="_blank">Colloquy Mobile</a> &#8211; iOS IRC client &#8211; use this on the iPad and iPhone.<br />
<a href="http://adium.im/beta/" target="_blank">Adium (Beta)</a> &#8211; OS X IM client &#8211; use the beta version as it supports IRC.<br />
<a href="http://www.pidgin.im/" target="_blank">Pidgin</a> &#8211; a cross platform IM client &#8211; use this on any Windows or Linux machines i happen to be on. </p>
<p>Again the client side really doesn&#8217;t matter, just as long as you have something you can connect to an IRC server with, it should be all good. </p>
<p>The setup uses BitlBee to connect to MSN, G-Talk, Jabber, Facebook chat, and pretty much any other IM network you&#8217;d want to connect into. BitlBee presents it&#8217;s self as a IRC server, and you contact list is all shown as a room. When you chat to someone you do so as you would traditionally. That part worked a treat. </p>
<p>At first I just had <a href="http://www.irssi.org/" target="_blank">Irssi</a> running with the proxy module enabled, this allows you to reconnect into your <a href="http://www.irssi.org/" target="_blank">Irssi</a> session, with a local client, and &#8216;pose&#8217; as remote session. This worked well, so I just left <a href="http://www.irssi.org/" target="_blank">Irssi</a> running in a remote screen session, then when I wanted to connect in and chat, I would just open say <a href="http://www.pidgin.im/" target="_blank">Pidgin</a> locally, and it would connect to all the rooms the <a href="http://www.irssi.org/" target="_blank">Irssi</a> session had. </p>
<p>This was fine, however, <a href="http://www.irssi.org/" target="_blank">Irssi</a> on it&#8217;s own doesn&#8217;t support playback. What I mean here is, if someone had sent me a DM, <a href="http://www.irssi.org/" target="_blank">Irssi</a> would have it, but when I logged in with <a href="http://www.pidgin.im/" target="_blank">Pidgin</a>, <a href="http://www.irssi.org/" target="_blank">Irssi</a> wouldn&#8217;t send me a copy of that message, it only forwards new messages. For these kind of features, I&#8217;d need to employ a bouncer, not the thuggish type that stand outside nightclubs, but an IRC bouncer. </p>
<p>I tried a few, but settled with <a href="http://en.znc.in/wiki/ZNC" target="_blank">ZNC</a>. I should point out here, that when using <a href="http://en.znc.in/wiki/ZNC" target="_blank">ZNC</a>, there isn&#8217;t really any need to use <a href="http://www.irssi.org/" target="_blank">Irssi</a> in the equation any more, I just kept it as have a few custom scripts, and all my historic logs are there, so decided to keep it. </p>
<p><a href="http://en.znc.in/wiki/ZNC" target="_blank">ZNC</a> will connect to all your favourite IRC networks, keep you online, and when you connect to it with your client, it will replay all the conversations and DMs you missed since you last connected in. this was exactly the functionality I was looking for. </p>
<p>There are also a host of other cool things you can do with <a href="http://en.znc.in/wiki/ZNC" target="_blank">ZNC</a>, so I have mine configured to set me away everywhere 5 minutes after my client disconnects. Also if you team colloquy mobile up with <a href="http://en.znc.in/wiki/ZNC" target="_blank">ZNC</a>, you can have it push message your iPhone or iPad if you&#8217;re mentioned in a chat, or if someone sends you a DM, I have mine set to only do this if there are no other clients connected, else when I&#8217;m at computer having a conversation, both my iPhone and iPad have a bit of a push message spasm. This push message function was exactly what I was looking for to replace BeeJive, except this pushes it to all my devices, not just the one that has my account singed in.. neat I thought. </p>
<p>This my no means is the simplest way to set up your MSN, but for if you want all the prerequisites I did, it really works. </p>
<p>The server topology may be a bit complex so have (for my sins) put together a diagram of how it&#8217;s set out, along with a few screenshots. </p>
<p>Any questions, please feel free to ask. </p>
<div class="flickr-photos"><a class="tt-flickr tt-flickr-Thumbnail" href="http://luke.sheldrick.co.uk/blog/flickr/photo/4894777613/im-blog-post-im-blog-adium.html" rel="album-72157624731660072" id="photo-4894777613" title="IM Blog - Adium - My 'cloud' IM setup - Blog Entry"><img src="http://farm5.staticflickr.com/4143/4894777613_79fdc5b049_t.jpg" width="100" height="59" alt="IM Blog - Adium" /></a> <a class="tt-flickr tt-flickr-Thumbnail" href="http://luke.sheldrick.co.uk/blog/flickr/photo/4904597752/im-blog-post-im-blog-topolgy.html" rel="album-72157624731660072" id="photo-4904597752" title="IM Blog - Topolgy - View a larger version

My 'cloud' IM setup - Blog Entry"><img src="http://farm5.staticflickr.com/4098/4904597752_da3fae9dd5_t.jpg" width="100" height="73" alt="IM Blog - Topolgy" /></a> <a class="tt-flickr tt-flickr-Thumbnail" href="http://luke.sheldrick.co.uk/blog/flickr/photo/4894465645/im-blog-post-im-blog-colloquy-mobile-ipad.html" rel="album-72157624731660072" id="photo-4894465645" title="IM Blog - Colloquy Mobile (iPad) - My 'cloud' IM setup - Blog Entry"><img src="http://farm5.staticflickr.com/4095/4894465645_67e465f5f3_t.jpg" width="100" height="75" alt="IM Blog - Colloquy Mobile (iPad)" /></a> <a class="tt-flickr tt-flickr-Thumbnail" href="http://luke.sheldrick.co.uk/blog/flickr/photo/4894839033/im-blog-post-im-blog-iphone-push.html" rel="album-72157624731660072" id="photo-4894839033" title="IM Blog - iPhone Push - My 'cloud' IM setup - Blog Entry"><img src="http://farm5.staticflickr.com/4095/4894839033_567cd9a358_t.jpg" width="67" height="100" alt="IM Blog - iPhone Push" /></a> </div>
<h3  class="related_post_title">Related Posts (auto generated)</h3><ul class="related_post"><li>4 June 2008 -- <a href="http://luke.sheldrick.co.uk/blog/2008/06/04/pidgin-facebook-genius/" title="Pidgin + Facebook = Genius">Pidgin + Facebook = Genius</a> (0)</li><li>26 September 2011 -- <a href="http://luke.sheldrick.co.uk/blog/2011/09/26/kvm-ksm-big-bag-of-win/" title="KVM + KSM = Big Bag of Win">KVM + KSM = Big Bag of Win</a> (0)</li><li>3 February 2011 -- <a href="http://luke.sheldrick.co.uk/blog/2011/02/03/mythtv-stuck-queue/" title="MythTV &#8211; Stuck Queue ">MythTV &#8211; Stuck Queue </a> (0)</li><li>7 September 2008 -- <a href="http://luke.sheldrick.co.uk/blog/2008/09/07/new-home/" title="New home">New home</a> (0)</li><li>11 May 2008 -- <a href="http://luke.sheldrick.co.uk/blog/2008/05/11/netgear-sc101/" title="Netgear SC101">Netgear SC101</a> (0)</li><li>26 January 2008 -- <a href="http://luke.sheldrick.co.uk/blog/2008/01/26/goodbye-windows-hello-linux/" title="Goodbye windows, hello linux">Goodbye windows, hello linux</a> (0)</li><li>7 June 2011 -- <a href="http://luke.sheldrick.co.uk/blog/2011/06/07/unsecured-call/" title="Unsecured Call?">Unsecured Call?</a> (0)</li><li>8 May 2011 -- <a href="http://luke.sheldrick.co.uk/blog/2011/05/08/motorola-xoom/" title="Motorola Xoom">Motorola Xoom</a> (0)</li><li>17 March 2009 -- <a href="http://luke.sheldrick.co.uk/blog/2009/03/17/synergy/" title="Synergy">Synergy</a> (0)</li><li>12 January 2009 -- <a href="http://luke.sheldrick.co.uk/blog/2009/01/12/using-msn-via-pidgin-adium-finch/" title="Using MSN via Pidgin / Adium / Finch?">Using MSN via Pidgin / Adium / Finch?</a> (4)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://luke.sheldrick.co.uk/blog/2010/08/18/my-cloud-im-setup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New home</title>
		<link>http://luke.sheldrick.co.uk/blog/2008/09/07/new-home/</link>
		<comments>http://luke.sheldrick.co.uk/blog/2008/09/07/new-home/#comments</comments>
		<pubDate>Sun, 07 Sep 2008 12:03:46 +0000</pubDate>
		<dc:creator>Luke Sheldrick</dc:creator>
				<category><![CDATA[IT / Tech]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://luke.sheldrick.co.uk/blog/?p=143</guid>
		<description><![CDATA[In addition to moving my dns, to my self hosted infrastructure, I am also moving quite a few things away from hosting on Windows. I eventually want to get rid of my Exchange 2007 server, as to be honest it is so much of a resource hog, and for a small user implementation, it&#8217;s far [...]]]></description>
			<content:encoded><![CDATA[<p><center><img title="Fedoraness" src="http://luke.sheldrick.co.uk/blog/wp-content/fedora-penguin.png" alt="" width="130" height="120" /></center><br />
In addition to moving my dns, to my self hosted infrastructure, I am also moving quite a few things away from hosting on Windows.</p>
<p>I eventually want to get rid of my Exchange 2007 server, as to be honest it is so much of a resource hog, and for a small user implementation, it&#8217;s far too OTT. I need to find a suitable alternative to sync all my devices with however (Laptop(s), iPhone, various Windows Mobiles) I am sure there is something out there that will do the job.</p>
<p>As for this blog, it was hosted on a Windows 2003 Server, the same one as the Exchange server, where performance isn&#8217;t great. So now it&#8217;s hosted on one of my Linux (Fedora) servers. I am quite happy with the transition, other than a lot of the asp back ends, now have to be re-written in perl or something similar&#8230; effort.</p>
<p>I am not too sure if it&#8217;s performance has been improved&#8230; let me know <img src='http://luke.sheldrick.co.uk/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<h3  class="related_post_title">Related Posts (auto generated)</h3><ul class="related_post"><li>18 August 2010 -- <a href="http://luke.sheldrick.co.uk/blog/2010/08/18/my-cloud-im-setup/" title="My &#8216;cloud&#8217; IM setup">My &#8216;cloud&#8217; IM setup</a> (0)</li><li>11 May 2008 -- <a href="http://luke.sheldrick.co.uk/blog/2008/05/11/netgear-sc101/" title="Netgear SC101">Netgear SC101</a> (0)</li><li>26 September 2011 -- <a href="http://luke.sheldrick.co.uk/blog/2011/09/26/kvm-ksm-big-bag-of-win/" title="KVM + KSM = Big Bag of Win">KVM + KSM = Big Bag of Win</a> (0)</li><li>3 February 2011 -- <a href="http://luke.sheldrick.co.uk/blog/2011/02/03/mythtv-stuck-queue/" title="MythTV &#8211; Stuck Queue ">MythTV &#8211; Stuck Queue </a> (0)</li><li>17 March 2009 -- <a href="http://luke.sheldrick.co.uk/blog/2009/03/17/synergy/" title="Synergy">Synergy</a> (0)</li><li>3 June 2008 -- <a href="http://luke.sheldrick.co.uk/blog/2008/06/03/blog-fixed/" title="Blog Fixed">Blog Fixed</a> (0)</li><li>26 January 2008 -- <a href="http://luke.sheldrick.co.uk/blog/2008/01/26/goodbye-windows-hello-linux/" title="Goodbye windows, hello linux">Goodbye windows, hello linux</a> (0)</li><li>9 December 2007 -- <a href="http://luke.sheldrick.co.uk/blog/2007/12/09/mail-issues-its-all-a-matter-of-time/" title="Mail Issues, it&#8217;s all a matter of time.">Mail Issues, it&#8217;s all a matter of time.</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://luke.sheldrick.co.uk/blog/2008/09/07/new-home/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Netgear SC101</title>
		<link>http://luke.sheldrick.co.uk/blog/2008/05/11/netgear-sc101/</link>
		<comments>http://luke.sheldrick.co.uk/blog/2008/05/11/netgear-sc101/#comments</comments>
		<pubDate>Sun, 11 May 2008 15:25:33 +0000</pubDate>
		<dc:creator>Luke Sheldrick</dc:creator>
				<category><![CDATA[IT / Tech]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[nas. san]]></category>
		<category><![CDATA[netgear]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://luke.sheldrick.co.uk/blog/?p=70</guid>
		<description><![CDATA[Finally, some clever geek type person has writen a set of tools to be able to mount these horrid things under *nix. I bought mine a couple of years back, bud didn&#8217;t realise you had to use a horrid sluggish windows app to be able to mount the thing. Netgear use a tool called &#8220;Z-SAN&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p>Finally, some clever geek type person has writen a set of tools to be able to mount these horrid things under *nix.</p>
<p>I bought mine a couple of years back, bud didn&#8217;t realise you had to use a horrid sluggish windows app to be able to mount the thing.</p>
<p>Netgear use a tool called &#8220;Z-SAN&#8221; under windows.</p>
<p>However you can now mount the drives under *nix, there are a few draw backs however, you first have to partition te drives under windows, not a huge problem, as my desktop is a dual boot.</p>
<p>Secondly you can&#8217;t use passwords on the device. Again not a huge problem, I just stuck it on it&#8217;s own vlan, and restricted access to it, so only my linux NAS server could see it.</p>
<p>Then on my NAS server (FC9 + NFS + SMB) I used the utils the toolset provides, mounted the two drives, formatted, and mounted. Bob is your mothers brother it all works.</p>
<p>I just share the drives out now using my existing NAS (NFS + SMB) and supprisingly works really well.</p>
<p>Time will see how stable they are.</p>
<p>If you want to do this too, the code can be found at google code:</p>
<p><a title="http://code.google.com/p/sc101-nbd/" href="http://code.google.com/p/sc101-nbd/">http://code.google.com/p/sc101-nbd/</a></p>
<h3  class="related_post_title">Related Posts (auto generated)</h3><ul class="related_post"><li>18 August 2010 -- <a href="http://luke.sheldrick.co.uk/blog/2010/08/18/my-cloud-im-setup/" title="My &#8216;cloud&#8217; IM setup">My &#8216;cloud&#8217; IM setup</a> (0)</li><li>7 September 2008 -- <a href="http://luke.sheldrick.co.uk/blog/2008/09/07/new-home/" title="New home">New home</a> (0)</li><li>26 September 2011 -- <a href="http://luke.sheldrick.co.uk/blog/2011/09/26/kvm-ksm-big-bag-of-win/" title="KVM + KSM = Big Bag of Win">KVM + KSM = Big Bag of Win</a> (0)</li><li>3 February 2011 -- <a href="http://luke.sheldrick.co.uk/blog/2011/02/03/mythtv-stuck-queue/" title="MythTV &#8211; Stuck Queue ">MythTV &#8211; Stuck Queue </a> (0)</li><li>17 March 2009 -- <a href="http://luke.sheldrick.co.uk/blog/2009/03/17/synergy/" title="Synergy">Synergy</a> (0)</li><li>30 January 2008 -- <a href="http://luke.sheldrick.co.uk/blog/2008/01/30/outage/" title="Outage">Outage</a> (0)</li><li>26 January 2008 -- <a href="http://luke.sheldrick.co.uk/blog/2008/01/26/goodbye-windows-hello-linux/" title="Goodbye windows, hello linux">Goodbye windows, hello linux</a> (0)</li><li>9 December 2007 -- <a href="http://luke.sheldrick.co.uk/blog/2007/12/09/mail-issues-its-all-a-matter-of-time/" title="Mail Issues, it&#8217;s all a matter of time.">Mail Issues, it&#8217;s all a matter of time.</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://luke.sheldrick.co.uk/blog/2008/05/11/netgear-sc101/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

