<?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>Search Engine Optimization Dallas &#187; Linux</title>
	<atom:link href="http://www.wilhelser.com/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wilhelser.com</link>
	<description>Dallas Area SEO Consulting &#124; Web Developing</description>
	<lastBuildDate>Fri, 06 Apr 2012 04:00:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>WordPress Database Migration Bash Script</title>
		<link>http://www.wilhelser.com/2012/01/wordpress-database-migration-bash-script/</link>
		<comments>http://www.wilhelser.com/2012/01/wordpress-database-migration-bash-script/#comments</comments>
		<pubDate>Mon, 16 Jan 2012 00:18:58 +0000</pubDate>
		<dc:creator>Wil Helser</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Bash]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.wilhelser.com/?p=829</guid>
		<description><![CDATA[I HATE migrating WordPress databases! Not that it&#8217;s hard or takes much time&#8230; just that it&#8217;s one of those mundane daily tasks that can pull me out of my zone if I&#8217;m not careful. So&#8230; I wrote a simple Bash script that will dump a WordPress database, update the URLs ( from local to production [...]]]></description>
			<content:encoded><![CDATA[<p>I HATE migrating WordPress databases! Not that it&#8217;s hard or takes much time&#8230; just that it&#8217;s one of those mundane daily tasks that can pull me out of my zone if I&#8217;m not careful. So&#8230; I wrote a simple Bash script that will dump a WordPress database, update the URLs ( from local to production or staging, etc. ) and then push the dump to the new database. It&#8217;s not super sophisticated, but it gets the job done.</p>
<p>You can grab it on GitHub <a href="https://github.com/wilhelser/WordPress-Scripts" target="_blank">here &#8230;</a>. The link is actually to a repo for my WordPress-related Bash scripts, but I&#8217;ve only written one so far. I have a few others that I use daily, but they&#8217;re written specifically for my particular set-up. I&#8217;m working on making them more flexible so they can be used on any system. I should have a few more up there in a few days.</p>
<p>Hope it helps a little!<br />
<!-- start wp-tags-to-technorati 1.02 --></p>
<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/Bash' rel='tag,nofollow' target='_blank'>Bash</a>, <a class='technorati-link' href='http://technorati.com/tag/WordPress' rel='tag,nofollow' target='_blank'>WordPress</a></p>
<p><!-- end wp-tags-to-technorati --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.wilhelser.com/2012/01/wordpress-database-migration-bash-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Connect to Server with Ubuntu 11.04 Natty</title>
		<link>http://www.wilhelser.com/2011/05/connect-to-server-ubuntu-natty/</link>
		<comments>http://www.wilhelser.com/2011/05/connect-to-server-ubuntu-natty/#comments</comments>
		<pubDate>Fri, 06 May 2011 09:21:20 +0000</pubDate>
		<dc:creator>Wil Helser</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[My Blog]]></category>
		<category><![CDATA[Quick Tips]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[natty narwhal]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.wilhelser.com/?p=736</guid>
		<description><![CDATA[Ubuntu has a neat little feature that has come in handy for me on many occasions&#8230; the ability to connect to a remote server from within Nautilus. After upgrading to Ubuntu 11.04 Natty Narwhal, I had a little bit of difficulty finding this feature. In previous versions you just had to go to the Places [...]]]></description>
			<content:encoded><![CDATA[<p>Ubuntu has a neat little feature that has come in handy for me on many occasions&#8230; the ability to connect to a remote server from within Nautilus. After upgrading to Ubuntu 11.04 Natty Narwhal, I had a little bit of difficulty finding this feature. In previous versions you just had to go to the <strong>Places</strong> menu and there it was. Not to worry though, I found it&#8230; so for anyone that may be wondering where it went, I hope this helps you out.</p>
<p>Open up Nautilus and then check the top panel in the menu, click on <strong>File</strong> and about halfway down you&#8217;ll see <strong>&#8220;Connect to Server&#8221;</strong>.</p>
<p>Here&#8217;s a screenshot:</p>
<div class="image-wrap portfolio">
<a href="http://www.wilhelser.com/wp-content/uploads/2011/05/Screenshot.png" rel="prettyPhoto"><img src="http://www.wilhelser.com/wp-content/uploads/2011/05/Screenshot.png" alt="Connect to Server Ubuntu 11.04" title="Connect to Server Ubuntu 11.04" width="570" height="200" class="alignnone size-full wp-image-798" /></a></p>
</div>
<p><!-- start wp-tags-to-technorati 1.02 --></p>
<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/linux' rel='tag,nofollow' target='_blank'>linux</a>, <a class='technorati-link' href='http://technorati.com/tag/natty+narwhal' rel='tag,nofollow' target='_blank'>natty narwhal</a>, <a class='technorati-link' href='http://technorati.com/tag/ubuntu' rel='tag,nofollow' target='_blank'>ubuntu</a></p>
<p><!-- end wp-tags-to-technorati --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.wilhelser.com/2011/05/connect-to-server-ubuntu-natty/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>

