<?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>Internet tip &#38; tricks world</title>
	<atom:link href="http://wp.oktay.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://wp.oktay.com</link>
	<description>A huge collection of tips for a better life</description>
	<lastBuildDate>Fri, 18 May 2012 16:15:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>font&#8217;s in xterm</title>
		<link>http://wp.oktay.com/?p=336</link>
		<comments>http://wp.oktay.com/?p=336#comments</comments>
		<pubDate>Fri, 18 May 2012 16:15:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[bash]]></category>

		<guid isPermaLink="false">http://wp.oktay.com/?p=336</guid>
		<description><![CDATA[xterm -fn 9&#215;15 list of fonts available :  xlsfonts letters belonging to a given font: xfd]]></description>
			<content:encoded><![CDATA[<p>xterm -fn 9&#215;15<br />
list of fonts available :  xlsfonts</p>
<p>letters belonging to a given font: xfd</p>
]]></content:encoded>
			<wfw:commentRss>http://wp.oktay.com/?feed=rss2&#038;p=336</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mount image file&#8217;s partition</title>
		<link>http://wp.oktay.com/?p=334</link>
		<comments>http://wp.oktay.com/?p=334#comments</comments>
		<pubDate>Thu, 17 May 2012 23:50:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[bash]]></category>

		<guid isPermaLink="false">http://wp.oktay.com/?p=334</guid>
		<description><![CDATA[fdisk -ul image.img You must set cylinders. You can do this from the extra functions menu. Disk image-sda: 0 MB, 0 bytes 255 heads, 63 sectors/track, 0 cylinders, total 0 sectors Units = sectors of 1 * 512 = 512 bytes Device Boot Start End Blocks Id System image.img * 63 78140159 39070048+ 7 HPFS/NTFS [...]]]></description>
			<content:encoded><![CDATA[<pre>fdisk -ul image.img
You must set cylinders.
You can do this from the extra functions menu.
Disk image-sda: 0 MB, 0 bytes
255 heads, 63 sectors/track, 0 cylinders, total 0 sectors
Units = sectors of 1 * 512 = 512 bytes
Device     Boot Start End      Blocks    Id System
image.img *    63    78140159 39070048+ 7  HPFS/NTFS
Partition 1 has different physical/logical endings:
phys=(1023, 254, 63) logical=(4863, 254, 63)</pre>
<pre># mount -o loop,offset='''32256''' -t auto image.img mnt/</pre>
]]></content:encoded>
			<wfw:commentRss>http://wp.oktay.com/?feed=rss2&#038;p=334</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>initrd auspacken / einpacken &#124; vmlinuz</title>
		<link>http://wp.oktay.com/?p=328</link>
		<comments>http://wp.oktay.com/?p=328#comments</comments>
		<pubDate>Wed, 16 May 2012 13:49:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[bash]]></category>

		<guid isPermaLink="false">http://wp.oktay.com/?p=328</guid>
		<description><![CDATA[auspacken: gunzip &#60; initrd.img &#124; cpio -i &#8211;make-directories &#160; einpacken: find ./ &#124; cpio -H newc -o &#62; initrd.cpio gzip initrd.cpio mv initrd.cpio.gz initrd.img &#8212;&#8212;&#8212;- &#160; &#160; vmlinuz: od -t x1 -A d vmlinuz &#124; grep "1f 8b 08"  0008322 1b 00 1f 8b 08 00 d5 c2 dd bs=1 skip=8324 if=vmlinuz &#124; zcat &#62; [...]]]></description>
			<content:encoded><![CDATA[<p><strong>auspacken:</strong></p>
<p>gunzip &lt; initrd.img | cpio -i &#8211;make-directories</p>
<p>&nbsp;</p>
<p><strong>einpacken:</strong></p>
<p>find ./ | cpio -H newc -o &gt; initrd.cpio</p>
<p>gzip initrd.cpio</p>
<p>mv initrd.cpio.gz initrd.img</p>
<p>&#8212;&#8212;&#8212;-</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><strong>vmlinuz:</strong></p>
<pre><code>od -t x1 -A d vmlinuz | grep "1f 8b 08" </code></pre>
<pre><code>0008322 1b 00 <strong>1f 8b 08</strong> 00 d5 c2</code></pre>
<pre><code>dd bs=1 skip=8324 if=vmlinuz | zcat &gt; vmlinux_extract</code></pre>
<pre><code>
</code></pre>
]]></content:encoded>
			<wfw:commentRss>http://wp.oktay.com/?feed=rss2&#038;p=328</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>p910nd not starting ?</title>
		<link>http://wp.oktay.com/?p=325</link>
		<comments>http://wp.oktay.com/?p=325#comments</comments>
		<pubDate>Wed, 16 May 2012 01:14:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[bash]]></category>

		<guid isPermaLink="false">http://wp.oktay.com/?p=325</guid>
		<description><![CDATA[AW: p910nd &#8211; Daemon kann nicht gestartet werden na leute, habt ihr es hinbekommen? also, hier zwei dinge die ihr nach dem kompilieren noch machen müsst: wenn ihr das init.d startscript nutzen wollt: einfach startproc weglöschen und jetzt zu dem wichtigerem teil, da nach geht es nämlich immer noch nicht&#8230;  ihr müsst schauen, dass auch [...]]]></description>
			<content:encoded><![CDATA[<h3 id="postTopic34745">AW: p910nd &#8211; Daemon kann nicht gestartet werden</h3>
<div>
<div id="postText34745">na leute, habt ihr es hinbekommen?<br />
also, hier zwei dinge die ihr nach dem kompilieren noch machen müsst:</p>
<p>wenn ihr das init.d startscript nutzen wollt: einfach startproc weglöschen<br />
und jetzt zu dem wichtigerem teil, da nach geht es nämlich immer noch nicht&#8230; <img src="http://nslu2-info.de/wcf/images/smilies/tongue.png" alt=":P" /></p>
<p>ihr müsst schauen, dass auch alle Pfade existieren (zu finden in den man pages), bir mir fehlte:<br />
/var/lock/subsys/<br />
var/lock war zwar da, aber subsys nicht&#8230;<br />
hoffe, es hilft dem einen oder anderen&#8230;</p>
<p>bis dahin,<br />
OO</p></div>
</div>
<div></div>
<div><a href="http://www.nslu2-info.de/nslu2/debian-auf-der-nslu2/7292-p910nd-daemon-kann-nicht-gestartet-werden/">http://www.nslu2-info.de/nslu2/debian-auf-der-nslu2/7292-p910nd-daemon-kann-nicht-gestartet-werden/</a></div>
]]></content:encoded>
			<wfw:commentRss>http://wp.oktay.com/?feed=rss2&#038;p=325</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ffmpeg and copy metatag from flac to mp3 &#8211; incl converting</title>
		<link>http://wp.oktay.com/?p=320</link>
		<comments>http://wp.oktay.com/?p=320#comments</comments>
		<pubDate>Sun, 13 May 2012 12:18:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[bash]]></category>

		<guid isPermaLink="false">http://wp.oktay.com/?p=320</guid>
		<description><![CDATA[a=&#8221;`echo &#8220;$1&#8243;&#124; sed -s &#8220;s/\.flac//g&#8221;`&#8221;; echo ffmpeg -i \&#8221;$1\&#8221; -map_metadata 0:g:0 -acodec libmp3lame -ar 44100 -ab 224k -y \&#8221;$a.mp3\&#8221; &#160; use as script: ls  *.flac&#124; while read line; do ./convert_flac2mp3.sh &#8220;$line&#8221;;done]]></description>
			<content:encoded><![CDATA[<blockquote><p>a=&#8221;`echo &#8220;$1&#8243;| sed -s &#8220;s/\.flac//g&#8221;`&#8221;;</p>
<p>echo ffmpeg -i \&#8221;$1\&#8221; -map_metadata 0:g:0 -acodec libmp3lame -ar 44100 -ab 224k -y \&#8221;$a.mp3\&#8221;</p>
<p>&nbsp;</p>
<p>use as script:</p>
<p>ls  *.flac| while read line; do ./convert_flac2mp3.sh &#8220;$line&#8221;;done</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://wp.oktay.com/?feed=rss2&#038;p=320</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oktolight rgb led connectors</title>
		<link>http://wp.oktay.com/?p=312</link>
		<comments>http://wp.oktay.com/?p=312#comments</comments>
		<pubDate>Sun, 25 Mar 2012 12:56:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Oktolight]]></category>

		<guid isPermaLink="false">http://wp.oktay.com/?p=312</guid>
		<description><![CDATA[Red = red Green = green Blue = blue Black = +12V]]></description>
			<content:encoded><![CDATA[<p><a href="http://wp.oktay.com/wp-content/uploads/2012/03/20120325-145626.jpg"><img src="http://wp.oktay.com/wp-content/uploads/2012/03/20120325-145626.jpg" alt="20120325-145626.jpg" class="alignnone size-full" /></a></p>
<p><a href="http://wp.oktay.com/wp-content/uploads/2012/03/20120325-145654.jpg"><img src="http://wp.oktay.com/wp-content/uploads/2012/03/20120325-145654.jpg" alt="20120325-145654.jpg" class="alignnone size-full" /></a><br />
<code><br />
Red = red<br />
Green = green<br />
Blue = blue<br />
Black = +12V</code></p>
<p><a href="http://wp.oktay.com/wp-content/uploads/2012/03/20120325-151009.jpg"><img src="http://wp.oktay.com/wp-content/uploads/2012/03/20120325-151009.jpg" alt="20120325-151009.jpg" class="alignnone size-full" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://wp.oktay.com/?feed=rss2&#038;p=312</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configure script missing?</title>
		<link>http://wp.oktay.com/?p=309</link>
		<comments>http://wp.oktay.com/?p=309#comments</comments>
		<pubDate>Thu, 23 Feb 2012 17:59:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[bash]]></category>

		<guid isPermaLink="false">http://wp.oktay.com/?p=309</guid>
		<description><![CDATA[aclocal Autoconf Automake Automake &#8211;missing&#8230;&#8230;&#8230; Shtools &#8211; automake to be installed]]></description>
			<content:encoded><![CDATA[<p>aclocal<br />
Autoconf<br />
Automake<br />
Automake &#8211;missing&#8230;&#8230;&#8230;</p>
<p>Shtools &#8211;  automake  to be installed</p>
]]></content:encoded>
			<wfw:commentRss>http://wp.oktay.com/?feed=rss2&#038;p=309</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oktolight master professional pcb</title>
		<link>http://wp.oktay.com/?p=307</link>
		<comments>http://wp.oktay.com/?p=307#comments</comments>
		<pubDate>Thu, 16 Feb 2012 10:32:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[bash]]></category>

		<guid isPermaLink="false">http://wp.oktay.com/?p=307</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://wp.oktay.com/wp-content/uploads/2012/02/20120216-113231.jpg"><img src="http://wp.oktay.com/wp-content/uploads/2012/02/20120216-113231.jpg" alt="20120216-113231.jpg" class="alignnone size-full" /></a></p>
<p><a href="http://wp.oktay.com/wp-content/uploads/2012/02/20120216-113242.jpg"><img src="http://wp.oktay.com/wp-content/uploads/2012/02/20120216-113242.jpg" alt="20120216-113242.jpg" class="alignnone size-full" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://wp.oktay.com/?feed=rss2&#038;p=307</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oktolight v2.7 &#8211; now on stock !</title>
		<link>http://wp.oktay.com/?p=299</link>
		<comments>http://wp.oktay.com/?p=299#comments</comments>
		<pubDate>Fri, 10 Feb 2012 23:30:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[bash]]></category>

		<guid isPermaLink="false">http://wp.oktay.com/?p=299</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://wp.oktay.com/wp-content/uploads/2012/02/20120211-003119.jpg"><img class="alignnone size-full" src="http://wp.oktay.com/wp-content/uploads/2012/02/20120211-003119.jpg" alt="20120211-003119.jpg" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://wp.oktay.com/?feed=rss2&#038;p=299</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>udev rules</title>
		<link>http://wp.oktay.com/?p=296</link>
		<comments>http://wp.oktay.com/?p=296#comments</comments>
		<pubDate>Wed, 08 Feb 2012 11:27:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[bash]]></category>

		<guid isPermaLink="false">http://wp.oktay.com/?p=296</guid>
		<description><![CDATA[udevadm info -a -p $(udevadm info -q path -n /dev/input/event2) find infos and update /etc/udev/rules.d/31-rulename example_: ATTRS{maxchild}==&#8221;0&#8243; ATTRS{quirks}==&#8221;0&#215;0&#8243; ATTRS{avoid_reset_quirk}==&#8221;0&#8243; ATTRS{authorized}==&#8221;1&#8243; ATTRS{manufacturer}==&#8221;X10 Wireless Technology Inc&#8221; ATTRS{product}==&#8221;USB Receiver&#8221;]]></description>
			<content:encoded><![CDATA[<p> udevadm info -a -p  $(udevadm info -q path -n /dev/input/event2)</p>
<p>find infos and update /etc/udev/rules.d/31-rulename</p>
<p>example_:</p>
<p> ATTRS{maxchild}==&#8221;0&#8243;<br />
    ATTRS{quirks}==&#8221;0&#215;0&#8243;<br />
    ATTRS{avoid_reset_quirk}==&#8221;0&#8243;<br />
    ATTRS{authorized}==&#8221;1&#8243;<br />
    ATTRS{manufacturer}==&#8221;X10 Wireless Technology Inc&#8221;<br />
    ATTRS{product}==&#8221;USB Receiver&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://wp.oktay.com/?feed=rss2&#038;p=296</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

