<?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"
	>

<channel>
	<title>Deathlock.org - El Blog!</title>
	<atom:link href="http://www.deathlock.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.deathlock.org</link>
	<description>Linux, Tecnologia and Stuff's</description>
	<pubDate>Wed, 27 Aug 2008 15:51:18 +0000</pubDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
			<item>
		<title>Vyatta - The Open Source Network</title>
		<link>http://www.deathlock.org/informatica/vyatta-the-open-source-network/</link>
		<comments>http://www.deathlock.org/informatica/vyatta-the-open-source-network/#comments</comments>
		<pubDate>Wed, 27 Aug 2008 15:35:12 +0000</pubDate>
		<dc:creator>Pwn-BoFH</dc:creator>
		
		<category><![CDATA[Informatica]]></category>

		<guid isPermaLink="false">http://www.deathlock.org/?p=57</guid>
		<description><![CDATA[Para los que no lo conocen, Vyatta es una suit utilizada generalmente en forma de appliance&#8230; En terminos simples es un Debian modificado para hacer todas las tareas de un router profecional. No solo trabajando con protocolos enrutados como es usual ver un mini-router casero, si no tambien con soporte para protocolos de enrutamiento, VPN, [...]]]></description>
			<content:encoded><![CDATA[<p>Para los que no lo conocen, Vyatta es una suit utilizada generalmente en forma de appliance&#8230; En terminos simples es un Debian modificado para hacer todas las tareas de un router profecional. No solo trabajando con protocolos enrutados como es usual ver un mini-router casero, si no tambien con soporte para protocolos de enrutamiento, VPN, QoS, Firewall, etc&#8230; En fin, bastante interesante pero proyecto bastante manoceado por muchos&#8230; lo que si me llamo la atencion fue <span id="more-57"></span>cuando quise revisar el codigo y ver como funcionaba esta maravilla, me lleve una muy grata sorpresa. Corre con Live-Helpers! mi proyecto Debian preferido&#8230; asi que bueno, ahora manos a la obra, hay mucho q&#8217; picar para ver como funciona este sistemita, y a penas tenga noticias al respecto les voy contando. Aqui tambien por lo demas, les dejo el manual Paso a Paso (Copy&amp;Paste Mode ON ):</p>
<blockquote>
<h2>VC4 (Glendale) ISO Build Procedures</h2>
<div class="content">
<p>This document describes how to build a Vyatta VC4 (Glendale) ISO image. The most recent version of this document is the top-level README file of the &#8220;glendale&#8221; branch of the &#8220;build-iso&#8221; source tree.</p>
<h4>Prerequisites</h4>
<p>The Vyatta ISO build uses the &#8220;live-helper&#8221; tool that is available in several distributions. However, we recommend build hosts based on either Debian &#8220;lenny&#8221; or Ubuntu &#8220;hardy&#8221;. The &#8220;build-iso&#8221; source is maintained as a GIT super-module that references several submodules that each build one or more self named Debian packages. The submodule feature was added to GIT v1.5.2.</p>
<h4>Build Host Setup</h4>
<p>To set up a build environment (e.g., system or VM), we recommend installing Debian &#8220;lenny&#8221; (i.e. &#8220;testing&#8221;) with either business-card or net-install image,</p>
<p><code><br />
<a title="http://cdimage.debian.org/cdimage/daily-builds/daily/arch-latest/i386/iso-cd/debian-testing-i386-businesscard.iso" href="http://cdimage.debian.org/cdimage/daily-builds/daily/arch-latest/i386/iso-cd/debian-testing-i386-businesscard.iso">http://cdimage.debian.org/cdimage/daily-builds/</a></code><a title="http://cdimage.debian.org/cdimage/daily-builds/daily/arch-latest/i386/iso-cd/debian-testing-i386-businesscard.iso" href="http://cdimage.debian.org/cdimage/daily-builds/daily/arch-latest/i386/iso-cd/debian-testing-i386-businesscard.iso"></a><code><a title="http://cdimage.debian.org/cdimage/daily-builds/daily/arch-latest/i386/iso-cd/debian-testing-i386-businesscard.iso" href="http://cdimage.debian.org/cdimage/daily-builds/daily/arch-latest/i386/iso-cd/debian-testing-i386-businesscard.iso">daily/arch-latest/i386/is&#8230;</a><br />
<a title="http://cdimage.debian.org/cdimage/daily-builds/daily/arch-latest/i386/iso-cd/debian-testing-i386-netinst.iso" href="http://cdimage.debian.org/cdimage/daily-builds/daily/arch-latest/i386/iso-cd/debian-testing-i386-netinst.iso">http://cdimage.debian.org/cdimage/daily-builds/daily/arch-latest/i386/is&#8230;</a><br />
</code></p>
<p>The respective installation prompts for distribution mirror. To include Vyatta&#8217;s Debian miror, add this to /etc/apt/sources.list,</p>
<p><code><br />
deb <a title="http://packages.vyatta.com/debian/" href="http://packages.vyatta.com/debian/">http://packages.vyatta.com/debian/</a> lenny main<br />
deb <a title="http://packages.vyatta.com/debian-security/" href="http://packages.vyatta.com/debian-security/">http://packages.vyatta.com/debian-security/</a> </code><code>lenny/updates main<br />
</code></p>
<p>You also need to add the Vyatta buildtools repository to sources.list,<br />
<code><br />
deb <a title="http://packages.vyatta.com/vyatta-dev/" href="http://packages.vyatta.com/vyatta-dev/">http://packages.vyatta.com/vyatta-dev/</a> buildtools main<br />
</code></p>
<p>To install the Vyatta repository GPG key,<br />
<code><br />
$ wget -O vyatta-pubkey.gpg \<br />
<a title="http://packages.vyatta.com/vyatta-dev/vyatta-pubkey.gpg" href="http://packages.vyatta.com/vyatta-dev/vyatta-pubkey.gpg">http://packages.vyatta.com/vyatta-dev/vyatta-pubkey.gpg</a><br />
$ sudo apt-key add vyatta-pubkey.gpg<br />
</code></p>
<p>To build an ISO with all pre-built, binary packages, we&#8217;ll need to install some tools on the build host. Before doing that, however, we&#8217;ll have to tell apt-get to use older versions of some tools because the latest versions are incompatible with the current livecd build system. Add the following lines to the build host&#8217;s /etc/apt/preferences file:<br />
<code><br />
Package: fakechroot<br />
Pin: version 2.5*<br />
Pin-Priority: 1001<br />
</code><br />
<code><br />
Package: live-helper<br />
Pin: version 1.0~a37-2<br />
Pin-Priority: 1001<br />
</code></p>
<p>Next, install these tools on the build host using apt-get:<br />
<code><br />
automake autoconf bzip2 curl debhelper devscripts dpatch fakeroot fakechroot genisoimage git-core sysv-rc-conf live-helper lsb-release rsync sudo<br />
</code></p>
<p>To build submodules, each package should list all build dependencies. However, to save some iteration, install these packages using apt-get:<br />
<code><br />
bison flex docbook-utils gcc g++ git-buildpackage groff gs<br />
gs-gpl imagemagick libncurses5-dev libpam0g-dev<br />
libpcap0.8-dev libreadline-dev libsablot0-dev libtool lintian<br />
manpages-dev tetex-bin texi2html texinfo transfig xmlto<br />
zlib1g-dev libatm1-dev libdb-dev linuxdoc-tools git2cl<br />
kernel-package lynx libcap-dev<br />
</code></p>
<h4>Getting Source</h4>
<p>The Vyatta ISO builder consists of scripts and config files maintained as a GIT super-module named, &#8220;build-iso&#8221; that references several submodules within its &#8220;pkgs/&#8221; sub-directory. To clone the super-module,<br />
<code><br />
$ git-clone <a title="http://git.vyatta.com/build-iso.git" href="http://git.vyatta.com/build-iso.git">http://git.vyatta.com/build-iso.git</a><br />
</code></p>
<p>To create and checkout a working glendale branch,<br />
<code><br />
$ cd build-iso<br />
build-iso$ git branch --track glendale origin/glendale<br />
build-iso$ git checkout glendale<br />
</code></p>
<p>If you don&#8217;t want to build any submodules and just want to build an ISO with all pre-built packages, you can skip the following submodule instructions and go to the next section &#8220;Configuration&#8221;.</p>
<p>To register the submodules in the cloned repository config,<br />
<code><br />
build-iso$ git-submodule init<br />
</code></p>
<p>It&#8217;s most efficient to selectively clone only the submodules needing for review or modifcation. The ISO build downloads the Vyatta pre-built, binary packages of any non-cloned sub-module. To clone a specific sub-module,<br />
<code><br />
build-iso$ git-submodule update pkgs/SUBMODULE<br />
</code></p>
<p>This command clones the SUBMODULE repository in the &#8220;pkgs/SUBMODULE&#8221; directory, and you need to create and checkout a glendale tracking branch,<br />
<code><br />
build-iso$ cd pkgs/SUBMODULE<br />
build-iso/pkgs/SUBMODULE$ git branch --track glendale origin/glendale<br />
build-iso/pkgs/SUBMODULE$ git checkout glendale<br />
</code></p>
<p>To clone all sub-modules for full verification build,<br />
<code><br />
build-iso$ git-submodule update<br />
</code></p>
<p>Remember to create and checkout a glendale tracking branch for each updated submodule.</p>
<h4>Configuration</h4>
<p>The Vyatta ISO builder has GNU autotool configuration,<br />
<code><br />
build-iso$ autoreconf -i<br />
build-iso$ ./configure<br />
</code></p>
<p>To see all configure options,<br />
<code><br />
build-iso$ ./configure --help<br />
</code></p>
<h4>Build ISO</h4>
<p>To build an ISO,<br />
<code><br />
build-iso$ PATH=/sbin:/usr/sbin:$PATH<br />
build-iso$ make<br />
</code></p>
<p>The end results is the following livecd,<br />
<code><br />
livecd/binary.iso<br />
</code></p>
<h4>Clean</h4>
<p>The Vyatta ISO builder has these standard automake targets to<br />
clean files generated:<br />
<code><br />
mostlyclean   during ISO build (excludes package built files) clean         during package builds along with ISO files distclean     by autoreconf and configure plus all of the above<br />
</code></p>
<p>For example, to clean the ISO build files,<br />
<code><br />
build-iso$ make mostlyclean<br />
</code></p>
<h4>Build submodules</h4>
<p>When you do a &#8220;make&#8221;, the build system will build the binary packages for all cloned submodules and include them in the ISO. If you want to work with specific submodules, you can use the commands listed below.</p>
<p>To build binary packages for cloned submodule(s),<br />
<code><br />
build-iso$ tools/submod-mk { --all | SUBMODULE... }<br />
</code></p>
<p>To build binary and source packages for submodule(s),<br />
<code><br />
build-iso$ tools/submod-mk --source { --all | SUBMODULE... }<br />
</code></p>
<p>To build signed binary and source packages for submodule(s),<br />
<code><br />
build-iso$ tools/submod-mk --signed-source { --all | SUBMODULE... }<br />
</code></p>
<p>To clean files generated during submodule build,<br />
<code><br />
build-iso$ tools/submod-clean SUBMODULE...<br />
</code></p>
<p>To clean files generated during all submodule builds,<br />
<code><br />
build-iso# tools/submod-clean<br />
</code></p>
<p>To also clean the submodule build stage(s),<br />
<code><br />
build-iso# tools/submod-clean -d [ SUBMODULE... ]<br />
</code></p>
<p>To clean the source tree of submodules to skip subsequent builds,<br />
<code><br />
build-iso# tools/submod-clean -g [ SUBMODULE... ]<br />
</code></p>
<p>This retains the local bare git repository for quicker updates.</p>
<h4>Changes</h4>
<p>After making, testing, and commiting your changes to your local repos, publish them to the shared repos with,<br />
<code><br />
build-iso/pkgs/SUBMODULE$ git-push suva.vyatta.com:/git/SUBMODULE.git<br />
</code></p>
<p>Then update and publish the super-module index to include the submodule(s) changes,<br />
<code><br />
build-iso/pkgs/SUBMODULE$ cd ../..<br />
build-iso$ git-update-index pkgs/SUBMODULE<br />
build-iso$ git-commit -m 'update sub-module SUBMODULE'<br />
build-iso$ git-push suva:/git/build-iso.git<br />
</code></p>
<h4>Updates</h4>
<p>Update the super-module with,<br />
<code><br />
build-iso$ git-pull<br />
or for the paranoid,<br />
build-iso$ git-fetch origin<br />
build-iso$ git-whatchanged HEAD..origin/glendale<br />
build-iso$ git-merge origin/glendale<br />
</code></p>
<p>If new submodules were added, include these in the config,<br />
<code><br />
build-iso$ git-submodule init<br />
</code></p>
<p>To see which checked-out submodules have upstream modifications,<br />
<code><br />
build-iso$ git-status   # search for changes in pkgs/<br />
</code></p>
<p>Get the &#8220;from&#8221; and &#8220;to&#8221; SHAs with,<br />
<code><br />
build-iso$ git-diff pkgs/SUBMODULE<br />
</code></p>
<p>This will produce output something like,<br />
<code><br />
diff --git a/pkgs/vyatta-cfg-quagga b/pkgs/vyatta-cfg-quagga<br />
index 78124a9..fca1739 160000<br />
--- a/pkgs/vyatta-cfg-quagga<br />
+++ b/pkgs/vyatta-cfg-quagga<br />
@@ -1 +1 @@<br />
-Subproject commit 78124a9754efe0bda1d9c827c593c5e0635fec3c<br />
+Subproject commit fca1739f1985c2ba8d6316b1882365f5e26245cd<br />
</code></p>
<p>To review what changed between these SHAs,<br />
<code><br />
build-iso$ git --git-dir=pkgs/SUBMODULE/.git fetch<br />
build-iso$ git --git-dir=pkgs/SUBMODULE/.git whatchanged FROM_SHA TO_SHA<br />
</code></p>
<p>To merge these submodule changes,<br />
<code><br />
build-iso$ cd pkgs/SUBMODULE<br />
build-iso/pkgs/SUBMODULE$ git checkout glendale<br />
build-iso/pkgs/SUBMODULE$ git merge origin/glendale<br />
build-iso/pkgs/SUBMODULE$ debuild -i -b -us -uc<br />
build-iso/pkgs/SUBMODULE$ cd ../..<br />
</code></div>
<p>The &#8220;git-status&#8221; for pkgs/SUBMODULE should now be clean. Iterate through the other updated submodules, then rebuild the iso.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.deathlock.org/informatica/vyatta-the-open-source-network/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Testing ScribeFire</title>
		<link>http://www.deathlock.org/opensource/testing-scribefire/</link>
		<comments>http://www.deathlock.org/opensource/testing-scribefire/#comments</comments>
		<pubDate>Wed, 06 Aug 2008 15:29:06 +0000</pubDate>
		<dc:creator>Pwn-BoFH</dc:creator>
		
		<category><![CDATA[Informatica]]></category>

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

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

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

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

		<guid isPermaLink="false">http://www.deathlock.org/informatica/testing-scribefire/</guid>
		<description><![CDATA[Me encuentro revisando por ahi algunos viejos bookmarks, y me encuentro con varios Plugins para FireFox3 ( que mas de un dolor de cabeza ya me a brindado ), para editar Blog&#8217;s&#8230;. esta bastante bonito en general, de echo lo estoy utilizando para realizar este post. Su nombe es ScribeFire y weno, vamos a ver [...]]]></description>
			<content:encoded><![CDATA[<p>Me encuentro revisando por ahi algunos viejos bookmarks, y me encuentro con varios Plugins para FireFox3 ( que mas de un dolor de cabeza ya me a brindado ), para editar Blog&#8217;s&#8230;. esta bastante bonito en general, de echo lo estoy utilizando para realizar este post. Su nombe es <a href="http://www.scribefire.com/" target="_blank">ScribeFire</a> y weno, vamos a ver q&#8217; tal se porta este nuevo chiche&#8230; en una d esas, me ahorro la lata de estar entrando a mi dashboard&#8230; ^^</p>
]]></content:encoded>
			<wfw:commentRss>http://www.deathlock.org/opensource/testing-scribefire/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Microsoft con miedo&#8230;. ¿otra vez?</title>
		<link>http://www.deathlock.org/opensource/microsoft-con-miedo/</link>
		<comments>http://www.deathlock.org/opensource/microsoft-con-miedo/#comments</comments>
		<pubDate>Tue, 05 Aug 2008 21:10:43 +0000</pubDate>
		<dc:creator>Pwn-BoFH</dc:creator>
		
		<category><![CDATA[Linux]]></category>

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

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

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

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

		<guid isPermaLink="false">http://www.deathlock.org/?p=45</guid>
		<description><![CDATA[En su informe anual ha revelado que se siente cada vez más presionado por las compañías de código abierto, compañías que además, dice, le están robando las ideas.
Hace unos días se vieron las declaraciones de Shuttleworth en las que aseguraba que Microsoft no declararía nunca la guerra a Linux. El fundador de Canonical trataba de [...]]]></description>
			<content:encoded><![CDATA[<p>En su informe anual ha revelado que se siente cada vez más presionado por las compañías de código abierto, compañías que además, dice, le están robando las ideas.<br />
Hace unos días se vieron las <a href="http://www.theinquirer.es/2008/07/29/shuttleworth-esta-convencido-de-que-microsoft-no-declarara-la-guerra-a-linux.html" target="_blank">declaraciones de Shuttleworth</a> en las que aseguraba que Microsoft no declararía nunca la guerra a Linux. El fundador de Canonical trataba de tranquilizar a la comunidad diciéndoles que no creía que la empresa de Redmond quisiera entrar en pleitos con ellos respecto a la propiedad intelectual.<br />
Pero este último comunicado de Microsoft parece indicar una actitud poco amigable: “Varias empresas comerciales compiten con nosotros utilizando un modelo de negocio de código abierto que modifica y después distribuye software de código abierto a los usuarios a un coste nominal, ganando dinero de los servicios y productos complementarios que ofrecen. Estas compañías no tienen que hacer frente a los costes de I+D para el software. Algunas de estas empresas han utilizado ideas de Microsoft, ideas que nosotros les hemos ofrecido de forma gratuita o a unas tarifas reducidas en conexión con nuestras iniciativas de interoperabilidad”.</p>
<p>En definitiva, Microsoft cree que la comunidad de software libre le está robando las ideas y se está beneficiando de su propiedad intelectual. Además, considera que copia sus aplicaciones para después venderlas a un precio inferior.</p>
<p>¿Es esto una advertencia?</p>
<p>Fuente: <a href="http://www.theinquirer.net/gb/inquirer/news/2008/08/05/microsoft-menaced-open-source" target="_blank">TheInquirer.net</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.deathlock.org/opensource/microsoft-con-miedo/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Debian Lenny frozen</title>
		<link>http://www.deathlock.org/opensource/debian-lenny-frozen/</link>
		<comments>http://www.deathlock.org/opensource/debian-lenny-frozen/#comments</comments>
		<pubDate>Tue, 29 Jul 2008 21:56:26 +0000</pubDate>
		<dc:creator>Pwn-BoFH</dc:creator>
		
		<category><![CDATA[Debian]]></category>

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

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

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

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

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

		<guid isPermaLink="false">http://www.deathlock.org/?p=43</guid>
		<description><![CDATA[


From:

Marc &#8216;HE&#8217; Brockschmidt &#60;he-AT-debian.org&#62;


To:

debian-devel-announce-AT-lists.debian.org


Subject:

Lenny frozen


Date:

Sun, 27 Jul 2008 16:00:53 +0200


Message-ID:

&#60;87tzebl94a.fsf@pindar.marcbrockschmidt.de&#62;



Hi,

We just edited our hint files, so that all packages now need human
review in order to go to testing. Hmm, that sounds too cryptic. Let's
try again:

  Lenny is now frozen! Wheeeeeee!!!

Thanks are due to everyone who has helped get us to this point.

For those maintainers [...]]]></description>
			<content:encoded><![CDATA[<table border="0">
<tbody>
<tr>
<td valign="top"><strong>From</strong>:</td>
<td></td>
<td valign="top">Marc &#8216;HE&#8217; Brockschmidt &lt;he-AT-debian.org&gt;</td>
</tr>
<tr>
<td valign="top"><strong>To</strong>:</td>
<td></td>
<td valign="top">debian-devel-announce-AT-lists.debian.org</td>
</tr>
<tr>
<td valign="top"><strong>Subject</strong>:</td>
<td></td>
<td valign="top">Lenny frozen</td>
</tr>
<tr>
<td valign="top"><strong>Date</strong>:</td>
<td></td>
<td valign="top">Sun, 27 Jul 2008 16:00:53 +0200</td>
</tr>
<tr>
<td valign="top"><strong>Message-ID</strong>:</td>
<td></td>
<td valign="top">&lt;87tzebl94a.fsf@pindar.marcbrockschmidt.de&gt;</td>
</tr>
</tbody>
</table>
<pre>Hi,

We just edited our hint files, so that all packages now need human
review in order to go to testing. Hmm, that sounds too cryptic. Let's
try again:

  Lenny is now frozen! Wheeeeeee!!!

Thanks are due to everyone who has helped get us to this point.

For those maintainers whose packages were unprepared for a freeze at
this moment (the process has, after all, been a long one), you still
have one last opportunity to get things into shape if there are any
remaining important problems. Read on.

Now to explain what, exactly, we mean by "freeze".  The freeze
upload policy of uploading changes in through unstable if possible will
be continued to apply until the release.

All package versions that are at this moment already in unstable get
an automatic freeze exception (except those that are frozen for
reasons, of course).  This means that packages you've uploaded in the
past week will be able to go to testing (if they aren't hit by
other problems).

Now, so as not to have everyone contact us at once about packages we
know we won't approve, here are the guidelines for changes that will be
accepted into testing during the freeze:

  - fixes for release critical bugs (i.e., bugs of severity critical,
    grave, and serious) in all packages;

  - changes for release goals, if they are not invasive;

  - fixes for severity: important bugs in packages of priority: optional
    or extra, only when this can be done via unstable;

  - translation updates and

  - documentation fixes.

  - pre-approved fixes.

If you have such a change and want to update your package in Lenny, the
rules are as follows:

  - In all cases, when preparing an upload, please do not make changes to
    the package that are not related to fixing the bugs in question.
    Doing so makes it more time consuming for the release team to review
    and approve such requests, delaying the release.  It also delays the
    fix for your package, because you will be asked to reupload. Always
	document every change verbosely in the changelog.

  - If in doubt, first contact debian-release.

  - When contacting the release team, please explain why you are
    requesting an update.  Bug numbers are a must.  Attach the proposed
	(or uploaded patch.  The more we can figure out from your first email
	and your changelog (if any), the more quickly we can get your update
	in.

  - If your package needs to be updated for Lenny, and the version in
    unstable doesn't contain extraneous changes (e.g, the version is the
    same between testing and unstable), please upload your fix to
    unstable and contact debian-release@lists.debian.org.

  - If the version in unstable already includes significant changes not
    related to the bug to be fixed, contact debian-release about
    uploading to testing-proposed-updates.  Changed dependencies, new
    upstream versions, changed library names, and completely rewriting
    the packaging are "significant changes".  So are lots of other
    things.

  - If the version in unstable won't reach testing because of new
    library dependencies, contact debian-release about uploading to
    testing-proposed-updates.

  - If you have a package that needs a freeze exception, *please* don't
    forget to contact us.  *Don't expect us to find out about it on our
	own*.  Putting a comment in the changelog is not contacting the
	release team. <img src='http://www.deathlock.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> 

  - If your package has been removed recently (i.e. in the last 20 days)
    due to an RC bug, and you have an bugfix-only update uploaded,
    you can contact the release team about letting your package back in.
    Same as above: Do not expect us to find it out ourself. You need to
    push that.

As always, it is the release team's goal to get as much good software
into Lenny as possible.  However, a freeze does not mean that your
package is ensured a spot in the release.  Please continue to stay on
top of release-critical bugs in packages that you maintain; RC bugs in
optional or extra packages that remain unfixed after a week will still
be grounds for removal from testing, just as they have been up to this
point.

Please also note that since many updates (hopefully, the vast majority)
will still be going in through unstable, major changes in unstable right
now can disrupt efforts to get RC bugs fixed.  We don't ask you not to
make changes in unstable, but we do ask that you be aware of the effects
your changes can have -- especially if you maintain a library. Please
continue to keep disruptive changes out of unstable, and continue making
use of experimental where appropriate.  Note once again that you can
stage NEW uploads in experimental to avoid disruption in unstable.

Also, in case you need release team's help to fix RC bugs (e.g. to remove
an old package), please feel free to contact us.

For packages which missed the freeze only for reasons outside of the
control of the maintainers, we might be generous, but you need to contact
us on your own, and you need to contact us soon.

What needs to happen before release
===================================
There is a short list of things that need to happen, though.

Fixing of release critical bugs
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
For the release, we need to get rid of all release critical bugs. Please
don't hesitate, pick any bug from
<a href="http://bts.turmzimmer.net/details.php?bydist=lenny">http://bts.turmzimmer.net/details.php?bydist=lenny</a> and fix it. Or send in a
patch in case there is none yet. And of course, follow our permanent BSP
policy for your NMUs. Uploading works as you are used to -- just remember to
send an e-mail to debian-release@lists.debian.org to get your fix through.

Security support
~~~~~~~~~~~~~~~~
Final preparations for security support will be done during the general
freeze, that is now. We hope being able to announce start of security
support soon, but obviously, it is a pre-condition for release.

Cheers,
Marc</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.deathlock.org/opensource/debian-lenny-frozen/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Dia del Administrador de Sistemas!!!</title>
		<link>http://www.deathlock.org/linux/dia-del-administrador-de-sistemas/</link>
		<comments>http://www.deathlock.org/linux/dia-del-administrador-de-sistemas/#comments</comments>
		<pubDate>Fri, 25 Jul 2008 15:39:31 +0000</pubDate>
		<dc:creator>Pwn-BoFH</dc:creator>
		
		<category><![CDATA[Debian]]></category>

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

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

		<category><![CDATA[Seguridad Informatica]]></category>

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

		<guid isPermaLink="false">http://www.deathlock.org/?p=34</guid>
		<description><![CDATA[Un sysadmin saca el nuevo servidor para el sitio web de su caja, instala sistema operativo, realiza parches de seguridad, revisa que la electricidad y el aire acondicionado funcionen perfectamente en la sala de servidores, monitorea la maquina para verificar su estabilidad, configura el software, realiza backup&#8217;s por si algo llega a salir mal, todo [...]]]></description>
			<content:encoded><![CDATA[<p>Un <strong>sysadmin</strong> saca el nuevo servidor para el sitio web de su caja, instala sistema operativo, realiza parches de seguridad, revisa que la electricidad y el aire acondicionado funcionen perfectamente en la sala de servidores, monitorea la maquina para verificar su estabilidad, configura el software, realiza backup&#8217;s por si algo llega a salir mal, todo para servir este sitio web.</p>
<p>Un <strong>sysadmin</strong> instala los routers, tira el cableado estructurado, configura la red, prepara los firewalls y guía el trafico de la red por cada uno de los saltos, atravesando cobre, fibra e incluso el aire para llevar internet a tu computador, todo para estar seguros de que esta pagina web sea visible por tu computador.</p>
<p>Un <strong>sysadmin</strong> se asegura que tu conexión de red es segura, abierta y funcionando, Un <strong>sysadmin</strong> se asegura que tu computador funcione de una sana manera en una red segura, Un <strong>sysadmin</strong> toma respaldos de toda la información para cuando rompas algo, no pierdas nada, se asegura de que las gateways estén seguras para evitar la intromisión de crackers y otro tipo de plasta informática, y sin importar cuantos miles de copias se envíen a la impresora desde el departamento de contabilidad, esta sigue imprimiendo sin problemas.</p>
<p>Un <strong>sysadmin</strong> se preocupa del spam, virus, spyware y codigos dañinos, pero tambien de los cores de luz, de los incendios y de las inundaciones.</p>
<p>Cuando el servidor de correos se cae a las 2 AM del domingo, Tu <strong>sysadmin</strong> mas cercano se levantara e ira a trabajar!</p>
<p>Un <strong>sysadmin</strong> es un profesional, quien planea, se preocupa, hackea, repara, parcha, soluciona, protege y crea exelentes redes de computadores, todo para llevar la data a ti y ayudarte a cumplir tu trabajo - para llevar el potencial de los computadores aun mas seca de la realidad.</p>
<p>Así que si puedes leer esto, GRACIAS SYSADMIN &#8212; y siempre ten en cuenta que el o ella hacen posible de que el trabajo llegue a nuestras casillas de correo desde el otro lado del mundo, de que tengamos mensajería instantánea, de las llamadas telefónicas gratuitas a nuestros amigos en Australia, DE ESTA PAGINA WEB!</p>
<p><em><strong>Demuestrales tu Aprecio</strong></em></p>
<p>Viernes, 25 de Julio del 2008 ( o el Ultimo Viernes de Julio ), System Adminitrator Apprecioation Day. En este dia internacional tan especia, dale a tu Administrador de sistemas algo que le demuestre cuanto realmente lo aprecias por su duro trabajo y dedicacion.</p>
<p>Porque enfrentemos lo, los Administradores de Sistema no tienen respeto por los 365 días del año. Este es el día donde todos los Administradores de Sistemas alrededor del mundo, serán mimados con Lujosos autos deportivos, montañas de dinero ( en efectivo por favor ), en demostración de todo lo que apreciamos su diligente labor y trabajo duro. Ahora en serio, solo pedimos un pequeño simbólico regalo o un simple agradecimiento publico, sabemos que puedes hacerlo.</p>
<p>P.D.: Feliz Dia para MI, Feliz dia <a href="http://kill-9.debianchile.cl/" target="_blank">jill-9</a>!  Y feliz Dia a todos los Administradores de Sistema! <img src='http://www.deathlock.org/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.deathlock.org/linux/dia-del-administrador-de-sistemas/feed/</wfw:commentRss>
		</item>
		<item>
		<title>ExpoLibre Talca &#124; 2008</title>
		<link>http://www.deathlock.org/opensource/expolibre-talca-2008/</link>
		<comments>http://www.deathlock.org/opensource/expolibre-talca-2008/#comments</comments>
		<pubDate>Thu, 03 Jul 2008 16:07:56 +0000</pubDate>
		<dc:creator>Pwn-BoFH</dc:creator>
		
		<category><![CDATA[Debian]]></category>

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

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

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

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

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

		<guid isPermaLink="false">http://www.deathlock.org/?p=25</guid>
		<description><![CDATA[Y termino, luego de largas horas sobre un BUS termina la ExpoTalca 2008, proyecto que ideo la escuela de Informatica de la Universidad Santo Tomas de Talca. Un aplauso para ello, en la organizacion realmente se pasaron.. un 7, y evidentemente un especial agradecimiento a debianmandoneao por invitarnos&#8230;
]]></description>
			<content:encoded><![CDATA[<p>Y termino, luego de largas horas sobre un BUS termina la ExpoTalca 2008, proyecto que ideo la escuela de Informatica de la Universidad Santo Tomas de Talca. Un aplauso para ello, en la organizacion realmente se pasaron.. un 7, y evidentemente un especial agradecimiento a debianman<span style="text-decoration: line-through;">doneao</span> por invitarnos&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.deathlock.org/opensource/expolibre-talca-2008/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Probando Geshi</title>
		<link>http://www.deathlock.org/informatica/probando-geshi/</link>
		<comments>http://www.deathlock.org/informatica/probando-geshi/#comments</comments>
		<pubDate>Wed, 02 Apr 2008 23:58:58 +0000</pubDate>
		<dc:creator>Pwn-BoFH</dc:creator>
		
		<category><![CDATA[Informatica]]></category>

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

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

		<guid isPermaLink="false">http://www.deathlock.org/informatica/probando-geshi</guid>
		<description><![CDATA[

1
2
3
4
5
6
7
8
9
public class Hello &#123;
&#160;
  public static void main&#40;String&#91;&#93; args&#41; &#123;
&#160;
    System.out.println&#40;&#34;Hello World!&#34;&#41;;
&#160;
  &#125;
&#160;
&#125;




18
19
20
21
22
23
24
25
26
class Example
&#160;
  def example&#40;arg1&#41;
&#160;
    return &#34;Hello: &#34; + arg1.to_s
&#160;
  end
&#160;
end




3
4
5
6
7
8
9
10
11
12
13
14
15
  function foo&#40;&#41; &#123;
&#160;
    echo &#34;Hello World!\\n&#34;;
&#160;
  &#125;
&#160;
  for &#40;\$i = 0; \$i &#38;lt; 10 $i++&#41; &#123;
&#160;
    foo&#40;&#41;;
&#160;
  &#125;
&#160;
?&#38;gt;


]]></description>
			<content:encoded><![CDATA[<blockquote>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
</pre></td><td class="code"><pre class="java java" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">public</span> <span style="color: #000000; font-weight: bold;">class</span> Hello <span style="color: #009900;">&#123;</span>
&nbsp;
  <span style="color: #000000; font-weight: bold;">public</span> <span style="color: #000000; font-weight: bold;">static</span> <span style="color: #000066; font-weight: bold;">void</span> main<span style="color: #009900;">&#40;</span><span style="color: #003399;">String</span><span style="color: #009900;">&#91;</span><span style="color: #009900;">&#93;</span> args<span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
&nbsp;
    <span style="color: #003399;">System</span>.<span style="color: #006633;">out</span>.<span style="color: #006633;">println</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;Hello World!&quot;</span><span style="color: #009900;">&#41;</span>;
&nbsp;
  <span style="color: #009900;">&#125;</span>
&nbsp;
<span style="color: #009900;">&#125;</span></pre></td></tr></table></div>

</blockquote>
<blockquote>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>18
19
20
21
22
23
24
25
26
</pre></td><td class="code"><pre class="ruby ruby" style="font-family:monospace;"><span style="color:#9966CC; font-weight:bold;">class</span> Example
&nbsp;
  <span style="color:#9966CC; font-weight:bold;">def</span> example<span style="color:#006600; font-weight:bold;">&#40;</span>arg1<span style="color:#006600; font-weight:bold;">&#41;</span>
&nbsp;
    <span style="color:#0000FF; font-weight:bold;">return</span> <span style="color:#996600;">&quot;Hello: &quot;</span> <span style="color:#006600; font-weight:bold;">+</span> arg1.<span style="color:#9900CC;">to_s</span>
&nbsp;
  <span style="color:#9966CC; font-weight:bold;">end</span>
&nbsp;
<span style="color:#9966CC; font-weight:bold;">end</span></pre></td></tr></table></div>

</blockquote>
<blockquote>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>3
4
5
6
7
8
9
10
11
12
13
14
15
</pre></td><td class="code"><pre class="php php" style="font-family:monospace;">  <span style="color: #000000; font-weight: bold;">function</span> foo<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
&nbsp;
    <span style="color: #990000;">echo</span> <span style="color: #0000ff;">&quot;Hello World!<span style="color: #000099; font-weight: bold;">\\</span>n&quot;</span>;
&nbsp;
  <span style="color: #009900;">&#125;</span>
&nbsp;
  <span style="color: #b1b100;">for</span> <span style="color: #009900;">&#40;</span>\<span style="color: #000088;">$i</span> <span style="color: #339933;">=</span> <span style="color:#800080;">0</span>; \<span style="color: #000088;">$i</span> <span style="color: #339933;">&amp;</span>lt; <span style="color: #cc66cc;">10</span> <span style="color: #000088;">$i</span><span style="color: #339933;">++</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
&nbsp;
    foo<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span>;
&nbsp;
  <span style="color: #009900;">&#125;</span>
&nbsp;
?<span style="color: #339933;">&amp;</span>gt;</pre></td></tr></table></div>

</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.deathlock.org/informatica/probando-geshi/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Campaña para el nuevo DPL (Debian Project Leader)</title>
		<link>http://www.deathlock.org/linux/campana-para-el-nuevo-dpl-debian-project-lider/</link>
		<comments>http://www.deathlock.org/linux/campana-para-el-nuevo-dpl-debian-project-lider/#comments</comments>
		<pubDate>Sun, 23 Mar 2008 20:45:59 +0000</pubDate>
		<dc:creator>Pwn-BoFH</dc:creator>
		
		<category><![CDATA[Debian]]></category>

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

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

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

		<guid isPermaLink="false">http://www.deathlock.org/linux/campana-para-el-nuevo-dpl-debian-project-lider</guid>
		<description><![CDATA[ Tres desarrolladores siguen en carrera para ser escogidos como DPL (debian project leader)este año, luego que las nominaciones fueron cerradas el 8 de Marzo. El actual DPL, Sam Hocevar, no se encuentra entre los tres.
Steve McIntyre es el miembro más adulto de los tres, habiendo ingresado en 1996.Raphael Hertzog, quien también fue candidato el [...]]]></description>
			<content:encoded><![CDATA[<p> Tres desarrolladores siguen en carrera para ser escogidos como DPL (debian project leader)este año, luego que las nominaciones fueron cerradas el 8 de Marzo. El actual DPL, Sam Hocevar, no se encuentra entre los tres.</p>
<p>Steve McIntyre es el miembro más adulto de los tres, habiendo ingresado en 1996.Raphael Hertzog, quien también fue candidato el 2002 y 2007, ha sido parte del proyecto desde 1998 mientras que Marc Brockschmidt, el más joven de los tres, comenzó su participación en Debian el año 2004.</p>
<p>Dicho período de campaña se realiza entre el día 9 de Marzo al 30 de Marzo; se organiza un debate online (irc.debian.org - /join #debian-dpl-debate - <a href="http://lists.debian.org/debian-vote">lista de correo</a>)durante dicho periodo. Las votaciones se realizan entre el 30 de Marzo y el 13 de Abril, mientras que el nuevo DPL comienza su mandato el 17 de Abril.</p>
<p>El proyecto Debian usa el método <a href="http://es.wikipedia.org/wiki/M%C3%A9todo_de_Condorcet">Condorcet</a> para determinar un ganador; citando su propia explicación, uno tiene que &#8220;considerar todas las competencias posibles de doble dirección entre candidatos. El ganador Condorcet, si es que hay uno, es quien pudo vencer a cada uno de los candidatos en estas competencias&#8221; Manoj Srivastava, senior Debian developer, quien es secretario del proyecto, es el equivalente a un comisionado de elección.</p>
<p>Cada candidato coincidió en una plataforma cuando fueron nominados: el deseo común de hacer Debian mejor conocido. Hertzog ha propuesto una mesa DPL y mencionó que los otros dos que tendría en dicha mesa - su idea es que teniendo tres personas más con ideas en común se puede lograr más que solo existiendo una.</p>
<p>McIntyre, quien trabajó como asistente no-oficial del project leader 2006, ayudando al Australiano Anthony Towns, ha dicho que le gustaría mejorar las comunicaciones al interior del proyecto: algo que ha sido generalmente un problema durante estos años.</p>
<p>Brockschmidt, sin embargo, concuerda que mejorando las comunicaciones - las cuales dice que quedan mejor expresadas como stopping flames - no es posible, debido a que los desarrolladores no son muñecos de peluche.</p>
<p>Parece muy probable que el nuevo lider presidirá Lenny cuando sea liberado,siguiente release estable, cuya versión es 5.0. Han habido algunas conversaciones sobre la liberación de éste en Septiembre o en cualquier caso antes de fin de año.</p>
<p>Informacion sobre el debate de IRC luego del salto.</p>
<p><span id="more-23"></span></p>
<p>No lo olvides, el debate DPL será en IRC en #debian-dpl-debate irc.debian.org (OFTC) a las 20:30 UTC (17:30 hora chilena) este miércoles 26 de Marzo 2008, terminando a las 23:30 del mismo día. Las discusiones acerca del debate se harán en #debian-dpl-discuss en la misma red (irc.debian.org)</p>
<p>Resumen: Comienza a las 20:30 UTC</p>
<p>0. Introducciones</p>
<p>1. Debate Moderado (3 minutos/10 lineas respondidas, preguntas enviadas previamente)</p>
<p>&#8211;5 minutos descanso&#8211;</p>
<p>2. Debate Moderado (3 minutos/10 lineas respondidas, preguntas hechas por la audiencia)</p>
<p>&#8211;5 minutos descanso&#8211;</p>
<p>3. Sin reglas (45 minutos de insanidad)</p>
<p>4. Comentarios de cierre</p>
<p>Llamado para panelistas:</p>
<p>MJ (slef) y yo (dondelelcaro) actualmente somos los únicos panelistas. Necesitamos al menos 4 o 5 más para seleccionar preguntas -discute y ayúdanos para representar de forma efectiva los problemas que afectan al proyecto. Por favor envia un mail a don_at_debian_dot_org si quieres participar-</p>
<p>Para las preguntas: Si tienes alguna pregunta para ver como responden los distintos candidatos en tiempo real, por favor enviala a don_at_debian_dot_org_dot_ Usaremos estas preguntas en la primera mitad del debate. Nuestros panelistas estaran solicitando preguntas, asi que no olvides la tuya incluso en el caso que no hayas enviado mail.</p>
<p><strong>Las reglas:</strong></p>
<p>El debate de este año estará dividido en tres secciones separadas, en un intento de tener opiniones improvisadas de cada candidato. El debate comenzará tan pronto como los canditatos esten presentes, o no más tarde que las 20:45UTC. Cada sección se extenderá aproximadamente 45 minutos, con un descanso de 5 minutos entre cada sección. El debate oficial terminará no más tarde de las 23:30UTC.</p>
<p>Las primeras dos secciones consistirán de series de 5-6 preguntas; candidatos responderan escribiendo directamente en el canal. El primer período de 45 minutos serán preguntas previamente enviadas, mientras que la segunda parte consistirá de preguntas de la audiencia durante el debate. Cada candidato tendrá 3 minutos o 10 líneas para responder.</p>
<p>Cada candidato tendrá 1.5 minutos o 5 lineas para refutar ciertas preguntas.</p>
<p>La última y final sección será libre. Moderadores intentarán tomar preguntas desde la audiencia y hacer que cada candidato se enfrente. Habrán múltiples conversaciones al mismo tiempo, y múltiples preguntas serán hechas al mismo tiempo en un ataque masivo de caos. Espero ver eso!</p>
<p>Luego de 45 minutos de caos, el moderador cerrará dicho debate. Candidatos postearán cualquier comentario de cierre en debian-vote_at_lists_dot_debian_dot_org_dot_</p>
<p>Se hará público todo registro luego del debate para referencia de votantes y otros interesados.</p>
<p>Fuentes: <a href="http://www.debianchile.cl/index.php/blog/show/Agenda-debate-DPL-y-reglas-1.debian" title="Debate para DPL" target="_blank">DebianChile.cl</a>, <a href="http://www.debianchile.cl/index.php/blog/show/Comienza-la-campaa-para-el-nuevo-Debian-Project-Leader.debian" title="Comenza proceso para nuevo DPL" target="_blank">DebianChile.cl</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.deathlock.org/linux/campana-para-el-nuevo-dpl-debian-project-lider/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Algo sobre las Broadcom (BCM43xx)</title>
		<link>http://www.deathlock.org/informatica/algo-sobre-las-broadcom-bcm43xx/</link>
		<comments>http://www.deathlock.org/informatica/algo-sobre-las-broadcom-bcm43xx/#comments</comments>
		<pubDate>Tue, 11 Mar 2008 20:23:10 +0000</pubDate>
		<dc:creator>Pwn-BoFH</dc:creator>
		
		<category><![CDATA[Informatica]]></category>

		<guid isPermaLink="false">http://www.deathlock.org/informatica/algo-sobre-las-broadcom-bcm43xx</guid>
		<description><![CDATA[Resulta que ultimamente varias personas me alegan que el tutorial que esta por ahi para configurar broadcom no funciona&#8230; Bueno, resulta que hay actualizaciones del chip BCM, y evidentemente un cambio en el firmware, por ende logran poner los drivers, compilar y montar el modulo sin problemas, pero a la hora de levantar la interfaz [...]]]></description>
			<content:encoded><![CDATA[<p>Resulta que ultimamente varias personas me alegan que el tutorial que esta por ahi para configurar broadcom no funciona&#8230; Bueno, resulta que hay actualizaciones del chip BCM, y evidentemente un cambio en el firmware, por ende logran poner los drivers, compilar y montar el modulo sin problemas, pero a la hora de levantar la interfaz no pasa nada. :S</p>
<p>Me puse a buscar por ahi, y encontre la pagina del <a href="http://bcm43xx.berlios.de/" title="BCM43xx Project" target="_blank">BCM43xx Project</a> ahi pueden encontrar mucha info con respecto a los diversos rev. de los chip&#8217;s aqui de pasaita les dejo la tabla de versiones de los chips segun modelo de laptop.</p>
<table>
<tr>
<th>Chip ID</th>
<th>Bus Type</th>
<th>Status</th>
</tr>
<tr>
<td>4303</td>
<td>PCI/Cardbus</td>
<td>Supported</td>
</tr>
<tr>
<td>4306</td>
<td>PCI/Cardbus</td>
<td>Supported</td>
</tr>
<tr>
<td>4309</td>
<td>PCI/Cardbus</td>
<td>Unstable (802.11a unsupported, work in progress)</td>
</tr>
<tr>
<td>4311</td>
<td>PCI-E</td>
<td>Supported for kernel 2.6.20.6 and later</td>
</tr>
<tr>
<td>4312</td>
<td>PCI-E</td>
<td>802.11b/g supported for kernel 2.6.20 and later (802.11a unsupported, work in progress)</td>
</tr>
<tr>
<td>4318</td>
<td>PCI/Cardbus</td>
<td>Unstable (transmission power issues, work in progress)</td>
</tr>
<tr>
<td>4319</td>
<td>PCI/Cardbus</td>
<td>Unstable (transmission power issues, 802.11a unsupported,<br />
work in progress)</td>
</tr>
<tr>
<td>43XG</td>
<td>PCI/Cardbus</td>
<td>Supported</td>
</tr>
<tr>
<td>Unknown</td>
<td>USB</td>
<td>Unsupported (work in progress)</td>
</tr>
<tr>
<td>Unknown</td>
<td>CompactFlash</td>
<td>Unsupported (work in progress)</td>
</tr>
</table>
<table>
<tr>
<th>Vendor</th>
<th>Product</th>
<th>Chip ID</th>
<th>Product ID</th>
<th>Subsystem Vendor ID</th>
<th>Subsystem Product ID</th>
</tr>
<tr>
<td>Dell</td>
<td>TrueMobile 1180 Mini-PCI Card</td>
<td rowspan="4">4303</td>
<td rowspan="4">0&#215;4301</td>
<td>0&#215;1028</td>
<td>0&#215;0407</td>
</tr>
<tr>
<td>HP Compaq</td>
<td>NX9110 802.11b Mini-PCI card</td>
<td>0&#215;103c</td>
<td>0&#215;12f3</td>
</tr>
<tr>
<td>Asus</td>
<td>WL-103b PC Card</td>
<td>0&#215;1043</td>
<td>0&#215;0120</td>
</tr>
<tr>
<td>Linksys</td>
<td>WMP11 rev2.7</td>
<td>0&#215;1737</td>
<td>0&#215;4301</td>
</tr>
<tr>
<td>Dell</td>
<td>TrueMobile 1370 Mini-PCI Card</td>
<td rowspan="15">4318</td>
<td rowspan="15">0&#215;4318</td>
<td>0&#215;1028</td>
<td>0&#215;0005</td>
</tr>
<tr>
<td>Compaq</td>
<td>Compaq Presario V2417LA Notebook PC</td>
<td>4156</td>
<td>4950</td>
</tr>
<tr>
<td>Compaq</td>
<td>v2000z Mini-PCI Card</td>
<td rowspan="3">0&#215;103c</td>
<td>0&#215;1355</td>
</tr>
<tr>
<td rowspan="3">HP Compaq</td>
<td>nx6110 PY511EA laptop</td>
<td rowspan="2">0&#215;1356</td>
</tr>
<tr>
<td>nx6125 laptop</td>
</tr>
<tr>
<td>Presario R4225CA Laptop</td>
<td>?</td>
<td>?</td>
</tr>
<tr>
<td>Asus</td>
<td>Z9200K Laptop<br />
A6Q00K Laptop</td>
<td>0&#215;1043</td>
<td>0&#215;120f</td>
</tr>
<tr>
<td>Apple</td>
<td>Airport Extreme 2 Card</td>
<td>0&#215;106b</td>
<td>0&#215;4318</td>
</tr>
<tr>
<td>AMBITG</td>
<td>T60H906.00</td>
<td rowspan="3">0&#215;1468</td>
<td>0&#215;0311</td>
</tr>
<tr>
<td rowspan="2">Acer</td>
<td>Aspire 3002LCi LaptopAspire 3003LCi LaptopAspire 3003WLMi LaptopAspire 3023WLMi LaptopAspire 3613WLMi LaptopFerrari 3400 laptopFerrari 4000 laptop</td>
<td>0&#215;0312</td>
</tr>
<tr>
<td>Aspire 5021WLMi Laptop</td>
<td>0&#215;0311</td>
</tr>
<tr>
<td>U.S.Robotics</td>
<td>Wireless MAXg PC Card</td>
<td>0&#215;16ec</td>
<td>0&#215;0119</td>
</tr>
<tr>
<td>Belkin</td>
<td>F5D7000 PCI Card</td>
<td>0&#215;1799</td>
<td>0&#215;7000</td>
</tr>
<tr>
<td>HP</td>
<td>Pavilion zv6000</td>
<td>0&#215;103c</td>
<td>0&#215;1355</td>
</tr>
<tr>
<td>Fujitsu-Siemens</td>
<td>Amilo A1650 LaptopAmilo A1655 Laptop</td>
<td>0&#215;17f9</td>
<td>0&#215;0006</td>
</tr>
<tr>
<td>Siemens</td>
<td>Gigaset PC Card</td>
<td rowspan="28">4306</td>
<td rowspan="28">0&#215;4320</td>
<td>0&#215;02fa</td>
<td>0&#215;3010</td>
</tr>
<tr>
<td rowspan="3">Dell</td>
<td>TrueMobile 1300 Mini-PCI Card</td>
<td rowspan="3">0&#215;1028</td>
<td>0&#215;0001</td>
</tr>
<tr>
<td>TrueMobile 1300 PCMCIA Card</td>
<td>0&#215;0002</td>
</tr>
<tr>
<td>TrueMobile 1350 Mini-PCI Card</td>
<td>0&#215;0003</td>
</tr>
<tr>
<td rowspan="3">HP</td>
<td>nx9105 Laptop</td>
<td rowspan="4">0&#215;103c</td>
<td>0&#215;12f4</td>
</tr>
<tr>
<td>zd7000</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>zd8000 Laptop</td>
<td>0&#215;12f8</td>
</tr>
<tr>
<td>Compaq</td>
<td>Presario R3xxx PCI on board</td>
<td>0&#215;12fa</td>
</tr>
<tr>
<td rowspan="2">Asus</td>
<td>WL-100G PC Card</td>
<td rowspan="2">0&#215;1043</td>
<td>0&#215;100f</td>
</tr>
<tr>
<td>M6R, A2S on board</td>
<td>0&#215;120f</td>
</tr>
<tr>
<td>Motorola</td>
<td>WN825G PC Card</td>
<td>0&#215;1057</td>
<td>0&#215;7025</td>
</tr>
<tr>
<td>Apple</td>
<td>Airport Extreme Mini-PCI Card</td>
<td>0&#215;106b</td>
<td>0&#215;004e</td>
</tr>
<tr>
<td>Fujitsu-Siemens</td>
<td>Lifebook N3010 Laptop</td>
<td>0&#215;10cf</td>
<td>0&#215;1204</td>
</tr>
<tr>
<td>Buffalo</td>
<td>WLI-PCI-G54</td>
<td>0&#215;1154</td>
<td>0&#215;0325</td>
</tr>
<tr>
<td>Askey Computer Corp.</td>
<td>54g MaxPerformance 802.11g (Rev 03) Mini-PCI Card</td>
<td>0&#215;144f</td>
<td>0&#215;7050</td>
</tr>
<tr>
<td>TRENDnet</td>
<td>TEW-401PC</td>
<td rowspan="2">0&#215;14e4</td>
<td>0&#215;0417</td>
</tr>
<tr>
<td rowspan="5">Linksys</td>
<td rowspan="2">WMP54G PCI Card</td>
<td>0&#215;0013</td>
</tr>
<tr>
<td>0&#215;185f</td>
<td>0&#215;1220</td>
</tr>
<tr>
<td>WMP54GS PC Card</td>
<td rowspan="3">0&#215;1737</td>
<td>0&#215;0015</td>
</tr>
<tr>
<td>WMP54G PC Card</td>
<td rowspan="2">0&#215;4320</td>
</tr>
<tr>
<td>WPC54G (ver.1.2) PC Card</td>
</tr>
<tr>
<td rowspan="3">Belkin</td>
<td>F5D7001 PCI Card</td>
<td rowspan="3">0&#215;1799</td>
<td>0&#215;7001</td>
</tr>
<tr>
<td>F5D7010 PC Card</td>
<td>0&#215;7010</td>
</tr>
<tr>
<td>F5D7011 PC Card</td>
<td>0&#215;7011</td>
</tr>
<tr>
<td>Gateway</td>
<td>7426GX Laptop</td>
<td>0&#215;161f</td>
<td>0&#215;2032</td>
</tr>
<tr>
<td rowspan="3">eMachines</td>
<td>Notebook M5313</td>
<td>0&#215;144f</td>
<td>0&#215;7050</td>
</tr>
<tr>
<td>Notebook M5405</td>
<td>0&#215;17f9</td>
<td>0&#215;0002</td>
</tr>
<tr>
<td>Notebook M6811 (likely identical for all M68xx)</td>
<td>0&#215;14e4</td>
<td>0&#215;0418</td>
</tr>
<tr>
<td rowspan="2">Dell</td>
<td>TrueMobile 1400 Mini-PCI Card</td>
<td rowspan="2">4309</td>
<td rowspan="2">0&#215;4324</td>
<td rowspan="2">0&#215;1028</td>
<td>0&#215;0001</td>
</tr>
<tr>
<td>Wireless 1450 (802.11a/b/g) Dual-Band WLAN miniPCI Card</td>
<td>0&#215;0003</td>
</tr>
<tr>
<td rowspan="2">Microsoft</td>
<td>MN-720 PC Card</td>
<td rowspan="2">43XG</td>
<td rowspan="2">0&#215;4325</td>
<td rowspan="2">0&#215;1414</td>
<td>0&#215;0003</td>
</tr>
<tr>
<td>MN-730 PCI Card</td>
<td>0&#215;0004</td>
</tr>
<tr>
<td>Dell</td>
<td>Dell Wireless 1390 WLAN Mini-PCI Card (rev 01)</td>
<td>4311</td>
<td>0&#215;4311</td>
<td>0&#215;14e4</td>
<td>0&#215;4311</td>
</tr>
<tr>
<td rowspan="2">HP ze4805us</td>
<td>Broadcom Corporation BCM4306 802.11b/g</td>
<td rowspan="2">4306</td>
<td rowspan="2">0&#215;4320</td>
<td rowspan="2">0e11</td>
<td>00e7</td>
</tr>
<tr>&#8211;&gt;</tr>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.deathlock.org/informatica/algo-sobre-las-broadcom-bcm43xx/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Mejor que Debian IMPOSIBLE!</title>
		<link>http://www.deathlock.org/opensource/mejor-que-debian-imposible/</link>
		<comments>http://www.deathlock.org/opensource/mejor-que-debian-imposible/#comments</comments>
		<pubDate>Sun, 02 Mar 2008 15:53:44 +0000</pubDate>
		<dc:creator>Pwn-BoFH</dc:creator>
		
		<category><![CDATA[Debian]]></category>

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

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

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

		<category><![CDATA[Seguridad Informatica]]></category>

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

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

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

		<guid isPermaLink="false">http://www.deathlock.org/informatica/mejor-que-debian-imposible</guid>
		<description><![CDATA[Una de las razones por la cual me gusta mucho Debian, es por la calidad de su desarrollo con una comunidad de devel&#8217;s preocupada y en constante inovacion. Todos voluntarios, y asi tal cual por bolitas de dulce tienen un rendimiento que cualquier empresa de software privada le gustaria tener.
No se si algunos recuerdan el [...]]]></description>
			<content:encoded><![CDATA[<p>Una de las razones por la cual me gusta mucho Debian, es por la calidad de su desarrollo con una comunidad de devel&#8217;s preocupada y en constante inovacion. Todos voluntarios, y asi tal cual por bolitas de dulce tienen un rendimiento que cualquier empresa de software privada le gustaria tener.</p>
<p>No se si algunos recuerdan el Exloit Local que aparecio hace ya un par de semanas atras, con el cual se permitia a un usuario normal, obtener privilegios de root. Bueno ahora paseando por la web, me encuentro con un pequeño informe realizado por DistroWatch que revela el tiempo de respuesta de las diferentes distros frente a este bug, y cuanto tardaron en repararlo:</p>
<ol>
<li><strong>Debian</strong> (0+ horas)</li>
<li><strong>Fedora</strong> (8+ horas)</li>
<li><strong>Slackware</strong> (12+ horas)</li>
<li><strong>Mandriva</strong> (19+ horas)</li>
<li><strong>Frugalware</strong> (21+ horas)</li>
<li><strong>OpenSUSE</strong> (23+ horas)</li>
<li><strong>rPath</strong> (26+ horas)</li>
<li><strong>Red Hat Enterprise Linux</strong> (27+ horas)</li>
<li><strong>Ubuntu</strong> (27+ horas)</li>
<li><strong>CentOS</strong> (37+ horas)</li>
</ol>
<p>Fuente: <a href="http://www.vivalinux.com.ar/soft/fix-exploit-kernel-2.6-via-vmsplice.html" target="_blank">VivaLinux</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.deathlock.org/opensource/mejor-que-debian-imposible/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
