<?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>WEBPIRATEN &#187; tar</title>
	<atom:link href="http://webpiraten.de/index.php/tag/tar/feed/" rel="self" type="application/rss+xml" />
	<link>http://webpiraten.de</link>
	<description>Techblog</description>
	<lastBuildDate>Sun, 05 Feb 2012 12:52:32 +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>ioncube php loader auf ubuntu mit lighttpd</title>
		<link>http://webpiraten.de/index.php/offtopic/ioncube-php-loader-auf-ubuntu-mit-lighttpd/</link>
		<comments>http://webpiraten.de/index.php/offtopic/ioncube-php-loader-auf-ubuntu-mit-lighttpd/#comments</comments>
		<pubDate>Tue, 11 Jan 2011 20:36:42 +0000</pubDate>
		<dc:creator>sägefisch</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Deployment]]></category>
		<category><![CDATA[Lighttpd]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[OffTopic]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Shell]]></category>
		<category><![CDATA[XT Commerce]]></category>
		<category><![CDATA[ioncube]]></category>
		<category><![CDATA[lighty]]></category>
		<category><![CDATA[loader]]></category>
		<category><![CDATA[tar]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[wget]]></category>

		<guid isPermaLink="false">http://webpiraten.de/?p=283</guid>
		<description><![CDATA[Hier eine kurze Anleitung wie man ioncube php loader auf ubuntu mit lighty webserver installieren kann.]]></description>
			<content:encoded><![CDATA[<p>Hier eine kurze Anleitung wie man ioncube php loader auf ubuntu mit lighty webserver installieren kann.</p>
<pre class="brush: bash; title: ; notranslate">
# in den tmp ordner wechseln
cd /tmp

# per wget loader sources holen
wget http://downloads.ioncube.com/loader_downloads/ioncube_loaders_lin_x86.tar.gz

# entpacken des tar balls
tar xvfz ioncube_loaders_lin_x86.tar.gz

# verschieben des neuen ioncube ordners nach /usr/local/
mv ioncube /usr/local/

# neue aa_ioncube.ini datei in /etc/php5/cgi/conf.d/ erzeugen
vi /etc/php5/cgi/conf.d/aa_ioncube.ini

# je nach php version diese zeile in die aa_ioncube.ini
# datei schreiben und mit :wq speichern
zend_extension = /usr/local/ioncube/ioncube_loader_lin_5.2.so

# lighty neu starten
/etc/init.d/lighttpd restart
</pre>
]]></content:encoded>
			<wfw:commentRss>http://webpiraten.de/index.php/offtopic/ioncube-php-loader-auf-ubuntu-mit-lighttpd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ordner mit gzip packen und entpacken.</title>
		<link>http://webpiraten.de/index.php/server/ordner-mit-gzip-packen-und-entpacken/</link>
		<comments>http://webpiraten.de/index.php/server/ordner-mit-gzip-packen-und-entpacken/#comments</comments>
		<pubDate>Tue, 16 Mar 2010 09:11:34 +0000</pubDate>
		<dc:creator>sägefisch</dc:creator>
				<category><![CDATA[Deployment]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Shell]]></category>
		<category><![CDATA[dir]]></category>
		<category><![CDATA[entpacken]]></category>
		<category><![CDATA[gzip]]></category>
		<category><![CDATA[ordner]]></category>
		<category><![CDATA[packen]]></category>
		<category><![CDATA[tar]]></category>

		<guid isPermaLink="false">http://webpiraten.de/?p=233</guid>
		<description><![CDATA[Da GZIP selbst keine ganzen Ordner packen kann, kann man TAR das gepackte Archiv erzeugen lassen.]]></description>
			<content:encoded><![CDATA[<p>Da GZIP selbst keine ganzen Ordner packen kann, kann man TAR das gepackte Archiv erzeugen lassen.</p>
<pre class="brush: bash; title: ; notranslate">
user@server: tar cvzf ordner.tar.gz ordnername
user@server: tar zxvf ordner.tar.gz
</pre>
]]></content:encoded>
			<wfw:commentRss>http://webpiraten.de/index.php/server/ordner-mit-gzip-packen-und-entpacken/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

