<?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>michael.flanagan.ie/blog &#187; Linux</title>
	<atom:link href="http://michael.flanagan.ie/blog/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://michael.flanagan.ie/blog</link>
	<description>these are my words</description>
	<lastBuildDate>Tue, 24 Jan 2012 13:51:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Named *local* virtualhosts with Apache2, Ubuntu.</title>
		<link>http://michael.flanagan.ie/blog/named-local-virtualhosts-with-apache2-ubuntu/</link>
		<comments>http://michael.flanagan.ie/blog/named-local-virtualhosts-with-apache2-ubuntu/#comments</comments>
		<pubDate>Sat, 06 Nov 2010 19:48:45 +0000</pubDate>
		<dc:creator>michael</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://michael.flanagan.ie/blog-wp/?p=65</guid>
		<description><![CDATA[Creating name based Virtual Hosts with Apache in Ubuntu 10.04 is easy, and there&#8217;s lots of documentation available to help you out. But I didn&#8217;t want to run a public webserver and the instructions I found were not making my defined ServerNames available locally. After going around in circles for a while I found the &#8230; <a href="http://michael.flanagan.ie/blog/named-local-virtualhosts-with-apache2-ubuntu/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Creating name based Virtual Hosts with Apache in Ubuntu 10.04 is easy, and there&#8217;s lots of <a href="http://httpd.apache.org/docs/2.2/vhosts/name-based.html">documentation</a> <a href="https://help.ubuntu.com/10.04/serverguide/C/httpd.html">available</a> to help you out. But I didn&#8217;t want to run a public webserver and the instructions I found were not making my defined ServerNames available locally.</p>
<p>After going around in circles for a while I found the simple piece of the puzzle I&#8217;d been overlooking.</p>
<p>To create name based virtualhosts available locally with Apache2, create and enable your site as usual (using a2ensite) and then, <strong>edit the file at <em>/etc/hosts</em> to include your new &#8216;ServerName&#8217; at 127.0.0.1</strong>.</p>
<p>e.g.<br />
<code><br />
127.0.0.1       mynewsite.local<br />
127.0.0.1       localhost<br />
</code></p>
<p>Simples.</p>
]]></content:encoded>
			<wfw:commentRss>http://michael.flanagan.ie/blog/named-local-virtualhosts-with-apache2-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Headphone fix for Ubuntu 8.04 on Sony Vaio</title>
		<link>http://michael.flanagan.ie/blog/headphone-fix-ubuntu-sony-vaio/</link>
		<comments>http://michael.flanagan.ie/blog/headphone-fix-ubuntu-sony-vaio/#comments</comments>
		<pubDate>Sun, 08 Jun 2008 01:14:00 +0000</pubDate>
		<dc:creator>michael</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Site News]]></category>
		<category><![CDATA[earphones]]></category>
		<category><![CDATA[problem solving]]></category>
		<category><![CDATA[sound]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://michael.flanagan.ie/blog-wp/?p=19</guid>
		<description><![CDATA[This fix was harder to find that it probably should have been, so I&#8217;ll reiterate&#8230; The Problem : The headphone / earphone jack is being ignored by Ubuntu 8.04 (&#8216;Hardy Heron&#8217;) on the Sony Vaio VGN-FZ21S. Sound continues to play exclusively through the lap-top speakers whether or not headphones or earphones are plugged in. The &#8230; <a href="http://michael.flanagan.ie/blog/headphone-fix-ubuntu-sony-vaio/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This fix was harder to find that it probably should have been, so I&#8217;ll reiterate&#8230;</p>
<p><strong>The Problem : </strong>The headphone / earphone jack is being ignored by Ubuntu 8.04 (&#8216;Hardy Heron&#8217;) on the Sony Vaio VGN-FZ21S. Sound continues to play exclusively through the lap-top speakers whether or not headphones or earphones are plugged in.</p>
<p><strong>The Solution : </strong></p>
<p style="padding-left: 30px;">Edit the file :</p>
<p style="padding-left: 60px;">/etc/modprobe.d/alsa-base</p>
<p style="padding-left: 30px;">To include this line at the end :</p>
<p style="padding-left: 60px;">options snd-hda-intel model=vaio</p>
<p style="padding-left: 30px;"><strong>Save the file and reboot your machine.</strong></p>
<p>Mad props to <a href="http://ubuntuforums.org/showthread.php?t=637799&amp;page=2">these guys</a> for providing me with the solution. And this fix should also work in Ubuntu 7.10.</p>
<p>Now I can get back to Battlestar Galactica, without pissing off the neighbours <img src='http://michael.flanagan.ie/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://michael.flanagan.ie/blog/headphone-fix-ubuntu-sony-vaio/feed/</wfw:commentRss>
		<slash:comments>37</slash:comments>
		</item>
		<item>
		<title>Free Software for the Web Professional</title>
		<link>http://michael.flanagan.ie/blog/free-software-for-the-web-professional/</link>
		<comments>http://michael.flanagan.ie/blog/free-software-for-the-web-professional/#comments</comments>
		<pubDate>Mon, 14 Apr 2008 12:30:58 +0000</pubDate>
		<dc:creator>michael</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[OS-X]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[free software]]></category>

		<guid isPermaLink="false">http://michael.flanagan.ie/blog-wp/?p=9</guid>
		<description><![CDATA[Here&#8217;s my choice of top free software for web professionals, across all the platforms. If you have any other suggestions (and I&#8217;m sure there&#8217;s plenty of quality programs I&#8217;ve left out), please leave a comment : Cross-Platform GIMP Often cited as the best free alternative to Photoshop, this is at least a highly capable image &#8230; <a href="http://michael.flanagan.ie/blog/free-software-for-the-web-professional/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s my choice of top free software for web professionals, across all the platforms. If you have any other suggestions (and I&#8217;m sure there&#8217;s plenty of quality programs I&#8217;ve left out), please leave a comment :</p>
<ul>
<li>
<h3>Cross-Platform</h3>
<p><img class="size-full wp-image-4" title="firebug" src="http://michael.flanagan.ie/blog-wp/wp-content/uploads/2008/04/crossplatform.jpg" alt="Cross Platform" /></p>
<ul>
<li>
<h4><a href="http://www.gimp.org/" target="_blank">GIMP</a></h4>
<p>Often cited as the best free alternative to Photoshop, this is at least a highly capable image editor. Although unfortunately for a design tool, the interface can all seem a bit clunky and it gets in the way at times.</li>
<li>
<h4><a href="http://www.inkscape.org/" target="_blank">Inkscape</a></h4>
<p>A very decent vector image editor. Similar to Adobe Illustrator, and a much nicer interface than the GIMP. Recommended.</li>
<li>
<h4><a href="http://synergy2.sourceforge.net/" target="_blank">Synergy</a></h4>
<p>This nifty little application allows you to share one mouse and keyboard with other machines on your home or office network. So when I&#8217;ve got my Windows laptop propped up beside my desktop iMac, I can move control from one machine to the next by simply &#8216;moving the mouse&#8217; from one screen to the next. Really good.</li>
</ul>
</li>
<li>
<h3>Windows</h3>
<p><img class="size-full wp-image-4" title="firebug" src="http://michael.flanagan.ie/blog-wp/wp-content/uploads/2008/04/vista.jpg" alt="Microsoft Windows Vista" /></p>
<ul>
<li>
<h4><a href="http://www.crimsoneditor.com/" target="_blank">Crimson Editor</a></h4>
<p>I&#8217;ve tried many a text/code editor for Windows (such as the amicable Notepad++ and HtmlKit) but I keep coming back to Crimson Editor. It&#8217;s simple, no fuss, highlights my code and works well with my FTP Client and has distinguishable tabs (looks at <em>you</em>, HtmlKit!).</p>
<p>One thing it doesn&#8217;t do is code auto-compleation &#8211; and that is missed at times. Still recommended.</li>
<li>
<h4><a href="http://www.smartftp.com/" target="_blank">SmartFTP</a></h4>
<p>I still haven&#8217;t really found a decent free/open-source FTP client for Windows, so I use this one. It&#8217;s free for non-commercial uses and costs $50 for a professional licence.</li>
<li>
<h4><a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/">Putty</a></h4>
<p>A small, free, telnet/SSH client for Windows. Does the job well.</li>
</ul>
</li>
<li>
<h3><strong>Apple OS-X</strong></h3>
<p><img class="size-full wp-image-4" title="firebug" src="http://michael.flanagan.ie/blog-wp/wp-content/uploads/2008/04/osx.jpg" alt="Apple OS-X" /></p>
<ul>
<li> I&#8217;ve found it extremely difficult to find decent free software for OS-X, but there certainly is a number of reasonably priced and very good software options out there. I use <a href="http://www.panic.com/coda/" target="_blank">Coda</a> for text editing and FTP access. It costs $79 for a licence and is, in all honesty, totally worth it.</li>
</ul>
</li>
<li>
<h3>Linux (KDE)</h3>
<p><img class="size-full wp-image-4" title="firebug" src="http://michael.flanagan.ie/blog-wp/wp-content/uploads/2008/04/ubuntu.jpg" alt="Ubuntu Linux" /></p>
<ul>
<li>
<h4><a href="http://quanta.kdewebdev.org/">Quanta+</a></h4>
<p>A really decent, though quite bulky, code editor for KDE. Includes every feature you could want, and then some. If you use KDE, get Quanta+.</li>
</ul>
</li>
</ul>
<p>See also : <a href="http://michael.flanagan.ie/blog-wp/index.php/1/firefox-plugins-for-the-web-professional/">Firefox Plugins for the Web Professional</a></p>
]]></content:encoded>
			<wfw:commentRss>http://michael.flanagan.ie/blog/free-software-for-the-web-professional/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

