<?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/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
>

<channel>
	<title>Cyconet Blog &#187; selfnote</title>
	<atom:link href="http://blog.waja.info/tag/selfnote/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.waja.info</link>
	<description>Just a place to be!</description>
	<lastBuildDate>Wed, 28 Apr 2010 08:22:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
		<item>
		<title>[selfnote] Find the DUN Channel of your bluetooth device</title>
		<link>http://blog.waja.info/2010/04/23/selfnote-find-the-dun-channel-of-your-bluetooth-device/</link>
		<comments>http://blog.waja.info/2010/04/23/selfnote-find-the-dun-channel-of-your-bluetooth-device/#comments</comments>
		<pubDate>Fri, 23 Apr 2010 07:59:06 +0000</pubDate>
		<dc:creator>cyco</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[planet]]></category>
		<category><![CDATA[selfnote]]></category>

		<guid isPermaLink="false">http://blog.waja.info/?p=313</guid>
		<description><![CDATA[In the last days, I replaced my Nokia E90 with a Nokia N97 mini. As I&#8217;m using my mobile from time to time to hook up to the internet when traveling, I thought I just need to replace the MAC in my /etc/bluetooth/rfcomm.conf and that&#8217;s it. As always &#8230; Murphy striked back. After debugging for [...]]]></description>
			<content:encoded><![CDATA[<p>In the last days, I replaced my Nokia E90 with a Nokia N97 mini. As I&#8217;m using my mobile from time to time to hook up to the internet when traveling, I thought I just need to replace the MAC in my /etc/bluetooth/rfcomm.conf and that&#8217;s it. As always &#8230; Murphy striked back. After debugging for hours I realized the DUN channel seems depending on the model.</p>
<p>You can discover your DUN channel something like:</p>
<p class="code">
# hcitool scan<br />
Scanning &#8230;<br />
	3C:F7:2A:1A:4D:2A	Cycophone<br />
# sdptool browse 3C:F7:2A:1A:4D:2A | \<br />
grep -9 &#8220;Service Name: Dial-Up Networking&#8221; | \<br />
tail -10 | grep Channel<br />
    Channel: 22
</p>
<p>So your /etc/bluetooth/rfcomm.conf should now look like:</p>
<p class="code">
&#8230;<br />
rfcomm0 {<br />
bind yes;<br />
device 3C:F7:2A:1A:4D:2A;<br />
channel 22;<br />
comment &#8220;Cycophone&#8221;;<br />
}<br />
&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.waja.info/2010/04/23/selfnote-find-the-dun-channel-of-your-bluetooth-device/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>[selfnote] Change CD-image while (HVM) domU is running</title>
		<link>http://blog.waja.info/2009/11/29/selfnote-change-cd-image-while-hvm-domu-is-running/</link>
		<comments>http://blog.waja.info/2009/11/29/selfnote-change-cd-image-while-hvm-domu-is-running/#comments</comments>
		<pubDate>Sun, 29 Nov 2009 15:23:15 +0000</pubDate>
		<dc:creator>cyco</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[planet]]></category>
		<category><![CDATA[selfnote]]></category>
		<category><![CDATA[xen]]></category>

		<guid isPermaLink="false">http://blog.waja.info/?p=298</guid>
		<description><![CDATA[xm list &#124; grep &#60;VMName&#62; xm block-list &#60;VMName_Number&#62; xm block-detach &#60;VMName_Number&#62; &#60;VMName_Vdev&#62; -f xm block-attach &#60;VMName_Number&#62; file:///iso/disk.iso \ hdc:cdrom r]]></description>
			<content:encoded><![CDATA[<p class="code">
xm list | grep &#60;VMName&#62;<br />
xm block-list &#60;VMName_Number&#62;<br />
xm block-detach &#60;VMName_Number&#62; &#60;VMName_Vdev&#62; -f<br />
xm block-attach &#60;VMName_Number&#62; file:///iso/disk.iso \<br />
hdc:cdrom r</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.waja.info/2009/11/29/selfnote-change-cd-image-while-hvm-domu-is-running/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>dkms rocks &#8230; or &#8230; how to get the Intel 82576 GBit NIC running on Lenny</title>
		<link>http://blog.waja.info/2009/11/18/dkms-rocks/</link>
		<comments>http://blog.waja.info/2009/11/18/dkms-rocks/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 20:07:18 +0000</pubDate>
		<dc:creator>cyco</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[backports]]></category>
		<category><![CDATA[Packaging]]></category>
		<category><![CDATA[planet]]></category>
		<category><![CDATA[selfnote]]></category>

		<guid isPermaLink="false">http://blog.waja.info/?p=292</guid>
		<description><![CDATA[We ordered a couple of the new HP DL160 G6, cause they can be equipped with a lot of RAM. Unfortunately it&#8217;s always the same with HP and the bandnew ProLiant 100 series &#8230; the driver for the NICs is missing/too old in the latest stable debian release. The DL160 G6 is shipped with a [...]]]></description>
			<content:encoded><![CDATA[<p>We ordered a couple of the new HP DL160 G6, cause they can be equipped with a lot of RAM. Unfortunately it&#8217;s always the same with HP and the bandnew ProLiant 100 series &#8230; the driver for the NICs is missing/too old in the latest <a target="new" href="http://www.debian.org/releases/stable/">stable debian release</a>. The DL160 G6 is shipped with a Intel 82576 GBit NIC, which isn&#8217;t recognized by Lenny, see also <a target="new" href="http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=522922">#522922</a>.<br />
I installed the system with another NIC installed (not really, but this is a way it works :) and wanted to get free the PCI-X slot again. So I did backport <a target="new" href="http://packages.qa.debian.org/d/dkms.html">dkms</a> and <a target="new" href="https://sourceforge.net/projects/e1000/files/">downloaded</a> the latest igb driver. A short look into <a target="new" href="http://linux.dell.com/git/dkms.git/?p=dkms.git;a=blob;f=debian/HOWTO.Debian;hb=HEAD">/usr/share/doc/dkms/HOWTO.Debian</a> did advice me the way to create the DKMS driver package. Just after a couple of minutes I did roll out the <a href="http://blog.waja.info/downloads/igb-dkms_2.0.6_all.deb">igb-dkms_2.0.6_all.deb</a> to the target maschine(s).<br />
On the target systems I just installed dkms, the DKMS package and appropriate linux-headers and &#8230; sim, salabim &#8230; there was the interfaces. :)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.waja.info/2009/11/18/dkms-rocks/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>[selfnote] Cloning/Backing up NTFS systems</title>
		<link>http://blog.waja.info/2009/09/18/cloningbacking-up-ntfs-systems/</link>
		<comments>http://blog.waja.info/2009/09/18/cloningbacking-up-ntfs-systems/#comments</comments>
		<pubDate>Fri, 18 Sep 2009 21:27:34 +0000</pubDate>
		<dc:creator>cyco</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[planet]]></category>
		<category><![CDATA[selfnote]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://blog.waja.info/?p=262</guid>
		<description><![CDATA[For some reasons, you may need to clone/backup NTFS based systems. Lets say your NTFS system is located at /dev/sda1 and /dev/sdb1 is a spare partition where you can store your image. At first you need to boot a live system to take an image: mount /dev/sdb1 /mnt/sdb1 dd bs=512 count=1 if=/dev/sda of=/mnt/sdb1/xp_vbox.mbr ntfsclone -s [...]]]></description>
			<content:encoded><![CDATA[<p>For some reasons, you may need to clone/backup NTFS based systems. Lets say your NTFS system is located at /dev/sda1 and /dev/sdb1 is a spare partition where you can store your image.</p>
<p>At first you need to boot a live system to take an image:</p>
<p class="code">
mount /dev/sdb1 /mnt/sdb1<br />
dd bs=512 count=1 if=/dev/sda of=/mnt/sdb1/xp_vbox.mbr<br />
ntfsclone -s -o &#8211; /dev/sda1 | bzip2 -9 -c > \<br />
 /mnt/sdb1/xp_vbox.img.bz2
</p>
<p>To restore the image you just need:</p>
<p class="code">
mount /dev/sdb1 /mnt/sdb1<br />
dd count=1 bs=446 if=/mnt/sdb1/xp_vbox.mbr of=/dev/sda<br />
cat /mnt/sdb1/xp_vbox.img.bz2 | bunzip2 -c | \<br />
ntfsclone -r -O /dev/sda1 -
</p>
<p>P.S. If you are elective in germany, have a look at <a href="http://blog.waja.info/tag/politics/">this</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.waja.info/2009/09/18/cloningbacking-up-ntfs-systems/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>[security] wordpress 2.5.1 which fixes CVE-2008-1930</title>
		<link>http://blog.waja.info/2008/04/25/wordpress-251-which-fixes-cve-2008-1930/</link>
		<comments>http://blog.waja.info/2008/04/25/wordpress-251-which-fixes-cve-2008-1930/#comments</comments>
		<pubDate>Fri, 25 Apr 2008 18:15:26 +0000</pubDate>
		<dc:creator>cyco</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[backports]]></category>
		<category><![CDATA[Packaging]]></category>
		<category><![CDATA[planet]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[selfnote]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.waja.info/?p=160</guid>
		<description><![CDATA[Cause the subject, I did build a new package which can be installed on etch, lenny and of course sid. You can fetch it from http://ftp.cyconet.org/debian/archive/bpo/wordpress/2.5.1-1~bpo40+1/ or get via deb http://ftp.cyconet.org/debian etch-backports main non-free contrib Selfnote: Dump the wordpress user into separate domU]]></description>
			<content:encoded><![CDATA[<p>Cause the subject, I did build a new package which can be installed on etch, lenny and of course sid. You can fetch it from http://ftp.cyconet.org/debian/archive/bpo/wordpress/2.5.1-1~bpo40+1/ or get via</p>
<p class="code">
deb     http://ftp.cyconet.org/debian etch-backports     main non-free contrib
</p>
<p>Selfnote: Dump the wordpress user into separate domU</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.waja.info/2008/04/25/wordpress-251-which-fixes-cve-2008-1930/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>[selfnote] How to handle multiple domains with one apache vhost in a smart way</title>
		<link>http://blog.waja.info/2008/03/20/selfnote-how-to-handle-multiple-domains-with-one-apache-vhost-in-a-smart-way/</link>
		<comments>http://blog.waja.info/2008/03/20/selfnote-how-to-handle-multiple-domains-with-one-apache-vhost-in-a-smart-way/#comments</comments>
		<pubDate>Thu, 20 Mar 2008 14:02:57 +0000</pubDate>
		<dc:creator>cyco</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[planet]]></category>
		<category><![CDATA[selfnote]]></category>

		<guid isPermaLink="false">http://blog.waja.info/2008/03/20/selfnote-how-to-handle-multiple-domains-with-one-apache-vhost-in-a-smart-way/</guid>
		<description><![CDATA[Today a customer asked for hosting several domains with different content on one apache virtual host. The little tricky part was, that the sites should not be accessed by subdirs like http://domain20.org/subdir20/ and http://domain21.org/subdir21/ which can be done with a little script which parses the $_SERVER['HTTP_HOST']. So mod_rewrite is an option. To make it user [...]]]></description>
			<content:encoded><![CDATA[<p>Today a customer asked for hosting several domains with different content on one apache virtual host. The little tricky part was, that the sites should not be accessed by subdirs like http://domain20.org/subdir20/ and http://domain21.org/subdir21/ which can be done with a little script which parses the $_SERVER['HTTP_HOST']. So <a target="new" href="http://httpd.apache.org/docs/2.2/mod/mod_rewrite.html">mod_rewrite</a> is an option.<br />
To make it user accessable, we use .htaccess. This requires &#8220;AllowOverride +FileInfo&#8221; to be set for the DocumentRoot in the vhost config. The .htaccess in DocumentRoot could look something like:</p>
<p class="code">
RewriteEngine On<br />
RewriteBase   /<br />
RewriteCond %{HTTP_HOST} domain10.org$ [OR]<br />
RewriteCond %{HTTP_HOST} domain11.org$<br />
RewriteCond %{REQUEST_FILENAME} !dir1/<br />
RewriteCond %{REQUEST_FILENAME} -f [OR]<br />
RewriteCond %{REQUEST_FILENAME} -d<br />
RewriteRule (.*)        dir1/$1 [L]<br />
RewriteCond %{HTTP_HOST} domain20.org$ [OR]<br />
RewriteCond %{HTTP_HOST} domain21.org$<br />
RewriteCond %{REQUEST_FILENAME} !dir2/<br />
RewriteCond %{REQUEST_FILENAME} -f [OR]<br />
RewriteCond %{REQUEST_FILENAME} -d<br />
RewriteRule (.*)        dir2/$1 [L]</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.waja.info/2008/03/20/selfnote-how-to-handle-multiple-domains-with-one-apache-vhost-in-a-smart-way/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
	</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->