<?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>Scribble Designs &#187; Linux</title>
	<atom:link href="http://www.scribbledesigns.co.uk/tag/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.scribbledesigns.co.uk</link>
	<description>Web Design in Northern Ireland.</description>
	<lastBuildDate>Wed, 21 Dec 2011 09:43:09 +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>Fast Way To Upgrade WordPress Via Shell</title>
		<link>http://www.scribbledesigns.co.uk/2007/03/03/fast-way-to-upgrade-wordpress-via-shell/</link>
		<comments>http://www.scribbledesigns.co.uk/2007/03/03/fast-way-to-upgrade-wordpress-via-shell/#comments</comments>
		<pubDate>Sat, 03 Mar 2007 21:00:12 +0000</pubDate>
		<dc:creator>Gerard McGarry</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://www.scribbledesigns.co.uk/2007/03/03/fast-way-to-upgrade-wordpress-via-shell/</guid>
		<description><![CDATA[Oops! A server breach over at WordPress.org caused the downloadable version of the software to become compromised. Now, I&#8217;m not normally one to upgrade every time a new version of WordPress is released, especially a minor point version. But the WP developers seemed concerned enough to cross post this on all their blogs, so I [...]]]></description>
			<content:encoded><![CDATA[<p>Oops! A <a href="http://wordpress.org/development/2007/03/upgrade-212/">server breach</a> over at WordPress.org caused the downloadable version of the software to become compromised.</p>
<p>Now, I&#8217;m not normally one to upgrade every time a new version of WordPress is released, especially a minor point version. But the WP developers seemed concerned enough to cross post this on all their blogs, so I decided it might actually be necessary. A tiny bit irritating, as I&#8217;d just upgraded virtually everything to WordPress 2.1.1, but what can you do?</p>
<p>Anyway, I was very pleased to stumble across Ajay&#8217;s neat instructions on how to <a href="http://techtites.com/2007/03/03/upgrading-wordpress-via-shell/">upgrade WordPress via SSH</a> shell. I&#8217;ve done a couple of upgrades now and neither have taken any more than 5 minutes each. My previous process was to download the latest version, unzip it into my Dreamweaver site and upload the whole thing again. This could be pretty time intensive, as you can imagine.</p>
<p>I did spend a lot of time trying to get SSH to work, on sites hosted on both Media Temple and <a href="http://www.dreamhost.com/r.cgi?164205">Dreamhost</a> (aff). If you&#8217;re new to SSH like I am, let me save you a lot of time: <strong>Most hosts don&#8217;t enable SSH be default, you&#8217;ve got to enable it yourself.</strong> In Dreamhost, you enable it through the user management on the panel. In Media Temple, it depends on what package you have, so check their knowledge base.</p>
<p>Anyway, do take the time to learn Ajay&#8217;s SSH technique &#8211; it&#8217;ll save you hours in the long run and it&#8217;s such an elegant solution to managing WordPress. Of course, someone <em>has</em> to mention SVN at this point&#8230;..</p>
]]></content:encoded>
			<wfw:commentRss>http://www.scribbledesigns.co.uk/2007/03/03/fast-way-to-upgrade-wordpress-via-shell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Access Your Linux Partitions From Windows</title>
		<link>http://www.scribbledesigns.co.uk/2007/02/16/how-to-access-your-linux-partitions-from-windows/</link>
		<comments>http://www.scribbledesigns.co.uk/2007/02/16/how-to-access-your-linux-partitions-from-windows/#comments</comments>
		<pubDate>Fri, 16 Feb 2007 21:00:10 +0000</pubDate>
		<dc:creator>Gerard McGarry</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Hacks]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[Kubuntu]]></category>

		<guid isPermaLink="false">http://www.scribbledesigns.co.uk/2007/02/16/how-to-access-your-linux-partitions-from-windows/</guid>
		<description><![CDATA[Since I&#8217;ve been mucking around with Kubuntu, it&#8217;s been bugging me that I can&#8217;t get at Kubuntu files from Windows XP (I&#8217;m dual booting, BTW). I decided to take the bull by the horns, and this evening decided to do a little digging around the subject. As with all things Open Source, there&#8217;s more than [...]]]></description>
			<content:encoded><![CDATA[<p>Since I&#8217;ve been mucking around with Kubuntu, it&#8217;s been bugging me that I can&#8217;t get at Kubuntu files from Windows XP (I&#8217;m dual booting, BTW).</p>
<p>I decided to take the bull by the horns, and this evening decided to do a little digging around the subject. As with all things Open Source, there&#8217;s more than one way to skin this particular cat, and a quick search reveals a <a href="http://www.google.com/search?q=access+linux+partition+from+windows+xp">number of utilities</a> claiming to be of use accessing Linux partitions from various versions of Windows.</p>
<p>After looking at a few different utils, I decided to settle on <a href="http://www.fs-driver.org/index.html">Ext2 IFS for Windows</a>, which is a small but nifty tool that allows you read and write access to your Linux drives. A lot of tools only offer read access, which is great but a bit limiting if you need to edit a file stored on Linux.</p>
<p>It also allows you to assign a drive letter to the Linux partition so that you can easily identify the partition, access it through Windows Explorer and all your standard Windows programs:</p>
<blockquote><p>It installs a pure kernel mode file system driver Ext2fs.sys, which actually extends the Windows NT/2000/XP/2003 operating system to include the Ext2 file system. Since it is executed on the same software layer at the Windows NT operating system core like all of the native file system drivers of Windows (for instance NTFS, FASTFAT, or CDFS for Joliet/ISO CD-ROMs), all applications can access directly to Ext2 volumes. Ext2 volumes get drive letters (for instance G:). Files, and directories of an Ext2 volume appear in file dialogs of all applications. There is no need to copy files from or to Ext2 volumes in order to work with them.</p></blockquote>
<p>The best bit of this utility? It doesn&#8217;t even require a reboot!</p>
<p>The beauty of this is that I can now access my Windows network from within Kubuntu and I can also access my Linux directories from Windows, which means the cost and risk of running Kubuntu is reduced further. If you&#8217;re teetering on the edge of running Linux, give this a go.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.scribbledesigns.co.uk/2007/02/16/how-to-access-your-linux-partitions-from-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

