<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>GeeK`s Lifez &#187; FreeBSD</title>
	<atom:link href="http://blog.cannibalz.net/category/freebsd/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.cannibalz.net</link>
	<description>GeeK`s Lifez</description>
	<lastBuildDate>Tue, 08 Jun 2010 13:27:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Create your own Tinyproxy FreeBSD&#8217;s package</title>
		<link>http://blog.cannibalz.net/2010/06/08/create-your-own-tinyproxy-freebsds-package/</link>
		<comments>http://blog.cannibalz.net/2010/06/08/create-your-own-tinyproxy-freebsds-package/#comments</comments>
		<pubDate>Tue, 08 Jun 2010 13:27:22 +0000</pubDate>
		<dc:creator>JaCe</dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Package]]></category>
		<category><![CDATA[Tinyproxy]]></category>

		<guid isPermaLink="false">http://blog.cannibalz.net/?p=84</guid>
		<description><![CDATA[In FreeBSD  8.0, tinyproxy&#8217;s package in stable repository isn&#8217;t compil with the &#8211;enable-transparent-proxy option.
This is the reason why, i&#8217;ll explain how to create a tinyproxy&#8217;s package including this compilation option.
First, edit your /usr/ports/www/tinyproxy/Makefile like the following:
# New ports collection makefile for:    tinyproxy
# Date created:         01 Jul 1999
# Whom:                 Mitsuru Yoshida &#60;mitsuru@riken.go.jp&#62;
#
# $FreeBSD: ports/www/tinyproxy/Makefile,v 1.30 2009/10/19 [...]]]></description>
			<content:encoded><![CDATA[<p>In FreeBSD  8.0, tinyproxy&#8217;s package in stable repository isn&#8217;t compil with the &#8211;enable-transparent-proxy option.</p>
<p>This is the reason why, i&#8217;ll explain how to create a tinyproxy&#8217;s package including this compilation option.</p>
<p>First, edit your /usr/ports/www/tinyproxy/Makefile like the following:</p>
<blockquote><p># New ports collection makefile for:    tinyproxy<br />
# Date created:         01 Jul 1999<br />
# Whom:                 Mitsuru Yoshida &lt;mitsuru@riken.go.jp&gt;<br />
#<br />
# $FreeBSD: ports/www/tinyproxy/Makefile,v 1.30 2009/10/19 18:41:40 wxs Exp $<br />
#</p>
<p>PORTNAME=       tinyproxy<br />
PORTVERSION=    1.6.5<br />
PORTEPOCH=      1<br />
CATEGORIES=     www<br />
MASTER_SITES=   https://www.banu.com/pub/tinyproxy/1.6/</p>
<p>MAINTAINER=     wxs@FreeBSD.org<br />
COMMENT=        A small, efficient HTTP proxy server</p>
<p>USE_RC_SUBR=    tinyproxy.sh<br />
GNU_CONFIGURE=  yes<br />
USE_GMAKE=      yes<br />
CONFIGURE_ARGS= &#8211;bindir=${PREFIX}/sbin \<br />
&#8211;with-config=${PREFIX}/etc/tinyproxy.conf \<br />
&#8211;program-transform-name=&#8221;"<br />
MAKE_JOBS_SAFE= yes</p>
<p>MAN8=           tinyproxy.8</p>
<p>OPTIONS=        REVERSE &#8220;Enable reverse proxy support&#8221; Off \<br />
TRANSPARENT &#8220;Enable transparent proxy&#8221; Off</p>
<p>.include &lt;bsd.port.pre.mk&gt;</p>
<p>.if defined(WITH_REVERSE)<br />
CONFIGURE_ARGS+=        &#8211;enable-reverse<br />
.endif</p>
<p>.if defined(WITH_TRANSPARENT)<br />
CONFIGURE_ARGS+=        &#8211;enable-transparent-proxy<br />
.endif</p>
<p>post-patch:<br />
@${REINPLACE_CMD} -e &#8217;s|-O2||&#8217; ${WRKSRC}/configure<br />
@${REINPLACE_CMD} -e &#8217;s|/etc/tinyproxy/tinyproxy.conf|${PREFIX}/etc/tinyproxy.conf|&#8217; \<br />
${WRKSRC}/doc/tinyproxy.8<br />
@${REINPLACE_CMD} -e &#8217;s|/usr/share/tinyproxy|${DATADIR}|&#8217; \<br />
${WRKSRC}/doc/tinyproxy.conf</p>
<p>post-install:<br />
@if [ ! -f ${PREFIX}/etc/tinyproxy.conf ]; then \<br />
${CP} -p ${PREFIX}/etc/tinyproxy.conf-dist \<br />
${PREFIX}/etc/tinyproxy.conf ; \<br />
fi</p>
<p>.include &lt;bsd.port.post.mk&gt;</p></blockquote>
<p>Be carefull, note that indentation is really important in Makefile!</p>
<p>Now just create the package by using:</p>
<blockquote><p>make package</p></blockquote>
<p>After a few seconds you&#8217;ll have a pakage store in this path:</p>
<blockquote><p>/usr/ports/packages/All/tinyproxy-1.6.5,1.tbz</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://blog.cannibalz.net/2010/06/08/create-your-own-tinyproxy-freebsds-package/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Benchmark Kimsufi Reloaded Linux &#8211; FreeBSD</title>
		<link>http://blog.cannibalz.net/2008/04/27/benchmark-kimsufi-reloaded-linux-freebsd/</link>
		<comments>http://blog.cannibalz.net/2008/04/27/benchmark-kimsufi-reloaded-linux-freebsd/#comments</comments>
		<pubDate>Sun, 27 Apr 2008 13:13:10 +0000</pubDate>
		<dc:creator>JaCe</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Kimsufi]]></category>
		<category><![CDATA[Benchmark]]></category>

		<guid isPermaLink="false">http://blog.cannibalz.net/?p=45</guid>
		<description><![CDATA[Ce matin je me disais qu&#8217;il pourrit être cool de faire un comparatif entre une install Unix et Linux sur un Kimsufi Reloaded .

J&#8217;ai donc utilisé nbench sur une Debian etch 32 bit et un FreeBSD 6.2.
Voici les deux screenshots du resultat:
Debian

FreeBSD

Je ne me lancerai pas dans un troll quelconque, je dirai juste que j&#8217;attends [...]]]></description>
			<content:encoded><![CDATA[<p>Ce matin je me disais qu&#8217;il pourrit être cool de faire un comparatif entre une install Unix et Linux sur un Kimsufi Reloaded .</p>
<p><span id="more-45"></span></p>
<p>J&#8217;ai donc utilisé nbench sur une Debian etch 32 bit et un FreeBSD 6.2.</p>
<p>Voici les deux screenshots du resultat:</p>
<p>Debian</p>
<p><a href="http://blog.cannibalz.net/wp-content/uploads/2008/04/kimsufi-reloaded-debian-etch-32-bit.jpg"><img class="alignnone size-medium wp-image-46" title="kimsufi-reloaded-debian-etch-32-bit" src="http://blog.cannibalz.net/wp-content/uploads/2008/04/kimsufi-reloaded-debian-etch-32-bit-300x247.jpg" alt="" width="300" height="247" /></a></p>
<p>FreeBSD</p>
<p><a href="http://blog.cannibalz.net/wp-content/uploads/2008/04/kimsufi-reloaded-freebsd-62.jpg"><img class="alignnone size-medium wp-image-47" title="kimsufi-reloaded-freebsd-62" src="http://blog.cannibalz.net/wp-content/uploads/2008/04/kimsufi-reloaded-freebsd-62-300x241.jpg" alt="" width="300" height="241" /></a><br />
Je ne me lancerai pas dans un troll quelconque, je dirai juste que j&#8217;attends avec impatience la bêta de FreeBSD 7.0 chez OVH :) (oui ici il s&#8217;agit d&#8217;un FreeBSD 6.2 et d&#8217;une Debian en 2.6.24.* :))</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.cannibalz.net/2008/04/27/benchmark-kimsufi-reloaded-linux-freebsd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FreeBSD &#8211; Alias IP &#8211; Ip Failover</title>
		<link>http://blog.cannibalz.net/2008/04/23/freebsd-alias-ip-ip-failover/</link>
		<comments>http://blog.cannibalz.net/2008/04/23/freebsd-alias-ip-ip-failover/#comments</comments>
		<pubDate>Wed, 23 Apr 2008 12:26:48 +0000</pubDate>
		<dc:creator>JaCe</dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[IP Fail-over]]></category>
		<category><![CDATA[Kimsufi]]></category>

		<guid isPermaLink="false">http://blog.cannibalz.net/?p=44</guid>
		<description><![CDATA[Récemment avec les nouvelles offres Kimsufi, j&#8217;ai voulu installer un FreeBSD et utiliser ma deuxième adresse IP.

Je voulais que mes deux adresses IP pointent sur mon kimsufi, pour cela il est nécessaire de faire un alias de votre interface réseau .
Partant du principe que votre interface réseau est nommée em0, que votre IP fail-over est [...]]]></description>
			<content:encoded><![CDATA[<p>Récemment avec les nouvelles offres Kimsufi, j&#8217;ai voulu installer un FreeBSD et utiliser ma deuxième adresse IP.</p>
<p><span id="more-44"></span></p>
<p>Je voulais que mes deux adresses IP pointent sur mon kimsufi, pour cela il est nécessaire de faire un alias de votre interface réseau .</p>
<p>Partant du principe que votre interface réseau est nommée em0, que votre IP fail-over est : 93.45.45.99/24 il faut rajouter ceci a votre /etc/rc/conf:</p>
<blockquote>
<pre>ifconfig_em0_alias0="inet 93.45.45.99 netmask 255.255.255.0"</pre>
</blockquote>
<p>Puis faites :</p>
<ul>
<li><code># /etc/rc.d/netif restart &amp;&amp; /etc/rc.d/routing restart</code></li>
</ul>
<p>Et vérifiez le tout avec un</p>
<ul>
<li># ifconfig</li>
</ul>
<pre>Voila voila</pre>
]]></content:encoded>
			<wfw:commentRss>http://blog.cannibalz.net/2008/04/23/freebsd-alias-ip-ip-failover/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
