<?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>IQ EDV Tipps</title>
	<atom:link href="http://www.iq-edv.de/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.iq-edv.de/blog</link>
	<description>Tipps für TYPO3, WordPress, Linux, Mac und Windows</description>
	<lastBuildDate>Fri, 18 Nov 2011 09:06:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Zeilenumbr&#252;che CR+LF (^M) in Dateien umwandeln / l&#246;schen</title>
		<link>http://www.iq-edv.de/blog/2011/11/18/zeilenumbrueche-in-dateien-umwandeln/</link>
		<comments>http://www.iq-edv.de/blog/2011/11/18/zeilenumbrueche-in-dateien-umwandeln/#comments</comments>
		<pubDate>Fri, 18 Nov 2011 09:06:55 +0000</pubDate>
		<dc:creator>L.H.</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Konvertieren]]></category>
		<category><![CDATA[Zeilenumbrüche]]></category>

		<guid isPermaLink="false">http://www.iq-edv.de/blog/?p=567</guid>
		<description><![CDATA[Windows nutzt als Zeilenende CR+LF (Carriage Return + Line Feed) w&#228;hrend Linux und andere Systeme nur LF verwenden. Das kann zu Problemen beim Ausf&#252;hren auf Linux-Servern f&#252;hren (Perl, SVN import/ commit, etc.). Wie kann man jetzt die Windows Zeilenumbr&#252;che ^M am Zeilenende l&#246;schen bzw. umwandeln? Eine einfache Methode diese l&#228;stigen Zeilenumbr&#252;che umzuwandeln geht mit dem [...]]]></description>
		<wfw:commentRss>http://www.iq-edv.de/blog/2011/11/18/zeilenumbrueche-in-dateien-umwandeln/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>iCloud zur pers&#246;nlichen Dropbox umfunktionieren</title>
		<link>http://www.iq-edv.de/blog/2011/11/07/icloud-zur-personlichen-dropbox-umfunktionieren/</link>
		<comments>http://www.iq-edv.de/blog/2011/11/07/icloud-zur-personlichen-dropbox-umfunktionieren/#comments</comments>
		<pubDate>Mon, 07 Nov 2011 09:31:29 +0000</pubDate>
		<dc:creator>L.H.</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[iCloud]]></category>

		<guid isPermaLink="false">http://www.iq-edv.de/blog/?p=563</guid>
		<description><![CDATA[wie es geht steht hier: http://t3n.de/news/how-to-icloud-personlichen-dropbox-umfunktionieren-340684/]]></description>
		<wfw:commentRss>http://www.iq-edv.de/blog/2011/11/07/icloud-zur-personlichen-dropbox-umfunktionieren/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux Dateien nach alter l&#246;schen</title>
		<link>http://www.iq-edv.de/blog/2011/10/17/linux-dateien-nach-alter-loschen/</link>
		<comments>http://www.iq-edv.de/blog/2011/10/17/linux-dateien-nach-alter-loschen/#comments</comments>
		<pubDate>Mon, 17 Oct 2011 09:11:42 +0000</pubDate>
		<dc:creator>L.H.</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Dateien löschen]]></category>
		<category><![CDATA[find]]></category>
		<category><![CDATA[rm]]></category>

		<guid isPermaLink="false">http://www.iq-edv.de/blog/?p=555</guid>
		<description><![CDATA[Wer kennt das nicht, irgend wann ist mal die Festplatte voll oder alte Dateien sollen mal aufger&#228;umt / gel&#246;scht, aber wie? Mit dem Befehl &#8216;find&#8217; kann man sich alle Dateien mit einem bestimmten Alter auflisten lassen, optional kann &#8216;find&#8217; auch mit weiteren Befehlen erweitert werden. Beispiele: Suche alle Dateien die &#228;lter sind als 30 Tage: [...]]]></description>
		<wfw:commentRss>http://www.iq-edv.de/blog/2011/10/17/linux-dateien-nach-alter-loschen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Perl warning Setting locale failed unter Debian / Ubuntu</title>
		<link>http://www.iq-edv.de/blog/2011/10/12/perl-warning-setting-locale-failed-under-debian-ubuntu/</link>
		<comments>http://www.iq-edv.de/blog/2011/10/12/perl-warning-setting-locale-failed-under-debian-ubuntu/#comments</comments>
		<pubDate>Wed, 12 Oct 2011 14:15:22 +0000</pubDate>
		<dc:creator>L.H.</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[locales]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.iq-edv.de/blog/?p=552</guid>
		<description><![CDATA[perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LANG = "de_DE.UTF-8" are supported and installed on your system. perl: warning: Falling back to the standard locale ("C"). Diese Fehlermeldung kann manchmal bei Neuinstallation kommen, wenn man neue Pakete nachinstallieren will. Die Abhilfe ist relativ [...]]]></description>
		<wfw:commentRss>http://www.iq-edv.de/blog/2011/10/12/perl-warning-setting-locale-failed-under-debian-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tar Archive verschl&#252;sseln</title>
		<link>http://www.iq-edv.de/blog/2011/10/12/tar-archive-verschlusseln/</link>
		<comments>http://www.iq-edv.de/blog/2011/10/12/tar-archive-verschlusseln/#comments</comments>
		<pubDate>Wed, 12 Oct 2011 13:43:30 +0000</pubDate>
		<dc:creator>L.H.</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Archive]]></category>
		<category><![CDATA[Tar]]></category>
		<category><![CDATA[verschlüsseln]]></category>

		<guid isPermaLink="false">http://www.iq-edv.de/blog/?p=546</guid>
		<description><![CDATA[Hier ist ein gutes Howto zum Verschl&#252;sseln von Tar-Achive: http://www.debianroot.de/server/tar-archive-verschluesseln-1146.html]]></description>
		<wfw:commentRss>http://www.iq-edv.de/blog/2011/10/12/tar-archive-verschlusseln/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

