<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress.com" -->
<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/"
	>

<channel>
	<title>debian-etch &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://en.wordpress.com/tag/debian-etch/</link>
	<description>Feed of posts on WordPress.com tagged "debian-etch"</description>
	<pubDate>Sat, 28 Nov 2009 05:23:21 +0000</pubDate>

	<generator>http://en.wordpress.com/tags/</generator>
	<language>en</language>

<item>
<title><![CDATA[Konfigurasi Router Debian etch]]></title>
<link>http://febriand.wordpress.com/2009/02/11/konfigurasi-router-debiah-etch/</link>
<pubDate>Wed, 11 Feb 2009 11:08:49 +0000</pubDate>
<dc:creator>Seruiter</dc:creator>
<guid>http://febriand.wordpress.com/2009/02/11/konfigurasi-router-debiah-etch/</guid>
<description><![CDATA[Berikut Ini adalah Konfigurasi router sederhana menggunakan Operating System Linux Debian ETCH. Misa]]></description>
<content:encoded><![CDATA[Berikut Ini adalah Konfigurasi router sederhana menggunakan Operating System Linux Debian ETCH. Misa]]></content:encoded>
</item>
<item>
<title><![CDATA[Instalar firebird 2.0 en Debian Etch]]></title>
<link>http://salomonrt.wordpress.com/2009/02/05/instalar-firebird-20-en-debian-etch/</link>
<pubDate>Thu, 05 Feb 2009 20:06:16 +0000</pubDate>
<dc:creator>rtmex</dc:creator>
<guid>http://salomonrt.wordpress.com/2009/02/05/instalar-firebird-20-en-debian-etch/</guid>
<description><![CDATA[En Debian Etch se encuentra el paquete firebird2-super-server pero la versión de firebird que contie]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>En Debian Etch se encuentra el paquete firebird2-super-server pero la versión de <a href="http://www.firebirdsql.org/" target="_blank">firebird</a> que contiene corresponde a la rama 1.5.x y no a la 2.0.x.</p>
<p>Para instalar la versión de firebird correspondiente a la rama 2.0.x debemos instalar el paquete firebird2.0-super que se encuentra en el repositorio de backports <a href="http://packages.debian.org/etch-backports/firebird2.0-super" target="_blank">http://packages.debian.org/etch-backports/firebird2.0-super</a></p>
<p>Nota: La instalación fue realizada en una PC con la versión de Debian Etch en inglés, por lo que los mensajes y pantallas que se muestran contienen los textos en inglés pero el proceso que se debe seguir en la versión en español es el mismo.</p>
<p>Lo primero que debemos hacer es agregar el repositorio de backports al archivo de fuentes /etc/apt/sources.list para lo cual insertamos las siguientes lineas:</p>
<p><strong>deb http://www.backports.org/debian etch-backports main contrib non-free<br />
deb-src http://www.backports.org/debian etch-backports main contrib non-free<br />
</strong><br />
Despues hacemos <strong>sudo apt-get update</strong><br />
Cuando termina, al final nos muestra un mensaje como el siguiente:</p>
<p>Reading package lists&#8230; Done<br />
W: GPG error: http://www.backports.org etch-backports Release: The following signatures couldn&#8217;t be verified because the public key is not available: NO_PUBKEY EA8E8B2116BA136C</p>
<p>No hay problema, el error es porque no tenemos la clave para la autenticación del repositorio backports.<br />
Lo solucionamos instalando el paquete debian-backports-keyring:</p>
<p><strong>sudo apt-get install debian-backports-keyring</strong></p>
<p>Aparece el siguiente mensaje:</p>
<p>Reading package lists&#8230; Done<br />
Building dependency tree&#8230; Done<br />
The following NEW packages will be installed:<br />
debian-backports-keyring<br />
0 upgraded, 1 newly installed, 0 to remove and 86 not upgraded.<br />
Need to get 3310B of archives.<br />
After unpacking 49.2kB of additional disk space will be used.<br />
WARNING: The following packages cannot be authenticated!<br />
debian-backports-keyring<br />
Install these packages without verification [y/N]?</p>
<p>Decimos que si y la instalación continúa</p>
<p>Get:1 http://www.backports.org etch-backports/main debian-backports-keyring 2007.06.10 [3310B]<br />
Fetched 3310B in 2s (1640B/s)<br />
Selecting previously deselected package debian-backports-keyring.<br />
(Reading database &#8230; 43431 files and directories currently installed.)<br />
Unpacking debian-backports-keyring (from &#8230;/debian-backports-keyring_2007.06.10_all.deb) &#8230;<br />
Setting up debian-backports-keyring (2007.06.10) &#8230;<br />
OK</p>
<p>Ahora si procedemos a instalar firebird 2.0 en su arquitectura super server</p>
<p><strong>sudo apt-get install firebird2.0-super</strong></p>
<p>Al final muestra este mensaje</p>
<p>Setting up firebird2.0-super (2.0.3.12981.ds1-14~bpo40+1) &#8230;<br />
Created default security.fdb<br />
Firebird 2.0 server manager not running.<br />
* Not starting Firebird 2.0 server manager<br />
* Use `dpkg-reconfigure firebird2.0-super&#8217; to enable.</p>
<p>Ejecutamos <strong>sudo dpkg-reconfigure firebird2.0-super</strong> y en la pantalla que aparece seleccionamos Yes<br />
<img class="aligncenter size-full wp-image-109" title="config_firebird_1" src="http://salomonrt.wordpress.com/files/2009/02/config_firebird_1.jpg" alt="config_firebird_1" width="450" height="220" /><br />
En la siguiente pantalla ponemos un password para el usuario SYSDBA</p>
<p><img class="aligncenter size-full wp-image-110" title="config_firebird_2" src="http://salomonrt.wordpress.com/files/2009/02/config_firebird_2.jpg" alt="config_firebird_2" width="450" height="220" /><br />
y después de dar OK la instalación termina indicandonos que el servidor ya esta funcionando.</p>
<p>Firebird 2.0 server manager not running.<br />
Starting Firebird 2.0 server manager&#8230;done.<br />
GSEC&#62; GSEC&#62; Firebird 2.0 server manager already running.</p>
<p>Para verificar que está corriendo el servidor ejecutamos</p>
<p><strong>top -b -n1 &#124; grep fb</strong></p>
<p>Debe aparecer un proceso llamado fbguard y uno llamado fbserver</p>
<p>2353 firebird  20   0  3720 1492 1240 S  0.0  0.8   0:00.00 fbguard<br />
2354 firebird  19   0 36272 4192 3060 S  0.0  2.2   0:00.05 fbserver</p>
<p>Creamos un directorio en donde pondremos la base de datos que será accesible desde los clientes remotos con Windows</p>
<p><strong>sudo mkdir /database</strong></p>
<p>Ponemos como propietario del directorio al usuario firebird</p>
<p><strong>sudo chown firebird.firebird /database</strong></p>
<p>Copiamos a este directorio la base de datos, en este caso se llama baseprueba.fdb.<br />
Ya que tenemos la base de datos en ese directorio, ponemos como propietario al usuario firebird</p>
<p><strong>cd /database<br />
sudo chown firebird.firebird baseprueba.fdb</strong></p>
<p>Ahora vamos al directorio <strong>/etc/firebird/2.0</strong> y editamos el archivo <strong>aliases.conf</strong> para crear un alias para la base de datos indicando la ruta en que se encuentra:</p>
<p>Agregamos la siguiente linea al final del archivo aliases.conf<br />
baseprueba.fdb = /database/baseprueba.fdb</p>
<p>Eso es todo, la ruta que deben usar las maquinas cliente en windows para accesar a la base de datos es la IP del servidor, seguido de dos puntos y el alias de la base de datos.</p>
<p>Por ejemplo 192.168.1.10:baseprueba.fdb</p>
<p>Para información de firebird en español se puede consultar el siguiente enlace <a href="http://www.firebird.com.mx" target="_blank">http://www.firebird.com.mx</a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Transferencia de fotos Bluetooth facil no Debian Etch]]></title>
<link>http://ulnxlabs.wordpress.com/2009/01/04/transferencia-de-fotos-bluetooth-facil-no-debian-etch/</link>
<pubDate>Sun, 04 Jan 2009 14:37:00 +0000</pubDate>
<dc:creator>ulinux</dc:creator>
<guid>http://ulnxlabs.wordpress.com/2009/01/04/transferencia-de-fotos-bluetooth-facil-no-debian-etch/</guid>
<description><![CDATA[A maior diferença que sempre achei entre o Ubuntu e o Debian é o Bluetooth Manager que deixa a coisa]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><a href="http://static.squidoo.com/resize/squidoo_images/-1/lens1436664_bluetooth_icon50.jpg"><img src="http://static.squidoo.com/resize/squidoo_images/-1/lens1436664_bluetooth_icon50.jpg" border="0" alt="" /></a><br />A maior diferença que sempre achei entre o Ubuntu e o Debian é o Bluetooth Manager que deixa a coisa muito mais fácil no Ubuntu</p>
<p>Mas depois de pesquisar um pouquinho achei um método fácil de transferencia de fotos e arquivos no Debian Etch.</p>
<p>Basta:</p>
<p>    *      conectar o dongle bluetooth<br />    *      colocar em modo localizável: hciconfig hci0 piscan<br />    *      habilitar a recepção: obexpushd -B</p>
<p>Depois disso é so enviar o(s) arquivos do celular p/ o computador (cada aparelho tem sua maneira de fazer isso) os arquivos enviados estão na pasta /home/nomedousuario</p>
<p>E p/ localizar novos dispositivos:</p>
<p>    *      obexftp -b</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Debian Etch PHP-FPM Nginx Xcache MySql]]></title>
<link>http://bookmarks.honewatson.com/2008/11/28/debian-etch-php-fpm-nginx-xcache-mysql/</link>
<pubDate>Fri, 28 Nov 2008 00:22:46 +0000</pubDate>
<dc:creator>honewatson</dc:creator>
<guid>http://bookmarks.honewatson.com/2008/11/28/debian-etch-php-fpm-nginx-xcache-mysql/</guid>
<description><![CDATA[Here&#8217;s a nice post on setting up Nginx with PHP-FPM, Xcache on Debian Etch. This set up intere]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Here&#8217;s a nice post on setting up Nginx with PHP-FPM, Xcache on Debian Etch.</p>
<p><!--more--><br />This set up interestingly serves around three times more requests per second than apache2 mod_php xcache.<br /><a href="http://www.yawn.it/2008/04/30/nginx-php-php-fpm-on-debian-etch-40/"><br />Nginx PHP-FPM Xcache Debian Etch</a>.</p>
<p></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[multiple ip address on linux]]></title>
<link>http://paragasu.wordpress.com/2008/10/30/multiple-ip-address-on-linux/</link>
<pubDate>Thu, 30 Oct 2008 09:06:36 +0000</pubDate>
<dc:creator>paragasu</dc:creator>
<guid>http://paragasu.wordpress.com/2008/10/30/multiple-ip-address-on-linux/</guid>
<description><![CDATA[debian etch #ifconfig eth0:1 192.168.1.7 #ifconfig eth0:2 192.168.1.8 restart the networking service]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>debian etch </p>
<p><code><br />
#ifconfig eth0:1 192.168.1.7<br />
#ifconfig eth0:2 192.168.1.8<br />
</code><br />
<br />
restart the networking service<br />
<code><br />
#/etc/init.d/networking restart<br />
</code></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Respuesta a la pregunta: como instalar libqt4-core en debian etch RESUELTO SOLUCIONADO ]]></title>
<link>http://ppepote1.wordpress.com/2008/10/24/respuesta-a-la-pregunta-como-instalar-libqt4-core-en-debian-etch-resuelto-solucionado/</link>
<pubDate>Fri, 24 Oct 2008 20:21:39 +0000</pubDate>
<dc:creator>jaapsico</dc:creator>
<guid>http://ppepote1.wordpress.com/2008/10/24/respuesta-a-la-pregunta-como-instalar-libqt4-core-en-debian-etch-resuelto-solucionado/</guid>
<description><![CDATA[By ppepote1 1.- Abrir konsole o gnome-terminal. 2.- Escribir su en el caso de Debian o sudo en caso ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>By ppepote1</p>
<p>1.- Abrir konsole o gnome-terminal.</p>
<p>2.- Escribir su en el caso de Debian o sudo en caso de Ubuntu.</p>
<p>3.- Introducir la contraseña del super-usuario en el caso de Debian, o la contraseña del usuario en el caso de Ubuntu.</p>
<p>4.- Aparece este signo: #</p>
<p>5.- Para instalar libqt4-core, escribir el siguiente comando despues de ese signo.</p>
<p>6.- aptitude install libqt4-core</p>
<p>7.- Dar a intro enter. Y se instala con todas sus dependencias.</p>
<p>NOTA: Actualizar diariamente, para tener un sistema perfecto, con los siguientes comandos.</p>
<p>aptitude update</p>
<p>aptitude dist-upgrade</p>
<p>Saludos.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Debian Etch per Xen e QEMU]]></title>
<link>http://virtualplanet.wordpress.com/2008/10/21/debian-etch-per-xen-e-qemu/</link>
<pubDate>Tue, 21 Oct 2008 09:56:01 +0000</pubDate>
<dc:creator>virtualplanet</dc:creator>
<guid>http://virtualplanet.wordpress.com/2008/10/21/debian-etch-per-xen-e-qemu/</guid>
<description><![CDATA[Ecco un&#8217;immagine per Xen e QEMU (KVM) di Debian Etch: Debian GNU/Linux è una distribuzione GNU]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Ecco un&#8217;immagine per Xen e QEMU (KVM) di Debian Etch:</p>
<p><img class="alignright" src="http://www.oszoo.org/wiki/images/a/a9/DebianEtch24112006_1.png" alt="" width="268" height="209" /></p>
<p>Debian GNU/Linux è una distribuzione GNU/Linux molto usata, è sviluppata mediante la collaborazione di volontari da ogni parte del mondo. Si tratta di un sistema operativo per computer composto esclusivamente da software libero. L&#8217;8 aprile 2007 è stata rilasciata la versione Etch di Debian</p>
<p>http://www.oszoo.org/ftp/images/DebianEtch24112006.zip.torrent</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[how to setup your own linux server]]></title>
<link>http://kurodata.wordpress.com/2008/10/08/how-to-setup-your-own-linux-server/</link>
<pubDate>Wed, 08 Oct 2008 18:31:06 +0000</pubDate>
<dc:creator>kurodata</dc:creator>
<guid>http://kurodata.wordpress.com/2008/10/08/how-to-setup-your-own-linux-server/</guid>
<description><![CDATA[in the passed days i thought of posting but i was busy of setting up a Linux server i had one runnin]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>in the passed days i thought of posting but i was busy of setting up a Linux server<br />
i had one running but my HD crashed only the first 100 clusters where us full but the<br />
rest was gone (it was a 80GB HD )&#8230;. and back than i fore got to run backups so i lost everything<br />
(database (MySQL) scripts(running on apache2)and same other stuff)<br />
so it&#8217;s always was to run backups besides i must admit it&#8217;s a freaky way to lose a HD<br />
and before i run a Linux server i had a windows 2k server but that is 5~6 years a go (<a href="http://bakaserv.mine.nu" target="_blank">bakaserv.mine.nu</a> / <a href="http://shadowcore.mine.nu" target="_blank">shadowcore.mine.nu</a>)</p>
<p>any way back to the subject<br />
<a href="http://www.kurodata.net/wp-content/uploads/2008/10/pa090748.jpg"><img class="alignleft size-medium wp-image-406" title="pa090748" src="http://www.kurodata.net/wp-content/uploads/2008/10/pa090748-300x225.jpg" alt="" width="300" height="225" /></a></p>
<p style="text-align:left;">hardware specification :<br />
CPU : Intel Pentium IV 2530 MHz<br />
internal memory : 1536 MB (3&#215;512MB)<br />
video : ati radian 9250 (256MB)<br />
hd1 : 40 GB (western digital)<br />
optic : DVD-ROM (x4)<br />
lan1 : 10/100 (on board)<br />
lan2 : 10/100 (3com)</p>
<p style="text-align:left;">
<p style="text-align:left;">
<p style="text-align:left;">
<p>i myself am a new to Linux and don&#8217;t now much about it but just to say how simple it got<br />
to set one up and i followed the following  how to.</p>
<p><a href="http://www.howtoforge.org/perfect-server-ubuntu8.04-lts" target="_blank">The Perfect Server</a> &#8211; Ubuntu Hardy Heron (Ubuntu 8.04 LTS Server)  &#8211; by <a title="View user profile." rel="nofollow" href="http://www.howtoforge.org/forums/member.php?u=2">falko</a> (<a title="Contact author." rel="nofollow" href="http://www.howtoforge.org/forums/private.php?do=newpm&#38;u=2">Contact Author</a>)<br />
is a 7 page  how to and it&#8217;s simple and self exp lend whit same images to guide you true.<br />
you will get the basics on how to install en get use to the command line (shell).</p>
<p><a href="http://www.ispconfig.org/" target="_blank">IPSConfig</a> &#8211; by <a href="http://www.ispconfig.org/manual_installation.htm" target="_blank">ispconfig.org maual<br />
</a>again pretty simple , follow the install.</p>
<p><a href="http://www.howtoforge.org/ispconfig-2.x-first-steps" target="_blank">ISPConfig 2.x &#8211; First Steps</a> (Creating Web Sites, Email Addresses, Etc.) &#8211; by <a title="View user profile." rel="nofollow" href="http://www.howtoforge.org/forums/member.php?u=19557">o.meyer</a> (<a title="Contact author." rel="nofollow" href="http://www.howtoforge.org/forums/private.php?do=newpm&#38;u=19557">Contact Author</a>)<br />
if never seen the inside of ISPConfig than must read. anyways it&#8217;s a nice way to guide you true the<br />
web interface end settings</p>
<p><a href="http://www.howtoforge.org/forced-ads-on-ispconfig-with-debian-etch" target="_blank">Forced Ads On ISPConfig</a> With Debian Etch &#8211; by <a title="View user profile." rel="nofollow" href="http://www.howtoforge.org/forums/member.php?u=44336">webcave</a> (<a title="Contact author." rel="nofollow" href="http://www.howtoforge.org/forums/private.php?do=newpm&#38;u=44336">Contact Author</a>)<br />
there are many discussions about this but ill keep it sort<br />
(No comment at the moment)</p>
<p>keep in mind that if your running your own server at home on broadband ore adsl<br />
that everything will run  local whit out a hitch but if you wont access from the Internet<br />
than u have to configure your router /modem that u still can access your server.<br />
ports you have to keep in mind :</p>
<ul>
<li>port 21 (<a href="http://en.wikipedia.org/wiki/Ftp" target="_blank">FTP</a>)</li>
<li>port 22 (<a href="http://en.wikipedia.org/wiki/Secure_Shell" target="_blank">ssh</a> &#8211; which you need if your running your main PC on windows)</li>
<li>port 80 (<a href="http://en.wikipedia.org/wiki/Http" target="_blank">http</a>)</li>
<li>port 81 (ispconfig control panel (is true http ore https))</li>
<li>port 443 (<a href="http://en.wikipedia.org/wiki/Https" target="_blank">https</a>)</li>
</ul>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Do your homework before dist-upgrading...]]></title>
<link>http://oei.yungchin.nl/2008/09/15/do-your-homework-before-dist-upgrading/</link>
<pubDate>Mon, 15 Sep 2008 21:24:35 +0000</pubDate>
<dc:creator>yungchin</dc:creator>
<guid>http://oei.yungchin.nl/2008/09/15/do-your-homework-before-dist-upgrading/</guid>
<description><![CDATA[The other week I thought I&#8217;d upgrade the desktop machine from Debian Etch to Lenny (the testin]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>The other week I thought I&#8217;d upgrade the desktop machine from Debian Etch to Lenny (the testing branch, to be marked stable, well, <a href="http://blog.venthur.de/2008/08/01/my-guess-for-lennys-release-date/">sometime soon anyway</a>). I was in for some surprises, which I&#8217;ll tell you about, but luckily there was a backup at hand, and on the second attempt I had a fairly smooth upgrade. I believe that was still somewhat by chance rather than by any wisdom though, so please don&#8217;t do what I describe here!</p>
<p>In imprecise terms, I ran into a problem with (pseudo-)circular dependencies &#8211; if packages are upgraded in the wrong order (which should only happen if some of them don&#8217;t strictly adhere to best-practices of package management) you may end up with a package in an unconfigured state, while it is needed to upgrade other packages, including the packages on which it itself depends for further configuration.</p>
<p>Or something like that.</p>
<p>Ignorant as I am, I didn&#8217;t look into any of the release-critical bugs that still keep Lenny from release, and ran into such a problem with perl. I had no clue why my package manager ground to a halt, and then made things worse by accepting its obviously bad attempts at restoring order &#8211; it suggested the removal of a few hundred packages&#8230;  and I accepted the suggestion.</p>
<p>Short break for you to stop laughing.</p>
<p>So only then did I go and look for information, and came across <a title="perl is in an unusable state during etch-&#62;lenny dist-upgrade and breaks the upgrade process" href="http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=495359">this</a> bug report, which probably summarises the problem I had run into. I also found <a title="debian lenny - problem with perl while upgrading" href="http://b.tessarotto.net/dblog/articolo.asp?articolo=7">these notes</a>, which could have saved me had I not further borked the upgrade after it got stuck.</p>
<p>What these issues highlight, I think, is what an amazing system we have for package management; despite the tens of thousands of packages in the repositories, which presumably will have highly non-trivial interactions amongst them, problems like this hardly ever occur and in fact it seems they only do occur when mistakes are made in packaging. I cannot imagine how someone has ever managed architecting this system.</p>
<p>In the end I gave up and restored the backup I made just before dist-upgrading. Better prepared this time, I helped the package manager a bit with planning the upgrade: I started by issuing a &#8220;dpkg -i perl_5.10.0-13_i386.deb perl-base_5.10.0-13_i386.deb perl-modules_5.10.0-13_all.deb&#8221; (from the archives dir, see below) &#8211; which didn&#8217;t succeed of course, but it did change the order of upgrades sufficiently that this time everything went smoothly. The next two steps were a normal upgrade, then a dist-upgrade (in the new aptitude version these are called safe-upgrade and full-upgrade).</p>
<p>So, my advice then: don&#8217;t do as I did, and read up a bit on the task before diving in, and of course run a backup first. In addition, I was happy I had fetched the upgrade-packages in a separate step (if you use aptitude, you can use the &#8220;-d&#8221; switch for this) &#8211; this way at least I didn&#8217;t have to load the network again to re-fetch a couple of hundred MBs after restoring the backup. In my case, I had made the packages part of the backup, but there are more efficient ways I suppose. The packages are cached in /var/cache/apt/archives. Have fun!</p>
<ol></ol>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Mengakses NTFS di Debian Etch]]></title>
<link>http://adadi.wordpress.com/2008/09/02/mengakses-ntfs-di-debian-etch/</link>
<pubDate>Tue, 02 Sep 2008 02:30:28 +0000</pubDate>
<dc:creator>maychaell adinata</dc:creator>
<guid>http://adadi.wordpress.com/2008/09/02/mengakses-ntfs-di-debian-etch/</guid>
<description><![CDATA[Untuk mengakses partisi NTFS di Debian Etch ternyata tidak semudah di Ubuntu Linux, Mandriva atau Op]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Untuk mengakses partisi NTFS di Debian Etch ternyata tidak semudah di Ubuntu Linux, Mandriva atau OpenSUSE. Berikut adalah panduan instalasi package NTFS-3g yang memungkinkan kamu mengakses filesystem NTFS. Pertama, download 2 package yakni ntfs-3g dan libntfs-3g. Kamu bisa menggunakan aplikasi wget untuk mengunduh / mendownload kedua package tadi.<br />
<!--more--><br />
<em>wget http://snapshot.debian.net/archive/2007/03/01/debian/pool/main/n/ntfs-3g/libntfs-3g0_0.0.0+20061031-6_i386.deb<br />
wget http://snapshot.debian.net/archive/2007/03/01/debian/pool/main/n/ntfs-3g/ntfs-3g_0.0.0+20061031-6_i386.deb</em></p>
<p>Selanjutnya, kita menginstal dependensi dengan perintah berikut.</p>
<p><em>debian:/home/debian# apt-get install fuse-utils libfuse2<br />
Readung package lists … DOne<br />
Building dependency there … Done<br />
The following NEW packages will be istalled : fuse-utils libfuse2<br />
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.<br />
Need to get OB/108kB of archives.<br />
After unpacking 295kB of additional disk space will be used.<br />
Selecting previously deselected package fuse-utils.<br />
(Reading database … 84862 files and directories currently installed)<br />
Unpacking fuse-utils (from …/use-utils_2.5.3-4.4_i386.deb) …<br />
Selecting previously deselected package libfuse2.<br />
Unpacking libfuse2 (from …/libfuse2_2.5.3-4.4_i386.deb) …<br />
Setting up fuse-utils (2.5.3-4.4) …<br />
creating fuse device node …<br />
udev active, devices will be created in /dev/.static/dev/<br />
creating fuse group …<br />
Adding group ‘fuse’(GID 112) …<br />
Done.<br />
Setting up libfuse2 (2.5.3-4.4) …</em></p>
<p>Kini, kita menginstall package ntfs-3g (menggunakan 2 package Debian yang telah di unduh sebelum nya).</p>
<p><em>debian:/home/debian# dpkg -1 libntfs-3g0_0.0.0+20061031-6_i386.deb<br />
Selecting previously deselcted package libntfs-390.<br />
(Reading database … 84884 files and directories currently installed.)<br />
Unpacking libntfs-3g0 (from libntfs-3g0_0.0.0+20061031-6_i386.deb) …<br />
Setting up libntfs-3g0 (0.0.0+20061031-6) …</em></p>
<p><em>debian :/home/debian# dpkg -i ntfs-3g_0.0.0+2–61031-6_i386.deb<br />
Selecting previosly deselected package ntfs-3g.<br />
(Reading database … 84893 files and directories currently installed.)<br />
Unpacking ntfs-3g (from ntfs-39_0.0.0+20061031-6_i386.deb)…<br />
Setting up ntfs-3g (0.0.0+20061031-6) …<br />
Setting ntfs-3g suid root with group fuse … done Users from ‘fuse’ group can now mount NTFS volume.</em></p>
<p>Sejenak kemudian muncul window configuring ntfs.3g . Pilih OK dan tekan Enter. Bagi pengguna Debian Sid, Ubuntu Edgy atau Ubuntu Feisty, kamu tidak perlu mendownload apapun, atau menginstall dependensi. Selanjutnya kita menginstall package ntfs-3g.<br />
<em><br />
# apt-get install ntfs-3g</em></p>
<p><em>Mount Partisi NTFS<br />
# mount -t ntfs-39 / dev/sda1 / mnt/windows -o<br />
umask=0,nls=utl8</em></p>
<p>Perintah di atas akan meng-mount partisi (/dev/sda1, sesuaikan dengan setting komputer kamu) di direktori /mnt/windows, menggunakan character set utf8 (untuk memaksimalkan kompatibilitas) dan menghadirkan permission read/write/execute ke setiap orang.  Jika perintah tadi sudah berjalan di komputer, kamu bisa menambahkan entry ini ke dile /etc/fstab dengan baris perintah sebagai berikut.</p>
<p><em>/dev/sda1 /mnt/windows ntfs-39<br />
umask=0,nls=utf8 0 0</em></p>
<p>Untuk meng-umount, perintahnya # umount /dev/sda1 dan perintah fdisk -&#124;&#124; grep -i ntfs akan memberi tahu lokasi partisi Windows.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Como instalar o Skype no Debian Etch]]></title>
<link>http://xanymorex.wordpress.com/2008/08/20/como-instalar-o-skype-no-debian-etch/</link>
<pubDate>Wed, 20 Aug 2008 12:42:51 +0000</pubDate>
<dc:creator>xanymorex</dc:creator>
<guid>http://xanymorex.wordpress.com/2008/08/20/como-instalar-o-skype-no-debian-etch/</guid>
<description><![CDATA[Essa dica é para instalação no Debian Etch, primeiro vamos baixar o Skype no seguinte endereço : htt]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p style="text-align:justify;">Essa dica é para instalação no Debian Etch, primeiro vamos baixar o <em>Skype</em> no seguinte endereço :</p>
<p><a href="http://www.skype.com/intl/pt/download/skype/linux/choose/">http://www.skype.com/intl/pt/download/skype/linux/choose/</a></p>
<p>Selecione a versão Debian Etch.</p>
<p>Será feito o download de um pacote .deb, após isso é só clicar com o botão direito do mouse sobre o pacote e abrir com <em>Gdebi Package Installer</em>.</p>
<p>Abrirá uma nova janela, é só clicar em instalar pacote, aparecerá uma mensagem dizendo que existem duas dependências a serem resolvidas, clique em sim e a instalação será feita.</p>
<p>Após finalizar vá em aplicações/internet/skype, o programa exibirá o contrato, clique em aceitar e agora é só aproveitar!</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[LSI 1068 in Debian Etch (megasr.ko)]]></title>
<link>http://nyalb.wordpress.com/2008/07/27/lsi-1608-in-debian-etch-megasrko-2/</link>
<pubDate>Sun, 27 Jul 2008 20:16:29 +0000</pubDate>
<dc:creator>akas84</dc:creator>
<guid>http://nyalb.wordpress.com/2008/07/27/lsi-1608-in-debian-etch-megasrko-2/</guid>
<description><![CDATA[Hola a tothom, Ja soc aquí amb un altre tema interesant a comentar sobre linux, i aquest cop es trac]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Hola a tothom,</p>
<p>Ja soc aquí amb un altre tema interesant a comentar sobre linux, i aquest cop es tracta de com treballar amb la controladora <a href="http://es.wikipedia.org/wiki/Serial_Attached_SCSI" target="_blank">SAS</a> (Serial Ata SCSI) LSI 1068 a GNU/Linux i més concretament a Debian Etch. Aquesta controladora, ja té actualment drivers per a gnu/linux, però només per a dos distribucions, en aquest cas de pagament, que són <a href="http://www.redhat.com" target="_blank">Red Hat</a> i <a href="http://www.novell.com/products/server/" target="_blank">SLES</a> però no per a Debian etch. Abans de començar amb els passos, vull agrair-li tota la ajuda que m&#8217;ha donat a l&#8217;Adam Cecile que es qui a &#8220;purtat&#8221; tota la interficie dels drivers de redhat a debian.</p>
<p>Per compilar i instalar aquest driver a debian etch seguirem els passos següents:</p>
<p>Instalem tots els paquetes necessaris per la compilació:</p>
<ul>
<li>
<pre><span style="font-family:Courier New;">#&#62; aptitude install linux-image-2.6.18-6-486 (la versió 486 o 686
dependrà del vostre ordinador) linux-header-2.6.18-6-486
module-assistant build-essential devscripts</span></pre>
</li>
</ul>
<p><span style="font-family:sans-serif;">Descarreguem el codi font del mòdul</span></p>
<ul>
<li>
<pre><span style="font-family:Courier New;">#&#62; dget -x http://mentors.debian.net/debian/pool/non-free/
/m/megasr/megasr_09.21.0914.2007-1.dsc</span></pre>
</li>
</ul>
<p><span style="font-family:sans-serif;">Accedim al directori del codi font</span></p>
<ul>
<li>
<pre><span style="font-family:Courier New;">#&#62; cd megasr-09.21.0914.2007</span></pre>
</li>
</ul>
<p>Generem el paquet, l&#8217;instalem i el compilem</p>
<ul>
<li>
<pre>#&#62;debuild -sa</pre>
</li>
<li>
<pre>#&#62; dpkg -i ../megasr-source*.deb</pre>
</li>
<li>
<pre>#&#62; m-a build megasr -l 2.6.18-4-486 (el 486 també
depen del vostre kernel)</pre>
</li>
</ul>
<p>Instalem el mòdul resultant</p>
<ul>
<li>
<pre>#&#62; dpkg -i /usr/src/megasr-modules-*</pre>
</li>
</ul>
<p>Arribats aquest punt, ja hauriem de ser capaços de &#8216;montar&#8217;(mount) cualsevol disk de la controladora. Per fer-ho, primer haurem de carregar el modul:</p>
<ul>
<li>
<pre>#&#62; depmod</pre>
</li>
<li>
<pre>#&#62; modprobe megasr</pre>
</li>
</ul>
<p>Ara a /dev ja tindrem els dispositius. Si no heu d&#8217;arrancar des del disc de la controladora, serà tan sencill com agefir al modul a /etc/modules per a que us carregui al iniciar. Si al contrari, el que voleu fer es carregar des del disk, haureu de generar un nou initrd amb la següent comanda:</p>
<ul>
<li>
<pre>#&#62; echo "megasr" &#62; /etc/initramfs-tools/initramfs.conf</pre>
</li>
<li>
<pre>#&#62; mkinitramfs -o /boot/initrd.img-2.6.18-6-686 2.6.18-6-686</pre>
</li>
</ul>
<p>Arribats aquest punt ja hem conseguit tot el que ens haviem proposat.</p>
<h1>Howto LSI 1068 in Debian Etch (megasr)</h1>
<p>First we have to install the packages needed for compilation</p>
<ul>
<li>
<pre><span style="font-family:Courier New;">#&#62; aptitude install linux-image-2.6.18-6-486
linux-header-2.6.18-6-486 module-assistant build-essential devscripts</span></pre>
</li>
</ul>
<pre><span style="font-family:sans-serif;">We download the source code
</span></pre>
<ul>
<li>
<pre><span style="font-family:Courier New;">#&#62; dget -x http://mentors.debian.net/debian/pool/non-free/
m/megasr/megasr_09.21.0914.2007-1.dsc</span></pre>
</li>
</ul>
<p>We go to the source directory</p>
<ul>
<li>
<pre><span style="font-family:Courier New;">#&#62; cd megasr-09.21.0914.2007</span></pre>
</li>
</ul>
<p>We make the package, we install it and we compile the module</p>
<ul>
<li>
<pre>#&#62;debuild -sa</pre>
</li>
<li>
<pre>#&#62; dpkg -i ../megasr-source*.deb</pre>
</li>
<li>
<pre>#&#62; m-a build megasr -l 2.6.18-4-486</pre>
</li>
</ul>
<p>We install the compiled module</p>
<ul>
<li>
<pre>#&#62; dpkg -i /usr/src/megasr-modules-*</pre>
</li>
</ul>
<p>Now we should be able to access to the attached disks. To do it we have to load the module:</p>
<ul>
<li>
<pre>#&#62; depmod</pre>
</li>
<li>
<pre>#&#62; modprobe megasr</pre>
</li>
</ul>
<p>Now in /dev we should see the disks. If you don&#8217;t want to boot from this drivers, you only will have to add &#8216;megasr&#8217; in /etc/modules. If you want to boot from the disks make the following steps:</p>
<ul>
<li>
<pre>#&#62; echo "megasr" &#62; /etc/initramfs-tools/initramfs.conf</pre>
</li>
<li>
<pre>#&#62; mkinitramfs -o /boot/initrd.img-2.6.18-6-686 2.6.18-6-686</pre>
</li>
</ul>
<p>So now we have finished!!! I want to thanks a lot to Adam Cecile who has help me a lot to be able to do this! THANKS</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[July starts the migration to Koha]]></title>
<link>http://leephillips2.wordpress.com/2008/07/24/july-starts-the-migration-to-koha/</link>
<pubDate>Thu, 24 Jul 2008 00:11:03 +0000</pubDate>
<dc:creator>leephillips2</dc:creator>
<guid>http://leephillips2.wordpress.com/2008/07/24/july-starts-the-migration-to-koha/</guid>
<description><![CDATA[If you are interested in trying out open source ILS options our migration may be of interest to you.]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>If you are interested in trying out open source ILS options our migration may be of interest to you.  We signed a contract with LibLime to migrate to Koha this year.  The contract was for  bibliographic record mapping, training and support for three years.  Our users and circ records are migrating too. We chose Koha because we didn&#8217;t have to rebarcode our collection and because Koha will allow us to get our records in an XML format which makes converting them easier into other metadata schema.  We control our records, and that is a good thing. </p>
<p>Right now we are getting ready to migrate.  We have weekly conference calls with our LibLime assistant and she helps keep us on track with the data collection and matching our old information and classification from Winnebago&#8217;s Spectrum 5 to Koha&#8217;s. So tomorrow we should have an idea if we are on track for a go live date of Sept. 1. I have a fourteen page check list to complete before we go live. </p>
<p>We have scheduled a webinar for the 28th of July for a two hour training for the staff.</p>
<p>Our server is sitting outside my office door.  We cannibalized an old Gateway server and upped the ram to 1 Gig. It will do fine for us to start. We also will have a server at a remote location to serve as a virtual server. It will shadow what we are doing on the library server, it will allow us to expand in the future and it also acts as a back up server.</p>
<p>These are the recommended configurations from a Koha  comrade for our server for those of you who like this kinda stuff.</p>
<p>Recommended Hardware specifications for Butte Public Library</p>
<p>Configuration:<br />
  Single Server</p>
<p>Processor:<br />
   Xeon / Opteron Dual Core</p>
<p>Memory:<br />
   4 Gb ECC [6+G preferred] , 8-16 G will give considerable performance boost.</p>
<p>HDD:<br />
  2 * 80 Gb SATA [4 * 40GB preferred], formatted as XFS<br />
  RAID 1 (Mirrored disks) &#8212; [ Hardware RAID ]<br />
   <br />
Network:<br />
  Dual GB NICs.</p>
<p>OS:<br />
Debian Etch</p>
<p>Planning for system growth:</p>
<p>The single server configuration above is suitable for the collection and circulation requirements of BPL, giving moderate and stable performance.<br />
Koha&#8217;s system requirements can be expected to outgrow this configuration as the number of supported libraries increases.<br />
At this stage, a two- or three-server environment must be implemented, splitting the Zebra indexing engine and/or MySQL RDBMS services from the  application + web server.<br />
These services can be moved to new servers without affecting the core application/web server, thus allowing a relatively seamless hardware upgrade process, continuing to utilize the original server that supported the entire application.</p>
<p>Further considerations:</p>
<p>Koha is comprised of three distinct services, each with its own resource usage profile.<br />
Loosely, they are:<br />
Web + Application services ,  cpu-intensive.<br />
RDBMS (MySQL) service,  memory and disk intensive.<br />
Zebra indexing service,  disk intensive.</p>
<p>Well that&#8217;s it for this entry- I&#8217;ll be back tomorrow with a progress report.</p>
<p>Lee</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[¿Quién es quién en Debian?]]></title>
<link>http://pillateunlinux.wordpress.com/2008/07/02/%c2%bfquien-es-quien-en-debian/</link>
<pubDate>Wed, 02 Jul 2008 18:16:04 +0000</pubDate>
<dc:creator>pragmart</dc:creator>
<guid>http://pillateunlinux.wordpress.com/2008/07/02/%c2%bfquien-es-quien-en-debian/</guid>
<description><![CDATA[Supongo que la mayoría sabéis que las versiones de Debian tienen como nombre en clave el de un perso]]></description>
<content:encoded><![CDATA[Supongo que la mayoría sabéis que las versiones de Debian tienen como nombre en clave el de un perso]]></content:encoded>
</item>
<item>
<title><![CDATA[VMware Server unter Debian Etch]]></title>
<link>http://disposed.wordpress.com/2008/06/23/vmware-server-unter-debian-etch/</link>
<pubDate>Mon, 23 Jun 2008 11:03:24 +0000</pubDate>
<dc:creator>karsten</dc:creator>
<guid>http://disposed.wordpress.com/2008/06/23/vmware-server-unter-debian-etch/</guid>
<description><![CDATA[Seit einigen Tagen läuft auf meinem Server (Core 2 Quad 6600 mit 4x 2,4GHz und 8GB RAM) eine virtuel]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Seit einigen Tagen läuft auf meinem Server (Core 2 Quad 6600 mit 4x 2,4GHz und 8GB RAM) eine virtuelle Maschine: Debian Lenny.</p>
<p>Zunächst hatte ich VMware Server 2.0 Beta installiert, das mich wirklich positiv überrascht hat.<br />
Die Weboberfläche des VMware Virtual Infrastructure glänzt durch eine ausgezeichnete Ajax-Oberfläche, die alle paar Sekunden aktualisiert wird, und den selben Funktionsumfang bietet, wie die alte VMware Server Console, über die ich bisher auf VMware Server 1.0 zugegriffen habe.</p>
<p><!--more--></p>
<p>Ich hatte übers Wochenende einen dedizierten Team Fortress 2 Server mit 24 Spielern laufen, der auch durchgehend voll belegt war &#8211; es haben eben viele Menschen die Gelegenheit genutzt, kostenlos in TF2 reinschnuppern zu können.<br />
Dieser lief absolut lagfrei und belastete einen Kern des Core 2 Quad mit rund 70%.<br />
Die Pingzeiten waren traumhaft und insgesamt war die Performance wirklich in Ordnung.</p>
<p>Es störte nur etwas, dass die Vmware Server 2.0 Beta standardmäßig im Debug-Modus lief.<br />
Hier wird ein ziemlicher Teil der Performance verschenkt.</p>
<p>Und genau aus diesem Grund wechselte ich gerade eben zu VMware Server 1.06.<br />
Die Installation lief nicht ganz fehlerfrei ab, da ich einen amd64-Kernel fahre.</p>
<p>Es tauchten mehrere kleine Fehlermeldungen währen der Konfiguration über das Perlscript vmware-configure.pl auf &#8211; auch mein Serial wurde nicht akzeptiert!<br />
Die Ursache war ganz einfach, dass einige Teile des VMware-Setups nur in einer 32bit-Umgebung funktionieren.<br />
Nach der Installation des Paketes <em>ia32-libs</em> konnte die Installation dann abgeschlossen werden &#8211; und auch mein Serial wurde akzeptiert <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> .</p>
<p>Das schöne Webinterface habe ich jetzt zwar nicht mehr, dafür kann ich über die VMware Server Console auf die virtuelle Maschine zugreifen.</p>
<p><em>To be continued&#8230;</em></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[debian etch + gtk-engines-2.15.1 + gtk+ 2.12 (towards firefox3 customization)]]></title>
<link>http://mynbook.wordpress.com/2008/06/20/debian-etch-gtk-engines-2151-gtk-21210/</link>
<pubDate>Fri, 20 Jun 2008 11:06:33 +0000</pubDate>
<dc:creator>d7</dc:creator>
<guid>http://mynbook.wordpress.com/2008/06/20/debian-etch-gtk-engines-2151-gtk-21210/</guid>
<description><![CDATA[#20080620 #Please note: Thank you to the people who was talking here about the gtk-engines and for t]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>#20080620</p>
<p>#Please note: Thank you to the people who was talking here about the gtk-engines and for their links and feedbacks.</p>
<p>#Please note: This is working in progress and, as usual, I am in a hurry. If you think these informations are wrong write a note. If they work for you leave a note too (if you want to&#8230;of course <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  ).</p>
<p>#Please note: These engines require gtk+ version 2.12.0 or later. So I think you will have troubles if you want to use them with older versions of gtk+.</p>
<p>#Please note: <a href="http://mynbook.wordpress.com/2008/06/10/debian-etch-gtk-212-firefox-3/">These notes</a> are my starting point.</p>
<p><strong>1st Section : Build the gtk-engines-2.15.1 and install them as a non-root user</strong></p>
<ol>
<li>Install through aptitude/synaptic some of  the packages the gtk-engines-2.15.1 depends upon. Here is the list of what I had to install (do you think we can slim it down ?):
<ul>
<li>The package<strong> intltool</strong>. All its dependencies are handled automatically.</li>
</ul>
</li>
<li>Choose a folder/subfolder in the home directory where the gtk-engines will be installed. I will call it &#60;folderofchoice&#62; from now on. I chose the folder where in the previous post I installed all the libraries and binaries related to the gtk+ package. But you can choose it your way.</li>
<li><a title="gtk-engines" href="http://ftp.gnome.org/pub/gnome/sources/gtk-engines/2.15/">Fetch</a> and install the package <strong>gtk-engines-2.15.1</strong>. I did this step as a non root user, with its drawbacks. But I like it and it s convenient to my system.
<ul>
<li>Open a console.</li>
<li>Unzip and untar the package somewhere in the home folder.</li>
<li>Change the current working directory to the main gtk-engines package directory.</li>
<li>Modify the environment variable PKG_CONFIG_PATH so that its content is the path to gtk+ 2.12.10’s pkgconfig directory. Oh, well here we go if you are using BASH :<br />
export PKG_CONFIG_PATH=$HOME/&#60;folderofchoice&#62;/lib/pkgconfig.</li>
<li>Modify the environment variable LD_RUN_PATH so that its content is the path to the gtk+ 2.12.10&#8217;s libraries. If you are using BASH here is the command<br />
export LD_RUN_PATH=$HOME/&#60;folderofchoice&#62;/lib</li>
<li>Execute the script configure located in the gtk-engines main folder. I had to pass configure the following parameter –prefix=$HOME/&#60;folderofchoice&#62; so that the gtk-engines could be completely rooted to &#60;folderofchoice&#62;. The command was the following : ./configure –prefix=$HOME/&#60;folderofchoice&#62;.</li>
<li>Execute the command make install. After that you should have <strong>gtk-engines-2.15.1</strong> built and rooted in a subfolder of $HOME/&#60;folderofchoice&#62;. To test this you can ls the contents of $HOME/&#60;folderofchoice&#62;/lib/gtk-2.0.</li>
</ul>
<p>Okay, you are done. The engines and also some themes are there, here is the list (as my configure says..) :</p>
<ul>
<li>ClearLooks</li>
<li>Crux</li>
<li>HC</li>
<li>Industrial</li>
<li>Mist</li>
<li>Redmond</li>
<li>Glide</li>
<li>Smooth</li>
<li>ThinIce</li>
</ul>
<p>and you can use them, but how ? First, as I understand, it is good to know that  the engines are used by control options and lay on bottom of them. For our purposes we will be using the themes/control options and we will not be using <em>directly</em> the engines.</li>
</ol>
<p>#Please note: I am not an expert in this field, so sorry if I lack of terminology.</p>
<p><strong>2nd Section : Configuring and Using those themes in your gtk+ applications (i.e. Firefox 3).</strong></p>
<p><strong>Way one &#8211; Do it by hand (not that ! <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> )</strong></p>
<p>Two <em>different</em> goals we can reach.</p>
<ul>
<li><strong>Goal 1 &#8211; Set the aspect of EVERY gtk application in the system (not recommended)<br />
</strong>#Please note: this is not recommended because as of my tests here the new themes do not work fine if some of your applications are still using the &#8220;old&#8221; gtk+s libraries and, also, some of these themes we just installed do not contain informations about windows borders or icons.</p>
<ul>
<li>Open for writing the file .gtkrc-2.0, that is located in your home folder,  with a (simple) text editor. If this file does not exist, create it.</li>
<li>There should exist a line like this:<br />
include &#8220;&#8230;./themes/&#8230;.&#8221;</li>
<li>(If you found a line like that, comment it out with a #  and) add this new line, replacing the missing informations and always according to your installation:<br />
include &#8220;&#60;full_path_to_folder_of_choice&#62;/&#60;folderofchoice&#62;/<br />
share/themes/&#60;theme_name&#62;/gtk-2.0/gtkrc&#8221;</li>
<li>Launch a gtk application. Its controls have a &#8220;new style&#8221;.</li>
</ul>
<p>is it working ?</li>
<li><strong>Goal 2 &#8211; Set the aspect of a SINGLE gtk application in the system (i.e. Firefox 3)<br />
</strong>#Please note: this is good I think if you want only a specific (or set of specific) application(s) make use of the new engines.</p>
<ul>
<li>Think of a name. Let&#8217;s suppose it to be &#60;mygtkrc&#62;.</li>
<li>Create the file ~/.&#60;mygtkrc&#62; and open it for writing. (If that file alreadys exist Think of another name).</li>
<li>add this new line to ~/.&#60;mygtkrc&#62; (adding the missing informations and always according to your installation):<br />
include &#8220;&#60;full_path_to_&#60;folder_of_choice&#62;&#62;/&#60;folderofchoice&#62;/<br />
share/themes/&#60;theme_name&#62;/gtk-2.0/gtkrc&#8221;</li>
<li>Create a (wrapper) script (if you already have one for this application modify it) somewhere in the home folder, replacing the missing informations:<br />
#!/bin/sh<br />
export GTK2_RC_FILES=$HOME/.&#60;mygtkrc&#62;<br />
&#60;full_path_to_the_gtk_application_you_want_to_wrap&#62;/&#60;x_application_name&#62;</li>
<li>Launch the SCRIPT. The application controls have a &#8220;new style&#8221;.</li>
</ul>
<p>is it working ?</li>
</ul>
<p><strong>Way two &#8211; Do it with software products</strong></p>
<p>&#60;STUB_NOT_DONE&#62;</p>
<p><strong>3rd Section : Icon themes for firefox 3.</strong></p>
<p>Once you are done with the gtk theme customization of Firefox (as explained before) you can choose an &#8220;icon theme&#8221; (I mean a theme that preserves the current gtk theme) for Firefox and install it.</p>
<p>[I hope I can collect links to themes for Firefox 3 which are not too intrusive. If you know of any nice theme send the link and I will update the following list.]</p>
<p>Here is the first, In my opinion it is very nice !</p>
<ol>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/7379">Phoenity</a> ;</li>
</ol>
<p>d</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[debian etch + gtk+ 2.12 + firefox 3]]></title>
<link>http://mynbook.wordpress.com/2008/06/10/debian-etch-gtk-212-firefox-3/</link>
<pubDate>Tue, 10 Jun 2008 14:22:27 +0000</pubDate>
<dc:creator>d7</dc:creator>
<guid>http://mynbook.wordpress.com/2008/06/10/debian-etch-gtk-212-firefox-3/</guid>
<description><![CDATA[#20080610#20080626#20080827 #Please note: It&#8217;s many months now that I wrote these steps. Libra]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>#20080610#20080626#20080827</p>
<p>#Please note: It&#8217;s many months now that I wrote these steps. Libraries may have changed and I did not update the links. So you have two choices :</p>
<p>- directly follow the links I wrote: in this case these instructions will help you but you will have slightly old libraries.</p>
<p>- search for new versions of the libraries: if something has changed these instructions will not be able to cover the new subject.</p>
<p>anyways, choose as you like <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Another note: Lenny is about to be released &#8230;  I suppose we will have iceweasel version 3 by default .</p>
<p>#Please note : this _is_ and _will remain_ work in progress. Before executing the steps think of what I wrote : I am in a hurry and the informations lack of completeness here and there. Any suggestions/corrections are welcome. At present it seemed they worked fine for many people.</p>
<p>#Please note: Every change to the environment variables described here vanishes if you do not store it somewhere (i.e. bashrc or something).</p>
<p>#Please note : some steps need root privileges. I installed all the libs as a non-root user . if you want to do it differently modify the steps according to your taste.</p>
<p>#Please note: I just found a writing about the use of LD_LIBRARY_PATH. And it is a bit &#8220;scary&#8221;&#8230; See <a href="http://www.eyrie.org/~eagle/notes/rpath.html">http://www.eyrie.org/~eagle/notes/rpath.html</a> .  Setting the value of LD_LIBRARY_PATH influences all our next compilations and execution of programs that use the libraries we are going to install- it&#8217;s useful to remember this. So do we need to change something in the following lines ? Do we need to compile FireFox from source and link everything statically ?? <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' />  Suggestions greatly appreciated. UPDATE: Okay, thank to that page, I found the solution, that is explained in the 2nd section.</p>
<p><strong>1st Section &#8211; Build the libraries gtk+ 2.12 and install them as a non-root user.</strong></p>
<ol>
<li>Install through aptitude/synaptic some of the packages gtk+2.12 depends upon. Here is the list of what I had to install (do you think that we can slim down this list ?) :
<ul>
<li>The package <strong>xorg-dev</strong>. All its dependencies are handled automatically.</li>
<li>The package <strong>libtiff4-dev</strong>. All its dependencies are handled automatically.</li>
<li>The package <strong>libpng12-dev</strong>. All its dependencies are handled automatically.</li>
<li>The package <strong>libpango1.0-dev</strong>. All its dependencies are handled automatically.</li>
<li>The package <strong>libatk1.0-dev</strong>. All its dependencies are handled automatically.</li>
<li>The package <strong>libgtk2.0-dev</strong>. All its dependencies are handled automatically.</li>
<li>The package <strong>gettext</strong>. All its dependencies are handled automatically.</li>
<li>The package <strong>libxul-dev</strong>. All its dependencies are handled automatically. (NEW)</li>
</ul>
</li>
<li>Choose a folder/subfolder in the home directory where all the libraries,binaries man pages will be installed. I will call it &#60;folderofchoice&#62; from now on.</li>
<li><a title="glib 2.16" href="http://ftp.gnome.org/pub/gnome/sources/glib/2.16/">Fetch</a> and install the package <strong>glib 2.16</strong>. I did this step as a non root user, with its drawbacks. But I like it and it s convenient to my system.
<ul>
<li>Open a console.</li>
<li>Unzip and untar the package somewhere in the home folder.</li>
<li>Change the current working directory to the main glib package directory.</li>
<li>Execute the script configure located in the glib 2.16 main folder. I had to pass configure the following parameter  &#8211;prefix=$HOME/&#60;folderofchoice&#62;  so that glib could be completely rooted to &#60;folderofchoice&#62;. The command was the following : ./configure &#8211;prefix=$HOME/&#60;folderofchoice&#62;.</li>
<li>Execute the command make install. After that you should have <strong>glib 2.16</strong> built and rooted at $HOME/&#60;folderofchoice&#62;. To test this you can ls the contents of $HOME/&#60;folderofchoice&#62;.</li>
</ul>
</li>
<li><a href="http://ftp.gnome.org/pub/gnome/sources/pango/1.20/">Fetch</a> and install the package <strong>pango 1.20</strong>. I did this step as a non root user, with its drawbacks. But I like it and it s convenient to my system. Please note that pango 1.20 requires glib 2.14 or newer. Glib 2.12.4 is installed system-wide so We must tell pango to use the glib 2.16 we installed in the previous step. Look :
<ul>
<li>Open a console.</li>
<li>Unzip and untar the package pango 1.20 somewhere in the home folder.</li>
<li>Change the current working directory to the main pango package directory.</li>
<li>Modify the environment variable PKG_CONFIG_PATH so that its content is the path to glib 2.16&#8217;s pkgconfig directory. Oh, well here we go if you are using BASH :<br />
export PKG_CONFIG_PATH=$HOME/&#60;folderofchoice&#62;/lib/pkgconfig.</li>
<li>Modify the environment variable LD_RUN_PATH so that its content is the path to the newly installed libraries. If you are using BASH here is the command<br />
export LD_RUN_PATH=$HOME/&#60;folderofchoice&#62;/lib .</li>
<li>Execute the script configure located in the pango 1.20 main folder. I had to pass configure the following parameter &#8211;prefix=$HOME/&#60;folderofchoice&#62; so that pango could be completely rooted to &#60;folderofchoice&#62;. The command was the following : ./configure &#8211;prefix=$HOME/&#60;folderofchoice&#62;.</li>
<li>Execute the command make install. After that you should have <strong>pango 1.20</strong> built and rooted at $HOME/&#60;folderofchoice&#62;. To test this you can ls the contents of $HOME/&#60;folderofchoice&#62;.</li>
</ul>
</li>
<li><a href="http://ftp.gnome.org/pub/gnome/sources/gtk+/2.12/">Fetch</a> and install the package <strong>gtk+2.12</strong> . I did this step as a non root user, with its drawbacks. But I like it and it s convenient to my system. Please note that gtk+2.12 requires glib 2.14 or newer. Glib 2.12.4 is installed system-wide so We must tell gtk+2.12 to use the glib 2.16 and pango 1.20 we installed in the previous steps.
<ul>
<li>Open a console.</li>
<li>Unzip and untar the package gtk+2.12 somewhere in the home folder.</li>
<li>Change the current working directory to the main gtk+ package directory.</li>
<li>Modify the environment variable PKG_CONFIG_PATH so that its content is the path to glib 2.16&#8217;s pkgconfig directory. Oh, well here we go if you are using BASH :<br />
export PKG_CONFIG_PATH=$HOME/&#60;folderofchoice&#62;/lib/pkgconfig.</li>
<li>Modify the environment variable LD_RUN_PATH so that its content is the path to the newly installed libraries. If you are using BASH here is the command<br />
export LD_RUN_PATH=$HOME/&#60;folderofchoice&#62;/lib .</li>
<li>Execute the script configure located in the gtk+2.12 main folder. I had to pass configure the following parameter &#8211;prefix=$HOME/&#60;folderofchoice&#62; so that gtk+ could be completely rooted to &#60;folderofchoice&#62;. The command was the following :<br />
./configure &#8211;prefix=$HOME/&#60;folderofchoice&#62;.</li>
<li>At this point you should have configured the gtk package. One problem arises. In my system if I next give the command &#8216;make&#8217; the build process stops complaining libtool has an invalid argument. A <em>temporary</em> workaround is the following.
<ul>
<li>Open with a text editor the Makefile located in the gtk+2.12 main folder.</li>
<li>Search for the word &#8216;tests&#8217; and delete it. The result is that the gtk tests will not be built but the package will be built correctly. I hope I can find the correct fix, anyways.</li>
</ul>
</li>
<li>Execute the command make install. After that you should have <strong>gtk+2.12</strong> built and rooted at $HOME/&#60;folderofchoice&#62;. To test this you can list the contents of $HOME/&#60;folderofchoice&#62;.</li>
</ul>
<p>That&#8217;s it ! You should have everything set up to run Firefox 3. Let&#8217;s try it !</li>
</ol>
<p><strong>2nd Section &#8211; Fetch and install Firefox 3.</strong></p>
<ol>
<li><a href="http://www.mozilla.com/en-US/firefox/all.html">Fetch</a> the Firefox 3 binary package that you like the most <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />   and execute it making sure that the environment variable LD_LIBRARY_PATH stores the path to the newly installed libraries.
<ul>
<li>Open a console.</li>
<li>Unzip and untar the package firefoxXXX somewhere in the home folder.</li>
<li>Change the current working directory to the main firefoxXXX package directory.</li>
<li>Now, you can fallow one of two ways :<strong> </strong><strong> </strong><strong><br />
Way one<br />
</strong>#Please Note: this way the scope of LD_LIBRARY_PATH is the whole shell environment.</p>
<ul>
<li>Modify the environment variable LD_LIBRARY_PATH so that its content is the path to the newly installed libraries. If you are using BASH here is the command<br />
export LD_LIBRARY_PATH=$HOME/&#60;folderofchoice&#62;/lib .</li>
<li>Run the local copy of Firefox 3. Here is the command : ./firefox. It is important that you tell the shell to run the local copy of firefox otherwise the &#8220;system wide&#8221; firefox will be executed.</li>
</ul>
<p><strong>Way two (I think &#8220;safer&#8221;)</strong><br />
#Please Note: this way the scope of LD_LIBRARY_PATH should be only the program we are executing, not system wide scope.</p>
<ul>
<li>Create a wrapper script that has the following 3 lines (sorry, I had to cut the &#8220;export&#8221; in 2 lines). NOte: this is a very basic script. I mean I am just passing one parameter to the &#8220;real&#8221; firefox (i.e. an URL). To allow more complex situations you have to modify it.<br />
#!/bin/sh<br />
export LD_LIBRARY_PATH<br />
=$LD_LIBRARY_PATH:$HOME/&#60;folderofchoice&#62;/lib<br />
&#60;full_path_firefox_folder&#62;/firefox $1</li>
<li>Save the script with a non-conflicting-name that you like in the main firefoxXXX package folder (the current folder, if you followed the steps). Let&#8217;s suppose to call the script startfox.</li>
<li>Change the permission of the script so that it can be executed :<br />
chmod u+x ./startfox</li>
<li>Run the script startfox.</li>
</ul>
</li>
<li>is it running ?</li>
</ul>
</li>
</ol>
<p><a href="http://mynbook.wordpress.com/2008/06/20/debian-etch-gtk-engines-2151-gtk-21210/">Here are some notes about the customization of the gtk theme</a></p>
<p>Linked articles (thanks to the senders) :</p>
<ul>
<li><a href="http://ddesani.blogspot.com/2008/06/firefox-3-debian-etch.html">http://ddesani.blogspot.com/2008/06/firefox-3-debian-etch.html</a> (Portuguese)<br />
<a rel="nofollow" href="http://ddesani.blogspot.com/2008/06/firefox-3-debian-etch.html"><br />
</a></li>
</ul>
<p>cheers !</p>
<p>d</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Instalando o Pidgin]]></title>
<link>http://hbueno.wordpress.com/2008/05/30/instalando-o-pidgin/</link>
<pubDate>Fri, 30 May 2008 12:48:27 +0000</pubDate>
<dc:creator>hbueno</dc:creator>
<guid>http://hbueno.wordpress.com/2008/05/30/instalando-o-pidgin/</guid>
<description><![CDATA[Pidgin é um excelente client de mensagens instantâneas, que suporta os mais conhecidos protocolos (e]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p style="text-align:left;"><a href="http://hbueno.files.wordpress.com/2008/05/pidgin.jpg"><img class="alignleft alignnone size-medium wp-image-70" style="float:left;" src="http://hbueno.wordpress.com/files/2008/05/pidgin.jpg?w=231" alt="" width="92" height="119" /></a>Pidgin é um excelente client de mensagens instantâneas, que suporta os mais conhecidos protocolos (e os não tão conhecidos também), tais como: MSN, Google Talk, IRC, ICQ, Yahoo!, AIM, XMPP dentre muitos outros.</p>
<p style="text-align:left;">Vou descrever como instalar a última versão do Pidgin, já que a que está nos repositórios do Etch é véia pakas =p</p>
<p style="text-align:left;">Primeiramente é necessário a instalação de algumas dependências: aptitude install libxml-parser-perl libgtk2.0-dev libxml2-dev libgnutls-dev libstartup-notification0-dev libgstreamer0.10-dev libgtkspell-dev libmeanwhile-dev libavahi-glib-dev libdbus-1-dev libdbus-glib-1-dev network-manager-dev libperl-dev tcl8.4-dev tk8.4-dev</p>
<p style="text-align:left;">Agora baixe o fonte do pidgin diretamente do site: http://www.pidgin.im/download/source</p>
<p style="text-align:left;">Descompacte o arquivo com o comando tar -jxf pidgin-2.2.0.tar.bz2 e entre no diretório criado.</p>
<p style="text-align:left;">Crie o Makefile para compilação com o comando: ./configure</p>
<p style="text-align:left;">Para compilar e instalar o programa: make &#38;&#38; make install</p>
<p style="text-align:left;">Agora basta reiniciar seu gerenciador de janelas que o pidgin estará no menu Aplicações. =D</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Compilazione ed Installazione di Asterisk su Debian Etch]]></title>
<link>http://mikeoverip.wordpress.com/2008/03/30/compilazione-ed-installazione-di-asterisk-su-debian-etch/</link>
<pubDate>Sun, 30 Mar 2008 16:16:44 +0000</pubDate>
<dc:creator>mikeOverIP</dc:creator>
<guid>http://mikeoverip.wordpress.com/2008/03/30/compilazione-ed-installazione-di-asterisk-su-debian-etch/</guid>
<description><![CDATA[Questa guida fa riferimento alla versione di Asterisk 1.4.18.1 ma è stata testata anche con le prece]]></description>
<content:encoded><![CDATA[Questa guida fa riferimento alla versione di Asterisk 1.4.18.1 ma è stata testata anche con le prece]]></content:encoded>
</item>
<item>
<title><![CDATA[Asterisk Compilation and Installation on Debian Etch]]></title>
<link>http://mikeoverip.wordpress.com/2008/03/29/asterisk-compilation-and-installation-on-debian-etch/</link>
<pubDate>Sat, 29 Mar 2008 15:58:27 +0000</pubDate>
<dc:creator>mikeOverIP</dc:creator>
<guid>http://mikeoverip.wordpress.com/2008/03/29/asterisk-compilation-and-installation-on-debian-etch/</guid>
<description><![CDATA[This guide refers to Asterisk version 1.4.18.1 but has been tested as well on older 1.4.x versions, ]]></description>
<content:encoded><![CDATA[This guide refers to Asterisk version 1.4.18.1 but has been tested as well on older 1.4.x versions, ]]></content:encoded>
</item>
<item>
<title><![CDATA[some more [link] notes on social networks]]></title>
<link>http://dagobart.wordpress.com/2008/03/17/some-more-link-notes-on-social-networks/</link>
<pubDate>Mon, 17 Mar 2008 01:02:51 +0000</pubDate>
<dc:creator>dagobart</dc:creator>
<guid>http://dagobart.wordpress.com/2008/03/17/some-more-link-notes-on-social-networks/</guid>
<description><![CDATA[On the subject of social sites, my current aim is to develop a freely available core social network.]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>On the subject of social sites, my <a href="http://twitter.com/dagobart/statuses/767019563">current aim is to develop</a> a freely available <a href="http://twitter.com/dagobart/statuses/767019138">core social network</a>. To be able to do so, I did <a href="http://www.google.com/search?q=rails+user.management">some online search</a>. I begun with a <a href="http://www.google.com/search?q=rails+bulletin.board+system&#38;hl=en">search for a Bulletin Board System based on Rails</a>. But I didn&#8217;t go into depth until now.</p>
<p>What I found somtime amidst it was a <a href="http://railsspace.com/">book on developing a social network using Rails</a>. Unfortunately, only some teasers of that book are available online.</p>
<p>Aside of that Rails stuff, there are some news available on the subject of social networks:
<ol>
<li> Nick O&#8217;Neill tells us <a href="http://www.socialtimes.com/2007/11/buddy-press-turns-wordpress-into-social-network/">about Word Press x Buddy Press</a>: &#8220;BuddyPress will completely transform a vanilla installation of WordPress <abbr title="multi-user [red.]">MU</abbr> into a fully functional social network platform.&#8221; </li>
<li> Google&#8217;s David Glazer serves <a href="http://www.web-strategist.com/blog/2008/03/04/opensocial-by-googles-david-glazer/">some background insight into &#8220;Google&#8217;s&#8221; OpenSocial</a> and where to go. </li>
<li> Finally, at TechCrunch <a href="http://twitter.com/dagobart/statuses/768707161">I found</a> some <a href="http://www.techcrunch.com/2008/03/07/fubar-grows-over-3-million-percent-in-a-year/">figures on the user base sizes of Facebook, MySpace, Ning and others.</a> </li>
</ol>
<p>And a more or less personal note: My Rails box got broken lately, and until now I was unable to set up an alternative: There were some hassles doing so on a Debian Etch and, unfortunately too, the works-like-a-breeze tutorial of how to <a href="http://dagobart.wordpress.com/2008/03/02/some-probably-useful-links-to-get-into-ruby-on-rails/">install Rails on a Debian Etch box</a> did not work. (I might post a solution for this issue explicitly, soon.)</p>
</div>]]></content:encoded>
</item>

</channel>
</rss>
