<?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>the permanent TODO</title>
	<atom:link href="http://casa.dragon-tortuga.net/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://casa.dragon-tortuga.net/blog</link>
	<description>things that work, do not and will never do</description>
	<lastBuildDate>Thu, 02 Sep 2010 09:02:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>PulseAudio + Gnome in Debian</title>
		<link>http://casa.dragon-tortuga.net/blog/?p=174</link>
		<comments>http://casa.dragon-tortuga.net/blog/?p=174#comments</comments>
		<pubDate>Thu, 02 Sep 2010 09:01:14 +0000</pubDate>
		<dc:creator>{Francisco,François} Varas</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[pulseaudio]]></category>
		<category><![CDATA[sound]]></category>

		<guid isPermaLink="false">http://casa.dragon-tortuga.net/blog/?p=174</guid>
		<description><![CDATA[From the pulseaudio wiki + some googling:
$ apt-get install pulseaudio libao-common paprefs libpulse-mainloop-glib0 pulseaudio-module-jack pavucontrol alsaplayer-alsa pulseaudio-module-hal pulseaudio-module-x11 libgstreamer-plugins-base0.10-0 pulseaudio-module-lirc pulseaudio-utils pulseaudio-module-zeroconf libasound2-plugins padevchooser paman pulseaudio-module-gconf libgconfmm-2.6-1c2 libpulse-browse0 pavumeter libglademm-2.4-1c2a pulseaudio-esound-compat libpulse0 libpulse-dev
$ ln -sf /usr/local/bin/esdcompat /usr/bin/esd
Then, you launch gnome and eerything works!
links:
http://forums.debian.net/viewtopic.php?t=12497
http://pulseaudio.org/wiki/PerfectSetup#GNOME
Share on Facebook]]></description>
			<content:encoded><![CDATA[<p>From the pulseaudio wiki + some googling:</p>
<p>$ <code>apt-get install pulseaudio libao-common paprefs libpulse-mainloop-glib0 pulseaudio-module-jack pavucontrol alsaplayer-alsa pulseaudio-module-hal pulseaudio-module-x11 libgstreamer-plugins-base0.10-0 pulseaudio-module-lirc pulseaudio-utils pulseaudio-module-zeroconf libasound2-plugins padevchooser paman pulseaudio-module-gconf libgconfmm-2.6-1c2 libpulse-browse0 pavumeter libglademm-2.4-1c2a pulseaudio-esound-compat libpulse0 libpulse-dev</code></p>
<p>$<code> ln -sf /usr/local/bin/esdcompat /usr/bin/esd</code></p>
<p>Then, you launch gnome and eerything works!</p>
<p>links:</p>
<p>http://forums.debian.net/viewtopic.php?t=12497</p>
<p>http://pulseaudio.org/wiki/PerfectSetup#GNOME</p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://casa.dragon-tortuga.net/blog/?p=174" target="_blank"><img src="http://casa.dragon-tortuga.net/blog/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a><a href="http://www.facebook.com/share.php?u=http://casa.dragon-tortuga.net/blog/?p=174" target="_blank" title="Share on Facebook">Share on Facebook</a></p>]]></content:encoded>
			<wfw:commentRss>http://casa.dragon-tortuga.net/blog/?feed=rss2&amp;p=174</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vlmc VideoLan Movie Creator on debian</title>
		<link>http://casa.dragon-tortuga.net/blog/?p=163</link>
		<comments>http://casa.dragon-tortuga.net/blog/?p=163#comments</comments>
		<pubDate>Sat, 07 Aug 2010 22:46:11 +0000</pubDate>
		<dc:creator>{Francisco,François} Varas</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[build]]></category>
		<category><![CDATA[compile]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[vlc]]></category>
		<category><![CDATA[vlmc]]></category>

		<guid isPermaLink="false">http://casa.dragon-tortuga.net/blog/?p=163</guid>
		<description><![CDATA[I have taken this information from other blogs/websites + my experiencie with debian.
how to compile vlmc on debian:
install those libraries:

libavcodec-dev
libpostproc-dev
libmpeg2-4-dev

# cd /usr/local/src
# apt-get install automake1.11
be sure that you install at least version 1.11 or you will have lots of errors and you will not be able to build.
be sure to uninstall you current vlc version
#apt-get [...]]]></description>
			<content:encoded><![CDATA[<p>I have taken this information from other blogs/websites + my experiencie with debian.<br />
how to compile vlmc on debian:<br />
install those libraries:<br />
<code><br />
libavcodec-dev<br />
libpostproc-dev<br />
libmpeg2-4-dev<br />
</code></p>
<p># <code>cd /usr/local/src</code><br />
# <code>apt-get install automake1.11</code><br />
be sure that you install at least version 1.11 or you will have lots of errors and you will not be able to build.<br />
be sure to <b>uninstall</b> you current vlc version<br />
#<code>apt-get remove vlc</code><br />
install the dependencies for vlc:<br />
#<code>apt-get build-dep vlc</code><br />
#<code>apt-get install libtool build-essential  git-core libqt4-dev qt4-qmake liblua5.1-dev libswscale-dev cmake</code></p>
<ul>
<li>Download VLC source from GIT: <code>git clone git://git.videolan.org/vlc.git</code></li>
<li>Download VLMC from GIT: <code>git clone git://github.com/VLMC/vlmc.git</code></li>
</ul>
<p>first build VLC:<br />
#<code>cd vlc</code><br />
#<code>./bootstrap</code><br />
create a build directory to avoid messing the source code<br />
#<code>mkdir build</code><br />
#<code> cd build/</code><br />
#<code>../configure </code> (I will not suggest any options here, but you should take a look)<br />
#<code>make &#038;&#038; make install &#038;&#038; make clean </code><br />
#<code>ldconfig</code><br />
#<code>cd /usr/local/src/vlmc/</code><br />
#<code>echo "LIBS = -L/usr/local/lib -lvlc" >> vlmc.pro</code><br />
#<code>cmake .</code><br />
#<code>make</code></p>
<p>references:<br />
<a href="http://www.frenssen.be/content/install-vlmc-video-editor-ubuntu">http://www.frenssen.be/content/install-vlmc-video-editor-ubuntu</a><br />
<a href="http://wiki.videolan.org/UnixCompile">http://wiki.videolan.org/UnixCompile</a><br />
<a href="http://wiki.videolan.org/Building_VLMC">http://wiki.videolan.org/Building_VLMC</a></p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://casa.dragon-tortuga.net/blog/?p=163" target="_blank"><img src="http://casa.dragon-tortuga.net/blog/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a><a href="http://www.facebook.com/share.php?u=http://casa.dragon-tortuga.net/blog/?p=163" target="_blank" title="Share on Facebook">Share on Facebook</a></p>]]></content:encoded>
			<wfw:commentRss>http://casa.dragon-tortuga.net/blog/?feed=rss2&amp;p=163</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing a VPN</title>
		<link>http://casa.dragon-tortuga.net/blog/?p=127</link>
		<comments>http://casa.dragon-tortuga.net/blog/?p=127#comments</comments>
		<pubDate>Mon, 24 May 2010 08:30:25 +0000</pubDate>
		<dc:creator>{Francisco,François} Varas</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[config]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[openvpn]]></category>

		<guid isPermaLink="false">http://casa.dragon-tortuga.net/blog/?p=127</guid>
		<description><![CDATA[Here I will explain how i&#8217;ve manageed to have a functional VPN with running Debian as server.
I have Linux and Mac OS X clients(Tunnelblick).
What you will need

 A public IP
debian
an editor (vi or vim)
this howto
frustration proof patienece


- to launch the server:
openvpn --config /etc/openvpn/server.conf --script-security 2 --daemon
- to launch a Linux client:
openvpn --config /etc/openvpn/client.conf --script-security 2 [...]]]></description>
			<content:encoded><![CDATA[<p>Here I will explain how i&#8217;ve manageed to have a functional VPN with running Debian as server.<br />
I have Linux and Mac OS X clients(Tunnelblick).<br />
What you will need</p>
<ul>
<li> A public IP</li>
<li>debian</li>
<li>an editor (vi or vim)</li>
<li><a href="http://www.openvpn.net/index.php/open-source/documentation/howto.html">this howto</a></li>
<li>frustration proof patienece</li>
</ul>
<p><code><br />
- to launch the server:<br />
openvpn --config /etc/openvpn/server.conf --script-security 2 --daemon</p>
<p>- to launch a Linux client:<br />
openvpn --config /etc/openvpn/client.conf --script-security 2 --daemon (Debian, Ubuntu)<br />
</code><br />
- to launch a Mac OS X:<br />
Download and install <a href="http://code.google.com/p/tunnelblick/">Tunnelblick</a></p>
<p>- How to generate client certificates:<br />
one installed, to generate a VPN<br />
<code><br />
#cd /etc/openvpn/easy-rsa/2.0/<br />
#./build-key &lt;client_name&gt;<br />
#cd /etc/openvpn/easy-rsa/2.0/keys/<br />
you will find 3 files named:<br />
- &lt;client_name&gt;.crt<br />
- &lt;client_name&gt;.csr<br />
- &lt;client_name&gt;.key  (chmod 500 if not )<br />
</code><br />
make a tarball with those files + <b> ca.crt</b></p>
<p><strong>This post is not complete.  By now, you can follow the open VPN howto.</strong></p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://casa.dragon-tortuga.net/blog/?p=127" target="_blank"><img src="http://casa.dragon-tortuga.net/blog/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a><a href="http://www.facebook.com/share.php?u=http://casa.dragon-tortuga.net/blog/?p=127" target="_blank" title="Share on Facebook">Share on Facebook</a></p>]]></content:encoded>
			<wfw:commentRss>http://casa.dragon-tortuga.net/blog/?feed=rss2&amp;p=127</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>twisted web file server for ignorant cowboys</title>
		<link>http://casa.dragon-tortuga.net/blog/?p=147</link>
		<comments>http://casa.dragon-tortuga.net/blog/?p=147#comments</comments>
		<pubDate>Tue, 18 May 2010 12:05:24 +0000</pubDate>
		<dc:creator>{Francisco,François} Varas</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[simple]]></category>
		<category><![CDATA[twisted]]></category>
		<category><![CDATA[web server]]></category>

		<guid isPermaLink="false">http://casa.dragon-tortuga.net/blog/?p=147</guid>
		<description><![CDATA[To serve files over http, you can install Twisted

apt-get install python-twisted

To launch the web server:
twistd web &#8211;path /var/www/  &#8211;port 80
To stop the web server:
kill `cat twistd.pid`  (on the same directory you launched it)
You will find complete doc at:
http://twistedmatrix.com/documents/current/web/howto/using-twistedweb.html
Share on Facebook]]></description>
			<content:encoded><![CDATA[<p>To serve files over http, you can install <strong>Twisted</strong><br />
<code><br />
apt-get install python-twisted<br />
</code></p>
<p>To launch the web server:<br />
twistd web &#8211;path /var/www/  &#8211;port 80</p>
<p>To stop the web server:<br />
kill `cat twistd.pid`  (on the same directory you launched it)</p>
<p>You will find complete doc at:</p>
<p>http://twistedmatrix.com/documents/current/web/howto/using-twistedweb.html</p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://casa.dragon-tortuga.net/blog/?p=147" target="_blank"><img src="http://casa.dragon-tortuga.net/blog/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a><a href="http://www.facebook.com/share.php?u=http://casa.dragon-tortuga.net/blog/?p=147" target="_blank" title="Share on Facebook">Share on Facebook</a></p>]]></content:encoded>
			<wfw:commentRss>http://casa.dragon-tortuga.net/blog/?feed=rss2&amp;p=147</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>squirrelmail with postfix &#8211; debian</title>
		<link>http://casa.dragon-tortuga.net/blog/?p=132</link>
		<comments>http://casa.dragon-tortuga.net/blog/?p=132#comments</comments>
		<pubDate>Mon, 26 Apr 2010 08:00:28 +0000</pubDate>
		<dc:creator>{Francisco,François} Varas</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[postfid]]></category>
		<category><![CDATA[squirrelmail]]></category>
		<category><![CDATA[webmail]]></category>

		<guid isPermaLink="false">http://casa.dragon-tortuga.net/blog/?p=132</guid>
		<description><![CDATA[apt-get install courier-imap
http://www.debian-administration.org/articles/243
Thing 1:
http://www.squirrelmail.org/docs/admin/admin-3.html
Thing 2:
/usr/share/squirrelmail/config/conf.pl
Share on Facebook]]></description>
			<content:encoded><![CDATA[<p>apt-get install courier-imap</p>
<p>http://www.debian-administration.org/articles/243</p>
<p>Thing 1:</p>
<p>http://www.squirrelmail.org/docs/admin/admin-3.html</p>
<p>Thing 2:<br />
/usr/share/squirrelmail/config/conf.pl</p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://casa.dragon-tortuga.net/blog/?p=132" target="_blank"><img src="http://casa.dragon-tortuga.net/blog/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a><a href="http://www.facebook.com/share.php?u=http://casa.dragon-tortuga.net/blog/?p=132" target="_blank" title="Share on Facebook">Share on Facebook</a></p>]]></content:encoded>
			<wfw:commentRss>http://casa.dragon-tortuga.net/blog/?feed=rss2&amp;p=132</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>posfix with debian</title>
		<link>http://casa.dragon-tortuga.net/blog/?p=130</link>
		<comments>http://casa.dragon-tortuga.net/blog/?p=130#comments</comments>
		<pubDate>Mon, 29 Mar 2010 08:00:32 +0000</pubDate>
		<dc:creator>{Francisco,François} Varas</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[postfix]]></category>

		<guid isPermaLink="false">http://casa.dragon-tortuga.net/blog/?p=130</guid>
		<description><![CDATA[apt-get install postfix
http://wiki.debian.org/Postfix
http://www.debian-administration.org/articles/243
With  an edited  sample of  my /etc/aliases
# /etc/aliases
root: user1@dragon-tortuga.net #all mail sento to root@dragon-tortuga.net will end in my mailbox
mailer-daemon: postmaster      #all mail sent to mail-daemon will go to postmaster, wich is root which is user1 (me)
postmaster: root
hostmaster: root
webmaster: root
www: root
ftp: root
abuse: root
user1: user1@dragon-tortuga.net
my.name: user1  [...]]]></description>
			<content:encoded><![CDATA[<p>apt-get install postfix</p>
<p>http://wiki.debian.org/Postfix</p>
<p>http://www.debian-administration.org/articles/243</p>
<p>With  an edited  sample of  my /etc/aliases<br />
# /etc/aliases<br />
root: user1@dragon-tortuga.net #all mail sento to root@dragon-tortuga.net will end in my mailbox<br />
mailer-daemon: postmaster      #all mail sent to mail-daemon will go to postmaster, wich is root which is user1 (me)<br />
postmaster: root<br />
hostmaster: root<br />
webmaster: root<br />
www: root<br />
ftp: root<br />
abuse: root<br />
user1: user1@dragon-tortuga.net<br />
my.name: user1  #an alias to have more a more formal mail address<br />
user2: user2@sutercnologico.net<br />
user2.realname: user2<br />
user3: user3@dragon-tortuga.net<br />
&#8212;&#8212;&#8212;&#8212;&#8212;<br />
once you have finished editting this file, run<br />
newaliases<br />
invoke-rc.d postfix reload</p>
<p>This is a very basic set up that uses system accounts with all pros and cons.</p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://casa.dragon-tortuga.net/blog/?p=130" target="_blank"><img src="http://casa.dragon-tortuga.net/blog/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a><a href="http://www.facebook.com/share.php?u=http://casa.dragon-tortuga.net/blog/?p=130" target="_blank" title="Share on Facebook">Share on Facebook</a></p>]]></content:encoded>
			<wfw:commentRss>http://casa.dragon-tortuga.net/blog/?feed=rss2&amp;p=130</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>let&#8217;s make things clear</title>
		<link>http://casa.dragon-tortuga.net/blog/?p=136</link>
		<comments>http://casa.dragon-tortuga.net/blog/?p=136#comments</comments>
		<pubDate>Sat, 20 Mar 2010 18:03:38 +0000</pubDate>
		<dc:creator>{Francisco,François} Varas</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[science]]></category>

		<guid isPermaLink="false">http://casa.dragon-tortuga.net/blog/?p=136</guid>
		<description><![CDATA[I publish this blog just for fun, and most of the information you will find comes from my google research and some of the books I have at home. I&#8217;m not intending to explain things, only make available the  results of things i&#8217;ve done and tested for my own personal use.
If this method offends [...]]]></description>
			<content:encoded><![CDATA[<p>I publish this blog just for fun, and most of the information you will find comes from my google research and some of the books I have at home. I&#8217;m not intending to explain things, only make available the  results of things i&#8217;ve done and tested for my own personal use.</p>
<p>If this method offends a certain &#8220;over qualified&#8221; audience, the only effort to assume is to avoid reading this blog.<br />
I&#8217;ve not studied anything related to informatics, I&#8217;m a self taught Linux user. In my beginnings I had to face unix systems with little or no idea of what I was doing and my only intention with this blog it to make it easier (event a the cost of misleading imprecisions) for people that is discovering this particular and remarkably amazing world of OSes.</p>
<p>Have a nice day.</p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://casa.dragon-tortuga.net/blog/?p=136" target="_blank"><img src="http://casa.dragon-tortuga.net/blog/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a><a href="http://www.facebook.com/share.php?u=http://casa.dragon-tortuga.net/blog/?p=136" target="_blank" title="Share on Facebook">Share on Facebook</a></p>]]></content:encoded>
			<wfw:commentRss>http://casa.dragon-tortuga.net/blog/?feed=rss2&amp;p=136</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enabling 6to4 with debian (now nobody will now what this post is about)</title>
		<link>http://casa.dragon-tortuga.net/blog/?p=110</link>
		<comments>http://casa.dragon-tortuga.net/blog/?p=110#comments</comments>
		<pubDate>Thu, 18 Mar 2010 10:08:40 +0000</pubDate>
		<dc:creator>{Francisco,François} Varas</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[ipv6]]></category>

		<guid isPermaLink="false">http://casa.dragon-tortuga.net/blog/?p=110</guid>
		<description><![CDATA[ipv6 is about ten years old, and it is well and largely supported by most operating systems.
So, coming back to Debian, if you want to enable ipv6 in your machines, here&#8217;s how to:
You will need:

an editor (a real one, like vi)
ifconfig&#8217;s output
ipv6calc (exists as a debian package)
two ipv6 enabled machines

go to root, use ifconfig, read [...]]]></description>
			<content:encoded><![CDATA[<p>ipv6 is about ten years old, and it is well and largely supported by most operating systems.<br />
So, coming back to Debian, if you want to enable ipv6 in your machines, here&#8217;s how to:</p>
<p>You will need:</p>
<ul>
<li>an editor (a real one, like vi)</li>
<li>ifconfig&#8217;s output</li>
<li>ipv6calc (exists as a debian package)</li>
<li>two ipv6 enabled machines</li>
</ul>
<p>go to root, use ifconfig, read the output carefully.<br />
let&#8217;s say your IP is 10.0.10.68<br />
Edit <code>/etc/network/interfaces</code> with your favourite vi version</p>
<p><code><br />
auto tun6to4<br />
iface tun6to4 inet6 v4tunnel     #tun6to4 can be changed by any other name<br />
address 2002:a00:144::1    #to obtain this value, see below<br />
netmask 16<br />
gateway ::192.88.99.1<br />
endpoint any<br />
local 10.0.1.68<br />
</code></p>
<p>Calculating ipv6 address<br />
<code>ipv6calc --quiet --action conv6to4 10.0.1.68 </code><br />
this will give the the prefix, you can add a &#8220;1&#8243; at the end, like I did. (if you want to know why: <a href="http://en.wikipedia.org/wiki/IPv6"> ipv6 </a>)</p>
<p>If you are brave enough, try this script. It will give you your ipv4 and ipv6 IPs<br />
8<-----------------------------------------------<br />
<code><br />
#!/bin/sh<br />
echo &#8220;your ipv4 ip is: &#8221;<br />
a=$(/sbin/ifconfig | grep eth. -C 2 | grep &#8220;inet addr&#8221; | sed s/[a-z,:]//g | awk -F &#8216; &#8216; &#8216;{print $1}&#8217;)<br />
echo $a<br />
if [ -e /usr/bin/ipv6calc ]<br />
then<br />
echo &#8220;your ipv6 ip is:&#8221;<br />
printf `ipv6calc &#8211;quiet &#8211;action conv6to4 $a`&#8221;1\n&#8221;<br />
else<br />
echo &#8220;ipv6calc is not installed, please install it&#8221;<br />
fi<br />
</code><br />
8<-----------------------------------------------<br />
Now do the same for the second machine, and try ssh or ping6<br />
Good Luck!</p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://casa.dragon-tortuga.net/blog/?p=110" target="_blank"><img src="http://casa.dragon-tortuga.net/blog/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a><a href="http://www.facebook.com/share.php?u=http://casa.dragon-tortuga.net/blog/?p=110" target="_blank" title="Share on Facebook">Share on Facebook</a></p>]]></content:encoded>
			<wfw:commentRss>http://casa.dragon-tortuga.net/blog/?feed=rss2&amp;p=110</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>uncommenting a code block with Vim</title>
		<link>http://casa.dragon-tortuga.net/blog/?p=108</link>
		<comments>http://casa.dragon-tortuga.net/blog/?p=108#comments</comments>
		<pubDate>Mon, 08 Mar 2010 08:30:23 +0000</pubDate>
		<dc:creator>{Francisco,François} Varas</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://casa.dragon-tortuga.net/blog/?p=108</guid>
		<description><![CDATA[Note: I use the set number option by default.
To uncomment a block beginning with the character &#8220;#&#8221; from line 9 to line 13
Use:
:9,13s/^//g
Share on Facebook]]></description>
			<content:encoded><![CDATA[<p>Note: I use the <code>set number</code> option by default.<br />
To uncomment a block beginning with the character &#8220;#&#8221; from line 9 to line 13</p>
<p>Use:<br />
<code>:9,13s/^//g</code></p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://casa.dragon-tortuga.net/blog/?p=108" target="_blank"><img src="http://casa.dragon-tortuga.net/blog/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a><a href="http://www.facebook.com/share.php?u=http://casa.dragon-tortuga.net/blog/?p=108" target="_blank" title="Share on Facebook">Share on Facebook</a></p>]]></content:encoded>
			<wfw:commentRss>http://casa.dragon-tortuga.net/blog/?feed=rss2&amp;p=108</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>commenting a code block with Vim</title>
		<link>http://casa.dragon-tortuga.net/blog/?p=106</link>
		<comments>http://casa.dragon-tortuga.net/blog/?p=106#comments</comments>
		<pubDate>Mon, 01 Mar 2010 08:30:38 +0000</pubDate>
		<dc:creator>{Francisco,François} Varas</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://casa.dragon-tortuga.net/blog/?p=106</guid>
		<description><![CDATA[Note: I use the set number option by default.
To comment a block with the character &#8220;#&#8221; from line 9 to line 13
Use:
:9,13s/^/#/g
and so on&#8230;
Share on Facebook]]></description>
			<content:encoded><![CDATA[<p>Note: I use the <code>set number</code> option by default.<br />
To comment a block with the character &#8220;#&#8221; from line 9 to line 13</p>
<p>Use:<br />
<code>:9,13s/^/#/g</code></p>
<p>and so on&#8230;</p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://casa.dragon-tortuga.net/blog/?p=106" target="_blank"><img src="http://casa.dragon-tortuga.net/blog/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a><a href="http://www.facebook.com/share.php?u=http://casa.dragon-tortuga.net/blog/?p=106" target="_blank" title="Share on Facebook">Share on Facebook</a></p>]]></content:encoded>
			<wfw:commentRss>http://casa.dragon-tortuga.net/blog/?feed=rss2&amp;p=106</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
