<?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>BlogTorrent &#187; linux</title>
	<atom:link href="http://www.blogtorrent.de/tag/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blogtorrent.de</link>
	<description>Der Blog mit den zwei grossen Buchstaben</description>
	<lastBuildDate>Fri, 30 Dec 2011 10:36:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>PHP Script um IPv6 und IPv4 connections zu unterscheiden</title>
		<link>http://www.blogtorrent.de/2010/07/01/php-script-um-ipv6-und-ipv4-connections-zu-unterscheiden/</link>
		<comments>http://www.blogtorrent.de/2010/07/01/php-script-um-ipv6-und-ipv4-connections-zu-unterscheiden/#comments</comments>
		<pubDate>Thu, 01 Jul 2010 13:20:01 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[ipv4]]></category>
		<category><![CDATA[ipv6]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://www.blogtorrent.de/?p=381</guid>
		<description><![CDATA[Via PHP snipplet for detecting users with IPv6]]></description>
			<content:encoded><![CDATA[<p><code><?php<br />
$ip = getenv ("REMOTE_ADDR");<br />
if (substr_count($ip,":") > 0<br />
    &#038;&#038; substr_count($ip,".") == 0) {<br />
 echo 'You are using <a '<br />
  .'href="http://www.dnsstuff.com/tools/whois.ch?ip='<br />
  . $ip . '"> IPv6 </a>';<br />
} else {<br />
  echo "You are using IPv4";<br />
}<br />
?></code></p>
<p>Via <a href="http://pugio.net/2007/04/php-snipplet-for-detecting-use.html" rel='nofollow'>PHP snipplet for detecting users with IPv6</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.blogtorrent.de/2010/07/01/php-script-um-ipv6-und-ipv4-connections-zu-unterscheiden/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VideoWeb 600s &#8211; Details aus dem Innenleben &#8211; Teil 3</title>
		<link>http://www.blogtorrent.de/2010/04/02/videoweb-600s-details-aus-dem-innenleben-teil-3/</link>
		<comments>http://www.blogtorrent.de/2010/04/02/videoweb-600s-details-aus-dem-innenleben-teil-3/#comments</comments>
		<pubDate>Fri, 02 Apr 2010 10:35:34 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[videoweb]]></category>
		<category><![CDATA[600s]]></category>
		<category><![CDATA[console]]></category>
		<category><![CDATA[coship]]></category>
		<category><![CDATA[firmware]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.blogtorrent.de/?p=327</guid>
		<description><![CDATA[Die Firmware (v39) ist mittlerweile extrahiert: sh-3.2# file coship.bin.gz coship.bin.gz: gzip compressed data, was &#8220;coship.bin&#8221;, from Unix, last modified: Fri Mar 19 03:48:07 2010 sh-3.2# file coship.bin coship.bin: ELF 32-bit LSB executable, MIPS, MIPS32 version 1 (SYSV), statically linked, not stripped Login auch auf serieller Console: Einen Shell-Login ist auch über die serielle Console möglich, [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Die Firmware (v39) ist mittlerweile extrahiert:<br />
</strong>sh-3.2# file coship.bin.gz<br />
coship.bin.gz: gzip compressed data, was &#8220;coship.bin&#8221;, from Unix, last modified: Fri Mar 19 03:48:07 2010</p>
<p>sh-3.2# file coship.bin<br />
coship.bin: ELF 32-bit LSB executable, MIPS, MIPS32 version 1 (SYSV), statically linked, not stripped</p>
<p><strong>Login auch auf serieller Console:</strong><br />
Einen Shell-Login ist auch über die serielle Console möglich, wenn man mit &#8220;STRG-C&#8221; zweimal schnell hintereinander den Prozess des Portals abschiesst. Dann bekommt mal den selben Login präsentiert wie beim Login auf tcp/9911.</p>
<p>Jetzt wird es ein paar Tage ruhig, Ostern steht vor der Türe.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blogtorrent.de/2010/04/02/videoweb-600s-details-aus-dem-innenleben-teil-3/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>VideoWeb 600s &#8211; Details aus dem Innenleben &#8211; Teil 2</title>
		<link>http://www.blogtorrent.de/2010/04/01/videoweb-600s-details-aus-dem-innenleben-teil-2/</link>
		<comments>http://www.blogtorrent.de/2010/04/01/videoweb-600s-details-aus-dem-innenleben-teil-2/#comments</comments>
		<pubDate>Thu, 01 Apr 2010 20:10:05 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[videoweb]]></category>
		<category><![CDATA[600s]]></category>
		<category><![CDATA[console]]></category>
		<category><![CDATA[coship]]></category>
		<category><![CDATA[firmware]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.blogtorrent.de/?p=319</guid>
		<description><![CDATA[Neues aus dem Innenleben des VideoWeb 600s! Chipsatz: Broadcom BCM7413 Login auf tcp/9911: Auf Port 9911 lauscht /bin/login. Einfach mal mit netcat oder telnet probieren. Der Login ist noch unbekannt. Log der Console beim Booten (ohne Netzwerkkabel): &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;- *     Coship Booter Version(BCM7405) : 01.04.00    * * Build Jan  8 2010 for N8611I PROJECT_NAGRA_ANIXE * &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;- [...]]]></description>
			<content:encoded><![CDATA[<p>Neues aus dem Innenleben des VideoWeb 600s!</p>
<p><strong>Chipsatz:</strong><br />
<a title="BCM7413" href="http://www.broadcom.com/products/IPTV/IPTV-Solutions/BCM7413" target="_blank" rel='nofollow'>Broadcom BCM7413</a></p>
<p><strong>Login auf tcp/9911:</strong><br />
Auf Port 9911 lauscht /bin/login. Einfach mal mit netcat oder telnet probieren.<br />
Der Login ist noch unbekannt.</p>
<p><strong>Log der Console beim Booten (ohne Netzwerkkabel):<br />
</strong></p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
*     Coship Booter Version(BCM7405) : 01.04.00    *<br />
* Build Jan  8 2010 for N8611I PROJECT_NAGRA_ANIXE *<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Linux version 2.6.18-7.1 (heyingjun@Arthas) (gcc version 4.2.0 20070124 (prerelease) &#8211; BRCM 10ts-20080721) #4 SMP Fri Jan 15 16:22:00 CST 2010</p>
<p>&#8230;</p>
<p>telnetd: starting<br />
port: 9911; interface: any; login program: /bin/login</p>
<p>&#8230;</p>
<p>BusyBox v1.2.1 (2009.08.24-03:48+0000) multi-call binary</p>
<p>Alles andere wieder entfernt. Dafür gibt es einen guten Grund.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blogtorrent.de/2010/04/01/videoweb-600s-details-aus-dem-innenleben-teil-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Direct download link for the ZendOptimizier</title>
		<link>http://www.blogtorrent.de/2008/12/29/download-link-the-zendoptimizier/</link>
		<comments>http://www.blogtorrent.de/2008/12/29/download-link-the-zendoptimizier/#comments</comments>
		<pubDate>Mon, 29 Dec 2008 21:31:41 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[zend]]></category>
		<category><![CDATA[zendoptimizer]]></category>

		<guid isPermaLink="false">http://www.blogtorrent.de/?p=288</guid>
		<description><![CDATA[Link: ZendOptimizer-3.3.3-linux-glibc23-x86_64 Feel free to post more links in the comments&#8230;]]></description>
			<content:encoded><![CDATA[<p>Link: <a title="ZendOptimizer-3.3.3-linux-glibc23-x86_64" href="http://downloads.zend.com/optimizer/3.3.3/ZendOptimizer-3.3.3-linux-glibc23-x86_64.tar.gz" rel='nofollow'>ZendOptimizer-3.3.3-linux-glibc23-x86_64</a></p>
<p>Feel free to post more links in the comments&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blogtorrent.de/2008/12/29/download-link-the-zendoptimizier/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Postfix Backscatter</title>
		<link>http://www.blogtorrent.de/2008/05/30/postfix-backscatter/</link>
		<comments>http://www.blogtorrent.de/2008/05/30/postfix-backscatter/#comments</comments>
		<pubDate>Fri, 30 May 2008 07:32:29 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[postfix]]></category>

		<guid isPermaLink="false">http://www.blogtorrent.de/?p=275</guid>
		<description><![CDATA[Reine Gedankenstütze! Howto: http://www.postfix.org/BACKSCATTER_README.html #Adressverifizierung address_verify_transport_maps = hash:/etc/postfix/verify_transport unverified_recipient_reject_code = 550 address_verify_map = btree:/etc/postfix/verify address_verify_transport_maps = Enthält den Host welcher abgefragt wird ob User vorhanden oder nicht unverified_recipient_reject_code = User unknown address_verify_map = Abgefragte Adressen werden hier gecached /etc/postfix/verify_transport &#62; example.com smtp:192.168.0.1 &#62; &#8220;Domain&#8221; &#8220;protokoll:IP des dahinterliegenden abzufragenden Mailserver&#8221; /etc/postfix/main.cf &#62; smtpd_recipient_restrictions = reject_unverified_recipient]]></description>
			<content:encoded><![CDATA[<p>Reine Gedankenstütze!</p>
<p>Howto: <a title="Postfix Backscatter Howto" href="http://www.postfix.org/BACKSCATTER_README.html" target="_blank" rel='nofollow'>http://www.postfix.org/BACKSCATTER_README.html</a></p>
<p>#Adressverifizierung<br />
address_verify_transport_maps = hash:/etc/postfix/verify_transport<br />
unverified_recipient_reject_code = 550<br />
address_verify_map = btree:/etc/postfix/verify</p>
<p>address_verify_transport_maps = Enthält den Host welcher abgefragt wird ob User vorhanden oder nicht<br />
unverified_recipient_reject_code = User unknown<br />
address_verify_map = Abgefragte Adressen werden hier gecached</p>
<p>/etc/postfix/verify_transport<br />
&gt; example.com   smtp:192.168.0.1<br />
&gt; &#8220;Domain&#8221;         &#8220;protokoll:IP des dahinterliegenden abzufragenden Mailserver&#8221;</p>
<p>/etc/postfix/main.cf<br />
&gt; smtpd_recipient_restrictions = reject_unverified_recipient</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blogtorrent.de/2008/05/30/postfix-backscatter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>tcpxtract &#8211; TCP Flow Recorder</title>
		<link>http://www.blogtorrent.de/2008/02/24/tcpxtract-tcp-flow-recorder/</link>
		<comments>http://www.blogtorrent.de/2008/02/24/tcpxtract-tcp-flow-recorder/#comments</comments>
		<pubDate>Sun, 24 Feb 2008 19:00:10 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[network]]></category>

		<guid isPermaLink="false">http://www.blogtorrent.de/?p=4</guid>
		<description><![CDATA[tcpxtract ist ein kleines nettes Tool welches unter Linux den Datenstrom einzelner Pakete wieder zusammensetzt. Ein englischer Artikel über die Funktionsweise von tcpxtract ist bei TaoSecurity zu finden. Am besten Ihr schaut euch das Tool selbst einmal an. Description: extracts files from network traffic based on file signatures tcpxtract is a fast console tool to [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://tcpxtract.sourceforge.net/" rel='nofollow'>tcpxtract</a> ist ein kleines nettes Tool welches unter Linux den Datenstrom einzelner Pakete wieder zusammensetzt. Ein englischer Artikel über die Funktionsweise von tcpxtract ist bei <a href="http://taosecurity.blogspot.com/2006/01/network-forensic-traffic.html" rel='nofollow'>TaoSecurity</a> zu finden. Am besten Ihr schaut euch das Tool selbst einmal an.</p>
<p class="entry">Description:<br />
extracts files from network traffic based on file signatures tcpxtract is a fast console tool to extract files from network traffic based on file headers and footers (so called carving). 26 file formats are supported out of the box by tcpxtract but new formats can be added without problems. Foremost configurations are simple to convert to tcpxtracts configuration files.</p>
<p><!-- end entry --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.blogtorrent.de/2008/02/24/tcpxtract-tcp-flow-recorder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MP3 to WAV unter Linux</title>
		<link>http://www.blogtorrent.de/2008/02/24/mp3-to-wav-unter-linux/</link>
		<comments>http://www.blogtorrent.de/2008/02/24/mp3-to-wav-unter-linux/#comments</comments>
		<pubDate>Sun, 24 Feb 2008 18:56:16 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[mp3]]></category>
		<category><![CDATA[wav]]></category>

		<guid isPermaLink="false">http://www.blogtorrent.de/?p=3</guid>
		<description><![CDATA[Wine .mp3 zu einer .wav unter Linux umwandeln: for i in *.mp3; do mpg321 -w `basename $i .mp3`.wav $i; done So wird jede .mp3 im Verzeichnis zu einer .wav umgewandelt. Im Anschluss kann man dann wunderbar eine AudioCD daraus erstellen. Es wird das Paket mpg123 oder mpg321 benötigt. Entsprechend ist die Befehlszeile anzupassen. Der Syntax [...]]]></description>
			<content:encoded><![CDATA[<p class="entry">Wine .mp3 zu einer .wav unter Linux umwandeln:</p>
<p>for i in *.mp3; do mpg321 -w `basename $i .mp3`.wav $i; done</p>
<p>So wird jede .mp3 im Verzeichnis zu einer .wav umgewandelt. Im Anschluss kann man dann wunderbar eine AudioCD daraus erstellen. Es wird das Paket mpg123 oder mpg321 benötigt. Entsprechend ist die Befehlszeile anzupassen. Der Syntax beider Programme ist der selbe.</p>
<p>Mit lame funktioniert das ganze Übrigens auch wunderbar:</p>
<p>for i in *.mp3; do lame –decode $i `basename $i .mp3`.wav; done</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blogtorrent.de/2008/02/24/mp3-to-wav-unter-linux/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

