<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.1.1" -->
<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/"
	>

<channel>
	<title>alexunils blog - typo3 linux pfadfinder</title>
	<link>http://alexunil.info</link>
	<description>typo3 linux pfadfinder</description>
	<pubDate>Sun, 21 Jun 2009 04:41:21 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1.1</generator>
	<language>en</language>
			<item>
		<title>cd-Laufwerk lässt sich nicht mehr öffnen?</title>
		<link>http://alexunil.info/?p=50</link>
		<comments>http://alexunil.info/?p=50#comments</comments>
		<pubDate>Tue, 21 Apr 2009 05:06:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<category><![CDATA[bash]]></category>
<category>cdrom</category><category>fuser</category><category>kill</category><category>laufwerk</category><category>mount</category>
		<guid isPermaLink="false">http://alexunil.info/?p=50</guid>
		<description><![CDATA[mit
fuser -k /dev/cdrom
kann man alle Prozesse killen die das Laufwerk benutzen. Danach sollte es wieder gehen.
]]></description>
			<content:encoded><![CDATA[<p>mit<br />
fuser -k /dev/cdrom<br />
kann man alle Prozesse killen die das Laufwerk benutzen. Danach sollte es wieder gehen.</p>
]]></content:encoded>
			<wfw:commentRss>http://alexunil.info/?feed=rss2&amp;p=50</wfw:commentRss>
		</item>
		<item>
		<title>Namensauflösung MX-Einträge</title>
		<link>http://alexunil.info/?p=37</link>
		<comments>http://alexunil.info/?p=37#comments</comments>
		<pubDate>Mon, 23 Jun 2008 06:45:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[www-allgemein]]></category>

		<category><![CDATA[Linux]]></category>

		<category><![CDATA[bash]]></category>

		<guid isPermaLink="false">http://alexunil.info/?p=37</guid>
		<description><![CDATA[Wie findet man raus welch mx-Einträge im Nameserver stehen
host -t MX alexunil.info
oder
root@big:/home/alex# nslookup
> set type=mx
> alexunil.info
]]></description>
			<content:encoded><![CDATA[<p>Wie findet man raus welch mx-Einträge im Nameserver stehen</p>
<p>host -t MX alexunil.info</p>
<p>oder</p>
<p>root@big:/home/alex# nslookup<br />
> set type=mx<br />
> alexunil.info</p>
]]></content:encoded>
			<wfw:commentRss>http://alexunil.info/?feed=rss2&amp;p=37</wfw:commentRss>
		</item>
		<item>
		<title>Anleitung für rsync</title>
		<link>http://alexunil.info/?p=28</link>
		<comments>http://alexunil.info/?p=28#comments</comments>
		<pubDate>Mon, 18 Feb 2008 06:27:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<category><![CDATA[bash]]></category>

		<guid isPermaLink="false">http://alexunil.info/?p=28</guid>
		<description><![CDATA[Hab länger gesucht wie man mit &#8211;exlude und &#8211;exclude-from arbeitet wenn man kompliziertere achen mit rsync machen möchte.
Dort hab ichs gefunden:
http://www.linuxnetmag.com/de/issue8/m8rsync1.html#22
]]></description>
			<content:encoded><![CDATA[<p>Hab länger gesucht wie man mit &#8211;exlude und &#8211;exclude-from arbeitet wenn man kompliziertere achen mit rsync machen möchte.<br />
Dort hab ichs gefunden:<br />
<a href="http://www.linuxnetmag.com/de/issue8/m8rsync1.html#22">http://www.linuxnetmag.com/de/issue8/m8rsync1.html#22</a></p>
]]></content:encoded>
			<wfw:commentRss>http://alexunil.info/?feed=rss2&amp;p=28</wfw:commentRss>
		</item>
		<item>
		<title>findall - Alle Dateien in diesem und darunterliegenden Verz. finden die &#8220;bla&#8221; beinhalten</title>
		<link>http://alexunil.info/?p=11</link>
		<comments>http://alexunil.info/?p=11#comments</comments>
		<pubDate>Mon, 26 Feb 2007 11:41:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[bash]]></category>
<category>find</category><category>grep</category>
		<guid isPermaLink="false">http://alexunil.info/?p=11</guid>
		<description><![CDATA[Weil ichs jedes mal vergesse und es oft brauche:
find . -exec grep -l bla '{}' ';'
Durchsucht das aktuelle Verzeichnis (und Unterverz.) nach Dateien die das Wort bla beinhalten.
Wenn man das allerdings als alias in die .bashrc einbauen möchte geht das nicht. Man muss es nämlich als funktion einbauen:
such() { find -exec grep $1 {} \; [...]]]></description>
			<content:encoded><![CDATA[<p>Weil ichs jedes mal vergesse und es oft brauche:<br />
<code>find . -exec grep -l bla '{}' ';'</code><br />
Durchsucht das aktuelle Verzeichnis (und Unterverz.) nach Dateien die das Wort bla beinhalten.</p>
<p>Wenn man das allerdings als alias in die .bashrc einbauen möchte geht das nicht. Man muss es nämlich als funktion einbauen:<br />
<code>such() { find -exec grep $1 {} \; -print; }</code></p>
<p>Gefunden bei <a href="http://www.astro.uni-wuerzburg.de/~asmaier/shell.html">&#8220;Andis Homepage/Computer&#8221;</a></p>
]]></content:encoded>
			<wfw:commentRss>http://alexunil.info/?feed=rss2&amp;p=11</wfw:commentRss>
		</item>
	</channel>
</rss>
