Tfe

Ongi etorri tfe-ren webgunera...

Old stuff/Perl/svn/tfe/trunk/gtkrss_b/feeds/stombi

(Deskargatu)
HTTP/1.1 200 OK
Date: Thu, 24 Nov 2005 15:59:12 GMT
Server: Apache/ProXad [Sep  2 2005 07:05:41]
X-Powered-By: PHP/4.3.10
Connection: close

<?xml version="1.0" encoding="ISO-8859-1" ?>
<rdf:RDF
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
  xmlns:admin="http://webns.net/mvcb/"
  xmlns:content="http://purl.org/rss/1.0/modules/content/"
  xmlns="http://purl.org/rss/1.0/">

<channel rdf:about="http://stombi.free.fr/blog/index.php">
  <title>Stombi Home Page</title>
  <description><![CDATA[Stombi Home Page]]></description>
  <link>http://stombi.free.fr/blog/index.php</link>
  <dc:language>fr</dc:language>
  <dc:creator></dc:creator>
  <dc:rights></dc:rights>
  <dc:date>2005-10-23T21:34:40+02:00</dc:date>
  <admin:generatorAgent rdf:resource="http://www.dotclear.net/" />
  
  <sy:updatePeriod>daily</sy:updatePeriod>
  <sy:updateFrequency>1</sy:updateFrequency>
  <sy:updateBase>2005-10-23T21:34:40+02:00</sy:updateBase>
  
  <items>
  <rdf:Seq>
    <rdf:li rdf:resource="http://stombi.free.fr/blog/index.php?2005/10/23/35-ubuntu-pure-ftpd-et-pureadmin-cvs" />
  <rdf:li rdf:resource="http://stombi.free.fr/blog/index.php?2005/10/07/34-google-reader" />
  <rdf:li rdf:resource="http://stombi.free.fr/blog/index.php?2005/09/29/32-sarkoebbels" />
  <rdf:li rdf:resource="http://stombi.free.fr/blog/index.php?2005/08/02/31-mkfifo" />
  <rdf:li rdf:resource="http://stombi.free.fr/blog/index.php?2005/07/14/30-apache2-multiple-ssl-virtual-hosts" />
  <rdf:li rdf:resource="http://stombi.free.fr/blog/index.php?2005/05/14/29-mauriz-cd-key" />
  <rdf:li rdf:resource="http://stombi.free.fr/blog/index.php?2005/04/18/28-bruce-lisker" />
  <rdf:li rdf:resource="http://stombi.free.fr/blog/index.php?2005/03/14/27-plugin-meteo-weather-version-12" />
  <rdf:li rdf:resource="http://stombi.free.fr/blog/index.php?2005/02/22/26-plugin-meteo-weather-version-11" />
  <rdf:li rdf:resource="http://stombi.free.fr/blog/index.php?2005/02/10/25-plugin-lien-aleatoire" />
  </rdf:Seq>
  </items>
</channel>

<item rdf:about="http://stombi.free.fr/blog/index.php?2005/10/23/35-ubuntu-pure-ftpd-et-pureadmin-cvs">
  <title>Ubuntu Pure-FTPd et PureAdmin CVS</title>
  <link>http://stombi.free.fr/blog/index.php?2005/10/23/35-ubuntu-pure-ftpd-et-pureadmin-cvs</link>
  <dc:date>2005-10-23T21:34:40+02:00</dc:date>
  <dc:language>fr</dc:language>
  <dc:creator>stombi</dc:creator>
  <dc:subject>Ubuntu</dc:subject>
  <description>J'avais besoin d'un serveur FTP sur mon portable pour des transferts ponctuels qui puisse �tre g�r� facilement. Pour cela, j'ai d�cid� d'utiliser une interface graphique ( PureAdmin ).
Comme j'avais pas r�ussi � faire fonctionner correctement la version 0.1.11 de PureAdmin fournie en paquet dans Ubuntu Breezy, j'ai pris la version CVS 0.2.2 et j'ai cr�� un paquet avec checkinstall.
Je d�cris ici la proc�dure histoire de m'en souvenir et �a peut peut �tre interesser d'autres personnes.</description>
  <content:encoded><![CDATA[<p>J'avais besoin d'un serveur FTP sur mon portable pour des transferts ponctuels qui puisse �tre g�r� facilement. Pour cela, j'ai d�cid� d'utiliser une interface graphique ( PureAdmin ).
Comme j'avais pas r�ussi � faire fonctionner correctement la version 0.1.11 de PureAdmin fournie en paquet dans Ubuntu Breezy, j'ai pris la version CVS 0.2.2 et j'ai cr�� un paquet avec checkinstall.
Je d�cris ici la proc�dure histoire de m'en souvenir et �a peut peut �tre interesser d'autres personnes.</p> <h3>Contenu de mon fichier /etc/apt/sources.list</h3>


<p><br />## UPDATES</p>


<p>deb http://fr.archive.ubuntu.com/ubuntu breezy-updates main restricted</p>


<p><br />## SECURITY</p>


<p>deb http://security.ubuntu.com/ubuntu breezy-security main restricted universe</p>


<p><br />## DISTRIB BREEZY</p>


<p>deb http://archive.ubuntu.com/ubuntu/ breezy main restricted universe multiverse</p>



<h3>Installation des paquets necessaires</h3>


<p>Mise � jour de la base de donn�es des paquets&nbsp;:</p>


<p><code>sudo apt-get update</code></p>


<p>Installation des paquets&nbsp;:</p>


<p><code>sudo apt-get install pure-ftpd cvs autoconf automake intltool libglib2.0-dev libgtk2.0-dev libglade2-dev make checkinstall libgamin-dev</code></p>



<h3>Configuration de Pure-FTPd</h3>


<p>Editer /etc/default/pure-ftpd-common</p>


<p><code>sudo gedit /etc/default/pure-ftpd-common</code></p>


<p>Changer</p>


<p><code>STANDALONE_OR_INETD=inetd</code></p>


<p>en</p>


<p><code>STANDALONE_OR_INETD=standalone</code></p>


<p>Commenter cette ligne dans /etc/inetd.conf</p>


<p><code>#ftp    stream  tcp     nowait  root    /usr/sbin/tcpd /usr/sbin/pure-ftpd-wrapper</code></p>


<p>D�sactiver l'autentification PAM</p>


<p><code>sudo echo "no" &gt; /etc/pure-ftpd/conf/PAMAuthentication</code></p>


<p>Cr�er un lien symbolique pour g�rer l'autentification avec PureDB</p>


<p><code>cd /etc/pure-ftpd/auth/</code></p>


<p><code>sudo ln -s ../conf/PureDB 50PureDB</code></p>



<h3>Installation de PureAdmin</h3>


<p>Cr�ez un r�pertoire o� r�cuperer et compiler pureadmin</p>


<p><code>sudo mkdir -p /tmp/pureadmin</code></p>


<p><code>cd /tmp/pureadmin</code></p>


<p><code>export CVS_RSH=ssh</code></p>


<p><code>cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/purify login</code></p>


<p>pas de password, appuyer sur entr�e</p>


<p>si �a ne trouve pas le fichier .cvspass dans le /home �a n'est pas grave, continuer</p>


<p><code>cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/purify co purify</code></p>


<p><code>cd purify</code></p>


<p><code>./autogen.sh</code></p>


<p><code>./configure</code></p>


<p><code>make</code></p>


<p><code>sudo checkinstall</code></p>


<p>quand on demande:</p>


<p><code>The package documentation directory ./doc-pak does not exist.</code></p>


<p><code>Should I create a default set of package docs?  [y]: n</code></p>


<p>r�pondre n (non)</p>


<p>changer les param�tres du paquet pour avoir quelque chose comme �a&nbsp;:</p>



<pre>0 -  Maintainer: [ mail@example.com ]
1 -  Summary: [ Gtk graphic front-end for PureFTPd ]
2 -  Name:    [ pureadmin ]
3 -  Version: [ 0.2.2 ]
4 -  Release: [ 1 ]
5 -  License: [ GPL ]
6 -  Group:   [ checkinstall ]
7 -  Architecture: [ i386 ]
8 -  Source location: [ purify ]
9 -  Alternate source location: [  ]</pre>


<p>Si tout se passe bien le paquet g�n�r� s'installe automatiquement.
Sinon installer en tappant la commande</p>


<p><code>sudo dpkg -i pureadmin_0.2.2-1_i386.deb</code></p>


<p>lancer pureadmin</p>


<p><code>sudo pureadmin</code></p>


<p>Aller dans Pr�f�rences</p>


<p>Renseigner le "Dossier Home:" , ne pas tenir compte du reste pour l'instant</p>


<p><img src="/blog/images/pure1.png" alt="" /></p>


<p>Remplir les commandes externes comme sur l'image</p>


<p><img src="/blog/images/pure2.png" alt="" /></p>


<p>Cliquer sur "Gestion des comptes"</p>


<p><img src="/blog/images/pure3.png" alt="" /></p>


<p>R�pondre "Oui"</p>


<p><img src="/blog/images/pure4.png" alt="" /></p>


<p>R�pondre "Oui"</p>


<p>Cr�er un utilisateur</p>


<p><img src="/blog/images/pure5.png" alt="" /></p>


<p>Cliquer sur "Ajouter compte" et quitter pureadmin</p>


<p>Cr�er le R�pertoire ftp</p>


<p><code>sudo mkdir -p /home/ftp</code></p>


<p>Donner les bonnes permissions</p>


<p><code>sudo chown ftpuser:ftpgroup /home/ftp</code></p>


<p>Lancer pureadmin</p>


<p><code>sudo pureadmin</code></p>


<p>Aller dans le menu "PureFTPd" et cliquer sur "D�marrer serveur"</p>


<p>Lancer un client ftp et tester la connexion avec user qui vient d'etre cr��.</p>


<p>Si "D�marrer serveur" est gris� , lancer une fois pureadmin en root</p>


<p><code>sudo -s</code></p>


<p><code>pureadmin</code></p>


<p>Quitter pureadmin , puis le relancer en user</p>


<p><code>exit</code></p>


<p><code>sudo pureadmin</code></p>]]></content:encoded>
</item>
<item rdf:about="http://stombi.free.fr/blog/index.php?2005/10/07/34-google-reader">
  <title>Google Reader</title>
  <link>http://stombi.free.fr/blog/index.php?2005/10/07/34-google-reader</link>
  <dc:date>2005-10-07T22:45:53+02:00</dc:date>
  <dc:language>fr</dc:language>
  <dc:creator>stombi</dc:creator>
  <dc:subject>G�n�ral</dc:subject>
  <description>Ca me plait �a reader.google.com...</description>
  <content:encoded><![CDATA[ <p>Ca me plait �a <a href="http://reader.google.com/">reader.google.com</a></p>]]></content:encoded>
</item>
<item rdf:about="http://stombi.free.fr/blog/index.php?2005/09/29/32-sarkoebbels">
  <title>Sarkoebbels</title>
  <link>http://stombi.free.fr/blog/index.php?2005/09/29/32-sarkoebbels</link>
  <dc:date>2005-09-29T12:41:43+02:00</dc:date>
  <dc:language>fr</dc:language>
  <dc:creator>stombi</dc:creator>
  <dc:subject>G�n�ral</dc:subject>
  <description>M. Sarkozy contre l�anti-France


09.09.2005 - Intervention devant les pr�fets


First they put away the dealers,
Keep our kids safe and off the street.
Then they put away the prostitutes,
Keep married men cloistered at home.
Then they shooed away the bums,
Then they beat and bashed the...</description>
  <content:encoded><![CDATA[ <p><a href="http://www.monde-diplomatique.fr/carnet/2005-09-21-M-Sarkozy-contre-l-anti-France" hreflang="fr">M. Sarkozy contre l&#8217;anti-France</a></p>


<p><a href="http://www.interieur.gouv.fr/rubriques/c/c1_le_ministre/c13_discours/2005_09_09_prefets" hreflang="fr">09.09.2005 - Intervention devant les pr�fets</a></p>


<pre>First they put away the dealers,
Keep our kids safe and off the street.
Then they put away the prostitutes,
Keep married men cloistered at home.
Then they shooed away the bums,
Then they beat and bashed the queers,
Turned away asylum-seekers,
Fed us suspicions and fears.
We didn't raise our voice,
We didn't make a fuss.
It's funny there was no one left to notice
When they came for us.
...</pre>


<p><a href="http://www.seeklyrics.com/lyrics/Nofx/Re-Gaining-Unconsciousness.html" hreflang="en">Nofx - Re - Gaining Unconsciousness Lyrics</a></p>]]></content:encoded>
</item>
<item rdf:about="http://stombi.free.fr/blog/index.php?2005/08/02/31-mkfifo">
  <title>mkfifo</title>
  <link>http://stombi.free.fr/blog/index.php?2005/08/02/31-mkfifo</link>
  <dc:date>2005-08-02T00:20:55+02:00</dc:date>
  <dc:language>fr</dc:language>
  <dc:creator>stombi</dc:creator>
  <dc:subject>Console</dc:subject>
  <description>J'adore ce genre d'astuces :)



Hi this article was awesome I am using the same technique to image a hard drive to a new one. First i booted both of the laptops to live cd's then i did:

local$ mkfifo ddfifo; dd if=/dev/hda | bzip2 &gt; ddfifo

remote$ nc -l -p 5000 | bunzip2 | dd of=/dev/hda...</description>
  <content:encoded><![CDATA[ <p>J'adore ce genre d'astuces :)</p>



<blockquote><p>Hi <a href="http://www.debian-administration.org/articles/145" hreflang="en">this article was awesome</a> I am using the same technique to image a hard drive to a new one. First i booted both of the laptops to live cd's then i did:</p>
<p>
<code>local$ mkfifo ddfifo; dd if=/dev/hda | bzip2 &gt; ddfifo</code></p>
<p>
<code>remote$ nc -l -p 5000 | bunzip2 | dd of=/dev/hda</code></p>
<p>
<code>local$ cat ddfifo | nc remote 5000</code></p>
<p>
Now I have my old filesystem perfectly set up on my new laptop....ta da.</p></blockquote>


<p>Source&nbsp;: <a href="http://www.debian-administration.org/articles/145#comment_24" hreflang="en">ce commentaire</a></p>]]></content:encoded>
</item>
<item rdf:about="http://stombi.free.fr/blog/index.php?2005/07/14/30-apache2-multiple-ssl-virtual-hosts">
  <title>Apache2 multiple SSL Virtual Hosts</title>
  <link>http://stombi.free.fr/blog/index.php?2005/07/14/30-apache2-multiple-ssl-virtual-hosts</link>
  <dc:date>2005-07-14T12:52:51+02:00</dc:date>
  <dc:language>fr</dc:language>
  <dc:creator>stombi</dc:creator>
  <dc:subject>Serveur</dc:subject>
  <description>Why is it not possible to use Name-Based Virtual Hosting to identify different SSL virtual hosts?



Name-Based Virtual Hosting is a very popular method of identifying different virtual hosts. It allows you to use the same IP address and the same port number for many different sites. When people...</description>
  <content:encoded><![CDATA[ <p><strong>Why is it not possible to use Name-Based Virtual Hosting to identify different SSL virtual hosts?</strong></p>



<blockquote><p>Name-Based Virtual Hosting is a very popular method of identifying different virtual hosts. It allows you to use the same IP address and the same port number for many different sites. When people move on to SSL, it seems natural to assume that the same method can be used to have lots of different SSL virtual hosts on the same server.</p>
<p>
<a href="http://httpd.apache.org/docs-2.0/ssl/ssl_faq.html#vhosts2" hreflang="en">It comes as rather a shock to learn that it is impossible.</a></p>
<p>
The reason is that the SSL protocol is a separate layer which encapsulates the HTTP protocol. So the problem is that the SSL session is a separate transaction that takes place before the HTTP session even starts. Therefore all the server receives is an SSL request on IP address X and port Y (usually 443). Since the SSL request does not contain any Host: field, the server has no way to decide which SSL virtual host to use. Usually, it will just use the first one it finds that matches the port and IP address.</p>
<p>
You can, of course, use Name-Based Virtual Hosting to identify many non-SSL virtual hosts (all on port 80, for example) and then you can have no more than 1 SSL virtual host (on port 443). But if you do this, you must make sure to put the non-SSL port number on the NameVirtualHost directive, e.g.</p>
<p>
<code>NameVirtualHost 192.168.1.1:80</code></p>
<p>
Other workaround solutions are:</p>
<p>
Use separate IP addresses for different SSL hosts. Use different port numbers for different SSL hosts.</p>
<p>
<br /></p>
<p>
Specifically, you cannot have multiple secure virtual hosts on the same SOCKET (IP address + port). By default, a secure host will use port 443. <a href="http://www.faqs.org/docs/Linux-HOWTO/SSL-RedHat-HOWTO.html#s4" hreflang="en">You can change configure your virtual host to use a different port number with the same IP</a>, thus creating another socket. There are many disadvantages to this approach. The most obvious disadvantage is that if you are not using the default port, your URL must also contain the port number to access the secure site.</p>
<p>
Example:</p>
<p>
<code>Site using default port - www.something.com - would be accessed as https://www.something.com</code></p>
<p>
<code>A site using port 8888 would be accessed as https://www.something.com:8888</code></p>
<p>
Another disadvantage is that if you introduce more ports, you will be providing more opportunities for port sniffing hackers. Last, if you select a port that is used by something else, you will create conflict problem.</p></blockquote>]]></content:encoded>
</item>
<item rdf:about="http://stombi.free.fr/blog/index.php?2005/05/14/29-mauriz-cd-key">
  <title>Mauriz Cd Key</title>
  <link>http://stombi.free.fr/blog/index.php?2005/05/14/29-mauriz-cd-key</link>
  <dc:date>2005-05-14T21:42:56+02:00</dc:date>
  <dc:language>fr</dc:language>
  <dc:creator>stombi</dc:creator>
  <dc:subject>Dotclear</dc:subject>
  <description>Changement de th�me, c'est une adaptation du th�me par d�faut de Dotclear.


Evidement ceci n'aurait pas �t� possible sans ... Maurice bien s�r�!...</description>
  <content:encoded><![CDATA[ <p>Changement de th�me, c'est une adaptation du th�me par d�faut de Dotclear.</p>


<p>Evidement ceci n'aurait pas �t� possible sans ... <a href="http://www.svay.com/blog/" hreflang="fr">Maurice</a> bien s�r&nbsp;!</p>]]></content:encoded>
</item>
<item rdf:about="http://stombi.free.fr/blog/index.php?2005/04/18/28-bruce-lisker">
  <title>Bruce Lisker</title>
  <link>http://stombi.free.fr/blog/index.php?2005/04/18/28-bruce-lisker</link>
  <dc:date>2005-04-18T23:05:05+02:00</dc:date>
  <dc:language>fr</dc:language>
  <dc:creator>stombi</dc:creator>
  <dc:subject>G�n�ral</dc:subject>
  <description>It can be hard to prove one's innocence if nobody's listening.


C'est tellement vrai....</description>
  <content:encoded><![CDATA[ <p><q><a href="http://ming.tv/flemming2.php/__show_article/_a000010-001532.htm" hreflang="en">It can be hard to prove one's innocence if nobody's listening.</a></q></p>


<p>C'est tellement vrai.</p>]]></content:encoded>
</item>
<item rdf:about="http://stombi.free.fr/blog/index.php?2005/03/14/27-plugin-meteo-weather-version-12">
  <title>Plugin m�t�o Weather version 1.2</title>
  <link>http://stombi.free.fr/blog/index.php?2005/03/14/27-plugin-meteo-weather-version-12</link>
  <dc:date>2005-03-14T23:13:00+01:00</dc:date>
  <dc:language>fr</dc:language>
  <dc:creator>stombi</dc:creator>
  <dc:subject>Dotclear</dc:subject>
  <description>Permet d'afficher les conditions m�t�o de diff�rentes villes sur son blog.


Un grand merci � Olivier Guerrier qui a quasiment tout fait dans cette version, �a m'a fait tr�s plaisir de travailler avec toi ;)


Version�: 1.2


Changelog:

Traduction en fran�ais (fichier l10n weather.lang)...</description>
  <content:encoded><![CDATA[ <p>Permet d'afficher les conditions m�t�o de diff�rentes villes sur son blog.</p>


<p>Un grand merci � <a href="http://olivier.guerrier.org/blog/">Olivier Guerrier</a> qui a quasiment tout fait dans cette version, �a m'a fait tr�s plaisir de travailler avec toi ;)</p>


<p>Version&nbsp;: 1.2</p>


<p>Changelog:</p>
<ul>
<li>Traduction en fran�ais (fichier l10n weather.lang)</li>
<li>Possibilit� de personnaliser le HTML g�n�r� (templates)</li>
<li>Possibilit� de donner directement un code ville dans l'admin (dans le cas o� le moteur de recherche ne trouve pas la ville)</li>
<li>Possibilit� de contourner les choix de l'interface d'admin, par des param�tres optionnels de la fonction weatherList</li>
</ul>

<p>Il est a noter que les plugins th�mes d'icones fonctionnent toujours avec cette version. (voir <a href="http://dev.dotclear.net/trac/wiki/DotClear/Plugins">wiki</a> ou
<a href="http://www.dotclear.net/forum/viewtopic.php?id=8725">forum</a>)</p>


<p>Avant d'installer il faut tout d'abord supprimer le plugin weather avec le gestionnaire de plugin puis effacer le dossier weather dans le dossier share.</p>


<ul>
<li><a href="/files/dc/plugin-weather-1.2.pkg.gz">Installeur (pkg.gz)</a></li>
<li><a href="/files/dc/plugin-weather-1.2.tar.gz">Archive .tar.gz</a></li>
</ul>
<ul>
<li><a href="http://www.dotclear.net/forum/viewtopic.php?id=8725">Post sur le forum Dotclear</a></li>
<li><a href="http://dev.dotclear.net/trac/wiki/DotClear/Plugins">Wiki Dotclear Plugins</a></li>
</ul>]]></content:encoded>
</item>
<item rdf:about="http://stombi.free.fr/blog/index.php?2005/02/22/26-plugin-meteo-weather-version-11">
  <title>Plugin m�t�o Weather version 1.1</title>
  <link>http://stombi.free.fr/blog/index.php?2005/02/22/26-plugin-meteo-weather-version-11</link>
  <dc:date>2005-02-22T23:34:24+01:00</dc:date>
  <dc:language>fr</dc:language>
  <dc:creator>stombi</dc:creator>
  <dc:subject>Dotclear</dc:subject>
  <description>Permet d'afficher les conditions m�t�o de diff�rentes villes sur son blog.

Version�: 1.1


Installeur (pkg.gz)
Archive .tar.gz


Post sur le forum Dotclear...</description>
  <content:encoded><![CDATA[ <p>Permet d'afficher les conditions m�t�o de diff�rentes villes sur son blog.</p>

<p>Version&nbsp;: 1.1</p>

<ul>
<li><a href="/files/dc/plugin-weather-1.1.pkg.gz">Installeur (pkg.gz)</a></li>
<li><a href="/files/dc/plugin-weather-1.1.tar.gz">Archive .tar.gz</a></li>
</ul>
<ul>
<li><a href="http://www.dotclear.net/forum/viewtopic.php?id=8424">Post sur le forum Dotclear</a></li>
</ul>]]></content:encoded>
</item>
<item rdf:about="http://stombi.free.fr/blog/index.php?2005/02/10/25-plugin-lien-aleatoire">
  <title>Plugin Lien al�atoire</title>
  <link>http://stombi.free.fr/blog/index.php?2005/02/10/25-plugin-lien-aleatoire</link>
  <dc:date>2005-02-10T21:38:10+01:00</dc:date>
  <dc:language>fr</dc:language>
  <dc:creator>stombi</dc:creator>
  <dc:subject>Dotclear</dc:subject>
  <description>Active au hasard un lien du plugin Gestionnaire de liens.


Installeur (pkg.gz)
Archive .tar.gz...</description>
  <content:encoded><![CDATA[ <p>Active au hasard un lien du plugin Gestionnaire de liens.</p>

<ul>
<li><a href="/files/dc/plugin-randomlink-1.0.pkg.gz">Installeur (pkg.gz)</a></li>
<li><a href="/files/dc/plugin-randomlink-1.0.tar.gz">Archive .tar.gz</a></li>
</ul>]]></content:encoded>
</item>

</rdf:RDF>