<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"><channel><title>Another Home Page Blog</title><link>https://blog.anotherhomepage.org/</link><description></description><lastBuildDate>Thu, 11 Sep 2025 18:00:00 +0200</lastBuildDate><item><title>Un serveur web en une ligne de python</title><link>https://blog.anotherhomepage.org/post/2025/09/11/un-serveur-web-en-une-ligne-de-python/</link><description>&lt;p&gt;&lt;img alt="un cube blanc sur fond bleu, contenant le logo du langage de programmation Python" src="https://blog.anotherhomepage.org/images/2025/09/rubaitul-azad-ZIPFteu-R8k-unsplash_mini.jpg"&gt;&lt;/p&gt;
&lt;p&gt;Je me doute que tout le monde connaît l'astuce mais je me suis dit que le sujet
était assez facile pour me remettre le pied à l'étrier de l'écriture.&lt;/p&gt;
&lt;p&gt;Parfois, on a juste besoin d'un serveur web basique, sans fioritures. Pas de
pages dynamiques, juste servir des fichiers statiques, quelques …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Thu, 11 Sep 2025 18:00:00 +0200</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2025-09-11:/post/2025/09/11/un-serveur-web-en-une-ligne-de-python/</guid><category>miscellaneous</category><category>python</category><category>Python</category></item><item><title>Initramfs and dracut</title><link>https://blog.anotherhomepage.org/post/2022/12/08/initramfs-and-dracut/</link><description>&lt;p&gt;&lt;img alt="an open wristwatch, showing it's cogs and wheels" src="https://blog.anotherhomepage.org/images/2022/12/lukas-tennie-3dyDozzCORw-unsplash_mini.jpg"&gt;&lt;/p&gt;
&lt;p&gt;In order to keeps blog posts small and easy to read, I sometimes skip up some
details. In the series on my shenanigans with 
&lt;a href="/post/2022/12/05/check-the-vulnerabilites-affecting-CPU/"&gt;CPU vulnerabilites&lt;/a&gt; 
and the &lt;a href="/post/2022/12/06/a-non-vulnerable-cpu/"&gt;Intel microcode&lt;/a&gt;, I did not 
specify how I handled the initramfs side of things. This post will double as a 
cheat-sheet for …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Thu, 08 Dec 2022 14:20:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2022-12-08:/post/2022/12/08/initramfs-and-dracut/</guid><category>sysadmin</category><category>initram</category><category>initramfs</category><category>initrd</category><category>dracut</category><category>fedora</category><category>centos</category><category>rhel</category><category>redhat</category><category>linux</category></item><item><title>Share snippets and files</title><link>https://blog.anotherhomepage.org/post/2022/12/07/share-snipprts-files/</link><description>&lt;p&gt;&lt;img alt="An &amp;quot;open&amp;quot; sign in front of a shop's window" src="https://blog.anotherhomepage.org/images/2022/12/clay-banks-N3SsG7xR-Dg-unsplash_mini.jpg"&gt;
A shameless autopromotion post about some services I provide.&lt;/p&gt;
&lt;h2&gt;Public IP address and browser informations display&lt;/h2&gt;
&lt;p&gt;If you need to check what your public IP adress is, and some informations from
your web browser, have a look at &lt;a href="https://ottertelecom.com/"&gt;ottertelecom.com&lt;/a&gt;. I
created this page in order to give these informations …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Wed, 07 Dec 2022 17:00:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2022-12-07:/post/2022/12/07/share-snipprts-files/</guid><category>miscellaneous</category><category>pastebin</category><category>privatebin</category><category>jirafeau</category><category>services</category><category>liberapay</category></item><item><title>A non-vulnerable CPU ?</title><link>https://blog.anotherhomepage.org/post/2022/12/06/a-non-vulnerable-cpu/</link><description>&lt;p&gt;&lt;img alt="a brown shield on a white wall" src="https://blog.anotherhomepage.org/images/2022/12/pawel-czerwinski-RovCBKMfK_k-unsplash_mini.jpg"&gt;&lt;/p&gt;
&lt;p&gt;Following &lt;a href="/post/2022/12/05/check-the-vulnerabilites-affecting-CPU/"&gt;yesterday's blog post&lt;/a&gt;, 
I was wondering if I could find a CPU that would have a BIOS old enough so it's
microcode would not be patched agains any vulnerability.&lt;/p&gt;
&lt;h2&gt;Enter the Intel Atom 330&lt;/h2&gt;
&lt;p&gt;I decided to bring out of retirement my good old Shuttle X27D, a 2008 computer …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Tue, 06 Dec 2022 22:00:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2022-12-06:/post/2022/12/06/a-non-vulnerable-cpu/</guid><category>security</category><category>linux</category><category>kernel</category><category>spectre</category><category>meltdown</category><category>intel</category><category>atom</category></item><item><title>check the vulnerabilites affecting a CPU</title><link>https://blog.anotherhomepage.org/post/2022/12/05/check-the-vulnerabilites-affecting-CPU/</link><description>&lt;p&gt;&lt;img alt="using a pipette to select a sample" src="https://blog.anotherhomepage.org/images/2022/12/louis-reed-pwcKF7L4-no-unsplash_mini.jpg"&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Warning: in this article, I'll show how to disable mitigations for some
vulnerabilities. Do not try this on a production system or any other system
containing important data you care about not being leaked/stolen/lost.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;After the blog post on the &lt;a href="/post/2022/05/25/Compiling-the-NetBSD-kernel-as-a-benchmark/"&gt;NetBSD kernel compilation 
benchmarking&lt;/a&gt;, 
and since most of …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Mon, 05 Dec 2022 22:00:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2022-12-05:/post/2022/12/05/check-the-vulnerabilites-affecting-CPU/</guid><category>security</category><category>linux</category><category>kernel</category><category>spectre</category><category>meltdown</category></item><item><title>s-tui, a frontend for stress-ng</title><link>https://blog.anotherhomepage.org/post/2022/12/04/s-tui-stress-ng-frontend/</link><description>&lt;p&gt;&lt;img alt="a dashboard with many analog temperature
gauges" src="https://blog.anotherhomepage.org/images/2022/12/michal-mrozek-0aqJNZ5tVBc-unsplash_mini.jpg"&gt;&lt;/p&gt;
&lt;p&gt;For a (failed) project, I needed to stress-test a system in order to verify the
limits of it's ventilation system and it's temperatues. I heard about
&lt;a href="https://github.com/ColinIanKing/stress-ng"&gt;stress-ng&lt;/a&gt; a while ago, and I
lately found about a fronted for it, named
&lt;a href="https://amanusk.github.io/s-tui/"&gt;s-tui&lt;/a&gt;.&lt;/p&gt;
&lt;h2&gt;What is stress-ng ?&lt;/h2&gt;
&lt;p&gt;The name actually describes it very …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Sun, 04 Dec 2022 22:00:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2022-12-04:/post/2022/12/04/s-tui-stress-ng-frontend/</guid><category>performance</category><category>linux</category><category>stress</category><category>stress-test</category><category>benchmark</category><category>temperature</category><category>blogmas</category><category>blogmas2022</category></item><item><title>Dotfiles at scale</title><link>https://blog.anotherhomepage.org/post/2022/12/02/dotfiles-at-scale/</link><description>&lt;p&gt;&lt;img alt="a big crowd walking in the same direction" src="https://blog.anotherhomepage.org/images/2022/12/rob-curran-sUXXO3xPBYo-unsplash_mini.jpg"&gt;
Like everyone, I now store configuration files and customizations for my
beloved shell environment in a git repository.&lt;/p&gt;
&lt;h2&gt;Why ?&lt;/h2&gt;
&lt;p&gt;I have to admit, I'm no minimalist when it comes to computers. Without counting
my work-provided laptop, I use two laptops, one desktop, a few servers and
that's without mentioning what's …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Fri, 02 Dec 2022 22:45:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2022-12-02:/post/2022/12/02/dotfiles-at-scale/</guid><category>miscellaneous</category><category>linux</category><category>netbsd</category><category>macOS</category><category>bash</category><category>vim</category><category>git</category><category>make</category><category>makefile</category><category>dotfiles</category><category>blogmas</category><category>blogmas2022</category></item><item><title>Rename a user on a Linux desktop system</title><link>https://blog.anotherhomepage.org/post/2022/12/02/rename-user-linux-desktop/</link><description>&lt;p&gt;&lt;img alt="a multi-colored chameleon on blue background" src="https://blog.anotherhomepage.org/images/2022/12/pierre-bamin-WBCefg9hYo4-unsplash_mini.jpg"&gt;
This time, I won't go into details about the context, but let's just say that
for some compliance reasons, I needed to rename a user on a Linux desktop
computer.&lt;/p&gt;
&lt;h2&gt;Rename ? Why not create a new user ?&lt;/h2&gt;
&lt;p&gt;3 things :&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;I wanted to keep the same UID/GID, and I don't …&lt;/li&gt;&lt;/ul&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Fri, 02 Dec 2022 10:00:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2022-12-02:/post/2022/12/02/rename-user-linux-desktop/</guid><category>miscellaneous</category><category>linux</category><category>sed</category><category>user</category><category>network-manager</category><category>selinux</category><category>podman</category><category>firefox</category><category>blogmas</category><category>blogmas2022</category></item><item><title>Compiling the NetBSD kernel as a benchmark</title><link>https://blog.anotherhomepage.org/post/2022/05/25/Compiling-the-NetBSD-kernel-as-a-benchmark/</link><description>&lt;p&gt;&lt;img alt="2 eggs, a small one on the left and a big one on the
right" src="https://blog.anotherhomepage.org/images/2020/05/daniele-levis-pelusi-4mpsEm3EGak-unsplash_mini.jpg"&gt;
For a while, I've been compiling my own NetBSD kernel. Just for a few options,
mainly CARP, at first for my Raspberry Pis, and at the moment for
paravirtualized Xen domUs. Compiling a custom NetBSD kernel is a very easy
task, it's just a matter of 3 main steps :&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;getting …&lt;/li&gt;&lt;/ul&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Wed, 25 May 2022 09:00:00 +0200</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2022-05-25:/post/2022/05/25/Compiling-the-NetBSD-kernel-as-a-benchmark/</guid><category>performance</category><category>netbsd</category><category>kernel</category><category>compilation</category><category>benchmark</category></item><item><title>Capture network traffic with tcpdump</title><link>https://blog.anotherhomepage.org/post/2022/02/28/Capture-network-traffic-with-tcpdump/</link><description>&lt;p&gt;&lt;img alt="A cat with a paw on a faucet dripping
water" src="https://blog.anotherhomepage.org/images/2021/03/kazuky-akayashi-uZS1IHEqfxU-unsplash.jpg"&gt;&lt;/p&gt;
&lt;p&gt;After a previous post about &lt;a href="/post/2020/06/01/generate-random-tcp-or-udp-traffic-with-netcat/"&gt;how to generate
random traffic with netcat&lt;/a&gt;, let's have a look at how
to watch traffic flowing through our network interfaces. For this I'll be using
&lt;code&gt;tcpdump&lt;/code&gt;, a command-line utility allowing you to literally dump network
traffic, mainly on the terminal output. This post does …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Mon, 28 Feb 2022 00:00:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2022-02-28:/post/2022/02/28/Capture-network-traffic-with-tcpdump/</guid><category>sysadmin</category><category>network</category><category>tcp</category><category>udp</category><category>capture</category><category>tcpdump</category></item><item><title>Ban attacks against named with Fail2ban</title><link>https://blog.anotherhomepage.org/post/2022/01/27/Ban-attacks-against-named-with-Fail2ban/</link><description>&lt;p&gt;&lt;img alt="Yellow and red sign with &amp;quot;NO drones&amp;quot; written on 
it" src="https://blog.anotherhomepage.org/images/2020/05/martin-sanchez-oMqswmrie4Y-unsplash_mini.jpg"&gt;
I already wrote about how to &lt;a href="/2020/05/06/ban-wordpress-bruteforce-attacks-with-fail2ban/"&gt;ban Wordpress bruteforce attacks with
Fail2ban&lt;/a&gt;. Then,
after my Apache logs, I started to have a look at my ISC Bind name server logs
(because I run my own DNS server). And I noticed some bad stuff in them.
Nothing really terrifying, but serious …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Thu, 27 Jan 2022 21:38:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2022-01-27:/post/2022/01/27/Ban-attacks-against-named-with-Fail2ban/</guid><category>sysadmin</category><category>fail2ban</category><category>named</category><category>bind</category></item><item><title>let's move back</title><link>https://blog.anotherhomepage.org/post/2021/11/23/lets-move-back/</link><description>&lt;p&gt;&lt;img alt="&amp;quot;End&amp;quot; road sign partially covered with a lot of stickers" src="https://blog.anotherhomepage.org/images/2021/11/patrick-perkins-Pg44v2M2S6k-unsplash_mini.jpg"&gt;
So long, and thanks for all the fish !&lt;/p&gt;
&lt;p&gt;This blog (exxor.xyz) is closing. If you added this blog's feed to a feed 
reader, you can remove it and add  &lt;a href="https://blog.anotherhomepage.org"&gt;Another Home Page&lt;/a&gt;'s 
feed instead.&lt;/p&gt;
&lt;h2&gt;What's gonna happen ?&lt;/h2&gt;
&lt;p&gt;Basically, all the posts here are moving to Another Home Page …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Tue, 23 Nov 2021 22:20:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2021-11-23:/post/2021/11/23/lets-move-back/</guid><category>miscellaneous</category></item><item><title>Nouvelle migration</title><link>https://blog.anotherhomepage.org/post/2021/11/23/nouvelle-migration/</link><description>&lt;p&gt;&lt;img alt="Le mot &amp;quot;change&amp;quot; en lumière blanche et reflété sur un sol carrelé." src="https://blog.anotherhomepage.org/images/2021/11/nick-fewings-5RjdYvDRNpA-unsplash_mini.jpg"&gt;&lt;/p&gt;
&lt;h2&gt;Mais ça a changé par ici ?&lt;/h2&gt;
&lt;p&gt;Oui, depuis un peu plus d'une semaine, le look du site a radicalement changé. J'ai fini par suivre "la mode" et à passer d'un blog utilisant un CMS PHP, générant les pages à la demande (modulo un cache), à un CMS en Python générant …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Tue, 23 Nov 2021 21:00:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2021-11-23:/post/2021/11/23/nouvelle-migration/</guid><category>Another home page</category><category>pelican</category><category>cms</category></item><item><title>Remembering Freenode</title><link>https://blog.anotherhomepage.org/post/2021/06/15/Remembering-Freenode/</link><description>&lt;p&gt;Today seems to be the day &lt;a href="https://freenode.net/" title="Freenode"&gt;Freenode&lt;/a&gt; &lt;a href="https://www.devever.net/~hl/freenode_suicide" title="&amp;quot;Freenode"&gt;dies&lt;/a&gt;, so I thought I would save a little part here.&lt;/p&gt;
&lt;p&gt;&lt;code&gt;9:06:15 -NickServ(NickServ@services.)- User reg.  : May 17 20:16:12 2003 (18y 4w 5d ago)&lt;/code&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Tue, 15 Jun 2021 11:18:00 +0200</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2021-06-15:/post/2021/06/15/Remembering-Freenode/</guid><category>General</category><category>freenode</category><category>irc</category></item><item><title>Ban bots generating 404 errors with Fail2ban</title><link>https://blog.anotherhomepage.org/post/2021/03/17/ban-bots-generating-404-errors-with-fail2ban/</link><description>&lt;p&gt;&lt;img alt="Wrong way sign, written in white on a red rectangle with an orange light
" src="https://blog.anotherhomepage.org/images/2021/03/neonbrand--Cmz06-0btw-unsplash.jpg"&gt;
After a &lt;a href="/2020/05/06/ban-wordpress-bruteforce-attacks-with-fail2ban/"&gt;first&lt;/a&gt;
and a
&lt;a href="/2020/05/28/ban-repeated-offenders-in-fail2ban-the-recidive-jail/"&gt;second&lt;/a&gt;
episode on Fail2ban, time for a third one.&lt;/p&gt;
&lt;h2&gt;What's happening this time ?&lt;/h2&gt;
&lt;p&gt;This time it's again about Wordpress, but for the people not running Wordpress.
It's also about PHPMyAdmin, but for the people not running PHPMyAdmin. I could
go on with a list of …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Wed, 17 Mar 2021 14:05:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2021-03-17:/post/2021/03/17/ban-bots-generating-404-errors-with-fail2ban/</guid><category>sysadmin</category><category>fail2ban</category><category>bots</category><category>404</category><category>wordpress</category><category>phpmyadmin</category><category>apache</category><category>nginx</category></item><item><title>Get client public ip address with Server Side Includes</title><link>https://blog.anotherhomepage.org/post/2020/06/22/get-client-public-ip-address-with-server-side-includes/</link><description>&lt;p&gt;&lt;img alt="White TV remote with batteries included on a gray couch
" src="https://blog.anotherhomepage.org/images/2020/06/batteries_included.jpg"&gt;
In a previous episode I showed how to use only a static Nginx configuration to
&lt;a href="/2020/06/XX/get-client-public-ip-address-with-nginx/"&gt;display the client IP
address&lt;/a&gt;. This is fun,
but I thought things could get funnier and compatible with more web servers,
while still not using a big dynamic language like PHP or Python.&lt;/p&gt;
&lt;p&gt;Although as …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Mon, 22 Jun 2020 00:00:00 +0200</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2020-06-22:/post/2020/06/22/get-client-public-ip-address-with-server-side-includes/</guid><category>sysadmin</category><category>web</category><category>server-side-includes</category><category>ip</category></item><item><title>Get client public ip address with nginx</title><link>https://blog.anotherhomepage.org/post/2020/06/15/get-client-public-ip-address-with-nginx/</link><description>&lt;p&gt;&lt;img alt="Random typography letters
" src="https://blog.anotherhomepage.org/images/2020/06/amador-loureiro-BVyNlchWqzs-unsplash.jpg"&gt;
Because of some automated cronjob, I need a script to get the public IP address
associated to the host's Internet connection. There are a ton of websites that
show you your public IP address, but it's not always easy to parse HTML with a
simple shell script, and I do …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Mon, 15 Jun 2020 00:00:00 +0200</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2020-06-15:/post/2020/06/15/get-client-public-ip-address-with-nginx/</guid><category>sysadmin</category><category>web</category><category>nginx</category><category>ip</category></item><item><title>generate random TCP or UDP traffic with netcat</title><link>https://blog.anotherhomepage.org/post/2020/06/01/generate-random-tcp-or-udp-traffic-with-netcat/</link><description>&lt;p&gt;&lt;img alt="A walk among crystal clear lakes in Plitvice, Croatia
" src="https://blog.anotherhomepage.org/images/2020/06/jonatan-pie-OPOg0fz5uIs-unsplash.jpg"&gt;
The other day at &lt;code&gt;${DAYJOB}&lt;/code&gt;, I needed to debug some firewall rules. When the
protocols are quite simple to configure (e.g. HTTP/S), running the client is
also simple (e.g. curl, wget). When things are more complicated to set up (e.g.
VPN), sometimes it's faster to just …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Mon, 01 Jun 2020 00:00:00 +0200</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2020-06-01:/post/2020/06/01/generate-random-tcp-or-udp-traffic-with-netcat/</guid><category>sysadmin</category><category>network</category><category>tcp</category><category>udp</category><category>netcat</category><category>firewall</category></item><item><title>Ban repeated offenders in Fail2ban: the recidive jail</title><link>https://blog.anotherhomepage.org/post/2020/05/28/ban-repeated-offenders-in-fail2ban-the-recidive-jail/</link><description>&lt;p&gt;&lt;img alt="a sledgehammer on a red and brown ground
" src="https://blog.anotherhomepage.org/images/2020/05/obi-onyeador--xoXlVmsH6I-unsplash.jpg"&gt;
After a &lt;a href="/2020/05/06/ban-wordpress-bruteforce-attacks-with-fail2ban/"&gt;first episode&lt;/a&gt; on Fail2ban focused on Wordpress bruteforce attacks, I thought it would be a useful to  go back to something more generic. Fail2ban is mainly used to stop SSH bruteforce attacks, or at least that's how I see it used, with the good old &lt;code&gt;sshd&lt;/code&gt; jail. However …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Thu, 28 May 2020 22:00:00 +0200</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2020-05-28:/post/2020/05/28/ban-repeated-offenders-in-fail2ban-the-recidive-jail/</guid><category>sysadmin</category><category>fail2ban</category><category>recidive</category><category>bruteforce</category></item><item><title>Create miniatures of pictures with ImageMagick</title><link>https://blog.anotherhomepage.org/post/2020/05/21/create-miniatures-of-pictures-with-imagemagick/</link><description>&lt;p&gt;&lt;img alt="2 eggs, a small one on the left and a big one on the
right" src="https://blog.anotherhomepage.org/images/2020/05/daniele-levis-pelusi-4mpsEm3EGak-unsplash_mini.jpg"&gt;
A while ago, I started to add some illustration pictures to my blog posts,
usually on the start. It's now part of the fun of writing a blog post : I like
that moment where I'm looking for something relevant to the article but find
something totally different (yet still relevant …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Thu, 21 May 2020 17:42:00 +0200</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2020-05-21:/post/2020/05/21/create-miniatures-of-pictures-with-imagemagick/</guid><category>miscellaneous</category><category>graphics</category><category>miniature</category><category>pictures</category><category>imagemagick</category><category>script</category></item><item><title>Ban Wordpress bruteforce attacks with Fail2ban</title><link>https://blog.anotherhomepage.org/post/2020/05/06/ban-wordpress-bruteforce-attacks-with-fail2ban/</link><description>&lt;p&gt;&lt;img alt="door sign with &amp;quot;stage door band and crew only&amp;quot; written on
it" src="https://blog.anotherhomepage.org/images/2020/05/seabass-creatives-U3m4_cKbUfc-unsplash.jpg"&gt;
Nowadays, bruteforce attacks on Wordpress blogs are common, and defending
against them is quite documented. However, I feel my setup is unusual, so I
thought it was worth a blog post. What's the goal ? I want to stop Wordpress
bruteforce attacks using Fail2ban.&lt;/p&gt;
&lt;h2&gt;So you just have to install this …&lt;/h2&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Wed, 06 May 2020 22:30:00 +0200</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2020-05-06:/post/2020/05/06/ban-wordpress-bruteforce-attacks-with-fail2ban/</guid><category>sysadmin</category><category>fail2ban</category><category>wordpress</category><category>apache</category><category>bruteforce</category></item><item><title>A fresh start</title><link>https://blog.anotherhomepage.org/post/2020/05/02/a-fresh-start/</link><description>&lt;p&gt;&lt;img alt="&amp;quot;start here&amp;quot; written on the ground with pink chalk" src="https://blog.anotherhomepage.org/images/2020/05/gia-oris-_uM5_nG2ssc-unsplash.jpg"&gt;
Welcome to my new personal blog !&lt;/p&gt;
&lt;p&gt;Wait... what ? Why a new blog, what's going on here and what's gonna happen on 
the previous one ? What's the URL of the previous one already ? Alright, then,
let's start by answering questions about what already exists, and then talk
about the future.&lt;/p&gt;
&lt;p&gt;Oh …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Sat, 02 May 2020 16:30:00 +0200</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2020-05-02:/post/2020/05/02/a-fresh-start/</guid><category>miscellaneous</category></item><item><title>Bind : automatiser la mise à jour d'entrées DNS</title><link>https://blog.anotherhomepage.org/post/2019/07/08/bind-mise-a-jour-automatique-dns/</link><description>&lt;p&gt;&lt;img alt="&amp;quot;to be completed&amp;quot;" src="https://blog.anotherhomepage.org/public/2019/busyfreewaytrafficatnight.jpg"&gt;J'ai eu récemment à configurer un accès vers une machine dont l'adresse IP n'est pas fixe (typiquement derrière une box ADSL dont l'abonnement ne propose pas d'IP fixe). J'avais déjà mis en place un accès similaire il y a quelques années, mais je n'en avais pas fait de billet, voici …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Mon, 08 Jul 2019 09:30:00 +0200</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2019-07-08:/post/2019/07/08/bind-mise-a-jour-automatique-dns/</guid><category>Logiciels libres</category><category>Bind</category><category>DNS</category><category>NetBSD</category><category>nsupdate</category></item><item><title>Retour d'expérience sur la récente indisponibilité</title><link>https://blog.anotherhomepage.org/post/2019/07/01/retour-experience-sur-la-recente-indisponibilite/</link><description>&lt;p&gt;&lt;img alt="&amp;quot;&amp;quot;" src="https://blog.anotherhomepage.org/public/2019/maxim-duzij-untitled.jpg"&gt;Du 30 mai au 17 juin dernier, ce blog, ainsi que d'autres sites hébergés sur ce même serveur étaient inaccessibles. C'est l'occasion de revenir sur cet incident, le pourquoi et le comment.&lt;/p&gt;
&lt;h3&gt;Résumé de l'histoire&lt;/h3&gt;
&lt;p&gt;En bref, il s'agit tout simplement d'une panne du serveur physique hébergeant mon serveur web …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Mon, 01 Jul 2019 10:00:00 +0200</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2019-07-01:/post/2019/07/01/retour-experience-sur-la-recente-indisponibilite/</guid><category>Another home page</category><category>incident</category><category>panne</category><category>sauvegarde</category></item><item><title>FreeNAS VM : installation d'un invité CentOS 7</title><link>https://blog.anotherhomepage.org/post/2018/10/25/freenas-vm-installation-invite-centos-7/</link><description>&lt;p&gt;&lt;img alt="&amp;quot;Riga" src="https://blog.anotherhomepage.org/public/2018/Riga_20.08.2016_53.jpg" title="&amp;quot;Riga"&gt;J'ai commencé à jouer avec la fonctionnalité “VM” de FreeNAS 11, la célèbre distribution BSD pour créer son propre NAS. J'ai assez de puissance sur mon NAS actuel pour lancer quelques machines virtuelles, ce qui me permettra d'utiliser d'autres OS que FreeBSD (disponible via les jails), comme par exemple ici …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Thu, 25 Oct 2018 13:50:00 +0200</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2018-10-25:/post/2018/10/25/freenas-vm-installation-invite-centos-7/</guid><category>Logiciels libres</category><category>bhyve</category><category>CentOS</category><category>FreeNAS</category><category>RHEL</category><category>UEFI</category><category>virtualisation</category></item><item><title>Firefox : 4 versions différentes du navigateur web en parallèle sur son OS</title><link>https://blog.anotherhomepage.org/post/2018/10/18/firefox-4-versions-differentes/</link><description>&lt;p&gt;&lt;img alt="&amp;quot;plusieurs marteaux alignés&amp;quot;" src="https://blog.anotherhomepage.org/public/2018/samebutdifferent.jpg"&gt;Savez-vous qu'il est possible d'exécuter plusieurs versions de Firefox sur son ordinateur, et même de les exécuter en parallèle ? Voici une liste de différentes versions du célèbre navigateur de Mozilla que j'ai pu installer et utiliser sur les différents ordinateurs que j'ai pu utiliser ces derniers temps, que ce soit …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Thu, 18 Oct 2018 13:10:00 +0200</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2018-10-18:/post/2018/10/18/firefox-4-versions-differentes/</guid><category>Logiciels libres</category><category>firefox</category><category>profil</category></item><item><title>Installation d'OpenWRT dans VirtualBox - Another Home Page Vlog épisode 2</title><link>https://blog.anotherhomepage.org/post/2018/05/29/vlog-installation-openwrt-virtualbox/</link><description>&lt;p&gt;&lt;img alt="&amp;quot;&amp;quot;" src="https://blog.anotherhomepage.org/public/2018/sharegrid.jpg"&gt;Une autre vidéo pour ce billet : cette fois il s'agit de disposer d'un routeur OpenWRT dans VirtualBox, et de configurer celui-ci pour que la machine virtuelle Kali Linux, installée dans &lt;a href="/post/vlog-installation-kali-linux-virtualbox"&gt;l'épisode précédent&lt;/a&gt;, l'utilise comme passerelle.&lt;/p&gt;
&lt;h3&gt;On prend les mêmes et on recommence ?&lt;/h3&gt;
&lt;p&gt;Comme pour la précédente vidéo, il ne s'agit …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Tue, 29 May 2018 13:37:00 +0200</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2018-05-29:/post/2018/05/29/vlog-installation-openwrt-virtualbox/</guid><category>Logiciels libres</category><category>openwrt</category><category>tutorial</category><category>tutoriel</category><category>vidéo</category><category>virtualbox</category><category>virtualisation</category><category>vlog</category></item><item><title>CentOS 7 : installation vraiment minimale - errata</title><link>https://blog.anotherhomepage.org/post/2018/04/23/centos-7-installation-vraiment-minimale-errata/</link><description>&lt;p&gt;&lt;img alt="&amp;quot;&amp;quot;" src="https://blog.anotherhomepage.org/public/2018/samebutdifferent.jpg"&gt;Dans un billet précédent, j'avais réalisé une &lt;a href="/post/centos-7-installation-vraiment-minimale"&gt;installation vraiment minimale de CentOS 7&lt;/a&gt;. Si globalement le cahier des charges était respecté, je me suis heurté à quelques petites déconvenues, je me suis donc dit qu'un billet sous forme d'errata ne serait pas de trop.&lt;/p&gt;
&lt;h3&gt;SELinux&lt;/h3&gt;
&lt;p&gt;Bon, d'accord, SELinux est probablement …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Mon, 23 Apr 2018 09:30:00 +0200</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2018-04-23:/post/2018/04/23/centos-7-installation-vraiment-minimale-errata/</guid><category>Logiciels libres</category><category>CentOS</category><category>installation</category><category>locale</category><category>openssh</category><category>Perl</category><category>Red Hat</category><category>RHEL</category><category>scp</category><category>SELinux</category><category>ssh</category></item><item><title>VPN : test de Shellfire</title><link>https://blog.anotherhomepage.org/post/2018/04/16/VPN-test-Shellfire/</link><description>&lt;p&gt;&lt;img alt="&amp;quot;&amp;quot;" src="https://blog.anotherhomepage.org/public/2018/purple_rain_mini.jpg"&gt;&lt;em&gt;Avertissement : ce billet est l'objet d'un partenariat avec Shellfire, j'ai accepté de rédiger ce test en échange de 6 mois de service au niveau PremiumPlus (et d'un lien vers leur service).&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.shellfire.fr/" title="&amp;quot;Shellfire"&gt;Shellfire&lt;/a&gt; est une société qui propose un service de VPN. L'idée derrière ce genre de service est de pouvoir …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Mon, 16 Apr 2018 09:30:00 +0200</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2018-04-16:/post/2018/04/16/VPN-test-Shellfire/</guid><category>Sécurité</category><category>DNS</category><category>openvpn</category><category>shellfire</category><category>test</category><category>vpn</category><category>VPN</category></item><item><title>Installation de Kali Linux dans VirtualBox - Another Home Page Vlog épisode 1</title><link>https://blog.anotherhomepage.org/post/2018/02/09/vlog-installation-kali-linux-virtualbox/</link><description>&lt;p&gt;&lt;img alt="&amp;quot;p1020274.jpg&amp;quot;" src="https://blog.anotherhomepage.org/public/p1020274.jpg" title="&amp;quot;tournage"&gt;Aujourd'hui, une nouvelle vidéo ! Pour ce nouvel épisode du vlog, je change de support : au lieu de voir ma tête, c'est mon bureau (informatique) qui est affiché. J'ai dans l'idée de mettre en place plusieurs machines virtuelles pour monter une sorte de labo de tests, et j'ai choisi de commencer …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Fri, 09 Feb 2018 20:20:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2018-02-09:/post/2018/02/09/vlog-installation-kali-linux-virtualbox/</guid><category>Logiciels libres</category><category>Kali</category><category>Kali Linux</category><category>tutorial</category><category>tutoriel</category><category>vidéo</category><category>virtualbox</category><category>virtualisation</category><category>vlog</category></item><item><title>Bonne et heureuse année 2018 !</title><link>https://blog.anotherhomepage.org/post/2018/01/01/bonne-et-heureuse-annee-2018/</link><description>&lt;p&gt;&lt;img alt="&amp;quot;Happy" src="https://blog.anotherhomepage.org/public/2018/happynewyear.jpg" title="&amp;quot;Happy"&gt;Bonne et heureuse année 2018 à toutes et à tous ! Qu'elle apporte joie, bonheur et réussite aux lectrices et lecteurs de ce blog !&lt;/p&gt;
&lt;p&gt;Lors de mes publications hebdomadaires de 2017, j'essayais de publier le lundi. Cette année démarrant par un lundi, je trouve du coup amusant de vouloir reprendre les …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Mon, 01 Jan 2018 12:34:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2018-01-01:/post/2018/01/01/bonne-et-heureuse-annee-2018/</guid><category>Humeur</category></item><item><title>Merci et bonnes fêtes de fin d'année !</title><link>https://blog.anotherhomepage.org/post/2017/12/24/merci-et-bonnes-fetes-de-fin-annee/</link><description>&lt;p&gt;&lt;img alt="&amp;quot;&amp;quot;" src="https://blog.anotherhomepage.org/public/partytimeagain.jpg"&gt;Aujourd'hui, rien de particulièrement technique : je voulais juste profiter de ce dernier billet “&lt;a href="/tag/blogmas"&gt;blogmas&lt;/a&gt;” 2017 pour te souhaiter, chère lectrice ou cher lecteur, une excellente fin d'année. Peu importe que tu la fêtes ou non, et peu importe ce que tu fêtes, je te souhaite d'agréables moments.&lt;/p&gt;
&lt;p&gt;C'est aussi la …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Sun, 24 Dec 2017 12:34:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2017-12-24:/post/2017/12/24/merci-et-bonnes-fetes-de-fin-annee/</guid><category>Humeur</category><category>blogmas</category><category>blogmas17</category><category>blogmas2017</category></item><item><title>On the road again !</title><link>https://blog.anotherhomepage.org/post/2017/12/23/on-the-road-again/</link><description>&lt;p&gt;&lt;img alt="&amp;quot;Mountain" src="https://blog.anotherhomepage.org/public/2017/mountainroad.jpg" title="&amp;quot;Mountain"&gt;Aujourd'hui, je suis sur la route des vacances de fin d'année, et n'ai pas eu le temps d'écrire un billet technique. Il me manque d'ailleurs encore deux billets pour ce blogmas, je n'aurai malheureusement pas le temps d'ici demain de les écrire.&lt;/p&gt;
&lt;p&gt;Sans préciser particulièrement d'où je pars et où …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Sat, 23 Dec 2017 09:30:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2017-12-23:/post/2017/12/23/on-the-road-again/</guid><category>Humeur</category><category>blogmas</category><category>blogmas17</category><category>blogmas2017</category><category>voyage</category></item><item><title>NetBSD : haute disponibilité avec CARP</title><link>https://blog.anotherhomepage.org/post/2017/12/22/netbsd-haute-disponibilite-avec-carp/</link><description>&lt;p&gt;&lt;img alt="&amp;quot;Turner" src="https://blog.anotherhomepage.org/public/2017/turnertwins.jpg" title="&amp;quot;Turner"&gt;NetBSD dispose depuis la version 4.0 d'une implémentation du protocole &lt;a href="https://fr.wikipedia.org/wiki/Common_Address_Redundancy_Protocol" title="&amp;quot;CARP"&gt;CARP&lt;/a&gt;. Il s'agit d'un protocole, à l'origine prévu pour les routeurs, permettant à un groupe de machines de disposer d'une adresse IP flottante. Si la machine principale venait à être indisponible, une machine secondaire peut alors prendre le relai …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Fri, 22 Dec 2017 10:25:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2017-12-22:/post/2017/12/22/netbsd-haute-disponibilite-avec-carp/</guid><category>Logiciels libres</category><category>blogmas</category><category>blogmas17</category><category>blogmas2017</category><category>CARP</category><category>carp</category><category>NetBSD</category></item><item><title>rsnapshot, le robot de sauvegarde</title><link>https://blog.anotherhomepage.org/post/2017/12/21/rsnapshot-robot-sauvegarde/</link><description>&lt;p&gt;&lt;img alt="&amp;quot;vélo en pièces détachées&amp;quot;" src="https://blog.anotherhomepage.org/public/spareparts.jpg"&gt;Suite au &lt;a href="/post/en-retard#c265"&gt;commentaire de Xate&lt;/a&gt; dans &lt;a href="/post/en-retard"&gt;un récent billet&lt;/a&gt;, aujourd'hui un billet sur &lt;a href="http://rsnapshot.org/" title="rsnapshot"&gt;rsnapshot&lt;/a&gt;, un logiciel de sauvegarde incrémentale basé sur rsync. Si j'en fais un billet, c'est tout simplement car c'est ce que j'ai mis en place pour sauvegarder mon infrastructure.&lt;/p&gt;
&lt;p&gt;J'avoue ne pas trop savoir quoi raconter sur …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Thu, 21 Dec 2017 16:50:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2017-12-21:/post/2017/12/21/rsnapshot-robot-sauvegarde/</guid><category>Logiciels libres</category><category>blogmas</category><category>blogmas17</category><category>blogmas2017</category><category>rsnapshot</category><category>rsync</category><category>sauvegarde</category></item><item><title>5 fichiers texte à placer à sur son site web !</title><link>https://blog.anotherhomepage.org/post/2017/12/20/5-fichiers-texte-sur-son-site-web/</link><description>&lt;p&gt;&lt;img alt="&amp;quot;&amp;quot;" src="https://blog.anotherhomepage.org/public/Ninotchka1939.jpg"&gt;En regardant dans mes statistiques de visites pour un autre billet, j'ai remarqué que j'avais des tentatives d'accès sur un fichier &lt;em&gt;/.well-known/dnt-policy.txt&lt;/em&gt;. Je me suis donc renseigné sur ce fichier, et de fil en aiguille, j'ai lu sur d'autres fichiers textes plus ou moins standard placés à la …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Wed, 20 Dec 2017 11:05:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2017-12-20:/post/2017/12/20/5-fichiers-texte-sur-son-site-web/</guid><category>General</category><category>blogmas</category><category>blogmas17</category><category>blogmas2017</category><category>dnt-policy-txt</category><category>hackers-txt</category><category>humans-txt</category><category>robots-txt</category><category>security-txt</category></item><item><title>sslh : faire cohabiter SSH et HTTPS</title><link>https://blog.anotherhomepage.org/post/2017/12/19/sslh-faire-cohabiter-ssh-et-https/</link><description>&lt;p&gt;&lt;img alt="&amp;quot;&amp;quot;" src="https://blog.anotherhomepage.org/public/20160214_183534.jpg"&gt;Sur un système Unix libre, il n'est pas possible de faire écouter deux services réseau sur un même port. &lt;a href="http://www.rutschle.net/sslh" title="sslh"&gt;sslh&lt;/a&gt; est un logiciel qui permet d'écouter sur un port et redirige le trafic vers un service, selon les premiers octets écoutés. Il devient ainsi possible, par exemple, de partager son …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Tue, 19 Dec 2017 17:25:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2017-12-19:/post/2017/12/19/sslh-faire-cohabiter-ssh-et-https/</guid><category>Logiciels libres</category><category>https</category><category>ssh</category><category>sslh</category></item><item><title>CentOS 7 : installation vraiment minimale</title><link>https://blog.anotherhomepage.org/post/2017/12/18/centos-7-installation-vraiment-minimale/</link><description>&lt;p&gt;&lt;img alt="&amp;quot;&amp;quot;" src="https://blog.anotherhomepage.org/public/feather.jpg"&gt;Il y a deux ans, j'ai écrit un article sur une &lt;a href="/post/2015/08/29/installation-minimaliste-de-CentOS-7"&gt;installation minimaliste de CentOS 7&lt;/a&gt;. Celle-ci avait le mérite d'avoir été réalisée rapidement, et d'être assez satisfaisante. Bref, un bon exemple de &lt;a href="https://fr.wikipedia.org/wiki/Principe_de_Pareto" title="&amp;quot;Loi"&gt;la loi de Pareto&lt;/a&gt;. Toutefois, je n'en étais pas pleinement satisfait, par exemple à cause de paquets …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Mon, 18 Dec 2017 11:25:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2017-12-18:/post/2017/12/18/centos-7-installation-vraiment-minimale/</guid><category>Logiciels libres</category><category>blogmas</category><category>blogmas17</category><category>blogmas2017</category><category>CentOS</category><category>installation</category><category>kickstart</category><category>Red%20Hat</category><category>RHEL</category></item><item><title>Quelques statistiques du blog</title><link>https://blog.anotherhomepage.org/post/2017/12/17/quelques-statistiques-du-blog/</link><description>&lt;p&gt;&lt;img alt="&amp;quot;&amp;quot;" src="https://blog.anotherhomepage.org/public/passingtime2010.jpg"&gt;Suite au &lt;a href="/post/en-retard#c265"&gt;commentaire de Xate&lt;/a&gt; dans &lt;a href="/post/en-retard"&gt;un récent billet&lt;/a&gt;, quelques statistiques sur les billets (blogmas ou pas) sur la première quinzaine de décembre. Pour cela, je me suis servi de mes one-liners en awk décrits &lt;a href="/post/2010/03/01/Nombre-d-occurences-d-un-champ-dans-un-fichier"&gt;ici&lt;/a&gt; et &lt;a href="/post/2012/10/01/Nombre-d-occurrences-dans-un-fichier-remix"&gt;là&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;Les billets les plus vus&lt;/h3&gt;
&lt;p&gt;Commençons par les billets les plus visités …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Sun, 17 Dec 2017 20:50:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2017-12-17:/post/2017/12/17/quelques-statistiques-du-blog/</guid><category>Another home page</category><category>Apache</category><category>blogmas</category><category>blogmas17</category><category>blogmas2017</category><category>CentOS</category><category>NetBSD</category><category>PHP</category><category>pkgsrc</category><category>statistiques</category></item><item><title>CentOS 7 : démarrer Anaconda en PXE</title><link>https://blog.anotherhomepage.org/post/2017/12/16/centos-7-anaconda-pxe/</link><description>&lt;p&gt;&lt;img alt="&amp;quot;Pare-brise brisé&amp;quot;" src="https://blog.anotherhomepage.org/public/carglass03.jpg"&gt;Je voulais, à la base, écrire un billet sur une installation particulière de CentOS 7. J'ai donc voulu utiliser mon "infrastructure de boot PXE" à la maison et commencer à gribouiller un kickstart, mais quand j'ai démarré ma machine virtuelle sur le réseau, le drame :&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;code&gt;dracut-initqueue&lt;span class="o"&gt;[&lt;/span&gt;&lt;span class="m"&gt;584&lt;/span&gt;&lt;span class="o"&gt;]&lt;/span&gt;:&lt;span class="w"&gt; &lt;/span&gt;Warning:&lt;span class="w"&gt; &lt;/span&gt;Could&lt;span class="w"&gt; &lt;/span&gt;not …&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Sat, 16 Dec 2017 11:42:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2017-12-16:/post/2017/12/16/centos-7-anaconda-pxe/</guid><category>Logiciels libres</category><category>blogmas</category><category>blogmas17</category><category>blogmas2017</category><category>CentOS</category><category>Linux</category><category>PXE</category><category>Red Hat</category><category>RHEL</category></item><item><title>NetBSD : recompilation d'un noyau pour intégrer NPF dans un domU</title><link>https://blog.anotherhomepage.org/post/2017/12/15/netbsd-recompilation-noyau-npf-domu/</link><description>&lt;p&gt;&lt;img alt="&amp;quot;Porsche 911 GT3 RS&amp;quot;" src="https://blog.anotherhomepage.org/public/gt3rs.jpg"&gt;Dans &lt;a href="/post/xen-installation-domu-netbsd"&gt;un billet précédent&lt;/a&gt;, j'abordais l'installation d'une machine virtuelle Xen NetBSD en mode paravirtuel.NetBSD, comme Linux, dispose en plus d'un noyau, de modules permettant d'étendre ses fonctionnalités. Ainsi, l'une des briques de pare-feu de NetBSD, NPF, est disponible sous forme de module. Le problème avec ce module, c'est qu'il …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Fri, 15 Dec 2017 11:55:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2017-12-15:/post/2017/12/15/netbsd-recompilation-noyau-npf-domu/</guid><category>Logiciels libres</category><category>blogmas</category><category>blogmas17</category><category>blogmas2017</category><category>NetBSD</category><category>NPF</category><category>Xen</category></item><item><title>pbulk : aller plus loin sur les paramètres</title><link>https://blog.anotherhomepage.org/post/2017/12/14/pbulk-aller-plus-loin-sur-les-parametres/</link><description>&lt;p&gt;&lt;img alt="&amp;quot;pignons mécaniques&amp;quot;" src="https://blog.anotherhomepage.org/public/gears.jpg"&gt;Aujourd'hui, je me suis dit que j'allais encore parler de mon Raspberry Pi 2. Oui, celui-là même qui en ce moment passe sont temps à compiler des paquets pkgsrc. J'avais commencé par parler &lt;a href="/post/pbulk-compilation-massive-de-paquets-pkgsrc"&gt;de la mise en place de pbulk&lt;/a&gt;, puis il y a peu j'ai abordé &lt;a href="/post/raspberry-pi-attention-alimentation"&gt;les problèmes d'alimentation …&lt;/a&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Thu, 14 Dec 2017 18:42:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2017-12-14:/post/2017/12/14/pbulk-aller-plus-loin-sur-les-parametres/</guid><category>Logiciels libres</category><category>blogmas</category><category>blogmas17</category><category>blogmas2017</category><category>NetBSD</category><category>pbulk</category><category>raspberrypi</category><category>ulimit</category></item><item><title>Raspberry Pi : Attention à l'alimentation !</title><link>https://blog.anotherhomepage.org/post/2017/12/13/raspberry-pi-attention-alimentation/</link><description>&lt;p&gt;&lt;img alt="&amp;quot;&amp;quot;" src="https://blog.anotherhomepage.org/public/electrialfixtures.jpg"&gt;Il y a quelques mois, j'avais publié &lt;a href="/post/pbulk-compilation-massive-de-paquets-pkgsrc"&gt;un billet sur pbulk&lt;/a&gt;. J'avais pris en exemple la configuration mise en place sur un Raspberry Pi 2B. Ce n'était pas une totale réussite, car parfois le Raspberry Pi gelait. Non, pas passer en dessous de 0°C, mais plutôt avoir un système …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Wed, 13 Dec 2017 15:45:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2017-12-13:/post/2017/12/13/raspberry-pi-attention-alimentation/</guid><category>Hardware</category><category>alimentation</category><category>blogmas</category><category>blogmas17</category><category>blogmas2017</category><category>raspberrypi</category></item><item><title>En retard !</title><link>https://blog.anotherhomepage.org/post/2017/12/11/en-retard/</link><description>&lt;p&gt;&lt;img alt="&amp;quot;&amp;quot;" src="https://blog.anotherhomepage.org/public/almost3am.jpg"&gt;Je n'ai pas tenu le coup. Au moment de la publication de ce billet, 2 billets manquent à l'appel : celui du 9 et celui du 11 décembre. J'aurais pu éviter celui du 11 en publiant ce billet directement, mais je ne vois pas l'intérêt de publier à une heure tardive …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Mon, 11 Dec 2017 21:16:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2017-12-11:/post/2017/12/11/en-retard/</guid><category>Humeur</category><category>blogmas</category><category>blogmas17</category><category>blogmas2017</category><category>Dotclear</category><category>Facebook</category><category>IFTTT</category><category>Linkedin</category><category>Mastodon</category><category>Twitter</category></item><item><title>Trouver des fichiers doublons avec fdupes</title><link>https://blog.anotherhomepage.org/post/2017/12/10/Trouver-des-fichiers-doublons-avec-fdupes/</link><description>&lt;p&gt;&lt;img alt="&amp;quot;Figurines en LEGO de soldats clones de l'univers Star Wars&amp;quot;" src="https://blog.anotherhomepage.org/public/day341.jpg"&gt;Il m'arrive d'avoir des fichiers en double : copie à l'arrache au moment de changer d'ordinateur, copie avant de modifier un fichier que je ne modifie finalement pas, sauvegardes diverses... bref, avec le temps, on peut se retrouver avec pas mal de fichiers doublons. Pour moi, c'est principalement de la musique …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Sun, 10 Dec 2017 11:30:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2017-12-10:/post/2017/12/10/Trouver-des-fichiers-doublons-avec-fdupes/</guid><category>Logiciels libres</category><category>blogmas</category><category>blogmas17</category><category>blogmas2017</category><category>doublon</category><category>fdupes</category></item><item><title>Python : 3 outils pour analyser son code</title><link>https://blog.anotherhomepage.org/post/2017/12/08/python-3-outils-anaylser-code/</link><description>&lt;p&gt;python, Python
Status: published&lt;/p&gt;
&lt;p&gt;&lt;img alt="&amp;quot;&amp;quot;" src="https://blog.anotherhomepage.org/public/study_in_pink.jpg"&gt;Suite à mon billet &lt;a href="/tag/blogmas"&gt;blogmas&lt;/a&gt; &lt;a href="/post/make-automatiser-quelques-taches-avec-un-makefile"&gt;make : automatiser quelques tâches avec un Makefile&lt;/a&gt;, une discussion intéressante a suivi sur Mastodon, où &lt;a href="https://oldbytes.space/@dashie" title="&amp;quot;Dashie"&gt;Dashie&lt;/a&gt; me signalait sa préférence pour &lt;a href="https://www.pylint.org/" title="Pylint"&gt;pylint&lt;/a&gt; pour analyser la validité de son code Python. Je saisis donc l'occasion, non pas d'argumenter pour mon choix, ou …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Fri, 08 Dec 2017 09:30:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2017-12-08:/post/2017/12/08/python-3-outils-anaylser-code/</guid><category>Logiciels libres</category><category>blogmas</category><category>blogmas17</category><category>blogmas2017</category><category>flake8</category><category>pep8</category><category>pycodestyle</category><category>pylint</category></item><item><title>Paris Open Source Summit 2017 - jour 2</title><link>https://blog.anotherhomepage.org/post/2017/12/07/paris-open-source-summit-2017-jour-2/</link><description>&lt;p&gt;&lt;img alt="&amp;quot;&amp;quot;" src="https://blog.anotherhomepage.org/public/linuxfr.png"&gt;Ce billet arrive un peu tard, mais ces deux jours du Paris Open Source Summit 2017 furent assez remplis : entre des visiteurs sur le stand LinuxFr.org, les personnes sur les autres stands, et les tirages au sort pour faire gagner des livres, je n'ai pas eu le temps de …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Thu, 07 Dec 2017 21:50:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2017-12-07:/post/2017/12/07/paris-open-source-summit-2017-jour-2/</guid><category>Humeur</category><category>blogmas</category><category>blogmas17</category><category>blogmas2017</category><category>poss</category><category>poss17</category><category>poss2017</category><category>salon</category></item><item><title>Paris Open Source Summit 2017</title><link>https://blog.anotherhomepage.org/post/2017/12/06/paris-open-source-summit-2017/</link><description>&lt;p&gt;&lt;img alt="&amp;quot;&amp;quot;" src="https://blog.anotherhomepage.org/public/linuxfr.png"&gt;Depuis maintenant plusieurs années, je suis fidèle au rendez-vous du salon qui maintenant s'appelle le &lt;a href="http://www.opensourcesummit.paris/" title="&amp;quot;Paris"&gt;Paris Open Source Summit&lt;/a&gt;. Et comme toujours, vous pourrez me retrouver sur le stand de &lt;a href="https://linuxfr.org" title="LinuxFr.org"&gt;LinuxFr.org&lt;/a&gt;. Toujours selon la tradition, il y aura :&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;des autocollants ;&lt;/li&gt;
&lt;li&gt;des livres à gagner (tirage au sort en fin …&lt;/li&gt;&lt;/ul&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Wed, 06 Dec 2017 15:30:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2017-12-06:/post/2017/12/06/paris-open-source-summit-2017/</guid><category>Humeur</category><category>blogmas</category><category>blogmas17</category><category>blogmas2017</category><category>poss</category><category>poss2017</category><category>salon</category></item><item><title>make : automatiser quelques tâches avec un Makefile</title><link>https://blog.anotherhomepage.org/post/2017/12/05/make-automatiser-quelques-taches-avec-un-makefile/</link><description>&lt;p&gt;&lt;img alt="&amp;quot;Vue de rails de la ligne 14 du metro parisien, en station&amp;quot;" src="https://blog.anotherhomepage.org/public/meteoro.jpg"&gt;Quand on parle d'automatisation, on pense tout de suite à des outils qui permettent du déploiement automatisé, comme &lt;a href="https://www.ansible.com/" title="Ansible"&gt;Ansible&lt;/a&gt;, &lt;a href="https://www.chef.io/chef/" title="Chef"&gt;Chef&lt;/a&gt;, &lt;a href="https://puppet.com/fr" title="Puppet"&gt;Puppet&lt;/a&gt; ou &lt;a href="https://saltstack.com/" title="Salt"&gt;Salt&lt;/a&gt;. Mais bien avant d'en arriver là, il y a eu (GNU) &lt;a href="https://fr.wikipedia.org/wiki/Make" title="&amp;quot;make"&gt;make&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Après m'être pas mal amusé avec &lt;a href="http://www.fabfile.org/" title="Fabric"&gt;Fabric&lt;/a&gt;, en ce moment je me met à Ansible …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Tue, 05 Dec 2017 09:30:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2017-12-05:/post/2017/12/05/make-automatiser-quelques-taches-avec-un-makefile/</guid><category>Logiciels libres</category><category>blogmas</category><category>blogmas17</category><category>blogmas2017</category><category>make</category><category>Makefile</category></item><item><title>logrotate : exemple vite fait</title><link>https://blog.anotherhomepage.org/post/2017/12/04/logrotate-exemple-vite-fait/</link><description>&lt;p&gt;&lt;img alt="&amp;quot;Logs made of wood&amp;quot;" src="https://blog.anotherhomepage.org/public/logs.jpg"&gt;Aujourd'hui, un peu de configuration pour la rotation de ses logs, en utilisant &lt;a href="https://github.com/logrotate/logrotate" title="&amp;quot;Logrotate"&gt;Logrotate&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Sur un système Unix, bon nombre de programmes génèrent des fichiers de log. La rotation de ceux permet de séparer régulièrement les fichiers afin de les empêcher de devenir trop gros (et difficile à exploiter), et …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Mon, 04 Dec 2017 09:30:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2017-12-04:/post/2017/12/04/logrotate-exemple-vite-fait/</guid><category>Logiciels libres</category><category>Apache</category><category>Awstats</category><category>blogmas</category><category>blogmas17</category><category>blogmas2017</category><category>log</category><category>logrotate</category><category>lzma</category><category>rotation</category></item><item><title>Livre : « Introduction au langage C », de Bernard Cassagne</title><link>https://blog.anotherhomepage.org/post/2017/12/03/livre-introduction-au-langage-c/</link><description>&lt;p&gt;&lt;img alt="&amp;quot;&amp;quot;" src="https://blog.anotherhomepage.org/public/forge.jpg"&gt;Suite au billet sur le langage Python, je voulais partager un autre ouvrage qui date de mes années de DUT, sur le langage C. Comme pour le précédent ouvrage, mon professeur d'informatique l'a utilisé comme base pour ses cours. Il s'agit de « &lt;a href="https://c.developpez.com/cours/bernard-cassagne/" title="&amp;quot;Introduction"&gt;Introduction au langage C&lt;/a&gt; », de &lt;a href="http://www-clips.imag.fr/commun/bernard.cassagne/"&gt;Bernard Cassagne&lt;/a&gt;. Cet …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Sun, 03 Dec 2017 10:30:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2017-12-03:/post/2017/12/03/livre-introduction-au-langage-c/</guid><category>General</category><category>blogmas</category><category>blogmas17</category><category>blogmas2017</category><category>C</category><category>livre</category><category>programmation</category></item><item><title>xz pour une meilleure compression de ses fichiers</title><link>https://blog.anotherhomepage.org/post/2017/12/02/xz-pour-une-meilleure-compression-de-ses-fichiers/</link><description>&lt;p&gt;&lt;img alt="&amp;quot;Bell system technical journal&amp;quot;" src="https://blog.anotherhomepage.org/public/bell_system_technical_journal.jpg"&gt;Aujourd'hui, causons un peu compression. Habituellement, dans le monde Unix, on a tendance à utiliser &lt;a href="https://fr.wikipedia.org/wiki/Gzip" title="&amp;quot;Gzip"&gt;Gzip&lt;/a&gt;. Ce format de compression a le mérite, aujourd'hui, d'être assez rapide, mais il est loin d'être le plus efficace. Une alternative a vu le jour, il s'agit de &lt;a href="https://fr.wikipedia.org/wiki/Bzip2" title="&amp;quot;bzip2"&gt;bzip2&lt;/a&gt;. Si ce dernier est bien …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Sat, 02 Dec 2017 10:00:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2017-12-02:/post/2017/12/02/xz-pour-une-meilleure-compression-de-ses-fichiers/</guid><category>Logiciels libres</category><category>blogmas</category><category>blogmas17</category><category>blogmas2017</category><category>lzma</category><category>xz</category></item><item><title>Livre : « Apprendre à programmer avec Python », de Gérard Swinnen</title><link>https://blog.anotherhomepage.org/post/2017/12/01/livre-apprendre-a-programmer-avec-python/</link><description>&lt;p&gt;&lt;img alt="&amp;quot;&amp;quot;" src="https://blog.anotherhomepage.org/public/encyclopaedia_of_sport.jpg"&gt;L'autre jour, à ${DAYJOB}, un collègue m'a demandé si j'avais des ressources pour apprendre Python. Je me suis donc dit que j'allais en faire un billet.&lt;/p&gt;
&lt;p&gt;Ma ressource principale, celle avec laquelle j'ai appris Python en DUT, c'est tout simplement « &lt;a href="http://inforef.be/swi/python.htm" title="&amp;quot;Apprendre"&gt;Apprendre à programmer avec Python&lt;/a&gt; », de Gérard Swinnen. Cet ouvrage …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Fri, 01 Dec 2017 09:30:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2017-12-01:/post/2017/12/01/livre-apprendre-a-programmer-avec-python/</guid><category>General</category><category>blogmas</category><category>blogmas17</category><category>blogmas2017</category><category>livre</category><category>programmation</category><category>python</category><category>Python</category></item><item><title>CentOS 7 : désactiver firewalld et réactiver iptables</title><link>https://blog.anotherhomepage.org/post/2017/06/27/centos-7-desactiver-firewalld-reactiver-iptables/</link><description>&lt;p&gt;&lt;img alt="&amp;quot;tools&amp;quot;" src="https://blog.anotherhomepage.org/public/tools.jpg" title="&amp;quot;tools,"&gt;En plus de systemd, RHEL 7 et CentOS 7 disposent d'une nouvelle interface de pare-feu : firewalld. Bien qu'il fasse plutôt bien le boulot, je me suis trouvé dans des cas où j'avais du mal à lui faire faire ce que je voulais. En fait dès l'instant où j'ai commencé à …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Tue, 27 Jun 2017 13:10:00 +0200</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2017-06-27:/post/2017/06/27/centos-7-desactiver-firewalld-reactiver-iptables/</guid><category>Logiciels libres</category><category>CentOS</category><category>firewalld</category><category>iptables</category><category>Linux</category><category>RHEL</category><category>systemd</category></item><item><title>Redirection de ports vers localhost sous Linux</title><link>https://blog.anotherhomepage.org/post/2017/06/19/redirection-ports-localhost-linux/</link><description>&lt;p&gt;Il m'est arrivé récemment de lancer des services uniquement sur la boucle locale d'une machine, par exemple un serveur web. On peut douter du bien-fondé de la démarche, mais je trouve cela intéressant à deux titres :- d'abord, si la configuration du service nécessite une adresse IP, cela sera 127.0 …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Mon, 19 Jun 2017 09:30:00 +0200</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2017-06-19:/post/2017/06/19/redirection-ports-localhost-linux/</guid><category>Logiciels libres</category><category>iptables</category><category>Linux</category><category>sysctl</category></item><item><title>Wordpress : étude d'un site web victime de piratage</title><link>https://blog.anotherhomepage.org/post/2017/05/31/wordpress-etude-site-web-piratage/</link><description>&lt;p&gt;&lt;img alt="&amp;quot;A" src="https://blog.anotherhomepage.org/public/needlehaystack.jpg" title="&amp;quot;A"&gt;Durant le mois de février 2017, j'ai été sollicité pour analyser et "nettoyer" un site web piraté. Le site web en question fonctionnait sous Wordpress. Je partage mon expérience ici, en espérant que cela aide certaines personnes plus tard. J'ai choisi de ne pas mentionner le nom du site ou …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Wed, 31 May 2017 09:30:00 +0200</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2017-05-31:/post/2017/05/31/wordpress-etude-site-web-piratage/</guid><category>Sécurité</category><category>hack</category><category>log</category><category>php</category><category>piratage</category><category>wordpress</category></item><item><title>systemd : reconfigurer une unité de service</title><link>https://blog.anotherhomepage.org/post/2017/05/22/systemd-reconfigurer-unite-service/</link><description>&lt;p&gt;&lt;img alt="&amp;quot;bricolage" src="https://blog.anotherhomepage.org/public/bricolagebumper.jpg" title="&amp;quot;bricolage"&gt;Dans &lt;a href="/post/haveged-ajouter-entropie-vps-linux"&gt;le billet précédent&lt;/a&gt;, j'ai abordé haveged et je terminais sur le fait que certains paramètres pouvaient être accessibles. Cela ne semble pas forcément évident, car si on regarde la liste des fichiers du paquet RPM, on n'y trouve aucun fichier de configuration :&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;code&gt;$&lt;span class="w"&gt; &lt;/span&gt;rpm&lt;span class="w"&gt; &lt;/span&gt;-ql&lt;span class="w"&gt; &lt;/span&gt;haveged
&lt;span class="w"&gt; &lt;/span&gt;/usr/lib/systemd/system …&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Mon, 22 May 2017 09:30:00 +0200</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2017-05-22:/post/2017/05/22/systemd-reconfigurer-unite-service/</guid><category>Logiciels libres</category><category>CentOS</category><category>Linux</category><category>Red Hat</category><category>systemd</category></item><item><title>Haveged : ajouter de l'entropie à son VPS Linux</title><link>https://blog.anotherhomepage.org/post/2017/05/18/haveged-ajouter-entropie-vps-linux/</link><description>&lt;p&gt;&lt;img alt="&amp;quot;Entropy&amp;quot;" src="https://blog.anotherhomepage.org/public/entropy.jpg" title="&amp;quot;Entropy,"&gt;Entre deux bidouilles &lt;a href="/tag/NetBSD"&gt;NetBSD&lt;/a&gt;, je me suis retrouvé à des bidouilles &lt;a href="/tag/Linux"&gt;Linux&lt;/a&gt;. Plus particulièrement en jetant un œil à &lt;a href="https://www.ssi.gouv.fr/entreprise/guide/recommandations-pour-un-usage-securise-dopenssh/" title="&amp;quot;Usage"&gt;une certaine documentation utile&lt;/a&gt;, j'ai pu lire :&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Les clés doivent être générées dans un contexte où la source d’aléa est fiable, ou à défaut dans un environnement où suffisamment d …&lt;/p&gt;&lt;/blockquote&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Thu, 18 May 2017 09:00:00 +0200</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2017-05-18:/post/2017/05/18/haveged-ajouter-entropie-vps-linux/</guid><category>Logiciels libres</category><category>CentOS</category><category>entropie</category><category>haveged</category><category>Linux</category><category>ssh</category></item><item><title>Xen : installation d'un invité domU NetBSD</title><link>https://blog.anotherhomepage.org/post/2017/05/09/xen-installation-domu-netbsd/</link><description>&lt;p&gt;&lt;img alt="&amp;quot;the" src="https://blog.anotherhomepage.org/public/thehandler.jpg" title="&amp;quot;the"&gt;Dans &lt;a href="/post/xen-installation-dom0-netbsd"&gt;le billet précédent&lt;/a&gt;, j'ai abordé la création d'un hyperviseur Xen (dom0) NetBSD.Il est donc temps de s'occuper du système invité NetBSD, le domU.&lt;/p&gt;
&lt;h3&gt;Création du domU Xen&lt;/h3&gt;
&lt;p&gt;Pour créer notre domU, nous avons besoin de 3 éléments présents sur le dom0 :&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;un fichier de disque dur (on pourrait …&lt;/li&gt;&lt;/ul&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Tue, 09 May 2017 09:00:00 +0200</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2017-05-09:/post/2017/05/09/xen-installation-domu-netbsd/</guid><category>Logiciels libres</category><category>NetBSD</category><category>Xen</category></item><item><title>Xen : installation d'un hyperviseur dom0 NetBSD</title><link>https://blog.anotherhomepage.org/post/2017/05/02/xen-installation-dom0-netbsd/</link><description>&lt;p&gt;&lt;img alt="&amp;quot;Army&amp;quot;" src="https://blog.anotherhomepage.org/public/army.jpg" title="&amp;quot;Army,"&gt;J'ai écrit dans le passé quelques billets concernant &lt;a href="/tag/Xen"&gt;Xen&lt;/a&gt;, mais jamais sur l'installation à proprement parler d'un hyperviseur Xen à base de NetBSD. Il est temps de réparer cela ! Mais avant de commencer, quelques rappels :&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;en terminologie Xen, chaque système invité se nomme un "domaine" ;&lt;/li&gt;
&lt;li&gt;une machine virtuelle est un …&lt;/li&gt;&lt;/ul&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Tue, 02 May 2017 12:00:00 +0200</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2017-05-02:/post/2017/05/02/xen-installation-dom0-netbsd/</guid><category>Logiciels libres</category><category>NetBSD</category><category>OpenWrt</category><category>Xen</category></item><item><title>Vlog épisode 0 : changement de boitier du NAS</title><link>https://blog.anotherhomepage.org/post/2017/04/24/vlog-changement-boitier-nas/</link><description>&lt;p&gt;&lt;img alt="&amp;quot;p1020274.jpg&amp;quot;" src="https://blog.anotherhomepage.org/public/p1020274.jpg" title="&amp;quot;tournage"&gt;Aujourd'hui, un article un peu particulier, car il s'agit de signaler la publication de mon premier vlog ! L'idée de passer à la vidéo me trotte dans la tête depuis quelques temps, et j'ai saisi l'occasion de ce projet de changement du boitier de mon NAS pour passer à la réalisation …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Mon, 24 Apr 2017 18:45:00 +0200</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2017-04-24:/post/2017/04/24/vlog-changement-boitier-nas/</guid><category>Another home page</category><category>boitier PC</category><category>boitier serveur</category><category>FreeNAS</category><category>montage</category><category>NAS</category><category>rackable</category><category>tutorial</category><category>tutoriel</category><category>vidéo</category><category>vlog</category></item><item><title>PHP Malware Finder : gestion des listes blanches</title><link>https://blog.anotherhomepage.org/post/2017/04/18/php-malware-finder-gestion-des-listes-blanches/</link><description>&lt;p&gt;&lt;img alt="&amp;quot;Lime" src="https://blog.anotherhomepage.org/public/lime_and_list.jpg" title="&amp;quot;Lime"&gt;&lt;/p&gt;
&lt;p&gt;Rappelez-vous : dans &lt;a href="/post/php-malware-finder-detecteur-dintrusion-php"&gt;le billet précédent&lt;/a&gt;, nous avons découvert PHP Malware Finder. Aujourd'hui, allons plus loin et passons à la gestion des listes blanches ! Pour cela, prenons l'exemple d'un blog fonctionnant sous Wordpress. Cette gestion des listes blanches se fera en trois étapes :&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;tout d'abord, il s'agit de faire un état …&lt;/li&gt;&lt;/ul&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Tue, 18 Apr 2017 12:00:00 +0200</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2017-04-18:/post/2017/04/18/php-malware-finder-gestion-des-listes-blanches/</guid><category>Sécurité</category><category>malware</category><category>PHP</category><category>php</category><category>Python</category><category>python</category><category>script</category><category>YARA</category></item><item><title>PHP Malware Finder : détecteur d'intrusion sur site PHP</title><link>https://blog.anotherhomepage.org/post/2017/04/11/php-malware-finder-detecteur-dintrusion-php/</link><description>&lt;p&gt;&lt;img alt="&amp;quot;Dans" src="https://blog.anotherhomepage.org/public/dansmaloupe2.jpg"&gt;Lors des RMLL de Beauvais en 2015, j'ai eu l'occasion de voir une &lt;a href="https://2015.rmll.info/analyse-forensic-d-un-serveur-web-linux" title="&amp;quot;Analyse"&gt;conférence&lt;/a&gt; présentant au passage un outil fort sympathique nommé PHP Malware Finder (&lt;a href="https://github.com/nbs-system/php-malware-finder" title="&amp;quot;PHP"&gt;site web&lt;/a&gt;). Le but de ce script est de détecter du code PHP qui semble obfusqué ou malveillant, voire même des fonctions trouvées généralement dans …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Tue, 11 Apr 2017 09:30:00 +0200</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2017-04-11:/post/2017/04/11/php-malware-finder-detecteur-dintrusion-php/</guid><category>Sécurité</category><category>malware</category><category>php</category><category>PHP</category><category>script</category><category>YARA</category></item><item><title>curl : utiliser une version plus récente sur macOS</title><link>https://blog.anotherhomepage.org/post/2017/04/04/curl-utiliser-une-version-plus-recente-sur-macos/</link><description>&lt;p&gt;Le système macOS dispose en standard de curl. Mais ce binaire n'est pas forcément dans une version assez récente, ou alors certaines options ne sont pas compilées.&lt;/p&gt;
&lt;h2&gt;Installation de curl par pkgin&lt;/h2&gt;
&lt;p&gt;Nous allons, grâce à pkgsrc, installer une autre version, sans toucher à celle installée par défaut. Pour cela …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Tue, 04 Apr 2017 11:30:00 +0200</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2017-04-04:/post/2017/04/04/curl-utiliser-une-version-plus-recente-sur-macos/</guid><category>Logiciels libres</category><category>curl</category><category>macOS</category><category>pkgsrc</category></item><item><title>Sysupgrade : mise à jour facile d'un système NetBSD</title><link>https://blog.anotherhomepage.org/post/2017/03/28/sysupgrade-mise-a-jour-facile-d-un-systeme-netbsd/</link><description>&lt;p&gt;&lt;a href="https://blog.netbsd.org/tnf/entry/netbsd_7_1_released" title="&amp;quot;NetBSD"&gt;NetBSD 7.1&lt;/a&gt; est disponible. Comme d'habitude, il est recommandé de mettre à jour son système, en particulier car cette version apporte de nombreux correctifs de sécurité.&lt;/p&gt;
&lt;p&gt;Historiquement, mettre à jour son système NetBSD se fait via le logiciel d'installation, &lt;a href="https://www.netbsd.org/docs/guide/en/chap-upgrading.html#upgrading-sysinst" title="&amp;quot;Chapter"&gt;sysinst&lt;/a&gt;. Cependant, cette méthode a le principal désavantage de nécessiter …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Tue, 28 Mar 2017 09:30:00 +0200</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2017-03-28:/post/2017/03/28/sysupgrade-mise-a-jour-facile-d-un-systeme-netbsd/</guid><category>Logiciels libres</category><category>NetBSD</category><category>sysupgrade</category></item><item><title>Nmap : détection et récupération d'information sur Wordpress</title><link>https://blog.anotherhomepage.org/post/2017/03/20/nmap-detection-et-recuperation-d-information-sur-wordpress/</link><description>&lt;p&gt;Début mars 2017, le moteur de blog Wordpress a fait l'objet d'une nouvelle mise à jour, &lt;a href="https://wordpress.org/news/2017/03/wordpress-4-7-3-security-and-maintenance-release/" title="&amp;quot;WordPress"&gt;la version 4.7.3&lt;/a&gt;. Cette mise à jour revêt une certaine importance, puisqu'elle corrige 5 vulnérabilités !&lt;/p&gt;
&lt;p&gt;Vérifier sur une installation de Wordpress que la dernière version est installée est assez simple à partir …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Mon, 20 Mar 2017 10:00:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2017-03-20:/post/2017/03/20/nmap-detection-et-recuperation-d-information-sur-wordpress/</guid><category>Sécurité</category><category>nmap</category><category>nse</category><category>wordpress</category></item><item><title>dmidecode : pour en savoir un peu plus sur son matériel</title><link>https://blog.anotherhomepage.org/post/2017/03/13/dmidecode-pour-en-savoir-un-peu-plus-sur-son-materiel/</link><description>&lt;p&gt;De nombreux outils libres de détection et d'information sur le matériel de son ordinateur existent. En vrac, lspci, lshw, et &lt;a href="http://www.nongnu.org/dmidecode/" title="Dmidecode"&gt;dmidecode&lt;/a&gt;. J'ai un peu mis le nez dans ce dernier récemment, et j'ai remarqué quelques options intéressantes, que je partage ici.&lt;/p&gt;
&lt;p&gt;Habituellement, dmidecode est lancé, sans argument, en tant que …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Mon, 13 Mar 2017 09:30:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2017-03-13:/post/2017/03/13/dmidecode-pour-en-savoir-un-peu-plus-sur-son-materiel/</guid><category>Logiciels libres</category><category>dmidecode</category></item><item><title>Bilan de début d'année du blog</title><link>https://blog.anotherhomepage.org/post/2017/03/06/bilan-de-debut-d-annee-du-blog/</link><description>&lt;p&gt;Cette semaine, une petite pause avec un contenu moins technique. J'ai repris depuis le début de cette année 2017 un certain rythme d'écriture sur ce blog, via la parution chaque lundi matin d'un nouveau billet. Je me demandais combien de temps j'allais pouvoir tenir cette cadence, et au bout de …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Mon, 06 Mar 2017 09:30:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2017-03-06:/post/2017/03/06/bilan-de-debut-d-annee-du-blog/</guid><category>Humeur</category></item><item><title>pbulk : compilation massive de paquets pkgsrc</title><link>https://blog.anotherhomepage.org/post/2017/02/27/pbulk-compilation-massive-de-paquets-pkgsrc/</link><description>&lt;p&gt;Je continue dans ma série de billets sur &lt;a href="/tag/pkgsrc"&gt;pkgsrc&lt;/a&gt;, mais cette fois-ci on retourne sous NetBSD. L'objectif aujourd'hui est de construire de nombreux paquets (idéalement tous, ou alors une liste précise) binaires et de créer un dépôt pour ceux-ci. On appelle cela un &lt;em&gt;bulk build&lt;/em&gt; lorsqu'on tente de construire tous …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Mon, 27 Feb 2017 09:30:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2017-02-27:/post/2017/02/27/pbulk-compilation-massive-de-paquets-pkgsrc/</guid><category>Logiciels libres</category><category>NetBSD</category><category>pbulk</category><category>pkgsrc</category><category>pkgsrc-wip</category></item><item><title>Vérifier les chiffrements disponibles sur un serveur HTTPS avec Nmap</title><link>https://blog.anotherhomepage.org/post/2017/02/20/verifier-les-chiffrements-disponible-sur-un-serveur-https-avec-nmap/</link><description>&lt;p&gt;Je me suis retrouvé l'autre jour avec une alerte de sonde de détection d'intrusion, laquelle me signalait qu'une potentielle exploitation de la faille Heartbleed avait eu lieu sur un serveur web. L'autre détail que j'avais au niveau de l'alerte : le protocole utilisé pour cette exploitation était SSL v3.&lt;/p&gt;
&lt;p&gt;N'ayant pas …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Mon, 20 Feb 2017 09:30:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2017-02-20:/post/2017/02/20/verifier-les-chiffrements-disponible-sur-un-serveur-https-avec-nmap/</guid><category>Sécurité</category><category>https</category><category>nmap</category><category>nse</category><category>openssl</category><category>SSL</category><category>ssl</category><category>TLS</category><category>tls</category></item><item><title>Clamav : installation et scan antivirus sur macOS</title><link>https://blog.anotherhomepage.org/post/2017/02/13/clamav-installation-et-scan-antivirus-sur-macos/</link><description>&lt;p&gt;Si installer un antivirus sur macOS peut sembler étonnant au premier abord, il n'en est pas moins utile, pour plusieurs raisons :&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;d'abord, car la popularité de ces dernières années le rend plus attractif pour ceux qui créent des virus, vers et autres malwares en tous genres ;&lt;/li&gt;
&lt;li&gt;ensuite, car il est …&lt;/li&gt;&lt;/ul&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Mon, 13 Feb 2017 09:30:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2017-02-13:/post/2017/02/13/clamav-installation-et-scan-antivirus-sur-macos/</guid><category>Apple - macintosh</category><category>antivirus</category><category>clamav</category><category>Mac OS X</category><category>macOS</category><category>pkgsrc</category></item><item><title>Bash : utiliser une version plus récente sur macOS</title><link>https://blog.anotherhomepage.org/post/2017/02/06/bash-utiliser-une-version-plus-recente-sur-macos/</link><description>&lt;p&gt;Dans le &lt;a href="https://blog.anotherhomepage.org/post/2017/01/21/pkgsrc-installer-un-gestionnaire-de-paquets-pour-plus-de-logiciels-sur-macos/"&gt;billet précédent à propos de pkgsrc sur macOS&lt;/a&gt;, nous avons abordé l'installation. Passons maintenant à un cas pratique ! En effet, si macOS profite de sa base Unix, et parfois dans des versions pas trop anciennes (en tous cas pour macOS Sierra, en version 10.12.3 au moment …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Mon, 06 Feb 2017 09:30:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2017-02-06:/post/2017/02/06/bash-utiliser-une-version-plus-recente-sur-macos/</guid><category>Apple - macintosh</category><category>bash</category><category>Mac OS X</category><category>macOS</category><category>pkgsrc</category><category>shell</category></item><item><title>pkgsrc : installer un gestionnaire de paquets pour plus de logiciels sur macOS</title><link>https://blog.anotherhomepage.org/post/2017/01/21/pkgsrc-installer-un-gestionnaire-de-paquets-pour-plus-de-logiciels-sur-macos/</link><description>&lt;p&gt;&lt;strong&gt;Disclaimer&lt;/strong&gt; : &lt;em&gt;mon installation de pkgsrc étant bien entendu faite depuis quelques temps, une partie de ce billet est écrite grâce aux documentations suivies à l'époque et un peu de mémoire, je n'ai pas pu tout re-tester. Si des passages sont erronés ou que vous éprouvez des difficultés, n'hésitez pas à …&lt;/em&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Sat, 21 Jan 2017 09:30:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2017-01-21:/post/2017/01/21/pkgsrc-installer-un-gestionnaire-de-paquets-pour-plus-de-logiciels-sur-macos/</guid><category>Apple - macintosh</category><category>Fink</category><category>Homebrew</category><category>Mac OS X</category><category>macOS</category><category>MacPorts</category><category>pkgsrc</category><category>pkgsrc-wip</category></item><item><title>dehydrated, un client alternatif pour Let's Encrypt</title><link>https://blog.anotherhomepage.org/post/2017/01/16/dehydrated,-un-client-alternatif-pour-Let-s-Encrypt/</link><description>&lt;p&gt;Après quelques galères avec &lt;a href="https://github.com/certbot/certbot" title="&amp;quot;Certbot,"&gt;Certbot&lt;/a&gt;, j'ai découvert &lt;a href="https://github.com/lukas2511/dehydrated" title="&amp;quot;dehydrated,"&gt;dehydrated&lt;/a&gt;, un client pour Let's Encrypt écrit en Bash.&lt;/p&gt;
&lt;p&gt;Depuis plusieurs semaines, voire mois, le client officiel de l'autorité de certification Let's Encrypt, Certbot, ne fonctionne plus sous NetBSD. Cela semble venir du fait que Python, dont dépend Certbot, est compilé avec PaX …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Mon, 16 Jan 2017 09:30:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2017-01-16:/post/2017/01/16/dehydrated,-un-client-alternatif-pour-Let-s-Encrypt/</guid><category>Logiciels libres</category><category>certificat</category><category>https</category><category>letsencrypt</category><category>openssl</category><category>pkgsrc</category><category>SSL</category><category>ssl</category><category>TLS</category><category>tls</category></item><item><title>Kodi : récupérer certaines informations sur des addons</title><link>https://blog.anotherhomepage.org/post/2017/01/04/Kodi-recuperer-certaines-informations-sur-des-addons/</link><description>&lt;p&gt;J'ai récemment perdu le mot de passe d'un service web que j'utilise par le biais d'un addon de Kodi. Je sais, c'est pas très malin, j'ai malencontreusement écrasé ma base de mots de passe au mauvais moment. Shit happens, comme ils disent dans la langue de Shakespeare.&lt;/p&gt;
&lt;p&gt;Comme c'est casse-pied …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Wed, 04 Jan 2017 09:30:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2017-01-04:/post/2017/01/04/Kodi-recuperer-certaines-informations-sur-des-addons/</guid><category>Sécurité</category><category>Kodi</category><category>Linux</category><category>mot de passe</category></item><item><title>Bonne année 2017</title><link>https://blog.anotherhomepage.org/post/2017/01/01/Bonne-ann%C3%A9e-2017/</link><description>&lt;p&gt;Bonne et heureuse année 2017 à toutes et à tous ! Qu'elle apporte joie, bonheur et réussite aux lecteurs de ce blog :)Les semaines à venir devraient apporter quelques billets, j'espère que j'aurai le temps d'en écrire d'autres après ça.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Sun, 01 Jan 2017 09:30:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2017-01-01:/post/2017/01/01/Bonne-année-2017/</guid><category>Humeur</category><category>voeux</category></item><item><title>Vous naviguez toujours sur un site HTTPS</title><link>https://blog.anotherhomepage.org/post/2016/12/29/Vous-naviguez-toujours-sur-un-site-HTTPS/</link><description>&lt;p&gt;Bon d'accord, je suis over-méga-à la bourre sur celui-ci : en gros il y a quelques mois, après avoir &lt;a href="/post/2016/02/10/Vous-naviguez-sur-un-site-HTTPS"&gt;passé ce blog en HTTPS&lt;/a&gt;, je me suis rendu compte que certains couples OS/navigateurs ne fonctionnaient plus, par exemple certaines version d'Internet Explorer sous Windows 7. J'imagine que cela ne doit …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Thu, 29 Dec 2016 09:30:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2016-12-29:/post/2016/12/29/Vous-naviguez-toujours-sur-un-site-HTTPS/</guid><category>Another home page</category><category>Apache</category><category>https</category><category>letsencrypt</category><category>ssl</category><category>tls</category></item><item><title>SSL à l'arrache, épisode 2</title><link>https://blog.anotherhomepage.org/post/2016/12/28/SSL-%C3%A0-l-arrache,-%C3%A9pisode-2/</link><description>&lt;p&gt;Le premier épisode est &lt;a href="/post/2008/07/19/SSL-a-l-arrache"&gt;ici&lt;/a&gt;. En gros, je voulais rapidement générer un certificat SSL/TLS à des fins de tests.&lt;/p&gt;
&lt;p&gt;Mais pourquoi un deuxième épisode ? Parce qu'il manquait quelque chose au premier, c'est la facilité d'automatisation. Alors bon, pour un site public, aujourd'hui, &lt;a href="https://letsencrypt.org/" title="&amp;quot;Let's"&gt;Let's Encrypt&lt;/a&gt; fait très bien le travail …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Wed, 28 Dec 2016 09:30:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2016-12-28:/post/2016/12/28/SSL-à-l-arrache,-épisode-2/</guid><category>Logiciels libres</category><category>certificat</category><category>openssl</category><category>ssl</category><category>tls</category></item><item><title>Vous naviguez sur un site web HTTPS</title><link>https://blog.anotherhomepage.org/post/2016/02/10/Vous-naviguez-sur-un-site-HTTPS/</link><description>&lt;p&gt;Depuis hier, ce blog est dorénavant accessible uniquement en HTTPS. Pour l'exercice, j'ai fait en sorte que celui-ci dispose d'une note A+ au test &lt;a href="https://www.ssllabs.com/ssltest/" title="&amp;quot;SSL"&gt;SSL Labs&lt;/a&gt; de chez Qualys, en me basant sur une configuration proposée par le &lt;a href="https://mozilla.github.io/server-side-tls/ssl-config-generator/" title="&amp;quot;Mozilla"&gt;générateur de configuration SSL proposé par Mozilla&lt;/a&gt;. J'ai choisi une configuration "moderne …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Wed, 10 Feb 2016 12:30:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2016-02-10:/post/2016/02/10/Vous-naviguez-sur-un-site-HTTPS/</guid><category>Another home page</category><category>Apache</category><category>https</category><category>letsencrypt</category><category>ssl</category><category>tls</category></item><item><title>Java prend trop de place</title><link>https://blog.anotherhomepage.org/post/2015/10/21/Java-prend-trop-de-place/</link><description>&lt;p&gt;Un billet d'humeur, ça faisant longtemps. De temps en temps, il me prend l'envie de faire un peu de ménage sur mon disque dur, je pars donc à la recherche de fichiers volumineux, en double, ou inutiles. En la matière, je tiens un gagnant : Java.&lt;/p&gt;
&lt;p&gt;Java, sur OS X, réclame …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Wed, 21 Oct 2015 09:30:00 +0200</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2015-10-21:/post/2015/10/21/Java-prend-trop-de-place/</guid><category>Humeur</category><category>java</category><category>Mac OS X</category><category>oracle</category></item><item><title>installation minimaliste de CentOS 7</title><link>https://blog.anotherhomepage.org/post/2015/08/29/installation-minimaliste-de-CentOS-7/</link><description>&lt;p&gt;Mieux vaut tard que jamais, j'ai commencé à jouer un peu avec CentOS 7 ! Bien que celle-ci regorge de fonctionnalités et de mécanismes intéressants, elle amène beaucoup de paquets logiciels. J'ai donc commencé par regarder ce que je pouvais retirer comme paquets, et à préparer une section _packages_ minimaliste, bien …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Sat, 29 Aug 2015 09:30:00 +0200</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2015-08-29:/post/2015/08/29/installation-minimaliste-de-CentOS-7/</guid><category>Logiciels libres</category><category>CentOS</category><category>kickstart</category><category>Linux</category></item><item><title>Hébergement de contenu : 4 services gratuits ou presque !</title><link>https://blog.anotherhomepage.org/post/2015/08/27/hebergement-de-contenu-4-services-gratuits-ou-presque/</link><description>&lt;p&gt;Quand on souhaite démarrer un site web, se pose parfois la question du coût et du type d'hébergement qu'on souhaite acquérir : quelles capacités, pour quoi faire, à quel tarif ? On peut aussi se poser la question de la qualité, et vouloir démarrer petit pour ensuite grandir au fur et à …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Thu, 27 Aug 2015 09:30:00 +0200</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2015-08-27:/post/2015/08/27/hebergement-de-contenu-4-services-gratuits-ou-presque/</guid><category>General</category><category>hébergement</category></item><item><title>Moi aussi j'ai des lutins qui courent très vite dans les fils !</title><link>https://blog.anotherhomepage.org/post/2015/03/25/Moi-aussi-j-ai-des-lutins-qui-courent-tr%C3%A8s-vite-dans-les-fils-!/</link><description>&lt;p&gt;Résumé des épisodes précédents : NetBSD et PXE sont de grands copains. Démarrer ce type d'OS en PXE est faisable, pas trop difficile, documenté &lt;a href="http://www.netbsd.org/docs/network/netboot/index.html" title="&amp;quot;Diskless"&gt;dans la langue de Shakespeare&lt;/a&gt; ou dans celle de Molière que ce soit pour &lt;a href="http://connect.ed-diamond.com/GNU-Linux-Magazine/GLMFHS-030/NetBSD-sans-disque-ou-La-magie-des-lutins-qui-courent-tres-vite-dans-les-fils" title="&amp;quot;NetBSD"&gt;un système fini&lt;/a&gt; (merci &lt;a href="http://imil.net/wp/" title="&amp;quot;Emile"&gt;iMil&lt;/a&gt;) ou juste &lt;a href="http://connect.ed-diamond.com/GNU-Linux-Magazine/GLMF-166/Creation-d-un-serveur-de-demarrage-PXE-sous-NetBSD-pour-installer-NetBSD" title="&amp;quot;Création"&gt;pour l'installation&lt;/a&gt; (autopromotion sans honte).&lt;/p&gt;
&lt;p&gt;Mieux …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Wed, 25 Mar 2015 09:30:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2015-03-25:/post/2015/03/25/Moi-aussi-j-ai-des-lutins-qui-courent-très-vite-dans-les-fils-!/</guid><category>Logiciels libres</category><category>date</category><category>fstab</category><category>NetBSD</category><category>NFS</category><category>NTP</category><category>PXE</category><category>swap</category></item><item><title>vimrc global à son système</title><link>https://blog.anotherhomepage.org/post/2015/02/06/vimrc-global-pour-le-syst%C3%A8me/</link><description>&lt;p&gt;Quand on utilise Vim, on a tendance à personnaliser sa configuration en ajoutant ses options préférées dans son fichier &lt;em&gt;\~/.vimrc&lt;/em&gt;. Sur un système GNU/Linux (mon expérience porte principalement sur RHEL/CentOS/Fedora), il est possible d'étendre cette personnalisation à tous les utilisateurs d'un système en modifiant &lt;em&gt;/etc/vimrc&lt;/em&gt;. En …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Fri, 06 Feb 2015 09:30:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2015-02-06:/post/2015/02/06/vimrc-global-pour-le-système/</guid><category>Logiciels libres</category><category>Linux</category><category>NetBSD</category><category>Vim</category></item><item><title>je m'en frotte encore les yeux</title><link>https://blog.anotherhomepage.org/post/2015/01/26/je-m-en-frotte-encore-les-yeux/</link><description>&lt;p&gt;J'ai encore du mal à y croire : sur la page de la liste des &lt;a href="http://www.netbsd.org/people/developers.html" title=""&gt;développeurs NetBSD&lt;/a&gt;, on y trouve un "Nils". Et c'est moi.&lt;/p&gt;
&lt;p&gt;Je. Suis. Développeur. NetBSD.&lt;/p&gt;
&lt;p&gt;Je m'en frotte encore les yeux. Je me pince de temps en temps. Et il m'arrive d'aller vérifier sur la page, des …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Mon, 26 Jan 2015 09:30:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2015-01-26:/post/2015/01/26/je-m-en-frotte-encore-les-yeux/</guid><category>Humeur</category><category>NetBSD</category><category>pkgsrc</category></item><item><title>CentOS Dojo Paris talk</title><link>https://blog.anotherhomepage.org/post/2014/12/17/CentOS-Dojo-Paris-talk/</link><description>&lt;p&gt;&lt;strong&gt;EN&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Following my &lt;a href="/post/2014/08/25/CentOS-Dojo-Paris"&gt;previous post&lt;/a&gt; about the CentOS Dojo in Paris last August, the recording of my talk is now online : &lt;a href="http://www.infoq.com/fr/presentations/discovering-using-etckeeper" title="&amp;quot;Discovering"&gt;Discovering and using etckeeper&lt;/a&gt;. Many thanks to &lt;a href="http://www.infoq.com/fr/" title="&amp;quot;InfoQ"&gt;InfoQ&lt;/a&gt; for hosting the video !&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;FR&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Suite à mon &lt;a href="/post/2014/08/25/CentOS-Dojo-Paris"&gt;billet précédent&lt;/a&gt; sur le CentOS Dojo à Paris en Août dernier, l'enregistrement de …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Wed, 17 Dec 2014 12:30:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2014-12-17:/post/2014/12/17/CentOS-Dojo-Paris-talk/</guid><category>Logiciels libres</category><category>CentOS</category><category>etckeeper</category><category>Linux</category></item><item><title>On vit dans un monde formidable</title><link>https://blog.anotherhomepage.org/post/2014/12/17/On-vit-dans-un-monde-formidable/</link><description>&lt;p&gt;J'ai déjà fait quelques billets sur &lt;a href="http://www.openssh.org/fr/index.html" title="OpenSSH"&gt;OpenSSH&lt;/a&gt;, c'est toujours un plaisir d'apprendre de nouveaux trucs avec ce logiciel ! Parmi les trucs super chouette, il y a les possibilités d'&lt;a href="/post/2009/11/09/Utilisation-transparente-d-une-passerelle-SSH"&gt;utilisation transparente&lt;/a&gt;. Si vous avez la flemme de lire le lien, en gros quand je voulais passer au travers d'un serveur …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Wed, 17 Dec 2014 09:30:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2014-12-17:/post/2014/12/17/On-vit-dans-un-monde-formidable/</guid><category>Logiciels libres</category><category>ssh</category></item><item><title>Relai de spam, cela n'arrive qu'aux autres ?</title><link>https://blog.anotherhomepage.org/post/2014/11/11/Relai-de-spam,-cela-n-arrive-qu-aux-autres/</link><description>&lt;p&gt;Ça y est. Le jour que je redoutais est arrivé : après plus de 7 années sans problème majeur, Another Home Page a été victime de l'exploitation d'une faille de sécurité. Ou, en tous cas, c'est la première dont je me rend compte ce qui n'est guère rassurant. Est-ce parce que …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Tue, 11 Nov 2014 09:30:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2014-11-11:/post/2014/11/11/Relai-de-spam,-cela-n-arrive-qu-aux-autres/</guid><category>Sécurité</category><category>Drupal</category><category>faille</category><category>spam</category></item><item><title>CentOS Dojo Paris</title><link>https://blog.anotherhomepage.org/post/2014/08/25/CentOS-Dojo-Paris/</link><description>&lt;p&gt;&lt;em&gt;Version en français plus bas.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;For once, this blog post is available both in french and in english. Today I attended the first &lt;a href="http://wiki.centos.org/Events/Dojo/Paris2014" title="&amp;quot;Events/Dojo/Paris2014"&gt;CentOS Dojo in Paris&lt;/a&gt;. I also had the chance to be one of the speakers, wich was a very interesting experience : even if I am almost used …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Mon, 25 Aug 2014 20:54:00 +0200</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2014-08-25:/post/2014/08/25/CentOS-Dojo-Paris/</guid><category>Logiciels libres</category><category>CentOS</category><category>etckeeper</category><category>Linux</category></item><item><title>obtenir facilement les propriétés d'un fichier avec stat</title><link>https://blog.anotherhomepage.org/post/2013/09/02/obtenir-facilement-les-proprietes-d-un-fichier-avec-stat/</link><description>&lt;p&gt;Généralement, quand on cherche à obtenir les propriétés d'un fichier, on utilise la commande &lt;em&gt;ls&lt;/em&gt;, avec l'argument &lt;em&gt;-l&lt;/em&gt;, ce qui donne un résultat proche de ceci :&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;code&gt;&lt;span class="n"&gt;nils&lt;/span&gt;&lt;span class="nv"&gt;@orgrimmar&lt;/span&gt;&lt;span class="err"&gt;:&lt;/span&gt;&lt;span class="o"&gt;~&lt;/span&gt;&lt;span class="err"&gt;$&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="n"&gt;ls&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;l&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="o"&gt;/&lt;/span&gt;&lt;span class="n"&gt;dev&lt;/span&gt;&lt;span class="o"&gt;/&lt;/span&gt;&lt;span class="k"&gt;null&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;
&lt;span class="n"&gt;crw&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;rw&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;rw&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="mi"&gt;1&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="n"&gt;root&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="n"&gt;root&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="mi"&gt;1&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="mi"&gt;3&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="n"&gt;août&lt;/span&gt;&lt;span class="w"&gt;  &lt;/span&gt;&lt;span class="mi"&gt;4&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="mi"&gt;11&lt;/span&gt;&lt;span class="err"&gt;:&lt;/span&gt;&lt;span class="mi"&gt;21&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="o"&gt;/&lt;/span&gt;&lt;span class="n"&gt;dev&lt;/span&gt;&lt;span class="o"&gt;/&lt;/span&gt;&lt;span class="k"&gt;null&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;

&lt;p&gt;C'est bien gentil, mais …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Mon, 02 Sep 2013 09:42:00 +0200</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2013-09-02:/post/2013/09/02/obtenir-facilement-les-proprietes-d-un-fichier-avec-stat/</guid><category>Logiciels libres</category><category>Linux</category><category>NetBSD</category></item><item><title>freeshell : votre accès terminal UNIX sur internet</title><link>https://blog.anotherhomepage.org/post/2013/08/26/freeshell-votre-acces-terminal-UNIX-sur-internet/</link><description>&lt;p&gt;Je me suis dit que ça serait sympa de vous faire découvrir l'association &lt;a href="http://sdf.org/?faq?BASICS?01" title="SDF"&gt;SDF&lt;/a&gt; (pour Super Dimension Fortress) et son projet &lt;a href="http://www.freeshell.org" title="Freeshell"&gt;freeshell&lt;/a&gt; : un accès en mode terminal sur une machine UNIX (NetBSD pour être exact). Cet accès, dans certaines conditions, est gratuit. C'est assez chouette, ça existe depuis très longtemps …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Mon, 26 Aug 2013 09:42:00 +0200</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2013-08-26:/post/2013/08/26/freeshell-votre-acces-terminal-UNIX-sur-internet/</guid><category>Logiciels libres</category><category>freeshell</category><category>NetBSD</category><category>SDF</category><category>ssh</category></item><item><title>dépôt de paquets pkgsrc en mode rapide</title><link>https://blog.anotherhomepage.org/post/2013/08/19/depot-de-paquets-pkgsrc-en-mode-rapide/</link><description>&lt;p&gt;Avec pkgsrc, on peut facilement créer des paquets binaires avant de les installer. Généralement, un simple :&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;code&gt;&lt;span class="nx"&gt;nils&lt;/span&gt;&lt;span class="err"&gt;@&lt;/span&gt;&lt;span class="nx"&gt;machine&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="o"&gt;/&lt;/span&gt;&lt;span class="nx"&gt;usr&lt;/span&gt;&lt;span class="o"&gt;/&lt;/span&gt;&lt;span class="nx"&gt;pkgsrc&lt;/span&gt;&lt;span class="o"&gt;/&lt;/span&gt;&lt;span class="nx"&gt;category&lt;/span&gt;&lt;span class="o"&gt;/&lt;/span&gt;&lt;span class="nx"&gt;software&lt;/span&gt;&lt;span class="err"&gt;$&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nx"&gt;make&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="kn"&gt;package&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;

&lt;p&gt;suffit pour créer un paquet. On peut l'installer avec la cible "install" en plus, mais on peut aussi faire ceci :&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;code&gt;&lt;span class="nx"&gt;rm&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="nx"&gt;f&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="o"&gt;/&lt;/span&gt;&lt;span class="nx"&gt;usr&lt;/span&gt;&lt;span class="o"&gt;/&lt;/span&gt;&lt;span class="nx"&gt;pkgsrc&lt;/span&gt;&lt;span class="o"&gt;/&lt;/span&gt;&lt;span class="nx"&gt;packages&lt;/span&gt;&lt;span class="o"&gt;/&lt;/span&gt;&lt;span class="nx"&gt;All …&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Mon, 19 Aug 2013 09:42:00 +0200</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2013-08-19:/post/2013/08/19/depot-de-paquets-pkgsrc-en-mode-rapide/</guid><category>Logiciels libres</category><category>pkgsrc</category></item><item><title>10 ans de dotclear</title><link>https://blog.anotherhomepage.org/post/2013/08/13/10-ans-de-dotclear/</link><description>&lt;p&gt;Je me prend au jeu de fêter les 10 ans du moteur de blog &lt;a href="http://www.dotclear.net" title="Dotclear"&gt;Dotclear&lt;/a&gt;, comme annoncé sur &lt;a href="https://twitter.com/dotclear/status/364344872267821056" title="&amp;quot;Twitter"&gt;Twitter&lt;/a&gt;, dont je reprend le texte ici, pour archive :&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Pour les 10 ans de #Dotclear le 13/08/13, publiez sur votre blog le 13 août votre texte : "Dotclear et moi, tout …&lt;/p&gt;&lt;/blockquote&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Tue, 13 Aug 2013 09:42:00 +0200</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2013-08-13:/post/2013/08/13/10-ans-de-dotclear/</guid><category>Logiciels libres</category><category>Dotclear</category><category>PHP</category></item><item><title>sudoers.d</title><link>https://blog.anotherhomepage.org/post/2013/08/12/sudoers.d/</link><description>&lt;p&gt;J'ai mis du temps à m'en rendre compte : la plupart des OS récents disposant de &lt;a href="http://www.sudo.ws/" title="sudo"&gt;sudo&lt;/a&gt; ont en plus de leur fichier &lt;em&gt;sudoers&lt;/em&gt; un répertoire nommé &lt;em&gt;sudoers.d&lt;/em&gt;. A quoi sert ce répertoire ? Tout simplement à inclure des fichiers de configuration sudo, en utilisant la même syntaxe que le fichier …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Mon, 12 Aug 2013 09:42:00 +0200</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2013-08-12:/post/2013/08/12/sudoers.d/</guid><category>Logiciels libres</category><category>sudo</category><category>sudoers</category><category>sudoers.d</category></item><item><title>en cours dans pkgsrc-wip et pkgsrc</title><link>https://blog.anotherhomepage.org/post/2013/08/06/en-cours-dans-pkgsrc-wip-et-pkgsrc/</link><description>&lt;p&gt;C'est un peu bizarre, en commençant ce billet, je m'aperçois que la catégorie se nomme "Linux et Logiciels libres". Il m'apparaît que pour un billet traitant surtout de NetBSD et de pkgsrc, ce n'est pas très malin. Abracadabra ! La catégorie se nomme dorénavant "Logiciels libres". Bref, passons.&lt;/p&gt;
&lt;p&gt;Je maintiens quelques …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Tue, 06 Aug 2013 09:42:00 +0200</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2013-08-06:/post/2013/08/06/en-cours-dans-pkgsrc-wip-et-pkgsrc/</guid><category>Logiciels libres</category><category>pkgsrc</category></item><item><title>nihilo</title><link>https://blog.anotherhomepage.org/post/2013/07/30/nihilo/</link><description>&lt;p&gt;Bon, mon billet précédent date de la fin de l'année dernière. Autant dire une éternité. Pendant ce temps, je n'ai rien blogué. Le néant. Et ça commence à me démanger sévère. Pourtant j'en ai fait des trucs. J'ai des projets en cours. Je vais donc tenter d'en parler. L'avantage, c'est …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Tue, 30 Jul 2013 09:42:00 +0200</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2013-07-30:/post/2013/07/30/nihilo/</guid><category>Humeur</category></item><item><title>Antisèches Cisco, réseau et autres</title><link>https://blog.anotherhomepage.org/post/2012/12/20/antiseches-cisco-reseau-et-autres/</link><description>&lt;p&gt;Session de surf en mode "veille technologique" (sauf que je suis en congés), en passant par l'excellent &lt;a href="http://planet.centos.org" title="&amp;quot;Planet"&gt;Planet CentOS&lt;/a&gt;, je suis tombé sur &lt;a href="http://www.bit-integrity.com/2012/11/best-networking-cheat-sheets.html" title="&amp;quot;Bit"&gt;un post de blog&lt;/a&gt; menant à des posters antisèches pour différents domaines ! C'est super intéressant, on y trouve plein de configurations Cisco pour les protocoles de routage …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Thu, 20 Dec 2012 09:30:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2012-12-20:/post/2012/12/20/antiseches-cisco-reseau-et-autres/</guid><category>General</category><category>cisco</category><category>réseau</category></item><item><title>Nombre d'occurrences dans un fichier - remix</title><link>https://blog.anotherhomepage.org/post/2012/10/01/Nombre-d-occurrences-dans-un-fichier-remix/</link><description>&lt;p&gt;Je détaillais dans &lt;a href="/post/2010/03/01/Nombre-d-occurences-d-un-champ-dans-un-fichier"&gt;un billet&lt;/a&gt; écrit il y a déjà un sacré bout de temps comment obtenir une sorte de top 10 des adresses IP effectuant le plus de requêtes dans un fichier de log Apache. J'ai décidé de revenir dessus, et de faire quelques déclinaisons de ce one-liner selon …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Mon, 01 Oct 2012 13:37:00 +0200</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2012-10-01:/post/2012/10/01/Nombre-d-occurrences-dans-un-fichier-remix/</guid><category>Logiciels libres</category><category>Apache</category><category>Awk</category><category>Linux</category><category>NetBSD</category></item><item><title>Couleurs dans le terminal</title><link>https://blog.anotherhomepage.org/post/2011/12/05/couleurs-dans-le-terminal/</link><description>&lt;p&gt;Pour beaucoup de gens, la vue d'un terminal, en général en texte blanc sur fond noir (mais aussi en noir sur fond blanc ou beige sur certaines distributions), peut s'avérer très peu attrayante. En ce qui me concerne je me suis accommodé et j'ai fini par apprécier le terminal, grâce …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Mon, 05 Dec 2011 08:40:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2011-12-05:/post/2011/12/05/couleurs-dans-le-terminal/</guid><category>Logiciels libres</category><category>ccze</category><category>CentOS</category><category>dircolors</category><category>htop</category><category>most</category><category>NetBSD</category><category>PS1</category><category>vim</category></item><item><title>Lancement de GNU Screen en arrière-plan</title><link>https://blog.anotherhomepage.org/post/2011/11/28/lancement-de-gnu-screen-en-arriere-plan/</link><description>&lt;p&gt;Les entrailles de GNU Screen (que j'abrègerai en &lt;em&gt;screen&lt;/em&gt; par la suite) sont parfois difficiles à comprendre. L'histoire commence ainsi : je possède une machine NetBSD, un peu bruyante, que j'allume le matin au lever et que j'éteins le soir au coucher. J'utilise screen sur cette machine, et j'aimerais, par grosse …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Mon, 28 Nov 2011 09:30:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2011-11-28:/post/2011/11/28/lancement-de-gnu-screen-en-arriere-plan/</guid><category>Logiciels libres</category><category>.profile</category><category>.shrc</category><category>NetBSD</category><category>screen</category><category>TERM</category><category>xterm-color</category></item><item><title>Ajouter des robots dans Awstats</title><link>https://blog.anotherhomepage.org/post/2011/11/21/Ajouter-des-robots-dans-Awstats/</link><description>&lt;p&gt;Aujourd'hui un nouvel épisode de mon outil de statistiques web du moment, Awstats. Souvenez-vous, nous avons déjà rencontré ce logiciel à trois reprises :&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="/post/2011/01/31/awstats"&gt;lors d'un premier billet&lt;/a&gt; d'introduction et de configuration ;&lt;/li&gt;
&lt;li&gt;&lt;a href="/post/2011/02/14/utilisation-des-plugins-awstats"&gt;pour activer des plugins&lt;/a&gt; afin d'améliorer les statistiques ;&lt;/li&gt;
&lt;li&gt;&lt;a href="/post/2011/02/28/ajouter-ses-sections-personnalisees-dans-awstats"&gt;mais aussi lors de l'ajout de sections personnalisées&lt;/a&gt; spécifiques à votre …&lt;/li&gt;&lt;/ul&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Mon, 21 Nov 2011 09:30:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2011-11-21:/post/2011/11/21/Ajouter-des-robots-dans-Awstats/</guid><category>Logiciels libres</category><category>Awstats</category><category>bot</category><category>Perl</category><category>robot</category><category>robots.pm</category></item><item><title>Installation de phpMyAdmin sur CentOS 6 - suite</title><link>https://blog.anotherhomepage.org/post/2011/10/17/Installation-de-phpMyAdmin-sur-CentOS-6-suite/</link><description>&lt;h2&gt;Résumé de l'épisode précédent&lt;/h2&gt;
&lt;p&gt;Lors de mon précédent billet sur &lt;a href="/post/2011/10/03/Installation-de-phpMyAdmin-sur-CentOS-6"&gt;l'installation et la configuration de phpMyAdmin sur CentOS 6&lt;/a&gt;, nous avions obtenu une installation fonctionnelle, mais perfectible. Nous allons voir ensemble comment rendre l'installation plus confortable et tenter de la sécuriser un peu.&lt;/p&gt;
&lt;h2&gt;Authentification par cookie&lt;/h2&gt;
&lt;p&gt;Lors de la connexion …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Mon, 17 Oct 2011 09:30:00 +0200</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2011-10-17:/post/2011/10/17/Installation-de-phpMyAdmin-sur-CentOS-6-suite/</guid><category>Logiciels libres</category><category>Apache</category><category>CentOS</category><category>EPEL</category><category>Linux</category><category>MySQL</category><category>PHP</category><category>phpMyAdmin</category></item><item><title>Installation de phpMyAdmin sur CentOS 6</title><link>https://blog.anotherhomepage.org/post/2011/10/03/Installation-de-phpMyAdmin-sur-CentOS-6/</link><description>&lt;h2&gt;Préambule&lt;/h2&gt;
&lt;p&gt;Il y a un peu plus de deux ans, j'écrivais ce qui reste (à l'écriture de ce billet) le contenu phare de ce blog : &lt;a href="/post/2008/05/17/installation-de-phpmyadmin-sur-CentOS-5"&gt;installation de phpMyAdmin sur CentOS 5&lt;/a&gt;. C'est bien simple, c'est la raison pour laquelle une grande majorité des visiteurs atterrit ici. Ca en devient presque …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Mon, 03 Oct 2011 09:30:00 +0200</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2011-10-03:/post/2011/10/03/Installation-de-phpMyAdmin-sur-CentOS-6/</guid><category>Logiciels libres</category><category>Apache</category><category>CentOS</category><category>EPEL</category><category>Linux</category><category>MySQL</category><category>PHP</category><category>phpMyAdmin</category></item><item><title>Installation minimaliste d'une CentOS 6</title><link>https://blog.anotherhomepage.org/post/2011/08/08/Installation-minimaliste-d-une-CentOS-6/</link><description>&lt;p&gt;Suite à un billet précédent &lt;a href="/post/2011/06/20/Installation-d-un-domU-Xen-Enterprise-Linux-sur-un-dom0-NetBSD"&gt;sur l'installation d'un domU Enterprise Linux sur un dom0 NetBSD&lt;/a&gt;, et à la sortie de &lt;a href="http://lists.centos.org/pipermail/centos-announce/2011-July/017645.html"&gt;CentOS 6.0&lt;/a&gt;, j'ai fait quelques essais d'installations de cette distribution.&lt;/p&gt;
&lt;p&gt;Il n'y a pas d'énormes différences entre le billet cité et CentOS 6.0, juste quelques surprises. La première …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Mon, 08 Aug 2011 11:51:00 +0200</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2011-08-08:/post/2011/08/08/Installation-minimaliste-d-une-CentOS-6/</guid><category>Logiciels libres</category><category>CentOS</category><category>kickstart</category><category>RPM</category></item><item><title>Utilisation de nombreux domU en backend fichiers sur un dom0 NetBSD</title><link>https://blog.anotherhomepage.org/post/2011/06/30/Utilisation-de-nombreux-domU-en-backend-fichiers-sur-un-dom0-NetBSD/</link><description>&lt;p&gt;Oui, j'utilise des machines virtuelles Xen dans des fichiers. Pas de partition, pas de LVM, non. Un bon vieux fichier qu'on peut effacer sans regrets une fois son domU "jetable" inutile. Pour utiliser ces fichiers, et pour monter des fichiers en tant que disque de manière générale, NetBSD utilise le …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Thu, 30 Jun 2011 14:35:00 +0200</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2011-06-30:/post/2011/06/30/Utilisation-de-nombreux-domU-en-backend-fichiers-sur-un-dom0-NetBSD/</guid><category>Logiciels libres</category><category>NetBSD</category><category>Xen</category></item><item><title>Installation d'un domU Xen Enterprise Linux sur un dom0 NetBSD</title><link>https://blog.anotherhomepage.org/post/2011/06/20/Installation-d-un-domU-Xen-Enterprise-Linux-sur-un-dom0-NetBSD/</link><description>&lt;p&gt;Ces derniers temps je m'amuse à faire des installations par le réseau d'un peu tout et n'importe quoi. J'utilise principalement l'outil de virtualisation &lt;a href="www.virtualbox.org" title="VirtualBox"&gt;Oracle VirtualBox&lt;/a&gt;, mais il m'arrive aussi de faire joujou avec &lt;a href="http://www.xen.org" title="Xen"&gt;Xen&lt;/a&gt;. Avec un hôte (dom0) CentOS 5 (et sans doute toutes les distribution de type "Enterprise Linux …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Mon, 20 Jun 2011 09:30:00 +0200</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2011-06-20:/post/2011/06/20/Installation-d-un-domU-Xen-Enterprise-Linux-sur-un-dom0-NetBSD/</guid><category>Logiciels libres</category><category>CentOS</category><category>Linux</category><category>NetBSD</category><category>RHEL</category><category>Scientific</category><category>Xen</category></item><item><title>Configuration d'une redondance DNS</title><link>https://blog.anotherhomepage.org/post/2011/05/02/Configuration-d-une-redondance-DNS/</link><description>&lt;p&gt;&lt;em&gt;Je suis dans la situation suivante : j'ai une machine exécutant entre autres un serveur DHCP et un serveur DNS, et je souhaite réinstaller cette machine. Problème, si je la réinstalle, le DHCP et le DNS seront indisponibles. Il me faut donc redonder ces deux services pour ne pas perturber les …&lt;/em&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Mon, 02 May 2011 09:30:00 +0200</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2011-05-02:/post/2011/05/02/Configuration-d-une-redondance-DNS/</guid><category>Logiciels libres</category><category>Bind</category><category>DNS</category><category>NetBSD</category></item><item><title>Configuration d'une redondance DHCP</title><link>https://blog.anotherhomepage.org/post/2011/04/25/Configuration-d-une-redondance-DHCP/</link><description>&lt;p&gt;&lt;em&gt;Ce billet est basé sur l'excellent billet de &lt;a href="http://www.madboa.com"&gt;Paul Heinlein&lt;/a&gt; et publié avec son aimable autorisation. Le billet original se trouve &lt;a href="http://www.madboa.com/geek/dhcp-failover/"&gt;ici&lt;/a&gt;&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;Je suis dans la situation suivante : j'ai une machine exécutant entre autres un serveur DHCP et un serveur DNS, et je souhaite réinstaller cette machine. Problème, si je …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Mon, 25 Apr 2011 09:30:00 +0200</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2011-04-25:/post/2011/04/25/Configuration-d-une-redondance-DHCP/</guid><category>Logiciels libres</category><category>DHCP</category><category>NetBSD</category></item><item><title>Effectuer une netinstall de NetBSD 5</title><link>https://blog.anotherhomepage.org/post/2011/04/18/Effectuer-une-netinstall-de-NetBSD-5/</link><description>&lt;p&gt;J'avais déjà rédigé &lt;a href="/post/2010/01/20/Supprimer-ses-daily-outpout-dans-NetBSD"&gt;un petit tip pour NetBSDfr&lt;/a&gt;, mais cette fois-ci je suis allé un peu plus loin : J'ai documenté l'installation par le réseau, incluant un démarrage PXE de NetBSD 5, pour i386 et amd64. Et c'est &lt;a href="http://www.netbsdfr.org/wiki/doku.php?id=tips:netinstallnb5"&gt;sur le wiki NetBSDfr&lt;/a&gt; que ça se passe.&lt;/p&gt;
&lt;p&gt;Faites chauffer les cartes réseau …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Mon, 18 Apr 2011 09:30:00 +0200</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2011-04-18:/post/2011/04/18/Effectuer-une-netinstall-de-NetBSD-5/</guid><category>Logiciels libres</category><category>NetBSD</category><category>PXE</category></item><item><title>configuration basique pour bozohttpd</title><link>https://blog.anotherhomepage.org/post/2011/04/04/configuration-basique-pour-bozohttpd/</link><description>&lt;p&gt;NetBSD possède dans ses sets de base quelques logiciels intéressants pour un serveur : un serveur SSH, un serveur DNS, un serveur DHCP, même un serveur TFTP et celui qui m'intéresse plus particulièrement aujourd'hui, un serveur HTTP. Il ne s'agit pas, comme on pourrait s'y attendre, d'&lt;a href="http://httpd.apache.org/"&gt;Apache HTTP Server&lt;/a&gt;, mais …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Mon, 04 Apr 2011 09:30:00 +0200</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2011-04-04:/post/2011/04/04/configuration-basique-pour-bozohttpd/</guid><category>Logiciels libres</category><category>bozohttpd</category><category>http</category><category>NetBSD</category></item><item><title>Flasher son BIOS sans DOS ni Windows</title><link>https://blog.anotherhomepage.org/post/2011/03/28/Flasher-son-BIOS-sans-DOS-ni-Windows/</link><description>&lt;p&gt;Mettre à jour le &lt;a href="https://secure.wikimedia.org/wikipedia/fr/wiki/Basic_Input_Output_System"&gt;BIOS&lt;/a&gt; de sa carte mère, voilà une activité qui peut s'avérer exaspérante au possible : par le passé, cela se faisait en utilisant une &lt;a href="https://secure.wikimedia.org/wikipedia/fr/wiki/Disquette"&gt;disquette&lt;/a&gt; (voire deux), contenant un système &lt;a href="https://secure.wikimedia.org/wikipedia/fr/wiki/DOS"&gt;DOS&lt;/a&gt; et deux fichiers, l'utilitaire de flashage et l'image du BIOS proprement dite.&lt;/p&gt;
&lt;p&gt;Il fallait donc :- disposer …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Mon, 28 Mar 2011 09:30:00 +0200</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2011-03-28:/post/2011/03/28/Flasher-son-BIOS-sans-DOS-ni-Windows/</guid><category>Logiciels libres</category><category>BIOS</category><category>FreeDOS</category><category>USB</category></item><item><title>Configuration d'OpenSSH</title><link>https://blog.anotherhomepage.org/post/2011/03/14/configuration-openssh/</link><description>&lt;p&gt;&lt;a href="http://www.openssh.org/fr/index.html"&gt;OpenSSH&lt;/a&gt; est un logiciel formidable, tout le monde le sait. Quelque chose que j'aime beaucoup avec ce logiciel, c'est la manière dont son fichier de configuration permet de simplifier certaines opérations. Je vous propose de voir ou de revoir certaines options qu'on peut ajouter à la suite d'un bloc de …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Mon, 14 Mar 2011 09:30:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2011-03-14:/post/2011/03/14/configuration-openssh/</guid><category>Sécurité</category><category>ssh</category><category>openssh</category></item><item><title>Ajouter ses sections personnalisées dans Awstats</title><link>https://blog.anotherhomepage.org/post/2011/02/28/ajouter-ses-sections-personnalisees-dans-awstats/</link><description>&lt;p&gt;Après la configuration de base et l'activation de plugins, amusons-nous maintenant à personnaliser nos statistiques avec les "Extra Sections". Avant toute chose, il convient de rappeler que comme certains plugins, ces ajouts ralentissent la vitesse d'exécution d'Awstats : sur des sites internet très visités, il peut s'avérer très utile d'avoir une …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Mon, 28 Feb 2011 09:30:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2011-02-28:/post/2011/02/28/ajouter-ses-sections-personnalisees-dans-awstats/</guid><category>Logiciels libres</category><category>Awstats</category><category>Perl</category></item><item><title>Utilisation des plugins Awstats</title><link>https://blog.anotherhomepage.org/post/2011/02/14/utilisation-des-plugins-awstats/</link><description>&lt;p&gt;Nous avons vu dans un précédent billet comment mettre en oeuvre la génération de statistiques de visites avec &lt;a href="http://awstats.sourceforge.net/"&gt;Awstats&lt;/a&gt;. Nous allons maintenant enrichir et améliorer ces statistiques, avec dans un premier temps l'utilisation de plugins. Le prérequis pour ce billet est bien entendu d'avoir configuré Awstats et de posséder les …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Mon, 14 Feb 2011 09:30:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2011-02-14:/post/2011/02/14/utilisation-des-plugins-awstats/</guid><category>Logiciels libres</category><category>Apache</category><category>Awstats</category><category>Perl</category></item><item><title>Logrotate dans pkgsrc : ça marche chez toi ?</title><link>https://blog.anotherhomepage.org/post/2011/02/09/Logrotate-dans-pkgsrc/</link><description>&lt;p&gt;Il y a quelques mois maintenant, je me suis inscrit au projet &lt;a href="http://pkgsrc-wip.sourceforge.net/" title="pkgsrc-wip"&gt;pkgsrc-wip&lt;/a&gt; chez Sourceforge, dans le but de mettre à jour &lt;a href="https://fedorahosted.org/logrotate/" title="Logrotate"&gt;Logrotate&lt;/a&gt;. Le résultat est maintenant utilisable : il y a un makefile et des patches, tout ça compile sans accrocs sous NetBSD 5.0.2 et 5.1 (en …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Wed, 09 Feb 2011 09:30:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2011-02-09:/post/2011/02/09/Logrotate-dans-pkgsrc/</guid><category>Logiciels libres</category><category>logrotate</category><category>NetBSD</category><category>pkgsrc</category><category>wip</category></item><item><title>Awstats</title><link>https://blog.anotherhomepage.org/post/2011/01/31/awstats/</link><description>&lt;h2&gt;Qu'est-ce qu'Awstats ? A quoi sert-il ?&lt;/h2&gt;
&lt;p&gt;&lt;a href="http://awstats.sourceforge.net/"&gt;Awstats&lt;/a&gt; est un outil web de statistiques pour un serveur web, FTP ou mail. Il permet donc de voir, pour un site internet par exemple, s'il y a beaucoup de visites, quelles sont les pages les plus visitées, quelle quantité de données est transférée, et …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Mon, 31 Jan 2011 09:30:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2011-01-31:/post/2011/01/31/awstats/</guid><category>Logiciels libres</category><category>Apache</category><category>Awstats</category><category>Perl</category></item><item><title>Vérifications de permissions - suite</title><link>https://blog.anotherhomepage.org/post/2011/01/17/verifications-de-permissions-suite/</link><description>&lt;p&gt;&lt;em&gt;Introduction&lt;/em&gt; : les astuces de ce billet sont extraites du document “Guide to the Secure Configuration of Red Hat Enterprise Linux 5” édité par la &lt;a href="https://secure.wikimedia.org/wikipedia/fr/wiki/NSA"&gt;NSA&lt;/a&gt;. Vous pouvez télécharger le document au format PDF dans son intégralité &lt;a href="http://www.nsa.gov/ia/guidance/security_configuration_guides/operating_systems.shtml#linux2"&gt;sur leur site&lt;/a&gt;. Cette introduction me permet d'être en conformité avec leur &lt;a href="http://www.nsa.gov/terms_of_use.shtml#copyright"&gt;notice de …&lt;/a&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Mon, 17 Jan 2011 10:41:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2011-01-17:/post/2011/01/17/verifications-de-permissions-suite/</guid><category>Sécurité</category></item><item><title>Vérifications de permissions</title><link>https://blog.anotherhomepage.org/post/2010/12/30/V%C3%A9rifications-de-permissions/</link><description>&lt;p&gt;&lt;em&gt;Introduction&lt;/em&gt; : les astuces de ce billet sont extraites du document “Guide to the Secure Configuration of Red Hat Enterprise Linux 5” édité par la &lt;a href="https://secure.wikimedia.org/wikipedia/fr/wiki/NSA"&gt;NSA&lt;/a&gt;. Vous pouvez télécharger le document au format PDF dans son intégralité &lt;a href="http://www.nsa.gov/ia/guidance/security_configuration_guides/operating_systems.shtml#linux2"&gt;sur leur site&lt;/a&gt;. Cette introduction me permet d'être en conformité avec leur &lt;a href="http://www.nsa.gov/terms_of_use.shtml#copyright"&gt;notice de …&lt;/a&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Thu, 30 Dec 2010 11:11:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2010-12-30:/post/2010/12/30/Vérifications-de-permissions/</guid><category>Sécurité</category><category>CentOS</category><category>chmod</category><category>find</category><category>Linux</category><category>NSA</category><category>RHEL</category><category>sticky-bit</category></item><item><title>Reconstruction d'un RAID 1 logiciel sous Linux</title><link>https://blog.anotherhomepage.org/post/2010/09/01/Reconstruction-d-un-RAID-1-logiciel-sous-Linux/</link><description>&lt;p&gt;Depuis maintenant plus d'un an, lors de l'achat de ma machine actuelle de bureau, j'ai décidé de configurer mes disques durs en &lt;a href="http://fr.wikipedia.org/wiki/RAID_%28informatique%29#RAID_1_:_Disques_en_miroir"&gt;RAID 1&lt;/a&gt;. Cela n'évite pas d'avoir un besoin de sauvegarde, mais ça aide beaucoup au niveau de la conscience. Et c'est quand l'un des disques ralentit tout le …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Wed, 01 Sep 2010 11:42:00 +0200</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2010-09-01:/post/2010/09/01/Reconstruction-d-un-RAID-1-logiciel-sous-Linux/</guid><category>Logiciels libres</category><category>disque dur</category><category>fdisk</category><category>Linux</category><category>RAID</category><category>sfdisk</category></item><item><title>Saines lectures pour l'été</title><link>https://blog.anotherhomepage.org/post/2010/07/26/Saines-lectures-pour-l-%C3%A9t%C3%A9/</link><description>&lt;p&gt;C'est l'été ! Parfois il est bon d'arrêter deux minutes les manipulations sur nos machines, d'aller faire un tour dans un espace vert ou à la plage, et de sortir un livre... sur nos sujet favoris, bien sûr !&lt;/p&gt;
&lt;p&gt;Voici donc, en vrac, quelques pages web, livres, documentations, gratuits ou non, qui …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Mon, 26 Jul 2010 16:24:00 +0200</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2010-07-26:/post/2010/07/26/Saines-lectures-pour-l-été/</guid><category>Logiciels libres</category></item><item><title>Dédé le clown et son copain le live-cd</title><link>https://blog.anotherhomepage.org/post/2010/05/25/D%C3%A9d%C3%A9-et-son-copain-le-live-cd/</link><description>&lt;p&gt;C'est l'histoire de Dédé le clown, ou plutôt de &lt;a href="http://fr.wikipedia.org/wiki/Dd_%28Unix%29"&gt;dd&lt;/a&gt; le clone, qui rend bien service lorsqu'on a des sueurs froides... Mais qu'est-ce que dd ? Depuis la page de manuel, on peut lire : "convert and copy a file". C'est tellement simple qu'on se dit que ce n'est pas très puissant …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Tue, 25 May 2010 16:30:00 +0200</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2010-05-25:/post/2010/05/25/Dédé-et-son-copain-le-live-cd/</guid><category>Logiciels libres</category><category>CentOS</category><category>dd</category><category>Linux</category><category>live-cd</category><category>Red Hat</category><category>rescue</category><category>RHEL</category></item><item><title>Nombre d'occurences d'un champ dans un fichier</title><link>https://blog.anotherhomepage.org/post/2010/03/01/Nombre-d-occurences-d-un-champ-dans-un-fichier/</link><description>&lt;p&gt;Après la coloration d'un grep pour une histoire de cron, voici un autre cas sympathique : je souhaitais savoir qui faisait le plus de requêtes sur un serveur web (Apache), avec un classement. Un genre de top 5 ou top 10 des plus gros requêteurs de pages sur le dit serveur …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Mon, 01 Mar 2010 12:30:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2010-03-01:/post/2010/03/01/Nombre-d-occurences-d-un-champ-dans-un-fichier/</guid><category>Logiciels libres</category><category>Awk</category><category>Linux</category></item><item><title>Recherche colorée dans les logs avec perl</title><link>https://blog.anotherhomepage.org/post/2010/02/13/Recherche-color%C3%A9e-dans-les-logs-avec-perl/</link><description>&lt;p&gt;Voici un petit one-liner assez sympathique, dont on m'avait parlé dans la semaine et sur lequel &lt;a href="http://www.karlesnine.com/post/2008/05/20/Tail-mais-en-couleur"&gt;je suis tombé par hasard&lt;/a&gt; en cherchant autre chose. Le principe est d'afficher dans une autre couleur un texte donné dans une recherche, comme par exemple une erreur précise dans un fichier de logs …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Sat, 13 Feb 2010 12:35:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2010-02-13:/post/2010/02/13/Recherche-colorée-dans-les-logs-avec-perl/</guid><category>Logiciels libres</category><category>cron</category><category>Linux</category><category>Perl</category></item><item><title>Supprimer ses daily outpout dans NetBSD</title><link>https://blog.anotherhomepage.org/post/2010/01/20/Supprimer-ses-daily-outpout-dans-NetBSD/</link><description>&lt;p&gt;Il m'arrive d'écrire ailleurs qu'ici. Ma dernière contribution à l'extérieur explique comment supprimer les mails journaliers "daily output" de NetBSD sans pour autant supprimer les envois de mail "security output" envoyés si un problème de sécurité est détecté sur le système. Au lieu de tout recopier, je préfère mettre &lt;a href="http://www.netbsdfr.org/wiki/doku.php?id=tips:dailyoutput"&gt;un …&lt;/a&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Wed, 20 Jan 2010 23:59:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2010-01-20:/post/2010/01/20/Supprimer-ses-daily-outpout-dans-NetBSD/</guid><category>Logiciels libres</category></item><item><title>Coloration syntaxique de fichiers de configuration Apache sous Vim</title><link>https://blog.anotherhomepage.org/post/2009/11/13/Coloration-syntaxique-de-fichiers-de-configuration-Apache-sous-Vim/</link><description>&lt;p&gt;Une petite astuce qui peut s'avérer pratique si comme moi on apprécie beaucoup la coloration syntaxique de Vim. Je scinde mes virtual hosts en plusieurs fichiers de configuration, en général un par domaine. Or, contrairement au reste des fichiers de configuration classiques d'Apache, et des fichiers de configuration d'applications web …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Fri, 13 Nov 2009 10:35:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2009-11-13:/post/2009/11/13/Coloration-syntaxique-de-fichiers-de-configuration-Apache-sous-Vim/</guid><category>Logiciels libres</category><category>Apache</category><category>Vim</category></item><item><title>Utilisation transparente d'une passerelle SSH</title><link>https://blog.anotherhomepage.org/post/2009/11/09/Utilisation-transparente-d-une-passerelle-SSH/</link><description>&lt;p&gt;Ou comment rebondir sans même le faire exprès !&lt;/p&gt;
&lt;p&gt;J'aime beaucoup OpenSSH. C'est un très bon logiciel, au-delà des capacités de chiffrement ou de son système de transfert de fichiers. Tunnels et commandes automatisées, authentification par clés, tout est bon dans le poisson ! Comme mon billet en 3 étapes m'a semblé …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Mon, 09 Nov 2009 11:56:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2009-11-09:/post/2009/11/09/Utilisation-transparente-d-une-passerelle-SSH/</guid><category>Logiciels libres</category><category>ssh</category></item><item><title>Transfert de fichier simple et sécurisé : sftp en chroot</title><link>https://blog.anotherhomepage.org/post/2009/10/04/Transfert-de-fichier-simple-et-s%C3%A9curis%C3%A9-:-sftp-en-chroot/</link><description>&lt;p&gt;Meurs, FTP, meurs !&lt;/p&gt;
&lt;h2&gt;C'est quoi ton problème ?&lt;/h2&gt;
&lt;p&gt;Comme beaucoup de gens, pour transférer des fichiers sur un serveur web, j'utilise souvent &lt;a href="http://fr.wikipedia.org/wiki/File_Transfer_Protocol"&gt;FTP&lt;/a&gt;. Ce protocole possède plusieurs inconvénients :&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;il faut ouvrir plusieurs ports dans le pare-feu, au moins deux (connexion de contrôle et de données)&lt;/li&gt;
&lt;li&gt;le mot de passe transite en …&lt;/li&gt;&lt;/ul&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Sun, 04 Oct 2009 09:33:00 +0200</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2009-10-04:/post/2009/10/04/Transfert-de-fichier-simple-et-sécurisé-:-sftp-en-chroot/</guid><category>Logiciels libres</category><category>chroot</category><category>Linux</category><category>NetBSD</category><category>sftp</category><category>ssh</category></item><item><title>Hadopi : Blackout du Net français</title><link>https://blog.anotherhomepage.org/post/2009/03/05/Hadopi-:-Blackout-du-Net-fran%C3%A7ais/</link><description>&lt;p&gt;&lt;a href="http://www.laquadrature.net/HADOPI"&gt;&lt;img alt="&amp;quot;black-out" src="https://blog.anotherhomepage.org/public/hadopi/Quadrature_black-out_HADOPI_125x125px.gif" title="&amp;quot;black-out"&gt;&lt;/a&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Thu, 05 Mar 2009 14:13:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2009-03-05:/post/2009/03/05/Hadopi-:-Blackout-du-Net-français/</guid><category>Humeur</category><category>hadopi</category></item><item><title>Nouvel hébergé</title><link>https://blog.anotherhomepage.org/post/2009/03/05/Nouvel-h%C3%A9berg%C3%A9-chez-Another-Home-Page/</link><description>&lt;p&gt;Pour les amateurs de musique :)&lt;/p&gt;
&lt;p&gt;D'ici quelques jours j'espère, le forum du groupe &lt;a href="http://www.taberlos.net/"&gt;Rémingway&lt;/a&gt; rouvrira ses portes &lt;a href="http://forum.taberlos.net/"&gt;ici&lt;/a&gt;. Il est bien entendu hébergé par mes soins sur Another home page.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Thu, 05 Mar 2009 13:55:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2009-03-05:/post/2009/03/05/Nouvel-hébergé-chez-Another-Home-Page/</guid><category>Another home page</category><category>forum</category><category>Rémingway</category></item><item><title>Deux sites pour bien commencer l'année</title><link>https://blog.anotherhomepage.org/post/2009/01/30/Deux-sites-pour-bien-commencer-l-ann%C3%A9e/</link><description>&lt;p&gt;Oui, ce blog vit encore :-)&lt;/p&gt;
&lt;p&gt;Je commence l'année 2009 en douceur, histoire de ne pas me faire mal aux doigts sur le clavier.Ca ne m'empêche pas de faire quelques bricolages que j'aimerais bientôt relater dans ces pages. Et donc, durant quelques recherches, je suis tombé sur un site assez …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Fri, 30 Jan 2009 13:44:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2009-01-30:/post/2009/01/30/Deux-sites-pour-bien-commencer-l-année/</guid><category>Logiciels libres</category></item><item><title>Pourquoi faire simple quand on peut faire compliqué?</title><link>https://blog.anotherhomepage.org/post/2008/11/26/Pourquoi-faire-simple-quand-on-peut-faire-compliqu%C3%A9/</link><description>&lt;p&gt;Dans pas mal de tutoriaux &lt;a href="http://awstats.sourceforge.net/"&gt;Awstats&lt;/a&gt;, on parle de la possibilité de d'exécuter la commande de mise à jour dans une crontab.On a par exemple :&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;code&gt;&lt;span class="mf"&gt;0&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="mf"&gt;0&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="mf"&gt;23&lt;/span&gt;&lt;span class="o"&gt;/&lt;/span&gt;&lt;span class="mf"&gt;2&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="o"&gt;*&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="o"&gt;*&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="o"&gt;*&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="n"&gt;perl&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="o"&gt;/&lt;/span&gt;&lt;span class="n"&gt;var&lt;/span&gt;&lt;span class="o"&gt;/&lt;/span&gt;&lt;span class="n"&gt;www&lt;/span&gt;&lt;span class="o"&gt;/&lt;/span&gt;&lt;span class="n"&gt;awstats&lt;/span&gt;&lt;span class="o"&gt;/&lt;/span&gt;&lt;span class="n"&gt;awstats&lt;/span&gt;&lt;span class="mf"&gt;.&lt;/span&gt;&lt;span class="n"&gt;pl&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;config&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="n"&gt;blog&lt;/span&gt;&lt;span class="mf"&gt;.&lt;/span&gt;&lt;span class="n"&gt;anotherhomepage&lt;/span&gt;&lt;span class="mf"&gt;.&lt;/span&gt;&lt;span class="ow"&gt;or&lt;/span&gt;&lt;span class="n"&gt;g&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;update&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;

&lt;p&gt;Cet exemple met à jour la base awstats …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Wed, 26 Nov 2008 19:35:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2008-11-26:/post/2008/11/26/Pourquoi-faire-simple-quand-on-peut-faire-compliqué/</guid><category>Logiciels libres</category><category>Awstats</category><category>crontab</category></item><item><title>Ajouts dans les liens</title><link>https://blog.anotherhomepage.org/post/2008/10/21/Ajouts-dans-les-liens/</link><description>&lt;p&gt;J'ai ajouté il y a peu deux blogs dans ma longue liste de blogs à suivre. Et comme ce sont des amis, je les place bien entendu dans la section "liens" en bas à droite de cette page. Les deux "nouveaux venus" sont &lt;a href="http://www.evazone.fr/blog/"&gt;Evazone&lt;/a&gt; et &lt;a href="http://www.progressisme.org"&gt;le goût de l'avenir&lt;/a&gt;. J'espère …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Tue, 21 Oct 2008 23:01:00 +0200</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2008-10-21:/post/2008/10/21/Ajouts-dans-les-liens/</guid><category>Humeur</category></item><item><title>Yeeeeeah ! Enfin !!!</title><link>https://blog.anotherhomepage.org/post/2008/10/20/Yeeeeeah-Enfin/</link><description>&lt;p&gt;Je sais, j'arrive après la bataille, mais je télécharge actuellement OpenOffice.org 3 pour Mac sans X11 !&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;bave*&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Commentaires&lt;/h2&gt;
&lt;h3&gt;Le 31/01/2009 23:43 par &lt;a href="http://www.progressisme.org"&gt;Francois&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;Ben oui, moi aussi je l'ai installé mais franchement, 380 Mo d'appli, c'est
énorme, non ?&lt;/p&gt;
&lt;p&gt;F&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Mon, 20 Oct 2008 21:33:00 +0200</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2008-10-20:/post/2008/10/20/Yeeeeeah-Enfin/</guid><category>Humeur</category></item><item><title>La mode bientôt vendue grâce à l'informatique?</title><link>https://blog.anotherhomepage.org/post/2008/09/22/La-mode-bientot-vendue-grace-a-l-informatique/</link><description>&lt;p&gt;ça nous change des top-models&lt;/p&gt;
&lt;p&gt;Si quelqu'un a une idée pour se procurer ces vêtements en France, je serais presque foutu de les vouloir : &lt;a href="http://www.lifeclever.com/how-to-dress-like-a-mac/"&gt;Comment s'habiller comme un Mac&lt;/a&gt;. J'en rie encore :-D&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Mon, 22 Sep 2008 21:33:00 +0200</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2008-09-22:/post/2008/09/22/La-mode-bientot-vendue-grace-a-l-informatique/</guid><category>Apple - macintosh</category></item><item><title>la famille et les chaines de mails</title><link>https://blog.anotherhomepage.org/post/2008/09/17/la-famille-et-les-chaines-de-mails/</link><description>&lt;p&gt;c'est pas un peu casse-pied?&lt;/p&gt;
&lt;p&gt;Je suis persuadé que je ne suis pas le seul dans ce cas : j'ai quelques membres de ma famille dans mes contacts d'une messagerie instantanée bien connue.99,99% des mails que je reçois d'eux sont soit des blagues, soit des chaines de mails que …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Wed, 17 Sep 2008 21:30:00 +0200</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2008-09-17:/post/2008/09/17/la-famille-et-les-chaines-de-mails/</guid><category>Humeur</category></item><item><title>The IT Crowd</title><link>https://blog.anotherhomepage.org/post/2008/09/07/The-IT-Crowd/</link><description>&lt;p&gt;Vous n'avez jamais vu de support informatique avant&lt;/p&gt;
&lt;p&gt;Un collègue m'a recommandé cette série, dont je m'apprête à regarder la deuxième saison. Anglais obligatoire mais fou rire garanti !&lt;/p&gt;
&lt;div class="external-media" style="float: left; margin: 0 1em 1em 0;"&gt;
&lt;object type="application/x-shockwave-flash" data="http://www.youtube.com/v/ZrOmTrXmi-I&amp;amp;hl=en&amp;amp;fs=1" width="425" height="350"&gt;
  &lt;param name="movie" value="http://www.youtube.com/v/ZrOmTrXmi-I&amp;amp;hl=en&amp;amp;fs=1" /&gt;
  &lt;param name="wmode" value="transparent" /&gt;
&lt;/object&gt;
&lt;br /&gt;The IT Crowd
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Sun, 07 Sep 2008 23:07:00 +0200</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2008-09-07:/post/2008/09/07/The-IT-Crowd/</guid><category>Humour</category><category>IT Crowd</category><category>Série</category></item><item><title>délire</title><link>https://blog.anotherhomepage.org/post/2008/09/02/delire/</link><description>&lt;p&gt;promis, j'étais sobre sur ce coup-là&lt;/p&gt;
&lt;p&gt;Morceau choisi sur messagerie instantanée avec un ami (N c'est moi, P l'ami) :&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;N : et ouais mais vois le bon côté des choses, t'es un geek 2.0&lt;/p&gt;
&lt;p&gt;P : dsl j'préfère etre un mari 1.0 avec un anti-amantware 2.5&lt;/p&gt;
&lt;p&gt;N : moi je …&lt;/p&gt;&lt;/blockquote&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Tue, 02 Sep 2008 22:30:00 +0200</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2008-09-02:/post/2008/09/02/delire/</guid><category>Humeur</category><category>geek</category></item><item><title>Un thème de plus...</title><link>https://blog.anotherhomepage.org/post/2008/07/21/Un-theme-de-plus/</link><description>&lt;p&gt;Oui mais non, ça ne m'amuse pas&lt;/p&gt;
&lt;p&gt;Deux choses qui m'énervaient et que je n'ai pas le courage de modifier dans le thème "Freshy v2" :- les pages provenant de l'extension "Pages" n'ont pas un rendu formidable (du moins sous Firefox)- l'impossibilité de changer de thème une fois celui-ci sélectionné (valable …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Mon, 21 Jul 2008 20:44:00 +0200</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2008-07-21:/post/2008/07/21/Un-theme-de-plus/</guid><category>Humeur</category><category>thème</category></item><item><title>SSL à l'arrache !</title><link>https://blog.anotherhomepage.org/post/2008/07/19/SSL-a-l-arrache/</link><description>&lt;p&gt;Vite fait, mal fait.&lt;/p&gt;
&lt;p&gt;Que ceux qui veulent comprendre aillent sur des pages plus complètes, ici je fais juste une petite récap.Alors genre, on a un serveur sur laquelle on veut mettre du HTTPS ou du FTP-SSL. Pas envie d'avoir un "dummy certificate" et pas envie de passer 2 …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Sat, 19 Jul 2008 15:42:00 +0200</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2008-07-19:/post/2008/07/19/SSL-a-l-arrache/</guid><category>Logiciels libres</category><category>SSL</category></item><item><title>Mano Negra - Pas Assez de toi</title><link>https://blog.anotherhomepage.org/post/2008/06/30/Mano-Negra-Pas-Assez-de-toi/</link><description>&lt;p&gt;Allez, un peu de musique pour changer&lt;/p&gt;
&lt;div class="external-media" style="margin: 1em auto; text-align: center;"&gt;
&lt;object type="application/x-shockwave-flash" data="http://www.youtube.com/v/tQbIkq_EWnQ&amp;amp;hl=en" width="425" height="350"&gt;
  &lt;param name="movie" value="http://www.youtube.com/v/tQbIkq_EWnQ&amp;amp;hl=en" /&gt;
  &lt;param name="wmode" value="transparent" /&gt;
&lt;/object&gt;
&lt;br /&gt;Pas Assez De Toi-Mano Negra
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Mon, 30 Jun 2008 22:18:00 +0200</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2008-06-30:/post/2008/06/30/Mano-Negra-Pas-Assez-de-toi/</guid><category>General</category><category>Mano Negra</category></item><item><title>Et après je viens me plaindre de ma connexion Internet</title><link>https://blog.anotherhomepage.org/post/2008/06/29/Et-apres-je-viens-me-plaindre-de-ma-connexion-Internet/</link><description>&lt;p&gt;j'exterminerai cette vermine jusqu'au dernier !&lt;/p&gt;
&lt;p&gt;Au prochain appartement, j'ouvre les prises téléphoniques à l'emménagement !&lt;img alt="&amp;quot;Condensateur" src="https://blog.anotherhomepage.org/public/Divers/.condensateur_m.jpg"&gt;&lt;/p&gt;
&lt;h2&gt;Commentaires&lt;/h2&gt;
&lt;h3&gt;Le 22/10/2008 00:50 par &lt;a href="http://www.evazone.fr"&gt;M@T D.&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;Bouh ! La grosse bêbête velue à trois pattes... Cachée derrière le conjoncteur en plus...&lt;/p&gt;
&lt;p&gt;Vraiment vicieuse celle là ! ;-)&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Sun, 29 Jun 2008 16:46:00 +0200</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2008-06-29:/post/2008/06/29/Et-apres-je-viens-me-plaindre-de-ma-connexion-Internet/</guid><category>Humeur</category><category>Condensateur</category><category>Internet</category><category>Téléphone</category></item><item><title>Script de gestion d'utilisateurs pour Vsftpd et MySQL v0.1</title><link>https://blog.anotherhomepage.org/post/2008/06/22/Script-de-gestion-dutilisateurs-pour-Vsftpd-et-MySQL/</link><description>&lt;p&gt;attention, utilisez à vos risques et périls !&lt;/p&gt;
&lt;p&gt;J'ai créé un script qui permet d'ajouter, de retirer ou de modifier le mot de passe d'un utilisateur virtuel pour la configuration &lt;a href="/post/2008/06/20/Utilisateurs-virtuels-sous-CentOS-5-avec-base-de-donnees-MySQL"&gt;Vsftpd+MySQL&lt;/a&gt; dont j'ai déjà fait part sur ce blog. Ce script est assez basique et limité dans ses fonctions comme …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Sun, 22 Jun 2008 14:45:00 +0200</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2008-06-22:/post/2008/06/22/Script-de-gestion-dutilisateurs-pour-Vsftpd-et-MySQL/</guid><category>Logiciels libres</category></item><item><title>Utilisateurs virtuels sous CentOS 5 avec base de données MySQL</title><link>https://blog.anotherhomepage.org/post/2008/06/20/Utilisateurs-virtuels-sous-CentOS-5-avec-base-de-donnees-MySQL/</link><description>&lt;p&gt;&lt;code&gt;convert\_to\_centos5\_fr.sh --url howtoforge.com&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Depuis quelques temps j'essayais sans succès de faire des utilisateurs virtuels avec &lt;a href="http://vsftpd.beasts.org/"&gt;Vsftpd&lt;/a&gt;, mon logiciel de serveur ftp favori, sous CentOS 5. Alors oui, la db au format Berkeley, ça marche, mais je trouve ça casse-pieds à maintenir. Et puis pour changer …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Fri, 20 Jun 2008 10:30:00 +0200</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2008-06-20:/post/2008/06/20/Utilisateurs-virtuels-sous-CentOS-5-avec-base-de-donnees-MySQL/</guid><category>Logiciels libres</category><category>CentOS</category><category>howtoforge</category><category>Linux</category><category>RHEL</category><category>Vsftpd</category></item><item><title>Nouveau jouet</title><link>https://blog.anotherhomepage.org/post/2008/06/18/Nouveau-jouet/</link><description>&lt;p&gt;Un nouveau gadget électronique vient alourdir mes poches :-)&lt;/p&gt;
&lt;p&gt;En témoigne l'habillage d'iPhone disponible pour ce blog (si ce n'est pas le thème affiché à la lecture de ce billet, allez regarder dans le menu déroulant permettant de choisir son thème), en ce moment je m'intéresse à l'Internet mobile. Dans un …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Wed, 18 Jun 2008 19:46:00 +0200</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2008-06-18:/post/2008/06/18/Nouveau-jouet/</guid><category>Hardware</category><category>Debian</category><category>Linux</category><category>Mobile</category><category>N800</category><category>Nokia</category></item><item><title>Installation de mod_gnutls sur CentOS 5</title><link>https://blog.anotherhomepage.org/post/2008/05/24/Installation-de-mod_gnutls-sur-CentOS-5/</link><description>&lt;p&gt;petit lien à garder sous le coude au cas où&lt;/p&gt;
&lt;p&gt;Il y a quelques jours je voulais mettre plusieurs sites Internet en &lt;a href="http://fr.wikipedia.org/wiki/Http#HTTPS"&gt;HTTPS&lt;/a&gt;, sur le même serveur dédié. Or, ceci n'est (presque) pas possible en utilisant &lt;a href="http://www.modssl.org/"&gt;mod_ssl&lt;/a&gt; avec &lt;a href="http://httpd.apache.org/"&gt;Apache&lt;/a&gt;. Toutefois, ceci est rendu possible via l'utilisation de &lt;a href="http://www.outoforder.cc/projects/apache/mod_gnutls/"&gt;mod_gnutls&lt;/a&gt;. Pour ceux …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Sat, 24 May 2008 10:30:00 +0200</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2008-05-24:/post/2008/05/24/Installation-de-mod_gnutls-sur-CentOS-5/</guid><category>Logiciels libres</category><category>Apache</category><category>CentOS</category><category>Linux</category><category>mod_gnutls</category><category>mod_ssl</category><category>RPM</category><category>SSL</category><category>TLS</category></item><item><title>installation de phpmyadmin sur CentOS 5</title><link>https://blog.anotherhomepage.org/post/2008/05/18/installation-de-phpmyadmin-sur-CentOS-5/</link><description>&lt;p&gt;&lt;code&gt;yum install --enablerepo=extras,rpmforge httpd php phpmyadmin php-mbstring php-mcrypt&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Mise à jour du 03/10/2011 : si vous êtes sur CentOS 6, voici &lt;a href="/post/2011/10/03/Installation-de-phpMyAdmin-sur-CentOS-6"&gt;une version à jour de ce tutoriel&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Je voulais me monter un petit serveur MySQL et comme je suis une feignasse, j'aime utiliser &lt;a href="http://www.phpmyadmin.net"&gt;phpMyAdmin&lt;/a&gt;.je me …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Sun, 18 May 2008 10:30:00 +0200</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2008-05-18:/post/2008/05/18/installation-de-phpmyadmin-sur-CentOS-5/</guid><category>Logiciels libres</category><category>CentOS</category><category>Linux</category><category>MySQL</category><category>phpMyAdmin</category><category>RPMforge</category></item><item><title>Mise à jour et départ dans le web 2.0</title><link>https://blog.anotherhomepage.org/post/2008/05/14/Mise-a-jour-et-depart-dans-le-web-20/</link><description>&lt;p&gt;Dotclear version RC, sites de social bookmarking et nouveaux flux RSS&lt;/p&gt;
&lt;p&gt;Enfin ! 2 semaines après la disponibilité de &lt;a href="http://www.dotclear.net/blog/post/2008/05/01/Dotclear-20-RC1"&gt;Dotclear 2 RC1&lt;/a&gt;, je met à jour mon blog. J'en profite pour utiliser le plugin &lt;a href="http://plugins.dotaddict.org/dc2/details/Partager"&gt;Partager&lt;/a&gt; de sorte à proposer un lien vers des sites de social bookmarking, si un billet vous …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Wed, 14 May 2008 21:02:00 +0200</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2008-05-14:/post/2008/05/14/Mise-a-jour-et-depart-dans-le-web-20/</guid><category>Another home page</category><category>Dotclear</category><category>Feedburner</category><category>RSS</category></item><item><title>Session de débug DNS</title><link>https://blog.anotherhomepage.org/post/2008/05/12/session-de-debug-DNS/</link><description>&lt;p&gt;pour un site ami&lt;/p&gt;
&lt;p&gt;J'ai eu à donner un petit coup de main pour le serveur DNS de &lt;a href="http://www.quebecos.com"&gt;QuebecOS&lt;/a&gt;, j'en profite donc pour ajouter quelques petites choses qui m'ont aidées à faire du débug de configuration DNS utilisant &lt;a href="http://www.isc.org/index.pl?/sw/bind/index.php"&gt;Bind&lt;/a&gt;:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;code&gt;    logging {
        channel default_debug {
                file &amp;quot;data/named.run&amp;quot;;
                severity dynamic;
        };
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;

&lt;p&gt;dans le …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Mon, 12 May 2008 10:30:00 +0200</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2008-05-12:/post/2008/05/12/session-de-debug-DNS/</guid><category>Logiciels libres</category><category>Bind</category><category>DNS</category></item><item><title>Y avait un truc...</title><link>https://blog.anotherhomepage.org/post/2008/05/04/Y-avait-un-truc/</link><description>&lt;p&gt;trucage de vidéo&lt;/p&gt;
&lt;p&gt;Il y a déjà quelques temps qu'est sorti &lt;a href="http://www.purepwnage.com/episodes/s2/4/"&gt;l'épisode 16 de Pure Pwnage&lt;/a&gt;. Dans cet épisode on y voit le héros obtenir un score exceptionnel, voire dingue en jouant à &lt;a href="http://fr.wikipedia.org/wiki/Rock_Band"&gt;Rock Band&lt;/a&gt;, un jeu vidéo musical. On se doute presque tout de suite qu'il y a un …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Sun, 04 May 2008 09:18:00 +0200</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2008-05-04:/post/2008/05/04/Y-avait-un-truc/</guid><category>General</category><category>PurePwnage</category></item><item><title>Quelques fonds d'écran</title><link>https://blog.anotherhomepage.org/post/2008/04/23/Quelques-fonds-decran/</link><description>&lt;p&gt;Plein les yeux&lt;/p&gt;
&lt;p&gt;Trouvé sur le forum PCINpact, un lien vers &lt;a href="http://nerdbusiness.com/blog/218-hd-resolution-desktop-wallpapers-nerds"&gt;218 fonds d'écran&lt;/a&gt; de plutôt bonne qualité. Attention, tous ne sont pas au format 16/10, certains sont adapté à une configuration bi-écran (2560*1024) par exemple.Certains valent vraiment le coup d'être vu, c'est magnifique.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Wed, 23 Apr 2008 18:30:00 +0200</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2008-04-23:/post/2008/04/23/Quelques-fonds-decran/</guid><category>General</category><category>Wallpapers</category></item><item><title>Thème, et plugins</title><link>https://blog.anotherhomepage.org/post/2008/04/14/Theme-et-plugins/</link><description>&lt;p&gt;comme ça, pour le plaisir&lt;/p&gt;
&lt;p&gt;Voilà, j'avais envie de pouvoir cumuler plusieurs thèmes sur ce blog, j'ai donc ajouté &lt;a href="http://plugins.dotaddict.org/dc2/details/Arlequin"&gt;Arlequin&lt;/a&gt;.J'aimerais poster plus de photos parfois, même si je suis loin d'être doué avec un appareil ou un téléphone mobile. Toutefois, pour la future galerie de &lt;a href="http://tapart.anotherhomepage.org"&gt;Tap Art&lt;/a&gt;, &lt;a href="http://plugins.dotaddict.org/dc2/details/Lightbox"&gt;Lightbox&lt;/a&gt; pourrait …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Mon, 14 Apr 2008 00:32:00 +0200</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2008-04-14:/post/2008/04/14/Theme-et-plugins/</guid><category>Another home page</category><category>Dotclear</category><category>plugin</category><category>thème</category></item><item><title>Survivaure</title><link>https://blog.anotherhomepage.org/post/2008/04/14/Survivaure/</link><description>&lt;p&gt;Argh, j'en ai manqué un paquet...&lt;/p&gt;
&lt;p&gt;J'en étais resté à &lt;a href="http://www.knarfworld.net/article.php?id_article=144"&gt;l'épisode 9&lt;/a&gt;! Allez zou, je rattrape mon retard et je télécharge &lt;a href="http://www.knarfworld.net/rubrique.php?id_rubrique=52"&gt;les fichiers manquants&lt;/a&gt;, ça me fera de quoi écouter sur le chemin pour aller au boulot :-)&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Mon, 14 Apr 2008 00:15:00 +0200</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2008-04-14:/post/2008/04/14/Survivaure/</guid><category>Humour</category><category>mp3</category><category>survivaure</category></item><item><title>Dates de vacances scolaires</title><link>https://blog.anotherhomepage.org/post/2008/04/05/Dates-de-vacances-scolaires/</link><description>&lt;p&gt;Mais non, je ne retourne pas à l'école...&lt;/p&gt;
&lt;p&gt;Petit lien utile, quand on n'a pas de calendrier avec les vacances scolaires à disposition (non mais non, il n'y en a pas besoin sur certains &lt;a href="http://www.aubade.com/lecons/?langue=fr"&gt;calendriers&lt;/a&gt;), c'est la page du &lt;a href="http://www.education.gouv.fr/pid184/le-calendrier-scolaire.htmlv"&gt;calendrier scolaire&lt;/a&gt; sur le site de l'Education Nationale. Trouvé en tapant …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Sat, 05 Apr 2008 11:42:00 +0200</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2008-04-05:/post/2008/04/05/Dates-de-vacances-scolaires/</guid><category>General</category><category>calendrier</category><category>vacances</category></item><item><title>Créer un miroir CentOS pour les updates</title><link>https://blog.anotherhomepage.org/post/2008/03/23/Creer-un-miroir-CentOS-pour-les-updates/</link><description>&lt;p&gt;Et tu sync, et tu sync, et tu wget&lt;/p&gt;
&lt;p&gt;Hier, j'ai commencé à me dire que ça serait sympa de rendre encore plus rapide mes installations de machines virtuelles CentOS 5. Donc, avant d'attaquer le trifouillage de mes kickstarts afin d'appliquer mes configurations de manière automatique, j'en suis venu à …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Sun, 23 Mar 2008 14:55:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2008-03-23:/post/2008/03/23/Creer-un-miroir-CentOS-pour-les-updates/</guid><category>Logiciels libres</category><category>CentOS</category><category>Linux</category><category>rsync</category><category>wget</category></item><item><title>Complètement malaaaaadeuh !</title><link>https://blog.anotherhomepage.org/post/2008/03/18/Completement-malaaaaadeuh/</link><description>&lt;p&gt;Vous pouvez mettre la chanson de Lama en fond sonore. Les versions de Dalida &amp;amp; Lara Fabian sont tolérées.&lt;/p&gt;
&lt;p&gt;Pour faire court : une &lt;a href="http://fr.wikipedia.org/wiki/Angine"&gt;angine&lt;/a&gt; blanche, ça fait mal. Pour les fanas de noms compliqués, elle s'appelle aussi &lt;a href="http://fr.wikipedia.org/wiki/Angine#Angine_.C3.A9ryth.C3.A9mateuse_ou_.C3.A9ryth.C3.A9mato-pultac.C3.A9e"&gt;angine érythémato-pultacée&lt;/a&gt;. Moins poétique tout de même.&lt;/p&gt;
&lt;p&gt;Allez, le prochain billet j'essaie de le …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Tue, 18 Mar 2008 14:27:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2008-03-18:/post/2008/03/18/Completement-malaaaaadeuh/</guid><category>Humeur</category><category>angine</category><category>malade</category></item><item><title>Forcer openssh à ouvrir un terminal</title><link>https://blog.anotherhomepage.org/post/2008/03/05/forcer-openssh-a-ouvrir-un-tty-pour-su-c/</link><description>&lt;p&gt;Ces jours-ci, j'en apprend des trucs marrants !&lt;/p&gt;
&lt;p&gt;L'autre jour, je voulais faire la feignasse : plutôt que de me connecter en ssh, devenir root puis taper une commande (un bête mkdir je crois), et ce sur 5-6 serveurs, je me suis demandé si je ne pouvais pas faire tout ça en …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Wed, 05 Mar 2008 20:56:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2008-03-05:/post/2008/03/05/forcer-openssh-a-ouvrir-un-tty-pour-su-c/</guid><category>Logiciels libres</category><category>ssh</category></item><item><title>Rémingway - Marie Les Heures</title><link>https://blog.anotherhomepage.org/post/2008/02/27/Remingway-Marie-Les-Heures/</link><description>&lt;p&gt;Du bon son pour ce centième billet&lt;/p&gt;
&lt;p&gt;Alors voilà, ça fait plusieurs jours que je me suis rendu compte que j'avais 99 billets au compteur. C'est à la fois beaucoup et peu si on considère la date de début de ce blog... Il fallait quand même quelque chose pour fêter …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Wed, 27 Feb 2008 21:15:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2008-02-27:/post/2008/02/27/Remingway-Marie-Les-Heures/</guid><category>General</category><category>mp3</category><category>Rémingway</category></item><item><title>fichue option de fdisk</title><link>https://blog.anotherhomepage.org/post/2008/02/21/fichue-option-de-fdisk/</link><description>&lt;p&gt;genre, pas très harmonieux tout ça&lt;/p&gt;
&lt;p&gt;Je range ce billet dans "Linux et Logiciels libres" mais ça pourrait aller dans "Humeur"; lorsque je lance fdisk en mode interactif, voilà comment cela se passe :&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;code&gt;&lt;span class="n"&gt;root&lt;/span&gt;&lt;span class="nv"&gt;@lutgholein&lt;/span&gt;&lt;span class="err"&gt;:&lt;/span&gt;&lt;span class="o"&gt;~&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="n"&gt;#fdisk&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="o"&gt;/&lt;/span&gt;&lt;span class="n"&gt;dev&lt;/span&gt;&lt;span class="o"&gt;/&lt;/span&gt;&lt;span class="n"&gt;hda&lt;/span&gt;

&lt;span class="n"&gt;Le&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="n"&gt;nombre&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="n"&gt;de&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="n"&gt;cylindres&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="n"&gt;pour&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="n"&gt;ce&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="n"&gt;disque&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="n"&gt;est&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="n"&gt;initialisé&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="n"&gt;à&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="mf"&gt;36483.&lt;/span&gt;
&lt;span class="n"&gt;Il …&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Thu, 21 Feb 2008 19:52:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2008-02-21:/post/2008/02/21/fichue-option-de-fdisk/</guid><category>Logiciels libres</category><category>fdisk</category><category>Linux</category><category>Mac OS X</category></item><item><title>En rentrant du boulot</title><link>https://blog.anotherhomepage.org/post/2008/02/06/En-rentrant-du-boulot/</link><description>&lt;p&gt;Parfois il fait presque beau...&lt;/p&gt;
&lt;p&gt;&lt;a href="https://blog.anotherhomepage.org/public/.backfromwork_s.jpg"&gt;&lt;img alt="&amp;quot;Back" src="https://blog.anotherhomepage.org/public/.backfromwork_s.jpg"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Ce soir, motivation énorme, je me suis dit "je rentre chez moi à pied". C'est vraiment énorme, sachant que je l'avais fait ce matin. Bon, avec un ciel comme ça en région parisienne, il faut en profiter : ces derniers jours ont été pluvieux et surtout …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Wed, 06 Feb 2008 19:14:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2008-02-06:/post/2008/02/06/En-rentrant-du-boulot/</guid><category>Humeur</category><category>soleil</category></item><item><title>Gestion de fichiers de grande taille sur Apache</title><link>https://blog.anotherhomepage.org/post/2008/01/28/Gestion-de-fichiers-de-grande-taille-sur-Apache/</link><description>&lt;p&gt;en fait le souci n'est pas forcément d'Apache&lt;/p&gt;
&lt;p&gt;Il y a quelques temps j'utilisais Apache 2.0 et je crois qu'il ne pouvait pas gérer la présence de fichiers de plus de 2Go (il peut m'arriver d'héberger ce genre de fichiers sur &lt;a href="http://downloads.anotherhomepage.org"&gt;Downloads.Anotherhomepage&lt;/a&gt;, comme par exemple mirrorer les images …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Mon, 28 Jan 2008 23:19:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2008-01-28:/post/2008/01/28/Gestion-de-fichiers-de-grande-taille-sur-Apache/</guid><category>Logiciels libres</category><category>Apache</category></item><item><title>La couleur du ciel</title><link>https://blog.anotherhomepage.org/post/2008/01/26/La-couleur-du-ciel/</link><description>&lt;p&gt;Petit comparatif du week-end&lt;/p&gt;
&lt;p&gt;On se demande pourquoi je me lève à 14h les week-ends lorsque je suis en région parisienne. Je crois que j'ai trouvé la réponse. Ci-dessous, le ciel de la région parisienne :&lt;/p&gt;
&lt;p&gt;&lt;img alt="&amp;quot;Samedi nuageux en Île-de-France&amp;quot;" src="https://blog.anotherhomepage.org/public/.cloudysaturday_m.jpg"&gt;&lt;/p&gt;
&lt;p&gt;Et ensuite, ce que je vois ce matin, vers 9h30, sur la côte d'azur :&lt;/p&gt;
&lt;p&gt;&lt;img alt="&amp;quot;Ciel bleu sur la Côte d'Azur&amp;quot;" src="https://blog.anotherhomepage.org/public/.sanary_matin_m.jpg"&gt;&lt;/p&gt;
&lt;p&gt;Franchement …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Sat, 26 Jan 2008 09:53:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2008-01-26:/post/2008/01/26/La-couleur-du-ciel/</guid><category>Humeur</category><category>ciel</category><category>Sanary</category><category>soleil</category></item><item><title>RPMforge</title><link>https://blog.anotherhomepage.org/post/2008/01/19/RPMforge/</link><description>&lt;p&gt;un dépôt qu'il est bien&lt;/p&gt;
&lt;p&gt;Oui, il y a des dépôts tierce-partie pour les distribs Red Hat, telles que RHEL, CentOS et Fedora. Un que j'apprécie beaucoup c'est &lt;a href="http://rpmforge.net/"&gt;RPMforge&lt;/a&gt;. Il contient entre autres, &lt;a href="http://htop.sourceforge.net/"&gt;Htop&lt;/a&gt; et &lt;a href="http://www.nagios.org/"&gt;Nagios&lt;/a&gt;, ce qui fait que j'aime bien l'installer sur une machine CentOS ou Fedora (htop …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Sat, 19 Jan 2008 22:40:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2008-01-19:/post/2008/01/19/RPMforge/</guid><category>Logiciels libres</category><category>CentOS</category><category>Linux</category><category>Red Hat</category><category>RHEL</category><category>RPM</category><category>RPMForge</category><category>yum</category></item><item><title>It's alive ! Aliiiiive !</title><link>https://blog.anotherhomepage.org/post/2008/01/19/Its-alive-aliiiiive/</link><description>&lt;p&gt;Le serveur est tout neuf :)&lt;/p&gt;
&lt;p&gt;Et voilà ! Après une soirée et une nuit d'efforts, j'ai réinstallé mon serveur dédié. Pour le moment tout n'est pas de nouveau dispo, mais ça arrive. Je mettrai à jour ce billet avec les services/sites à nouveau dispo :&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;www.anotherhomepage.org : ~~KO, page blanche …&lt;/li&gt;&lt;/ul&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Sat, 19 Jan 2008 00:47:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2008-01-19:/post/2008/01/19/Its-alive-aliiiiive/</guid><category>Another home page</category></item><item><title>Installation et configuration d'un serveur dédié OpenArena 0.7.1</title><link>https://blog.anotherhomepage.org/post/2007/11/28/Installation-et-configuration-dun-serveur-dedie-OpenArena-071/</link><description>&lt;p&gt;(marche aussi pour Quake 3 Arena)&lt;/p&gt;
&lt;p&gt;Amusons-nous un peu avec Open Arena, un First Person Shooter basé sur le moteur libéré sous GPL du génialissime Quake 3 Arena. Mais pour bien s'amuser, mieux vaut être plusieurs. Comme héberger soi-même la partie c'est lourd, utilisons une machine dédiée.&lt;/p&gt;
&lt;p&gt;D'abord, on récupère …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Wed, 28 Nov 2007 23:37:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2007-11-28:/post/2007/11/28/Installation-et-configuration-dun-serveur-dedie-OpenArena-071/</guid><category>Logiciels libres</category><category>jeu</category><category>Linux</category><category>Open Arena</category><category>Quake</category></item><item><title>Monter une partition via FTP en utilisant Fuse et curlftpfs</title><link>https://blog.anotherhomepage.org/post/2007/11/25/Monter-une-partition-via-FTP-en-utilisant-Fuse-et-ftpfs/</link><description>&lt;p&gt;manipulation sous CentOS 5 et Mandriva 2008&lt;/p&gt;
&lt;p&gt;Je possède une freebox v5, avec un boitier HD contenant un disque dur de 40Go. Mais, lorsqu'on n'est pas un grand amateur de télévision, et surtout qu'on enregistre pas de programme via ce boitier, il est peu utile (pourquoi déplacer mes films sur …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Sun, 25 Nov 2007 20:44:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2007-11-25:/post/2007/11/25/Monter-une-partition-via-FTP-en-utilisant-Fuse-et-ftpfs/</guid><category>Logiciels libres</category></item><item><title>quelques modifications invisibles mais qui donnent satisfaction</title><link>https://blog.anotherhomepage.org/post/2007/10/29/quelques-modifications-invisibles-mais-qui-donnent-satisfaction/</link><description>&lt;p&gt;de quoi dire que mon blog respecte les standards...&lt;/p&gt;
&lt;p&gt;Je me suis rendu compte, en postant mon billet sur Serj Tankian plus tôt dans la soirée, que les vidéos flash plus ou moins embarquées dans les pages web le sont avec un code non valide quant aux recommandations du &lt;a href="http://www.w3.org/"&gt;W3C …&lt;/a&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Mon, 29 Oct 2007 23:22:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2007-10-29:/post/2007/10/29/quelques-modifications-invisibles-mais-qui-donnent-satisfaction/</guid><category>Logiciels libres</category></item><item><title>Chaînes de mail, canulars et autres hoax</title><link>https://blog.anotherhomepage.org/post/2007/10/29/Chaines-de-mail-canulars-et-autres-hoax/</link><description>&lt;p&gt;énervant.... vraiment.&lt;/p&gt;
&lt;p&gt;En l'espace de 24 heures, j'ai reçu 3 mails chainés, en 2 versions différentes. Et là, trop c'est trop, j'en ai ma claque. Je sens que je vais devenir plus virulent dans mes réponses, et ne pas simplement citer &lt;a href="http://www.hoaxbuster.com/hoaxliste/hoax.php?idArticle=56528"&gt;Hoax Buster&lt;/a&gt; pour que les gens comprennent. Je sais …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Mon, 29 Oct 2007 20:56:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2007-10-29:/post/2007/10/29/Chaines-de-mail-canulars-et-autres-hoax/</guid><category>Humeur</category></item><item><title>Serj Tankian - Elect The Dead</title><link>https://blog.anotherhomepage.org/post/2007/10/29/Serj-Tankian-Elect-The-Dead/</link><description>&lt;p&gt;Album solo du chanteur de System of a DownIl m'arrive parfois d'allumer la télé... enfin, la freebox HD. Et de zapper sur une chaine musicale. Comme je paie chaque mois pour MTV2, je me suis dit que j'allais pas payer pour rien et matter cette chaine, enfin plutôt écouter. Et …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Mon, 29 Oct 2007 20:56:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2007-10-29:/post/2007/10/29/Serj-Tankian-Elect-The-Dead/</guid><category>General</category></item><item><title>Visite de La Boudeuse</title><link>https://blog.anotherhomepage.org/post/2007/10/29/Visite-de-La-Boudeuse/</link><description>&lt;p&gt;Allez on change, pas d'informatique aujourd'hui :)&lt;/p&gt;
&lt;p&gt;Je suis allé voir ce week-end &lt;a href="http://www.la-boudeuse.org/"&gt;la Boudeuse&lt;/a&gt;, un joli 3 mâts, qui ne paie pas de mine entre les ponts parisiens et la bibliothèque nationale de France, mais qui est impressionnant sur les photos.D'ailleurs, ce n'est qu'une fois arrivé devant qu'on se …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Mon, 29 Oct 2007 20:39:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2007-10-29:/post/2007/10/29/Visite-de-La-Boudeuse/</guid><category>General</category></item><item><title>Such a lonely day</title><link>https://blog.anotherhomepage.org/post/2007/09/16/Such-a-lonely-day/</link><description>&lt;p&gt;And it's mine&lt;/p&gt;
&lt;p&gt;Voilà, c'est dimanche. Toujours du mal à m'endormir.Comme beaucoup de dimanches, je vais ressentir une certaine solitude. Et chaque dimanche devient&lt;a href="http://www.radioblogclub.fr/open/142976/lonely_day/System%20of%20a%20Down%20-%20Lonely%20Day"&gt;the most loneliest day of my life&lt;/a&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Sun, 16 Sep 2007 02:25:00 +0200</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2007-09-16:/post/2007/09/16/Such-a-lonely-day/</guid><category>Humeur</category></item><item><title>streaming sur son réseau local en quelques minutes</title><link>https://blog.anotherhomepage.org/post/2007/09/12/streaming-sur-son-reseau-local-en-quelques-minutes/</link><description>&lt;p&gt;genre, vouloir mater un film dans son lit, avec le film situé sur le disque dur de son ordinateur de bureau&lt;/p&gt;
&lt;p&gt;Voici la situation : j'ai un laptop, avec un espace disque limité, et pas envie d'avoir un disque dur usb qui risque de trop chauffer sur le lit... (comment ça …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Wed, 12 Sep 2007 23:12:00 +0200</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2007-09-12:/post/2007/09/12/streaming-sur-son-reseau-local-en-quelques-minutes/</guid><category>Logiciels libres</category></item><item><title>Dédé, part deux</title><link>https://blog.anotherhomepage.org/post/2007/08/26/Dede-part-deux/</link><description>&lt;p&gt;Après l'effacement, la copie.&lt;/p&gt;
&lt;p&gt;Dans un précédent billet j'expliquais qu'il était possible d'utiliser dd pour écrire du vide ou des valeurs aléatoire sur un disque dur afin d'en effacer son contenu. Grâce à dd, il est aussi possible de cloner une partition ou un disque entier vers un autre. En …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Sun, 26 Aug 2007 19:48:00 +0200</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2007-08-26:/post/2007/08/26/Dede-part-deux/</guid><category>Logiciels libres</category></item><item><title>nettoyage par le vide</title><link>https://blog.anotherhomepage.org/post/2007/06/28/nettoyage-par-le-vide/</link><description>&lt;p&gt;plutôt nettoyage par l'aléatoire, mais au final il n'y a plus grand-chose de toute façon...&lt;/p&gt;
&lt;p&gt;J'aime, lorsque je rend une ressource comme un disque dur, la rendre propre. On m'attribue une machine pour un travail, et si j'y pense, je formatte le disque avant de quitter ce travail. Jusqu'alors, pour …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Thu, 28 Jun 2007 15:05:00 +0200</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2007-06-28:/post/2007/06/28/nettoyage-par-le-vide/</guid><category>Logiciels libres</category></item><item><title>10.4.10</title><link>https://blog.anotherhomepage.org/post/2007/06/21/10410/</link><description>&lt;p&gt;Toujours deux redémarrages...&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;code&gt;&lt;span class="n"&gt;thenastyboy&lt;/span&gt;&lt;span class="nv"&gt;@NastyBook&lt;/span&gt;&lt;span class="err"&gt;:&lt;/span&gt;&lt;span class="o"&gt;~&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="err"&gt;$&lt;/span&gt;&lt;span class="n"&gt;uname&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;aDarwin&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="n"&gt;ibook&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;centile&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;com&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="mf"&gt;8.10.0&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="n"&gt;Darwin&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="n"&gt;Kernel&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="n"&gt;Version&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="mf"&gt;8.10.0&lt;/span&gt;&lt;span class="err"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="n"&gt;Wed&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="n"&gt;May&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="mi"&gt;23&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="mi"&gt;16&lt;/span&gt;&lt;span class="err"&gt;:&lt;/span&gt;&lt;span class="mi"&gt;50&lt;/span&gt;&lt;span class="err"&gt;:&lt;/span&gt;&lt;span class="mi"&gt;59&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="n"&gt;PDT&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="mi"&gt;2007&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nl"&gt;root&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="n"&gt;xnu&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="mf"&gt;792.21.3&lt;/span&gt;&lt;span class="err"&gt;\&lt;/span&gt;&lt;span class="o"&gt;~&lt;/span&gt;&lt;span class="mi"&gt;1&lt;/span&gt;&lt;span class="o"&gt;/&lt;/span&gt;&lt;span class="k"&gt;RELEASE&lt;/span&gt;&lt;span class="err"&gt;\&lt;/span&gt;&lt;span class="n"&gt;_PPC&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nf"&gt;Power&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="n"&gt;Macintosh&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="n"&gt;powerpc&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;

&lt;p&gt;Il parait que les machines seraient un peu plus réactives... pour le …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Thu, 21 Jun 2007 12:20:00 +0200</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2007-06-21:/post/2007/06/21/10410/</guid><category>Apple - macintosh</category></item><item><title>Une petite image drôle pour la route</title><link>https://blog.anotherhomepage.org/post/2007/06/19/Une-petite-image-drole-pour-la-route/</link><description>&lt;p&gt;sur les joueuses...&lt;/p&gt;
&lt;p&gt;Mesdemoiselles, ne le prenez pas mal, &lt;a href="http://www.flickr.com/photo_zoom.gne?id=540300594&amp;amp;context=photostream&amp;amp;size=o"&gt;c'est de la faute du photographe&lt;/a&gt; ;-)&lt;/p&gt;
&lt;p&gt;(Edit 01/04/2008 : la photo ne passe pas donc je l'ai laissée en lien, suffit de cliquer sur le texte souligné ;-) )&lt;/p&gt;
&lt;h2&gt;Commentaires&lt;/h2&gt;
&lt;h3&gt;Le 31/03/2008 12:12 par melissa&lt;/h3&gt;
&lt;p&gt;il y a pas …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Tue, 19 Jun 2007 23:53:00 +0200</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2007-06-19:/post/2007/06/19/Une-petite-image-drole-pour-la-route/</guid><category>Humour</category></item><item><title>Free dégroupé avec un Speedtouch 510v4</title><link>https://blog.anotherhomepage.org/post/2007/06/15/Free-degroupe-avec-un-Speedtouch-510v4/</link><description>&lt;p&gt;et en prime, le téléphone !&lt;/p&gt;
&lt;p&gt;Je vais résilier mon abonnement Free, mais j'aimerais en profiter au moins un peu jusqu'au bout. J'ai donc ressorti du placard ce bon vieux Thomson Speedtouch 510v4. Mais pour le dégroupage total, c'est un peu sioux, donc voici quelques liens pour configurer son speedtouch et …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Fri, 15 Jun 2007 19:20:00 +0200</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2007-06-15:/post/2007/06/15/Free-degroupe-avec-un-Speedtouch-510v4/</guid><category>Hardware</category></item><item><title>Les caractères accentués dans le terminal OS X</title><link>https://blog.anotherhomepage.org/post/2007/06/14/Les-caracteres-accentues-dans-le-terminal-OS-X/</link><description>&lt;p&gt;RTFM quoi...&lt;/p&gt;
&lt;p&gt;Lire la deuxième question de cette &lt;a href="http://iterm.sourceforge.net/faq.shtml"&gt;FAQ&lt;/a&gt;. Ca s'applique aussi bien à Terminal.app qu'à iTerm.&lt;/p&gt;
&lt;p&gt;Comme quoi des fois, la réponse est juste sous mon nez. A noter que si le fichier .inputrc n'existe pas, il suffit de le créer.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Thu, 14 Jun 2007 10:17:00 +0200</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2007-06-14:/post/2007/06/14/Les-caracteres-accentues-dans-le-terminal-OS-X/</guid><category>Apple - macintosh</category></item><item><title>un n00b</title><link>https://blog.anotherhomepage.org/post/2007/05/31/un-n00b/</link><description>&lt;p&gt;sur IRC&lt;/p&gt;
&lt;p&gt;&lt;n00b&gt; TheNastyBoy,  j'ai l'écran et clavier qui répondent plus mais la souris qui bouge mais le clic est inefficace
&lt;n00b&gt; comme freeze
&lt;TheNastyBoy&gt; rm -rf /&lt;em&gt;
&lt;n00b&gt; TheNastyBoy, pas d'accord
&lt;TheNastyBoy&gt; :D
&lt;n00b&gt; et ctrl alt back :impossible le clavier répond pas
&lt;n00b&gt; TheNastyBoy,  tu m'as bien formé :D
&lt;TheNastyBoy&gt; ça fait un peu lèche-b&lt;/em&gt;** là...
&lt;n00b&gt; non …&lt;/n00b&gt;&lt;/thenastyboy&gt;&lt;/n00b&gt;&lt;/n00b&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Thu, 31 May 2007 11:05:00 +0200</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2007-05-31:/post/2007/05/31/un-n00b/</guid><category>Humeur</category></item><item><title>Beryl, bi-écran et Nvidia part 3</title><link>https://blog.anotherhomepage.org/post/2007/05/30/Beryl-bi-ecran-et-Nvidia-part-3/</link><description>&lt;p&gt;Changement de carte graphique&lt;/p&gt;
&lt;p&gt;J'ai changé de carte graphique, je suis passé d'une Geforce FX5700VE à une Geforce 6800. On pourrait penser que ça ne change rien, mais en fait j'ai eu un changement d'importance : l'écran sur le port VGA (D-SUB) n'est plus vu en CRT-0 mais en CRT-1. C'est …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Wed, 30 May 2007 10:18:00 +0200</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2007-05-30:/post/2007/05/30/Beryl-bi-ecran-et-Nvidia-part-3/</guid><category>Logiciels libres</category><category>Beryl</category><category>Linux</category><category>Mandriva</category><category>Xorg</category></item><item><title>Découverte du train-train parisien</title><link>https://blog.anotherhomepage.org/post/2007/05/29/Decouverte-du-train-train-parisien/</link><description>&lt;p&gt;Choose your future. Choose life.&lt;/p&gt;
&lt;p&gt;Arriver à l'heure dimanche à Paris Gare de Lyon. Mettre son blouson, parce que mine de rien, le temps est moche. Poireauter un bon moment, &lt;a href="http://www.pcinpact.com/forum/index.php?showtopic=109635&amp;amp;st=0&amp;amp;p=1858498&amp;amp;#entry1858498"&gt;récupérer une carte graphique d'occaze&lt;/a&gt;, puis s'engouffrer dans le métro. Acheter un carnet de 10 pour aller à Télégraphe, en …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Tue, 29 May 2007 10:51:00 +0200</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2007-05-29:/post/2007/05/29/Decouverte-du-train-train-parisien/</guid><category>Humeur</category></item><item><title>Rémingway - Les Aléas Du Direct</title><link>https://blog.anotherhomepage.org/post/2007/05/23/Remingway-Les-Aleas-Du-Direct/</link><description>&lt;p&gt;Nouveau diskkk :-)&lt;/p&gt;
&lt;p&gt;Ca y est ! J'avais demandé à &lt;a href="http://www.photofanch.com/"&gt;Fanch&lt;/a&gt; de m'envoyer le CD, contre bien entendu l'avance du prix du CD et des frais de port. J'ai donc la galette avec moi, troisième disque du groupe Rémingway, les "nouveaux" titres passent déjà en boucle sur l'ordinateur portable, le CD n'ayant …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Wed, 23 May 2007 20:09:00 +0200</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2007-05-23:/post/2007/05/23/Remingway-Les-Aleas-Du-Direct/</guid><category>General</category></item><item><title>La matrice Mac</title><link>https://blog.anotherhomepage.org/post/2007/05/23/La-matrice-Mac/</link><description>&lt;p&gt;de la place pour un de plus? Ma réponse&lt;/p&gt;
&lt;p&gt;Je viens de lire &lt;a href="http://forums.mactalk.com.au/showthread.php?p=297904"&gt;cet article&lt;/a&gt;, trouvé via &lt;a href="http://digg.com/apple/The_Mac_Matrix_Space_for_one_more"&gt;Digg.com&lt;/a&gt;, le célèbre site d'actualités. Autant d'un côté je suis d'accord sur le fait qu'Apple n'exploite pas totalement la gamme Intel, je trouve dommage que les processeurs Core 2 Duo ne soient …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Wed, 23 May 2007 10:04:00 +0200</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2007-05-23:/post/2007/05/23/La-matrice-Mac/</guid><category>Apple - macintosh</category></item><item><title>filtre chaud courrier</title><link>https://blog.anotherhomepage.org/post/2007/05/21/filtre-chaud-courrier/</link><description>&lt;p&gt;heureusement que je n'utilise plus de compte chez eux pour ma messagerie instantanée :-)&lt;/p&gt;
&lt;p&gt;Un ami à moi voulait faire un site. Quand j'ai vu l'horreur qu'il obtenait avec la moulinette de l'hébergeur, je lui ai proposé mon aide. D'abord, je lui ai montré que &lt;a href="http://dev.dotclear.net/2.0/"&gt;Dotclear 2&lt;/a&gt; c'est de la balle …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Mon, 21 May 2007 23:32:00 +0200</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2007-05-21:/post/2007/05/21/filtre-chaud-courrier/</guid><category>General</category></item><item><title>Status de quelques modifs</title><link>https://blog.anotherhomepage.org/post/2007/05/21/Status-de-quelques-modifs/</link><description>&lt;p&gt;non-geeks s'abstenir&lt;/p&gt;
&lt;p&gt;Bon alors pour info, &lt;a href="http://www.qmailrocks.org/"&gt;ce truc&lt;/a&gt; commençait à me courir sur le haricot, et j'ai bavé en lisant &lt;a href="http://www.free-4ever.net/index.php/Mail:Configuration_postfix_backend_ldap"&gt;ceci&lt;/a&gt;, fait par mon sysadmin. J'ai passé des heures et des heures pour réussir &lt;a href="http://www.free-4ever.net/index.php/Openldap:configuration_slapd_standard"&gt;la base centrale de tout le toutim&lt;/a&gt;, et maintenant, ce sont &lt;a href="http://www.free-4ever.net/index.php/Mail:Configuration_postfix_backend_ldap"&gt;encore lui&lt;/a&gt;, ainsi que &lt;a href="http://www.free-4ever.net/index.php/Mail:Configuration_courier_imapd_backend_ldap"&gt;ce …&lt;/a&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Mon, 21 May 2007 23:21:00 +0200</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2007-05-21:/post/2007/05/21/Status-de-quelques-modifs/</guid><category>Another home page</category></item><item><title>Beryl, bi-écran et Nvidia part 2</title><link>https://blog.anotherhomepage.org/post/2007/05/21/Beryl-bi-ecran-et-Nvidia-part-2/</link><description>&lt;p&gt;Le fichier pour Mandriva 2007 Spring&lt;/p&gt;
&lt;p&gt;Dans un billet précédent j'indiquais mon fichier de configuration xorg.conf pour profiter du bi-écran, de l'accélération 3D matérielle et de Beryl avec ma carte vidéo Nvidia et Mandriva 2007. La 2007.1 Spring ayant fait quelques modifications entre autres dans les chemins des …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Mon, 21 May 2007 23:09:00 +0200</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2007-05-21:/post/2007/05/21/Beryl-bi-ecran-et-Nvidia-part-2/</guid><category>Logiciels libres</category><category>Beryl</category><category>Linux</category><category>Mandriva</category><category>Nvidia</category><category>Xorg</category></item><item><title>Mise à jour</title><link>https://blog.anotherhomepage.org/post/2007/04/18/Mise-a-jour/</link><description>&lt;p&gt;C'est le printemps, on en profite :)&lt;/p&gt;
&lt;p&gt;Enfin !&lt;/p&gt;
&lt;p&gt;Depuis le temps que je bavais devant &lt;a href="http://doc.dotclear.net/2.0"&gt;Dotclear 2 Beta&lt;/a&gt;, j'ai finalement osé l'installer. Exit donc Dotclear 1.2, et passage à l'url http://blog.anotherhomepage.org (je mettrai une redirection depuis http://www.anotherhomepage.org/blog/). J'ai trouvé un thème qui me …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Wed, 18 Apr 2007 15:37:00 +0200</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2007-04-18:/post/2007/04/18/Mise-a-jour/</guid><category>Another home page</category></item><item><title>code PhpMyVisites dans un forum Punbb et portail Puntal</title><link>https://blog.anotherhomepage.org/post/2007/04/11/72-code-phpmyvisites-dans-un-forum-punbb-et-portail-puntal/</link><description>&lt;p&gt;petit pense-bête&lt;/p&gt;
&lt;p&gt;Ayant mis à jour &lt;a href="http://www.mandinux.info/forum/"&gt;un forum Punbb&lt;/a&gt; il y a peu, et que ce forum est couplé à PhpMyVisites pour comptabiliser les visites, ça serait bien que je ne perde pas 2 heures à chaque fois pour retrouver où coller le code, je le note ici. En plus …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Wed, 11 Apr 2007 17:33:00 +0200</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2007-04-11:/post/2007/04/11/72-code-phpmyvisites-dans-un-forum-punbb-et-portail-puntal/</guid><category>Logiciels libres</category></item><item><title>Attention au slamming !</title><link>https://blog.anotherhomepage.org/post/2007/04/07/71-attention-au-slamming/</link><description>&lt;p&gt;ne transférons pas notre domaine chez n'importe qui.&lt;/p&gt;
&lt;p&gt;Je ne pensais pas qu'un bête domaine comme anotherhomepage.org pourrait intéresser &lt;a href="http://www.gandi.net/news/view/32"&gt;ce genre d'escrocs&lt;/a&gt;. Et bien si. Il y avait déjà eu semble-t-il &lt;a href="http://www.lebardegandi.net/post/2006/09/15/Le-slamming"&gt;un paquet de monde&lt;/a&gt; qui recevait cette foutue lettre du DROA. Cette semaine, j'en ai aussi reçu une …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Sat, 07 Apr 2007 09:50:00 +0200</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2007-04-07:/post/2007/04/07/71-attention-au-slamming/</guid><category>General</category></item><item><title>FreeBSD et NetBSD en domU dans Xen</title><link>https://blog.anotherhomepage.org/post/2007/03/21/70-freebsd-et-netbsd-en-domu-dans-xen/</link><description>&lt;p&gt;je repasserai plus tard...&lt;/p&gt;
&lt;p&gt;Bon, après la cohabitation Xen/VMware, j'ai voulu essayer des BSD en virtuel sur ma FC6 xenifiée... et juste à cause de ce PAE de merde, je ne peux pas les installer. Donc soit j'ai le PAE sur tous les noyaux des OS que je virtualise …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Wed, 21 Mar 2007 12:26:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2007-03-21:/post/2007/03/21/70-freebsd-et-netbsd-en-domu-dans-xen/</guid><category>Logiciels libres</category></item><item><title>Quand on veut juste lire un document MS Office...</title><link>https://blog.anotherhomepage.org/post/2007/03/20/69-quand-on-veut-juste-lire-un-document-ms-office/</link><description>&lt;p&gt;et qu'on ne veut pas sortir l'artillerie lourde, que ce soit un Windows émulé/virtualisé ou OOo&lt;/p&gt;
&lt;p&gt;Et bein on utilise les visionneuses MS Office ! Et comme on est sous Linux, on utilise Wine :) C'est fou comme wine et Word Viewer c'est plus rapide qu'Open Office. Attention, je ne dénigre …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Tue, 20 Mar 2007 23:44:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2007-03-20:/post/2007/03/20/69-quand-on-veut-juste-lire-un-document-ms-office/</guid><category>Logiciels libres</category></item><item><title>10.4.9</title><link>https://blog.anotherhomepage.org/post/2007/03/14/68-1049/</link><description>&lt;p&gt;deux réparations des autorisations et deux redémarrages plus tard...&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;code&gt;&lt;span class="n"&gt;thenastyboy&lt;/span&gt;&lt;span class="nv"&gt;@NastyBook&lt;/span&gt;&lt;span class="err"&gt;:&lt;/span&gt;&lt;span class="o"&gt;~&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="err"&gt;$&lt;/span&gt;&lt;span class="n"&gt;uname&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;a&lt;/span&gt;

&lt;span class="w"&gt;    &lt;/span&gt;&lt;span class="n"&gt;Darwin&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="n"&gt;NastyBook&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="k"&gt;local&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="mf"&gt;8.9.0&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="n"&gt;Darwin&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="n"&gt;Kernel&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="n"&gt;Version&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="mf"&gt;8.9.0&lt;/span&gt;&lt;span class="err"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="n"&gt;Thu&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="n"&gt;Feb&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="mi"&gt;22&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="mi"&gt;20&lt;/span&gt;&lt;span class="err"&gt;:&lt;/span&gt;&lt;span class="mi"&gt;54&lt;/span&gt;&lt;span class="err"&gt;:&lt;/span&gt;&lt;span class="mi"&gt;07&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="n"&gt;PST&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="mi"&gt;2007&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;&lt;span class="nl"&gt;root&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="n"&gt;xnu&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="mf"&gt;792.17.14&lt;/span&gt;&lt;span class="o"&gt;~&lt;/span&gt;&lt;span class="mi"&gt;1&lt;/span&gt;&lt;span class="o"&gt;/&lt;/span&gt;&lt;span class="n"&gt;RELEASE_PPC&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="nf"&gt;Power&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="n"&gt;Macintosh&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="n"&gt;powerpc&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;

&lt;p&gt;Ca sent le léopard... il est temps …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Wed, 14 Mar 2007 22:30:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2007-03-14:/post/2007/03/14/68-1049/</guid><category>Apple - macintosh</category></item><item><title>Quel héros de film es-tu ?</title><link>https://blog.anotherhomepage.org/post/2007/02/18/67-quel-heros-de-film-es-tu/</link><description>&lt;p&gt;Genre, questionnaire "à la con"&lt;/p&gt;
&lt;p&gt;&lt;a href="http://quel-heros-de-film.es-tu.com/resultat.php"&gt;Quel héros de film es-tu ?&lt;/a&gt; (trouvé via les &lt;a href="http://www.pcinpact.com/actu/news/34749-liens-idiots-esc-animator-pirelli-film.htm"&gt;LIDD de PCINpact&lt;/a&gt;)&lt;/p&gt;
&lt;p&gt;&lt;img alt="&amp;quot;&amp;quot;" src="http://quel-heros-de-film.es-tu.com/images/elements/3.jpg"&gt;&lt;/p&gt;
&lt;p&gt;Néo (Matrix) : 74%  &lt;/p&gt;
&lt;p&gt;Batman / Bruce Wayne : 74%&lt;/p&gt;
&lt;p&gt;Hannibal Lecter : 74%&lt;/p&gt;
&lt;p&gt;Indiana Jones : 72%&lt;/p&gt;
&lt;p&gt;James Bond : 72%&lt;/p&gt;
&lt;p&gt;Jim Levenstein (American Pie) : 72%&lt;/p&gt;
&lt;p&gt;Maximus (Gladiator) : 70%&lt;/p&gt;
&lt;p&gt;Eric Draven (The Crow) : 68%&lt;/p&gt;
&lt;p&gt;Forrest Gump : 67%&lt;/p&gt;
&lt;p&gt;Tony Montana …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Sun, 18 Feb 2007 15:24:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2007-02-18:/post/2007/02/18/67-quel-heros-de-film-es-tu/</guid><category>Humour</category></item><item><title>Faire cohabiter Xen et VMware</title><link>https://blog.anotherhomepage.org/post/2007/02/09/66-faire-cohabiter-xen-et-vmware/</link><description>&lt;p&gt;On repassera plus tard&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blog.vodkamelone.de/archives/122-Fun-with-vmware-server.html"&gt;VMware et Xen ne sont pas compatibles&lt;/a&gt;. Je suis 'achement déçu, parce qu'au boulot on envisageait avec espoir cette cohabitation. Le souci c'est que notre machine ne possède pas les instructions de virtualisation dans ses processeurs (Intel VT ou AMD Pacifica), du coup pour virtualiser des …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Fri, 09 Feb 2007 19:22:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2007-02-09:/post/2007/02/09/66-faire-cohabiter-xen-et-vmware/</guid><category>Logiciels libres</category></item><item><title>Beryl, bi-écran et Nvidia</title><link>https://blog.anotherhomepage.org/post/2007/02/04/65-beryl-et-le-bi-ecran/</link><description>&lt;p&gt;Sisi, c'est possible (sur un air connu)&lt;/p&gt;
&lt;p&gt;J'ai eu un peu de mal, mais c'est passé. J'ai reconfiguré mon bi-écran, et j'ai pu lancer &lt;a href="http://www.beryl-project.org/"&gt;Beryl&lt;/a&gt;. Je me suis inspiré de ma configuration existance, que j'ai légèrement modifiée, sinon, pas d'effet 3D :( D'ailleurs c'est grâce à un topic du &lt;a href="http://forum.club.mandriva.com/viewtopic.php?t=59821&amp;amp;highlight="&gt;forum du …&lt;/a&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Sun, 04 Feb 2007 19:06:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2007-02-04:/post/2007/02/04/65-beryl-et-le-bi-ecran/</guid><category>Logiciels libres</category></item><item><title>Songbird : bientôt le firefox des lecteurs de musique?</title><link>https://blog.anotherhomepage.org/post/2007/01/29/64-songbird-bientot-le-firefox-des-lecteurs-de-musique/</link><description>&lt;p&gt;Faut dire qu'il y avait comme un manque...&lt;/p&gt;
&lt;p&gt;Songbird est un logiciel de lecture audio, orienté bibliothèque, basé sur XUL (Firefox) et VLC. J'avais essayé la première version diffusée, 0.1, puis une pré 0.2. Depuis deux mois environ, une 0.2.1 est disponible, mais je ne l'ai …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Mon, 29 Jan 2007 12:37:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2007-01-29:/post/2007/01/29/64-songbird-bientot-le-firefox-des-lecteurs-de-musique/</guid><category>Logiciels libres</category></item><item><title>Unix way of heartbreaks</title><link>https://blog.anotherhomepage.org/post/2007/01/29/63-unix-way-of-heartbreaks/</link><description>&lt;p&gt;J'ai comme une impression de déjà vécu...&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Edit de 2021 : image perdue&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;J'ai récupéré cette image dans les méandres de l'internet. Si son auteur ne souhaite pas qu'Another Home Page la diffuse, qu'il me contacte au plus vite.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Mon, 29 Jan 2007 12:10:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2007-01-29:/post/2007/01/29/63-unix-way-of-heartbreaks/</guid><category>Humour</category></item><item><title>Hak.5 - Trust your technolust</title><link>https://blog.anotherhomepage.org/post/2007/01/11/62-hak5-trust-your-technolust/</link><description>&lt;p&gt;une émission IPtv qu'elle est bien&lt;/p&gt;
&lt;p&gt;Je vous propose de découvrir un show IPTV. Outre-atlantique, l'IPTV ce n'est pas le fait de recevoir la télévision par internet (xDSL ou câble) mais des émissions qu'on télécharge, gratuitement ou contre paiement. Hak.5 fait partie de ce genre d'émission, téléchargeable gratuitement dans …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Thu, 11 Jan 2007 09:34:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2007-01-11:/post/2007/01/11/62-hak5-trust-your-technolust/</guid><category>General</category><category>Hak5</category><category>podcast</category></item><item><title>Voiture, quel gouffre à fric</title><link>https://blog.anotherhomepage.org/post/2007/01/11/61-voiture-quel-gouffre-a-fric/</link><description>&lt;p&gt;je commence bien l'année&lt;/p&gt;
&lt;p&gt;L'année commence bien pour ma voiture, on change la commande des phares, la courroie et l'alternateur. Coût total de l'opération, dans les 480 euros. Heureusement après ça, j'ai l'impression que ma clio roule mieux. Pour le prix, c'est préférable !&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Thu, 11 Jan 2007 09:18:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2007-01-11:/post/2007/01/11/61-voiture-quel-gouffre-a-fric/</guid><category>Humeur</category></item><item><title>Dotclear 2 Beta 4</title><link>https://blog.anotherhomepage.org/post/2006/12/30/60-dotclear-2-beta-4/</link><description>&lt;p&gt;Le père Noël est passé chez Dotclear :)&lt;/p&gt;
&lt;p&gt;J'ai essayé en local &lt;a href="http://www.dotclear.net/log/post/2006/12/26/Dotclear-2-beta-4-et-documentation"&gt;Dotclear 2 Beta 4&lt;/a&gt; hier, et j'avoue que je le trouve tellement bien que j'envisage de mettre à jour le blog avant que la finale ne sorte. Sincèrement, ça a l'air vraiment pas mal. La dernière fois que j'avais …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Sat, 30 Dec 2006 19:02:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2006-12-30:/post/2006/12/30/60-dotclear-2-beta-4/</guid><category>Logiciels libres</category><category>Dotclear</category></item><item><title>Déplacement officiellement terminé !</title><link>https://blog.anotherhomepage.org/post/2006/12/23/59-deplacement-officiellement-termine/</link><description>&lt;p&gt;Changement d'hébergeur, maintenant, l'hébergeur, c'est un peu moi :)&lt;/p&gt;
&lt;p&gt;J'ai enfin trouvé le temps de finir de déplacer Another home page (ou Anotherhomepage, il faudrait que j'harmonise...), il me suffit à présent de mettre un renvoi depuis le .info vers le .org, et une fois l'offre 1and1 terminée, rapatrier le .info …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Sat, 23 Dec 2006 11:38:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2006-12-23:/post/2006/12/23/59-deplacement-officiellement-termine/</guid><category>Another home page</category></item><item><title>Astuce du jour : logcheck</title><link>https://blog.anotherhomepage.org/post/2006/09/01/56-astuce-du-jour-logcheck/</link><description>&lt;p&gt;ou comment ne pas se faire pourrir sa boite mail&lt;/p&gt;
&lt;p&gt;Voilà, hier j'ai installé logcheck et comme un con j'ai laissé la configuration par défaut. Résultat des courses, un mail toutes les heures pour m'informer de ce qui se passe sur mon serveur... Je suis un peu parano sur les …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Fri, 01 Sep 2006 09:35:00 +0200</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2006-09-01:/post/2006/09/01/56-astuce-du-jour-logcheck/</guid><category>Logiciels libres</category></item><item><title>Kjukebox : l'ancêtre d'Amarok et de bien d'autres logiciels</title><link>https://blog.anotherhomepage.org/post/2006/08/30/55-kjukebox-l-ancetre-d-amarok-et-de-bien-d-autres-logiciels/</link><description>&lt;p&gt;Un logiciel en avance sur son temps... il y a plusieurs années&lt;/p&gt;
&lt;p&gt;Il y a plusieurs années de cela, quand j'ai découvert GNU/Linux, j'ai été impressionné par un logiciel de lecture de musique nommé Kjukebox. Je le trouvais plus complet et plus intégré à KDE qu'un autre logiciel que …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Wed, 30 Aug 2006 22:00:00 +0200</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2006-08-30:/post/2006/08/30/55-kjukebox-l-ancetre-d-amarok-et-de-bien-d-autres-logiciels/</guid><category>Logiciels libres</category></item><item><title>Sortie PCINpact du 26-27/08 à Nice</title><link>https://blog.anotherhomepage.org/post/2006/08/28/54-sortie-pcinpact-du-26-27-08-a-nice/</link><description>&lt;p&gt;A boire, à manger, encore plus à boire, un t-shirt et des photos&lt;/p&gt;
&lt;p&gt;Je suis totalement vanné. Vanné mais heureux. Qu'est-ce qu'on s'est bien amusé ! J'arrive 2h avant tout le monde, puis tout s'enchaîne : bière, sandwich, puis boissons de nouveau. Moules frites le soir, on continue la soirée dans un …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Mon, 28 Aug 2006 15:30:00 +0200</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2006-08-28:/post/2006/08/28/54-sortie-pcinpact-du-26-27-08-a-nice/</guid><category>General</category></item><item><title>On n'est jamais mieux servi que par soi-même</title><link>https://blog.anotherhomepage.org/post/2006/08/22/53-on-n-est-jamais-mieux-servi-que-par-soi-meme/</link><description>&lt;p&gt;Ou quand un expert en sécurité informatique voit son site internet défacé...&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.clubic.com/actualite-37692-insolite-site-kevin-mitnick-hacke.html"&gt;Clubic&lt;/a&gt; a publié un article sur le défaçage du site Internet de &lt;a href="http://fr.wikipedia.org/wiki/Mitnick"&gt;Kevin Mitnick&lt;/a&gt;. En lisant l'article, on apprend qu'en fait Kevin a fait appel à un prestataire pour son site, qui, après visite, n'est tout simplement qu'une …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Tue, 22 Aug 2006 18:20:00 +0200</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2006-08-22:/post/2006/08/22/53-on-n-est-jamais-mieux-servi-que-par-soi-meme/</guid><category>Sécurité</category></item><item><title>L'internaute essaie Linux</title><link>https://blog.anotherhomepage.org/post/2006/08/22/52-l-internaute-essaie-linux/</link><description>&lt;p&gt;Et l'internaute essaie Mandriva One :)&lt;/p&gt;
&lt;p&gt;On m'a relayé &lt;a href="http://www.linternaute.com/hightech/micro/linux/index.shtml"&gt;un article de l'internaute consacré à la découverte de Linux&lt;/a&gt;. Après lecture des 3 parties, j'avoue que c'est un article plutôt bon (forcément, il est positif et prêche un converti), bien qu'il présente quelques erreurs. La partie du matériel requis est légèrement …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Tue, 22 Aug 2006 15:31:00 +0200</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2006-08-22:/post/2006/08/22/52-l-internaute-essaie-linux/</guid><category>Logiciels libres</category></item><item><title>Transformer une machine un peu puissante en 2cv</title><link>https://blog.anotherhomepage.org/post/2006/08/22/51-transformer-une-machine-un-peu-puissante-en-2cv/</link><description>&lt;p&gt;tour de magie inside&lt;/p&gt;
&lt;p&gt;Cela fait déjà un moment que je n'ai pas réinvesti dans un PC. J'ai pour le moment un Athlon XP 2600+ sur une carte mère Asus A7N8X-E, 1024Mo de DDR-SDRAM 400MHz et une gentille Geforce FX5700. Puissance raisonable et suffisante pour la plupart des actions que …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Tue, 22 Aug 2006 09:02:00 +0200</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2006-08-22:/post/2006/08/22/51-transformer-une-machine-un-peu-puissante-en-2cv/</guid><category>Humeur</category></item><item><title>Room 101</title><link>https://blog.anotherhomepage.org/post/2006/08/14/50-room-101/</link><description>&lt;p&gt;petit voyage dans le temps sympa, sur le thème des bureaux informatiques&lt;/p&gt;
&lt;p&gt;J'ai trouvé &lt;a href="http://r-101.blogspot.com/"&gt;cette petite galerie photo&lt;/a&gt; qui retrace l'évolution des bureaux graphiques des systèmes Windows, Mac OS et KDE. Je trouve que c'est assez sympa comme idée, cependant je regrette qu'on y trouve pas d'autres bureaux, je pense …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Mon, 14 Aug 2006 23:22:00 +0200</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2006-08-14:/post/2006/08/14/50-room-101/</guid><category>General</category></item><item><title>Tempcheck</title><link>https://blog.anotherhomepage.org/post/2006/08/13/49-tempcheck/</link><description>&lt;p&gt;première version, peut-être aussi la dernière&lt;/p&gt;
&lt;p&gt;J'avais essayé de faire il y a quelques temps un petit script en Perl qui permet d'éteindre sa machine Linux si elle a trop chaud. Comme je n'arrive pas à grand-chose, et si ça peut servir à quelqu'un, voici le &lt;a href="https://medias.anotherhomepage.org/archives/tempcheck.tar.gz"&gt;programme&lt;/a&gt;, sous licence GPL …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Sun, 13 Aug 2006 12:36:00 +0200</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2006-08-13:/post/2006/08/13/49-tempcheck/</guid><category>General</category></item><item><title>Synergy : pas tout à fait KVM, mais pas VNC</title><link>https://blog.anotherhomepage.org/post/2006/08/11/48-synergy-pas-tout-a-fait-kvm-mais-pas-vnc/</link><description>&lt;p&gt;un super soft pour ceux qui comme moi, ont plusieurs machines et plusieurs écrans&lt;/p&gt;
&lt;p&gt;Vous avez plusieurs écrans, claviers, souris? Vous ne pouvez pas utiliser de KVM parce que vous avez un laptop ou un imac? Alors &lt;a href="http://synergy2.sourceforge.net/"&gt;Synergy&lt;/a&gt; est fait pour vous !  &lt;/p&gt;
&lt;p&gt;J'ai essayé ce matin ce logiciel, je peux …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Fri, 11 Aug 2006 15:38:00 +0200</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2006-08-11:/post/2006/08/11/48-synergy-pas-tout-a-fait-kvm-mais-pas-vnc/</guid><category>Logiciels libres</category></item><item><title>Apple fait quelques efforts pour l'opensource</title><link>https://blog.anotherhomepage.org/post/2006/08/08/47-apple-fait-quelques-efforts-pour-l-opensource/</link><description>&lt;p&gt;C'est toujours mieux que rien&lt;/p&gt;
&lt;p&gt;Il y a quelques temps, l'équipe d'OpenDarwin annonçait la mort du projet : “OpenDarwin was meant to be a development community and a proving ground for fixes and features for Mac OS X and Darwin, which could be picked up by Apple for inclusion in the …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Tue, 08 Aug 2006 10:59:00 +0200</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2006-08-08:/post/2006/08/08/47-apple-fait-quelques-efforts-pour-l-opensource/</guid><category>Apple - macintosh</category></item><item><title>Le net. Pas très rapide, pas de téléphone</title><link>https://blog.anotherhomepage.org/post/2006/07/06/46-le-net-pas-tres-rapide-pas-de-telephone/</link><description>&lt;p&gt;après un mois d'attente, un service dégradé&lt;/p&gt;
&lt;p&gt;Je postais il y a peu depuis mon lieu de travail que j'étais sans connexion internet, puisque je fais partie des (mal)heureux migrés en NRA HD. En quoi cela consiste-t-il? Le principe du NRA HD est en fait de faire une sorte …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Thu, 06 Jul 2006 22:41:00 +0200</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2006-07-06:/post/2006/07/06/46-le-net-pas-tres-rapide-pas-de-telephone/</guid><category>General</category></item><item><title>Pas le temps, pas de net.</title><link>https://blog.anotherhomepage.org/post/2006/06/29/45-pas-le-temps-pas-de-net/</link><description>&lt;p&gt;Rien en fait. Ah si, un peu de réflexion, mais rien de concret. pff...&lt;/p&gt;
&lt;p&gt;Je suis sans internet depuis près de 3 semaines (ça fera 3 semaines demain en fait). Je suis fatigué, et je n'ai pas le courage de blogguer. Mais je réfléchis à réorganiser le beau boxon qu'est …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Thu, 29 Jun 2006 09:56:00 +0200</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2006-06-29:/post/2006/06/29/45-pas-le-temps-pas-de-net/</guid><category>General</category></item><item><title>Quelques vidéos d'iBook ou de PowerBook</title><link>https://blog.anotherhomepage.org/post/2006/05/05/43-quelques-videos-d-ibook-ou-de-powerbook/</link><description>&lt;p&gt;sur YouTube&lt;/p&gt;
&lt;p&gt;J'ai trouvé sur le très célèbre &lt;a href="http://www.youtube.com"&gt;You Tube&lt;/a&gt;, site de vidéos en ligne, de nombreuses vidéos mettant en scène un iBook ou un PowerBook. &lt;a href="http://www.youtube.com/watch?v=nKwvh1vnpB4&amp;amp;search=ibook"&gt;Celle-ci&lt;/a&gt; m'a particulièrement impressionné. Pensez aussi à regarder les autres, certaines sont pas mal aussi.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Fri, 05 May 2006 21:26:00 +0200</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2006-05-05:/post/2006/05/05/43-quelques-videos-d-ibook-ou-de-powerbook/</guid><category>Apple - macintosh</category></item><item><title>Vieux sons Apple - Coincoin</title><link>https://blog.anotherhomepage.org/post/2006/05/03/42-vieux-sons-apple-coincoin/</link><description>&lt;p&gt;Vieux, mais toujours aussi drôle !&lt;/p&gt;
&lt;p&gt;Sur les vieux mac, on se souvient le plus souvent de leurs sons assez drôle, dont le célèbre "coin-coin" de canard, repris depuis dans les célèbres sketches des Guignols de l'info. Parti d'un délire avec des collègues de travail, j'ai retrouvé ce son :), il est …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Wed, 03 May 2006 17:15:00 +0200</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2006-05-03:/post/2006/05/03/42-vieux-sons-apple-coincoin/</guid><category>Apple - macintosh</category></item><item><title>Premier script de listing php</title><link>https://blog.anotherhomepage.org/post/2006/05/03/41-premier-script-de-listing-php/</link><description>&lt;p&gt;ça ne fait pas grand-chose et c'est moche, mais ça le mérite d'être fonctionnel.&lt;/p&gt;
&lt;p&gt;Je voulais changer le script de téléchargement de mon site. J'ai vu qu'il n'y a pas grand-chose qui me convient alors j'envisage de coder le mien. Pour le moment il n'y a qu'un fichier, je ne …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Wed, 03 May 2006 00:32:00 +0200</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2006-05-03:/post/2006/05/03/41-premier-script-de-listing-php/</guid><category>General</category></item><item><title>Ma carte mère parle !</title><link>https://blog.anotherhomepage.org/post/2006/05/02/40-ma-carte-mere-parle/</link><description>&lt;p&gt;C'est beau le progès&lt;/p&gt;
&lt;p&gt;Ce week-end, j'ai changé de carte mère, je suis passé d'une carte à base de chipset Via KT600 à une à base de Nvidia Nforce 2 ultra 400, la bien connue &lt;a href="http://www.prixdunet.com/details/Asus_A7N8XE_Deluxe/"&gt;Asus A7N8X-E Deluxe&lt;/a&gt;, que j'ai eu d'occasion (le lien c'est juste pour les infos techniques …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Tue, 02 May 2006 18:39:00 +0200</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2006-05-02:/post/2006/05/02/40-ma-carte-mere-parle/</guid><category>Hardware</category></item><item><title>Quelques liens pour rire sur Bash et BashFR</title><link>https://blog.anotherhomepage.org/post/2006/04/29/39-quelques-liens-pour-rire-sur-bash-et-bashfr/</link><description>&lt;p&gt;Faut se détendre de temps en temps&lt;/p&gt;
&lt;p&gt;Si vous ne connaissez pas &lt;a href="http://www.bash.org/"&gt;Bash&lt;/a&gt; et &lt;a href="http://www.bashfr.org/"&gt;BashFR&lt;/a&gt; (à ne pas confondre avec le shell unix), ce sont deux sites qui reprennent des morceaux de discussion sur le net. Quelques morceaux choisis pour bien passer le week-end :&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.bashfr.org/?2719"&gt;Ah, les sciences...&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.bashfr.org/?3087"&gt;Mamie perd la …&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Sat, 29 Apr 2006 16:24:00 +0200</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2006-04-29:/post/2006/04/29/39-quelques-liens-pour-rire-sur-bash-et-bashfr/</guid><category>Humour</category></item><item><title>Quand une petite fille de 9 ans veut proposer des idées à Apple</title><link>https://blog.anotherhomepage.org/post/2006/04/18/38-quand-une-petite-fille-de-9-ans-veut-proposer-des-idees-a-apple/</link><description>&lt;p&gt;c'est pour sa pomme...&lt;/p&gt;
&lt;p&gt;Ce matin, en lisant ~~mon journal~~ les news du net, je suis passé comme tous les jours sur &lt;a href="http://www.pcinpact.com"&gt;PCINpact&lt;/a&gt;. J'y ai trouvé &lt;a href="http://www.pcinpact.com/actu/news/28099-Bonjour-jai-9-ans-et-jai-des-idees-pour-Appl.htm"&gt;un article&lt;/a&gt; racontant l'histoire d'une petite fille de 9 ans qui voulait proposer à Steve Jobs quelques idées pour améliorer l'iPod Nano (article repris …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Tue, 18 Apr 2006 09:00:00 +0200</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2006-04-18:/post/2006/04/18/38-quand-une-petite-fille-de-9-ans-veut-proposer-des-idees-a-apple/</guid><category>Apple - macintosh</category></item><item><title>Dotclear 1.2.4</title><link>https://blog.anotherhomepage.org/post/2006/04/16/36-dotclear-124/</link><description>&lt;p&gt;Mettez à jour votre blog&lt;/p&gt;
&lt;p&gt;Quelques jours après sa sortie, je viens de mettre à jour mon blog, qui est à présent propulsé par Dotclear 1.2.4. Les nouveautés ne sont pas vraiment visibles, que ce soit pour le bloggueur ou le lecteur. Il s'agit principalement d'une mise à …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Sun, 16 Apr 2006 14:42:00 +0200</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2006-04-16:/post/2006/04/16/36-dotclear-124/</guid><category>Logiciels libres</category><category>Dotclear</category></item><item><title>Encore du spam</title><link>https://blog.anotherhomepage.org/post/2006/04/08/35-encore-du-spam/</link><description>&lt;p&gt;Et ça continue, encore et encore...&lt;/p&gt;
&lt;p&gt;Malgré l'utilisation de &lt;a href="http://zeubeubeu.net/blog/plugins-dotclear"&gt;Spamplemousse&lt;/a&gt; (topic Dotclear dédié &lt;a href="http://www.dotclear.net/forum/viewtopic.php?id=13328"&gt;ici&lt;/a&gt;), j'ai encore pas mal de cochonneries à nettoyer au moins tous les 2 jours... peut-être patcher moi-même le plugin pour filtrer automatiquement certaines IP? J'avoue que certains spams n'ont aucun mot qui choque, et je ne …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Sat, 08 Apr 2006 14:53:00 +0200</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2006-04-08:/post/2006/04/08/35-encore-du-spam/</guid><category>Humeur</category></item><item><title>DRM : clé pour le succès grand public de Linux ?</title><link>https://blog.anotherhomepage.org/post/2006/04/07/34-drm-cle-pour-le-succes-grand-public-de-linux/</link><description>&lt;p&gt;Mon petit commentaire sur un article de Clubic...&lt;/p&gt;
&lt;p&gt;Clubic publie ce jour un article sur &lt;a href="http://www.clubic.com/actualite-33597-drm-cle-pour-le-succes-grand-public-de-linux.html"&gt;Linux et les DRM&lt;/a&gt;. Il y a des fois je me demande si l'industrie comprend ce que c'est que Linux et le logicel libre, et je pense à deux choses précisément.  &lt;/p&gt;
&lt;p&gt;D'abord, le mode d'organisation …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Fri, 07 Apr 2006 18:18:00 +0200</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2006-04-07:/post/2006/04/07/34-drm-cle-pour-le-succes-grand-public-de-linux/</guid><category>Logiciels libres</category></item><item><title>Succès de mon article sur Mac OS X</title><link>https://blog.anotherhomepage.org/post/2006/03/30/33-succes-de-mon-article-sur-mac-os-x/</link><description>&lt;p&gt;suite à sa publication sur QuébecOS&lt;/p&gt;
&lt;p&gt;Le webmestre de &lt;a href="http://www.quebecos.com"&gt;QuébecOS&lt;/a&gt; a publié dans la section des tests mon article sur mon &lt;a href="https://blog.anotherhomepage.org/post/2006/03/11/28-mac-os-x-tiger-6-mois-apres-le-bilan/"&gt;bilan après 6 mois d'utilisation de Mac OS X Tiger&lt;/a&gt;. Je suis content de voir que l'article a été vu plus de 1000 fois dans la première journée et …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Thu, 30 Mar 2006 10:50:00 +0200</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2006-03-30:/post/2006/03/30/33-succes-de-mon-article-sur-mac-os-x/</guid><category>Another home page</category></item><item><title>Galerie Photo</title><link>https://blog.anotherhomepage.org/post/2006/03/15/31-galerie-photo/</link><description>&lt;p&gt;Enfin choisie !&lt;/p&gt;
&lt;p&gt;J'ai enfin choisi et installé la galerie photo d'Another Homepage. Il s'agit donc de Coppermine avec un thème Kubrick. Pour le moment j'ai mis quelques wallpapers Linux, j'espère pouvoir ajouter d'autres choses bientôt. Pour aller voir la galerie, c'est ~~&lt;a href="http://anotherhomepage.info/albums/"&gt;ici&lt;/a&gt;~~ (édit de 2021 : le service n'existe plus).&lt;/p&gt;
&lt;p&gt;Sinon …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Wed, 15 Mar 2006 21:16:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2006-03-15:/post/2006/03/15/31-galerie-photo/</guid><category>Another home page</category></item><item><title>Nouveaux scripts sur Another Homepage</title><link>https://blog.anotherhomepage.org/post/2006/03/14/29-nouveaux-scripts-sur-another-homepage/</link><description>&lt;p&gt;Quelques nouveautés déjà parues et à venir :)&lt;/p&gt;
&lt;p&gt;J'ai installé ce jour &lt;a href="http://www.phpmyvisites.net/"&gt;phpMyVisites&lt;/a&gt; sur Another Homepage. Je l'avais déjà installé sur &lt;a href="http://adsl.free.fr/"&gt;Free&lt;/a&gt; à l'époque où je n'avais pas encore pris l'hébergement chez &lt;a href="http://www.1and1.fr/"&gt;1and1&lt;/a&gt;. Après avoir regardé un peu leur module de gestion des visites, j'ai préféré installer phpMyVisites. Pourquoi? Parce que …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Tue, 14 Mar 2006 20:28:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2006-03-14:/post/2006/03/14/29-nouveaux-scripts-sur-another-homepage/</guid><category>Another home page</category></item><item><title>Mac OS X Tiger 6 mois après, le bilan</title><link>https://blog.anotherhomepage.org/post/2006/03/11/28-mac-os-x-tiger-6-mois-apres-le-bilan/</link><description>&lt;p&gt;J'ai acheté un mac en septembre 2005. Après environ 6 mois d'utilisation, un petit bilan s'impose.&lt;/p&gt;
&lt;p&gt;&lt;img alt="&amp;quot;Mac OS X Tiger logo&amp;quot;" src="https://blog.anotherhomepage.org/public/2006/Bilan_osx/tiger_logo042905.gif"&gt;&lt;/p&gt;
&lt;h2&gt;Le contexte : besoin d'un ordinateur portable&lt;/h2&gt;
&lt;p&gt;Septembre 2005. Je rédige mon mémoire de fin d'année, je me prépare à affronter la recherche d'emploi. Pour le moment, j'utilise un ordinateur portable, prêté par le laboratoire …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Sat, 11 Mar 2006 23:28:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2006-03-11:/post/2006/03/11/28-mac-os-x-tiger-6-mois-apres-le-bilan/</guid><category>Apple - macintosh</category></item><item><title>Ma mule dans toute sa splendeur</title><link>https://blog.anotherhomepage.org/post/2006/03/01/27-ma-mule-dans-toute-sa-splendeur/</link><description>&lt;p&gt;par les logiciels libres, et pour les logiciels libres&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Edit de 2021 : l'image "aMule uploade des distributions Linux" a été hélas perdue.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Je suis ravi de pouvoir décharger un peu les miroirs FTP :D&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Wed, 01 Mar 2006 23:34:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2006-03-01:/post/2006/03/01/27-ma-mule-dans-toute-sa-splendeur/</guid><category>Logiciels libres</category></item><item><title>De la beauté de l'interface utilisateur</title><link>https://blog.anotherhomepage.org/post/2006/03/01/26-de-la-beaute-de-l-interface-utilisateur/</link><description>&lt;p&gt;Chez Alienware&lt;/p&gt;
&lt;p&gt;Heureusement pour nous, Alienware nous laisse ses thèmes Windows gratuitement, car même s'ils semblent de bonne qualité, ses ordinateurs ne sont pas donnés. En plus d'AlienMorph et d'ALXMorph, deux nouveaux thèmes ont fait leur apparition, Invader et Darkstar. D'ailleurs, Invader m'a beaucoup plu, au point d'en montrer une …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Wed, 01 Mar 2006 23:31:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2006-03-01:/post/2006/03/01/26-de-la-beaute-de-l-interface-utilisateur/</guid><category>Humeur</category></item><item><title>Le spam s'insinue même dans les blogs !</title><link>https://blog.anotherhomepage.org/post/2006/02/25/24-le-spam-s-insinue-meme-dans-les-blogs/</link><description>&lt;p&gt;Du cul du cul du cul ! Faudrait remonter au dessus de la ceinture de temps en temps...Je voulais juste pousser un coup de gueule, contre ces gens qui pensent qu'en venant pourrir les commentaires des blogs, ils attireront des visiteurs sur des sites peu recommandables. Déjà qu'on me propose …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Sat, 25 Feb 2006 12:50:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2006-02-25:/post/2006/02/25/24-le-spam-s-insinue-meme-dans-les-blogs/</guid><category>Humeur</category></item><item><title>Les dangers de l'utilisateur root</title><link>https://blog.anotherhomepage.org/post/2006/02/24/23-les-dangers-de-l-utilisateur-root/</link><description>&lt;p&gt;En anglais, mais désopilant...&lt;/p&gt;
&lt;p&gt;Parmi les nombreux flux RSS disponibles dans mon aggrégateur, j'ai récemment ajouté &lt;a href="http://www.theregister.co.uk"&gt;The Register&lt;/a&gt;, et je dois dire que par moment, il me fait bien rire. Voyez par vous-même : &lt;a href="http://www.theregister.co.uk/2006/02/24/bofh_2006_episode_8/"&gt;ici&lt;/a&gt;. Attention, c'est en anglais....&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Fri, 24 Feb 2006 14:35:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2006-02-24:/post/2006/02/24/23-les-dangers-de-l-utilisateur-root/</guid><category>Humour</category></item><item><title>La flambée du prix de la ram</title><link>https://blog.anotherhomepage.org/post/2006/02/08/20-la-flambee-du-prix-de-la-ram/</link><description>&lt;p&gt;On va finir par spéculer sur le cours de la RAMAprès les supers ordis des 3 Suisses (voir billet concerné), voici le prix de barrettes de mémoire vive sur LDLC. Si ça se vend, je demande à savoir qui a osé en acheter !  &lt;/p&gt;
&lt;p&gt;&lt;a href="http://anotherhomepage.info/Photos/Humour/ldlc_fr.png"&gt;Screenshot tarif RAM LDLC 8 février 2006 …&lt;/a&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Wed, 08 Feb 2006 11:50:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2006-02-08:/post/2006/02/08/20-la-flambee-du-prix-de-la-ram/</guid><category>Humour</category></item><item><title>Un super ordinateur multimédia</title><link>https://blog.anotherhomepage.org/post/2006/02/06/19-un-super-ordinateur-multimedia/</link><description>&lt;p&gt;Le prix de la miniaturisation&lt;/p&gt;
&lt;p&gt;Je n'ai pas les moyens de l'acheter, et en plus il n'est réservé qu'aux femmes, voyez vous-mêmes : &lt;a href="http://www.glazman.org/weblog/dotclear/index.php?2006/01/30/1538-best-of-tc-2"&gt;PC Multimedia sur Glazblog&lt;/a&gt;.  &lt;/p&gt;
&lt;p&gt;Les 3 suisses, j'aime bien :))  &lt;/p&gt;
&lt;p&gt;Edit : j'ai trouvé encore mieux, c'est génial et c'est &lt;a href="http://blog.neovov.com/?2006/01/29/37-mortel"&gt;sur Sea Blog&lt;/a&gt;.&lt;br&gt;
J'adore les 3 suisses, ils sont à …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Mon, 06 Feb 2006 20:17:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2006-02-06:/post/2006/02/06/19-un-super-ordinateur-multimedia/</guid><category>Humour</category></item><item><title>Tarifs du Mozilla Store</title><link>https://blog.anotherhomepage.org/post/2006/02/06/18-tarifs-du-mozilla-store/</link><description>&lt;p&gt;Faudrait qu'on m'explique...Je suis fan des T-shirts à motifs sérigraphiés. J'en ai peu, mais j'aime en avoir des sympas. Dans ma liste actuelle, on trouve : un t-shirt Magic, un sur l'asso de mon IUT (Valence), un avec Spiderman, d'autres associés à des évènements ou à un commerce...  &lt;/p&gt;
&lt;p&gt;Un truc …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Mon, 06 Feb 2006 20:11:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2006-02-06:/post/2006/02/06/18-tarifs-du-mozilla-store/</guid><category>Humeur</category></item><item><title>Une documentation, ça évolue</title><link>https://blog.anotherhomepage.org/post/2006/01/31/17-une-documentation-ca-evolue/</link><description>&lt;p&gt;Surtout une documentation sur le web&lt;/p&gt;
&lt;p&gt;Certaines et certains se souviennent peut-être du FAI Infonie, mort et enterré il y a de cela plusieurs années. J'ai eu l'idée saugrenue de taper ce mot dans la barre de recherche pour Google dans mon Firefox adoré, et dans les 3 premiers liens …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Tue, 31 Jan 2006 18:51:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2006-01-31:/post/2006/01/31/17-une-documentation-ca-evolue/</guid><category>Humeur</category></item><item><title>Mandriva Security Update</title><link>https://blog.anotherhomepage.org/post/2006/01/14/16-mandriva-security-update/</link><description>&lt;p&gt;&lt;img alt="Logo de la distribution Mandriva" src="https://web.archive.org/web/20051015204543/http://upload.wikimedia.org/wikipedia/en/9/95/Mandriva_logo.png"&gt;Mettez à jour votre distribution !Mandriva a publié de nouvelles mises à jour, 2 sont importantes, mais à des titres différents :&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;La première est une mise à jour de sécurité, il s'agit d'une faille concernant kdegraphics, quelques applications l'utilisant sont aussi corrigées;&lt;/li&gt;
&lt;li&gt;La deuxième est sans doute une mise à …&lt;/li&gt;&lt;/ul&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Sat, 14 Jan 2006 11:44:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2006-01-14:/post/2006/01/14/16-mandriva-security-update/</guid><category>Sécurité</category></item><item><title>Firefox est plutôt sexy</title><link>https://blog.anotherhomepage.org/post/2006/01/12/15-firefox-est-plutot-sexy/</link><description>&lt;p&gt;Firefox + sexe + Google = argent ?J'ai lu quelquechose d'assez peu ordinaire sur le &lt;a href="http://standblog.org/blog/2006/01/12/93114608-marketing-101"&gt;Standblog&lt;/a&gt; de Tristan Nitot. Un webmestre a trouvé l'astuce pour se faire du blé simplement : le principe est de proposer une vidéo d'une demoiselle qui va s'effeuiller pour nous... à condition d'installer Firefox (et la Google Toolbar, ce …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Thu, 12 Jan 2006 17:06:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2006-01-12:/post/2006/01/12/15-firefox-est-plutot-sexy/</guid><category>Humeur</category></item><item><title>Transférer Dotclear de Free à 1and1</title><link>https://blog.anotherhomepage.org/post/2006/01/12/14-transferer-dotclear-de-free-a-1and1/</link><description>&lt;p&gt;Attention à vos bases de données !De nombreux blogueurs utilisant &lt;a href="http://www.dotclear.net"&gt;Dotclear&lt;/a&gt; chez Free on saisi la chance que leur offrait &lt;a href="http://www.1and1.fr"&gt;1and1&lt;/a&gt;, offre qui a pris fin au 4 janvier. Cette offre, alléchante, consiste en :&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;un hébergement web de 2000 Mo;&lt;/li&gt;
&lt;li&gt;PHP 4, MySQL 4 (base limitée à 100Mo);&lt;/li&gt;
&lt;li&gt;un nom …&lt;/li&gt;&lt;/ul&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Thu, 12 Jan 2006 13:39:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2006-01-12:/post/2006/01/12/14-transferer-dotclear-de-free-a-1and1/</guid><category>Logiciels libres</category></item><item><title>Promotion chez Mandinux</title><link>https://blog.anotherhomepage.org/post/2006/01/11/13-promotion-chez-mandinux/</link><description>&lt;p&gt;Merci à tout le staff :)Depuis quelques jours, je suis passé modérateur sur &lt;a href="http://mandinux.free.fr"&gt;Mandinux&lt;/a&gt;, une communauté d'utilisateurs de Mandriva Linux. J'en suis content car cela me donne les moyens d'aider cette communauté à se donner des ambitions, et quelque part cela récompense mes efforts au sein de celle-ci. En attendant …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Wed, 11 Jan 2006 20:29:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2006-01-11:/post/2006/01/11/13-promotion-chez-mandinux/</guid><category>General</category></item><item><title>Déménagement et changement</title><link>https://blog.anotherhomepage.org/post/2006/01/11/12-demenagement-et-changement/</link><description>&lt;div class="highlight"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;code&gt;$&lt;span class="w"&gt; &lt;/span&gt;mv&lt;span class="w"&gt; &lt;/span&gt;/pagespersos/free/anothergeekblog&lt;span class="w"&gt; &lt;/span&gt;/pagespros/1and1/anotherhomepage/blog
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;

&lt;p&gt;Another Homepage est née, et Another Geek Blog devient son blog :)  &lt;/p&gt;
&lt;p&gt;Je passe des pages persos de mon FAI à un hébergeur professionnel, avec nom de domaine. Ca change, rien que les services proposés me font tourner la tête...  &lt;/p&gt;
&lt;p&gt;Il me reste …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Wed, 11 Jan 2006 13:02:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2006-01-11:/post/2006/01/11/12-demenagement-et-changement/</guid><category>Another home page</category></item><item><title>Faille WMF, Microsoft se fait attendre</title><link>https://blog.anotherhomepage.org/post/2006/01/06/11-faille-wmf-microsoft-se-fait-attendre/</link><description>&lt;p&gt;Et en plus le patch ne vient même pas de chez eux !On aura tout vu ! Microsoft ne se presse pas pour publier les rustines pour ses systèmes d'exploitation, du coup il est recommandé d'utiliser un patch qui ne vient pas de chez eux !  &lt;/p&gt;
&lt;p&gt;L'article est &lt;a href="http://www2.canoe.com/techno/nouvelles/archives/2006/01/20060103-231205.html"&gt;ici&lt;/a&gt;, vous pouvez télécharger …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Fri, 06 Jan 2006 12:26:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2006-01-06:/post/2006/01/06/11-faille-wmf-microsoft-se-fait-attendre/</guid><category>Sécurité</category></item><item><title>Une définition des blogs qu'elle est bien bonne</title><link>https://blog.anotherhomepage.org/post/2006/01/05/10-une-definition-des-blogs-qu-elle-est-bien-bonne/</link><description>&lt;p&gt;Merci Daniel GlazmanDaniel Glazman (&lt;a href="http://www.glazman.org/weblog/dotclear/index.php"&gt;Blog&lt;/a&gt;) vient de publier un billet qui fait me tordre de rire tellement il est vrai. Je pensais qu'on en avait fini avec toutes ces histoires sur la bulle Internet, les start-up (qu'on aurait dû appeler start-down, vu le nombre qui se sont ramassés), mais non …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Thu, 05 Jan 2006 21:27:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2006-01-05:/post/2006/01/05/10-une-definition-des-blogs-qu-elle-est-bien-bonne/</guid><category>Humeur</category></item><item><title>Mandriva Security Update</title><link>https://blog.anotherhomepage.org/post/2005/12/24/9-mandriva-security-update/</link><description>&lt;p&gt;&lt;img alt="Logo de la distribution Mandriva" src="https://web.archive.org/web/20051015204543/http://upload.wikimedia.org/wikipedia/en/9/95/Mandriva_logo.png"&gt;Mettez à jour votre distribution !&lt;/p&gt;
&lt;p&gt;Mandriva vient de sortir quelques mises à jour de sécurité pour le noyau. Il est bien entendu plus que recommandé d'installer ces mises à jour. Vous pouvez trouver plus de renseignements sur la page dédiée à cette mise à jour sur &lt;a href="http://www.frsirt.com/bulletins/3327"&gt;FrSirt&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Un noyau ne …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Sat, 24 Dec 2005 13:26:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2005-12-24:/post/2005/12/24/9-mandriva-security-update/</guid><category>Sécurité</category></item><item><title>Journée de démonstration et d'installation de logiciels libres</title><link>https://blog.anotherhomepage.org/post/2005/12/14/8-journee-de-demonstration-et-d-installation-de-logiciels-libres/</link><description>&lt;p&gt;Venez samedi 17 décembre 2005 à la MJC D'Etoile sur Rhône !  &lt;/p&gt;
&lt;p&gt;Une journée dédiée à la découverte des logiciels libres est organisée par l'association &lt;a href="http://www.g3l.org"&gt;G3L&lt;/a&gt;. Vous pourrez venir voir des démonstrations de logiciels libres mais vous pourrez aussi venir vous faire installer GNU/Linux sur votre machine, et posez des …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Wed, 14 Dec 2005 14:45:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2005-12-14:/post/2005/12/14/8-journee-de-demonstration-et-d-installation-de-logiciels-libres/</guid><category>Logiciels libres</category></item><item><title>Passer de Windows à Mac</title><link>https://blog.anotherhomepage.org/post/2005/12/13/7-passer-de-windows-a-mac/</link><description>&lt;p&gt;Un rédacteur de Clubic a sauté le pas et nous raconte son aventure...  &lt;/p&gt;
&lt;p&gt;&lt;img alt="Logo Windows devenant l'icône du Finder Apple" src="https://web.archive.org/web/20060212021044/http://img.clubic.com/photo/00210630.jpg"&gt;Clubic a publié hier un article détaillant le passage d'un de ces rédacteurs de Microsoft Windows à Mac OS 10.4 Tiger. Vous trouverez cet article &lt;a href="http://www.clubic.com/article-29756-1-passer-de-windows-a-mac-os-x-le-cote-pratique.html"&gt;ici&lt;/a&gt;.  &lt;/p&gt;
&lt;p&gt;D'une manière générale, je suis assez d'accord avec cet article …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Tue, 13 Dec 2005 13:54:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2005-12-13:/post/2005/12/13/7-passer-de-windows-a-mac/</guid><category>Apple - macintosh</category></item><item><title>Rapid'news</title><link>https://blog.anotherhomepage.org/post/2005/12/03/5-rapidnews/</link><description>&lt;p&gt;Les derniers faits marquants du momentJ'inaugure cette rubrique par la sortie de &lt;strong&gt;Firefox 1.5&lt;/strong&gt;, qu'on ne téléchargera plus sur &lt;a href="http://www.mozilla.org"&gt;http://www.mozilla.org&lt;/a&gt; mais sur &lt;a href="http://www.mozilla.com"&gt;http://www.mozilla.com&lt;/a&gt;. J'ai téléchargé et installé la version Mac, mais je ne l'ai pas encore testé en profondeur.  &lt;/p&gt;
&lt;p&gt;La loi &lt;strong&gt;DADVSI&lt;/strong&gt;, c'est …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Sat, 03 Dec 2005 14:07:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2005-12-03:/post/2005/12/03/5-rapidnews/</guid><category>General</category></item><item><title>L'indiscrétion est à la mode...</title><link>https://blog.anotherhomepage.org/post/2005/11/20/4-l-indiscretion-est-a-la-mode/</link><description>&lt;p&gt;Et la vie privée c'est pour la collection automne-hiver 2040?Vous avez pu le suivre sur tous les bons sites internet d'information liée à l'informatique, les déboires de Sony et de son dernier système de protection contre la copie. Sachez que Sony n'est pas le seul à faire des bêtises …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Sun, 20 Nov 2005 22:28:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2005-11-20:/post/2005/11/20/4-l-indiscretion-est-a-la-mode/</guid><category>Sécurité</category></item><item><title>Mandriva Linux 2006 Free dans les bacs !</title><link>https://blog.anotherhomepage.org/post/2005/11/14/3-mandriva-linux-2006-free-dans-les-bacs/</link><description>&lt;p&gt;Ou plutôt sur les bons miroirs FTPOn a failli attendre ! Un mois après &lt;a href="http://frontal2.mandriva.com/fr/company/press/pr/mandriva_releases_2006_convergence_products_extends_innovation"&gt;la version Club&lt;/a&gt;, Mandriva Linux 2006 Free débarque sur les serveurs FTP publics, prête à être téléchargée. Les plus impatients auront déjà profité de la net-install, grâce à une petite image ISO de 12Mo qui permet de …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Mon, 14 Nov 2005 15:52:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2005-11-14:/post/2005/11/14/3-mandriva-linux-2006-free-dans-les-bacs/</guid><category>Logiciels libres</category><category>Linux</category><category>Mandriva</category></item><item><title>Flock, nouveau navigateur web?</title><link>https://blog.anotherhomepage.org/post/2005/11/14/2-flock-nouveau-navigateur-web/</link><description>&lt;p&gt;Elle est où la nouveauté?On avait pas connu ça depuis Firefox. Un nouveau navigateur web. Enfin, un navigateur web qui naît des cendres d'un autres. Pas sûr non plus, Firefox est tout ce qu'il y a de plus vivant. Son nom est Flock. Ce nom m'embête pas, mais il …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Mon, 14 Nov 2005 00:41:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2005-11-14:/post/2005/11/14/2-flock-nouveau-navigateur-web/</guid><category>Logiciels libres</category><category>Flock</category></item><item><title>C'est parti !</title><link>https://blog.anotherhomepage.org/post/2005/11/13/1-first-post/</link><description>&lt;p&gt;Début d'une nouvelle aventure?&lt;/p&gt;
&lt;p&gt;C'est parti pour une nouvelle ère ! Après mon CV en ligne (voir dans les liens), je me met au blog ! Je l'intitule tout simplement "Another Geek Blog", parce que la thématique est fortement orientée informatique, réseaux et télécommunications.  &lt;/p&gt;
&lt;p&gt;Ce que ce blog a de différent des …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nils Ratusznik</dc:creator><pubDate>Sun, 13 Nov 2005 23:42:00 +0100</pubDate><guid isPermaLink="false">tag:blog.anotherhomepage.org,2005-11-13:/post/2005/11/13/1-first-post/</guid><category>Another home page</category></item></channel></rss>