<?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>JDS Media &#187; user</title>
	<atom:link href="http://www.jdsmedia.net/tag/user/feed" rel="self" type="application/rss+xml" />
	<link>http://www.jdsmedia.net</link>
	<description>Tivoli deployment and integration</description>
	<lastBuildDate>Fri, 25 Nov 2011 00:46:10 +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>Quick and Dirty LAMP</title>
		<link>http://www.jdsmedia.net/miscellaneous/webservices/329#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://www.jdsmedia.net/miscellaneous/webservices/329#comments</comments>
		<pubDate>Sat, 27 Jun 2009 00:58:28 +0000</pubDate>
		<dc:creator>jimsander</dc:creator>
				<category><![CDATA[webservices]]></category>
		<category><![CDATA[apache php]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[database test]]></category>
		<category><![CDATA[fc4]]></category>
		<category><![CDATA[Fedora Core]]></category>
		<category><![CDATA[GRANT ALL]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[php phpinfo]]></category>
		<category><![CDATA[root]]></category>
		<category><![CDATA[root account]]></category>
		<category><![CDATA[sbin]]></category>
		<category><![CDATA[user]]></category>

		<guid isPermaLink="false">http://www.jdsmedia.net/?p=329</guid>
		<description><![CDATA[Installing a LAMP stack: Linux &#8211; Apache, PHP, and MySQL on Fedora Core Assuming you already have Linux and Yum installed. 1. Install Apache (httpd), PHP, MySQL (server and client), and the component that allows php to talk to mysql. yum -y install httpd php mysql mysql-server php-mysql 2. Configure the new services to start [...]]]></description>
		<wfw:commentRss>http://www.jdsmedia.net/miscellaneous/webservices/329/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Extract TAR files over SSH</title>
		<link>http://www.jdsmedia.net/miscellaneous/extract-tar-files-over-ssh#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://www.jdsmedia.net/miscellaneous/extract-tar-files-over-ssh#comments</comments>
		<pubDate>Wed, 13 Aug 2008 22:49:01 +0000</pubDate>
		<dc:creator>jimsander</dc:creator>
				<category><![CDATA[Non-Tivoli]]></category>
		<category><![CDATA[amp]]></category>
		<category><![CDATA[command cat]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[lt]]></category>
		<category><![CDATA[METHOD]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[tar]]></category>
		<category><![CDATA[tar cvf]]></category>
		<category><![CDATA[tar file]]></category>
		<category><![CDATA[tarfile]]></category>
		<category><![CDATA[target directory]]></category>
		<category><![CDATA[targetdirectory]]></category>
		<category><![CDATA[unexpected location]]></category>
		<category><![CDATA[user]]></category>

		<guid isPermaLink="false">http://www.jdsmedia.net/miscellaneous/extract-tar-files-over-ssh/</guid>
		<description><![CDATA[Instead of copying a large tar file over ssh then extracting, take care of the whole process with one command: PUSH METHOD: cat  tarfile &#124; ssh –C user@remotehost &#8220;(cd targetdirectory &#38;&#38; tar –xf -)&#8221; This will stream the tarfile over a compressed ssl tunnel and the other side will only extract if the target directory [...]]]></description>
		<wfw:commentRss>http://www.jdsmedia.net/miscellaneous/extract-tar-files-over-ssh/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

