<?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>Cloudweavers &#187; cloudmaster</title>
	<atom:link href="http://www.cloudweavers.org/tag/cloudmaster/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cloudweavers.org</link>
	<description>Cutting-edge technology consultant</description>
	<lastBuildDate>Tue, 31 Jan 2012 13:56:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>Surviving DDOS &#8211; discussion on building resilient networks/data infrastructure.</title>
		<link>http://www.cloudweavers.org/2009/09/surviving-ddos-building-resilient-networks/</link>
		<comments>http://www.cloudweavers.org/2009/09/surviving-ddos-building-resilient-networks/#comments</comments>
		<pubDate>Fri, 11 Sep 2009 15:15:53 +0000</pubDate>
		<dc:creator>pascal.charest</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[cloudmaster]]></category>
		<category><![CDATA[consultant]]></category>
		<category><![CDATA[ddos]]></category>
		<category><![CDATA[free software]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://blog.pacharest.com/?p=1288</guid>
		<description><![CDATA[Note: This is a selection of very early draft of a document I&#8217;m writing &#8211; As such, those are extract of &#8220;working notes&#8221; and should be considered as beta (not Google definition of beta ; true beta)&#8230; lots will change. [...] Internet being a jungle (or a city, whatever you find most dangerous), your infrastructure [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p><strong>Note</strong>: This is a selection of very early draft of a document I&#8217;m writing &#8211; As such, those are extract of &#8220;working notes&#8221; and should be considered as beta (not Google definition of beta ; true beta)&#8230; lots will change.</p></blockquote>
<p>
<strong>[...]</strong><br />
Internet being a jungle (or a city, whatever you find most dangerous), your infrastructure will be preyed upon. it can be by customers requiring services (too much of them can create difficult situations) or by malevolent individuals wanting to see your service off Internet.<br />
<strong>[...]</strong><br />
Of the techniques available, dos/ddos might be the worst. Here&#8217;s a quick non technical theory review:<br />
<br />
<strong>DOS: Denial of services</strong><br />
For a single attacker, cutting access to your services can be accomplished by solving this equation:<br />
<em> Attacker resource * resource(attack function) > Defender resource * resource(defense function)</em><br />
The defense against the attack is simply the reverse of the equation. Using decent servers (for processing power) in a decent datacenter (for bandwidth) can help solve this equation to the defender advantage without having to modify services. If it doesn&#8217;t work, modifying the defense function (such as implementing a firewall correlating a source IP and the attacker function) will allow required resources for defense to be minimal and thus <em>win the fight</em>.<br />
<strong>[...]</strong><br />
<br />
<strong>DDOS: Distributed Denial Of Services</strong><br />
The DDOS add the dimension of multiple (in the order of hundreds or thousands) attackers systems. This will bypass of most of the standard defenses &#8220;resource reduction function&#8221; since the resulting traffic will be tangent to a normal usage pattern. Randomly blocking visitor (or user) cannot be accomplished without risking blocking valid one and user pattern analysis is generally resource intensive.<br />
<strong>[...]</strong><br />
<br />
<strong>How to survive DDOS</strong><br />
A lot of services and devices are available to mitigate the attack of a DDOS. Some can be implemented by the end user (server administrator) or by the upstream provider. However, most of them must be deployed as a planned feature, not while the network is under attack.<br />
 * drop spoofed/invalid packets at upstream provider (packets with invalid source IP (see RFC 1918), implement ingress filtering (see RFC 2267)) &#8211; it is also call dark address filtering.<br />
 * prepare rate-limiting function &#8216;per-vhost&#8217; (if service = webpage), or &#8216;per-services&#8217;, and &#8216;per-source&#8217;.<br />
 * implement black hole filtering procedure (an in-line router / packet analyzer able to black hole packet will leave your server doing service computing, not routing).<br />
 * request analysis. <a href="http://www.snort.org/">SNORT</a> is a well know and very good ingress filtering agent that can be used to filter traffic that does not match normal usage pattern.<br />
 * enable syn cookie (valid only against syn flood).<br />
 * always allow establish connections priority over new ones.<br />
 * off load as much as you can (mainly: DNS services in separate network, dropping both is harder).<br />
<br />
And I&#8217;ll allow a bit of additional informations on this last one, because it is often overlooked and can represent your salvation when you are attacked. Either the attacker will use a specific IP, which is easy to mitigate by changing to any other you reserved for that and changing the DNS (5 minutes downtime is nothing in a major DDOS) OR the attacker is resolving your domain name through your DNS. This latest fact is quite important, because it mean the attack can be mitigated by using geo-localisation on your DNS system : different servers will answers requests from different part of the world. <a href="http://www.maxmind.com/">MaxMIND</a> does offer a very up-to-date database of IP/Country and IP/Town ; and using Amazon AWS (cloud computing service by Amazon), new servers can be launched at minutes notice and your DNS (when properly configured) can be modified to provide specific IP &#8220;to-peoples-outside-your-normal-business-area&#8221;.  You don&#8217;t even have to involve your upstream provider and you will be able to offset a very big part of the attack (as long as your normal business area is not russia + china).<br />
<br />
Or, if implementing those recommendation are not a possibility, there is always services/devices available for sales. Be ready to pay a very big price for them.<br />
<strong>[...]</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cloudweavers.org/2009/09/surviving-ddos-building-resilient-networks/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>ec2 arrive en europe</title>
		<link>http://www.cloudweavers.org/2008/12/ec2-arrive-en-europe/</link>
		<comments>http://www.cloudweavers.org/2008/12/ec2-arrive-en-europe/#comments</comments>
		<pubDate>Wed, 10 Dec 2008 12:35:00 +0000</pubDate>
		<dc:creator>pascal.charest</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[amazon]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[cloud computing]]></category>
		<category><![CDATA[cloudmaster]]></category>
		<category><![CDATA[consultant]]></category>
		<category><![CDATA[ec2]]></category>
		<category><![CDATA[labsphoenix]]></category>
		<category><![CDATA[professionnel]]></category>
		<category><![CDATA[publication]]></category>
		<category><![CDATA[sysadmin]]></category>
		<category><![CDATA[Technique]]></category>

		<guid isPermaLink="false">http://blog.pacharest.com/?p=899</guid>
		<description><![CDATA[Tel que prévu dans les dernières semaines et stipulé dans mon dernier article pour Linux+DVD (qui devrait bientot parraitre), l&#8217;infrastructure Amazon EC2 est maintenant disponible en europe. Cette annonce va assèner un coup dur à tous les autres providers de services de cloud computing qui ne font pas la distinction géographiquement&#8230; On parle tout de [...]]]></description>
			<content:encoded><![CDATA[<p>Tel que prévu dans les dernières semaines et stipulé dans mon dernier article pour Linux+DVD (qui devrait bientot parraitre), l&#8217;infrastructure Amazon EC2 est maintenant disponible en europe.<br />
<br />
Cette annonce va assèner un coup dur à tous les autres providers de services de cloud computing qui ne font pas la distinction géographiquement&#8230; On parle tout de meme de 50ms de latence de moins si la connection n&#8217;a pas a passer par l&#8217;atlantique&#8230;<br />
<br />
Quoi qu&#8217;il en soit, je complete présentement un autre article pour une revue qui accompagne un sysadmin dans son premier déploiement dans le réseau d&#8217;Amazon. En espérant qu&#8217;il arrive assez vite ;-)<br />
<br />
Source: <a href="http://www.amazon.com/gp/r.html?R=ZKGJHANKXFK2&#038;C=3A074JBHPUU7H&#038;H=ShvT5kxX3ZvTOV0Zx9c0rDX7L38A&#038;T=C&#038;U=http%3A%2F%2Faws.amazon.com%2Fec2%2F">Amazon EC2 detail page</a>, <a href="http://www.amazon.com/gp/r.html?R=ZKGJHANKXFK2&#038;C=3A074JBHPUU7H&#038;H=VeARsQYtm0r6f1fFX3RekRMcOjsA&#038;T=C&#038;U=http%3A%2F%2Faws.amazon.com%2Fdocumentation%2F">Amazon EC2 Description page</a>. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.cloudweavers.org/2008/12/ec2-arrive-en-europe/feed/</wfw:commentRss>
		<slash:comments>135</slash:comments>
		</item>
		<item>
		<title>[labsphoenix] GeoIP patch to BIND</title>
		<link>http://www.cloudweavers.org/2008/11/geoip-patch-to-bind/</link>
		<comments>http://www.cloudweavers.org/2008/11/geoip-patch-to-bind/#comments</comments>
		<pubDate>Thu, 20 Nov 2008 16:24:00 +0000</pubDate>
		<dc:creator>pascal.charest</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[cloud computing]]></category>
		<category><![CDATA[cloudmaster]]></category>
		<category><![CDATA[consultant]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[freesoftware]]></category>
		<category><![CDATA[geoip]]></category>
		<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[labsphoenix]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[sysadmin]]></category>
		<category><![CDATA[Technique]]></category>

		<guid isPermaLink="false">http://blog.pacharest.com/?p=857</guid>
		<description><![CDATA[Long time since my last technical post on this blog. Today, we will go through the installation of the GeoIP libraries (from MaxMind) feature linked with a very common and well known DNS server (bind9 (from ISC)). Before going any further in the labs, please note that I do not consider the GeoIP patch &#8220;feature [...]]]></description>
			<content:encoded><![CDATA[<p>Long time since my last technical post on this blog. Today, we will go through the installation of the <strong><a href="http://www.maxmind.com/">GeoIP libraries</a> (from MaxMind)</strong> feature linked with a very common and well known DNS server (<strong><a href="http://ftp.isc.org/isc/bind9/9.4.3/">bind9</a> (from ISC)</strong>). Before going any further in the labs, please note that I do not consider the GeoIP patch &#8220;feature complete&#8221;, since it does cover all all GeoIP type (only countries), does not apply to bind-9.5.x and the install process isn&#8217;t &#8220;fine-tuned&#8221; as it should be.<br />
<br />
<strong>NOTE: I will be releasing, this week-end, a new, enhanced, patch covering those issues.</strong> So, lets go on.<br />
<br />
<strong>Why this lab ?</strong><br />
<br />
Simply because distributed infrastructure are common sight and load-balancing traffic across multiple web load-balancer (yeah, I know, balancing on balancer) can sometime be very tricky. Solution such as round robin DNS is, at most, a &#8220;best effort&#8221; mechanism. Network architects with valid demographic statistics will be able to offer &#8220;nearest server&#8221; and enhanced experience through geo-localization. This also allows to create a poor man&#8217;s CDN (<strong>C</strong>ontent <strong>D</strong>elivery <strong>N</strong>etwork) without having to learn / deploy very complex infrastructures.<br />
<br />
<strong>Installation</strong><br />
<br />
We start by installing MaxMind&#8217;s GeoIP libraries. It comes with a free database of ip/countries. We follow by retrieving Bind for ISC&#8217;s server and applying the patch to link the 2 together. This is the patch I&#8217;ll be enhancing. </p>
<blockquote><p>
#changing to src directory<br />
cd /usr/local/src<br />
<br />
#getting geoip libraries<br />
wget <a href="http://www.maxmind.com/download/geoip/api/c/GeoIP-1.4.5.tar.gz">http://www.maxmind.com/download/geoip/api/c/GeoIP-1.4.5.tar.gz</a><br />
tar zxf GeoIP-1.4.5.tar.gz<br />
cd GeoIP-1.4.5<br />
<br />
#configure &#038; install of libraries<br />
./configure ; make ; make install<br />
<br />
#getting bind-9.4.3<br />
wget <a href="http://ftp.isc.org/isc/bind9/9.4.3/bind-9.4.3.tar.gz">http://ftp.isc.org/isc/bind9/9.4.3/bind-9.4.3.tar.gz</a><br />
tar zxf bind-9.4.3<br />
<br />
#getting geodns (geoip binding to dns software)<br />
wget <a href=" http://www.caraytech.com/geodns/patch.diff">http://www.caraytech.com/geodns/patch.diff</a><br />
<br />
#we patch bind<br />
cd bind-9.4.3<br />
patch -p1 < ../patch.diff<br />
<br/><br />
#we configure bind with the new libs. (On one line &#038; this procedure will change with the new patch)<br />
CFLAGS=&#8221;-I/usr/local/include&#8221; LDFLAGS=&#8221;-L/usr/local/lib -lGeoIP&#8221; ./configure &#8211;prefix=/usr/local/bind<br />
<br />
#we compile + install bind.<br />
make ; make install
</p></blockquote>
<p><strong>Configuration </strong><br />
We now have a default installation of a patched BIND9 server &#038; GeoIP libraries. The next step is to create configuration files. I will not be going into the big details here, <a href="http://linux-sxs.org/internet_serving/bind9.html">plenties</a> of <a href="http://www.linuxhelp.net/guides/bind/">how-to</a> are <a href="http://www.bind9.net/manuals">available</a>.  The principe of GeoIP is matching-clients through country code, not only IP &#8211; this is the value of the patch we applied.<br />
<br />
/usr/local/bind/etc/named.conf </p>
<blockquote><p>
options {<br />
        directory &#8220;/usr/local/bind/var/bind&#8221;;<br />
        listen-on-v6 { none; };<br />
         pid-file &#8220;/usr/local/bind/var/run/named/named.pid&#8221;;<br />
};<br />
<br />
view &#8220;us&#8221; {<br />
       // Match clients from US<br />
      match-clients { country_US; };<br />
      recursion no;<br />
      zone &#8220;example.com&#8221; {<br />
            type master;<br />
            file &#8220;pri/example-us.db&#8221;;<br />
      };<br />
    zone &#8220;.&#8221; IN {<br />
                type hint;<br />
                file &#8220;named.ca&#8221;;<br />
        };<br />
};<br />
<br />
view &#8220;ca&#8221; {<br />
       // match from Canada<br />
      match-clients { country_CA; };<br />
      recursion no;<br />
      zone &#8220;example.com&#8221; {<br />
            type master;<br />
            file &#8220;pri/example-ca.db&#8221;;<br />
      };<br />
     zone &#8220;.&#8221; IN {<br />
                type hint;<br />
                file &#8220;named.ca&#8221;;<br />
        };<br />
};<br />
<br />
view &#8220;other&#8221; {<br />
	// Match all others<br />
      match-clients { any; };<br />
      recursion no;<br />
      zone &#8220;example.com&#8221; {<br />
           type master;<br />
           file &#8220;pri/example-other.db&#8221;;<br />
      };<br />
     zone &#8220;.&#8221; IN {<br />
                type hint;<br />
                file &#8220;named.ca&#8221;;<br />
        };<br />
};
</p></blockquote>
<p>/usr/local/bind/var/named.ca ; this file can be retrieved from almost anywere. Google it.<br />
<br />
And we also need zone definitons:<br />
<a href="http://blog.pacharest.com/example-us.db">/usr/local/bind/var/bind/pri/example-us.db</a><br />
<a href="http://blog.pacharest.com/example-ca.db">/usr/local/bind/var/bind/pri/example-ca.db</a><br />
<a href="http://blog.pacharest.com/example-other.db">/usr/local/bind/var/bind/pri/example-other.db</a><br />
<br />
<strong>Conclusion</strong><br />
<br />
At this point, you have a BIND server running on your server with views defined following the dns-client country. Using the following command (since I do not really own example.com) will give different result if you are in the USA or Canada. &#8220;<strong>dig @air0.labsphoenix.com test.example.com</strong>&#8220;. Btw: the &#8220;<strong>dig</strong>&#8221; command is part of <strong>dnsutils</strong> package. Have fun!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cloudweavers.org/2008/11/geoip-patch-to-bind/feed/</wfw:commentRss>
		<slash:comments>646</slash:comments>
		</item>
		<item>
		<title>Cloudbursting</title>
		<link>http://www.cloudweavers.org/2008/09/cloudbursting/</link>
		<comments>http://www.cloudweavers.org/2008/09/cloudbursting/#comments</comments>
		<pubDate>Thu, 18 Sep 2008 02:25:00 +0000</pubDate>
		<dc:creator>pascal.charest</dc:creator>
				<category><![CDATA[Arts]]></category>
		<category><![CDATA[IleSansFil]]></category>
		<category><![CDATA[Informatique]]></category>
		<category><![CDATA[procrastination]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[amazon]]></category>
		<category><![CDATA[cloud computing]]></category>
		<category><![CDATA[cloudbursting]]></category>
		<category><![CDATA[cloudmaster]]></category>
		<category><![CDATA[consultant]]></category>

		<guid isPermaLink="false">http://blog.pacharest.com/?p=753</guid>
		<description><![CDATA[Cloudbursting Technical term referring to the transition to a dynamic state of a network infrastructure as an events mitigation process. It entail to both asynchronous and synchronous expansion toward or inside a computer cloud. Each such burst is followed by a period of quiescence before the next burst occurs. Event such as high workload and [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Cloudbursting</strong> </p>
<blockquote><p>Technical term referring to the transition to a dynamic state of a network infrastructure as an events mitigation process. It entail to both asynchronous and synchronous expansion toward or inside a computer cloud. Each such burst is followed by a period of quiescence before the next burst occurs.<br />
<br />
Event such as high workload and extreme traffic spike can cause a correctly configured environment to cloudburst. </p></blockquote>
<p>The term seem to have been used first, in July 2008, by William Fellows (Principal Analyst @ 451group) in a <a href="http://the451group.com/report_view/report_view.php?entity_id=54321">report</a> and pushed forward by Jeffrey Barr (Technology evangelist of Amazon AWS) on a <a href="http://aws.typepad.com/aws/2008/08/cloudbursting-.html">blog</a> in august 2008.<br />
<br />
<em>This is my personal definition, yet I think it summarize the process. Anything that needs to be added ? </em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cloudweavers.org/2008/09/cloudbursting/feed/</wfw:commentRss>
		<slash:comments>129</slash:comments>
		</item>
		<item>
		<title>email servers “in the cloud”</title>
		<link>http://www.cloudweavers.org/2008/08/email-servers-in-the-cloud/</link>
		<comments>http://www.cloudweavers.org/2008/08/email-servers-in-the-cloud/#comments</comments>
		<pubDate>Fri, 22 Aug 2008 15:27:00 +0000</pubDate>
		<dc:creator>pascal.charest</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[aws]]></category>
		<category><![CDATA[cloud computing]]></category>
		<category><![CDATA[cloudmaster]]></category>
		<category><![CDATA[consultant]]></category>
		<category><![CDATA[ebs]]></category>
		<category><![CDATA[ec2]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[s3]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://blog.pacharest.com/?p=677</guid>
		<description><![CDATA[I&#8217;ve been asked about the possibility of harnessing the power &#8220;of the cloud&#8221; in the context of an email server. For the simplicity of this blog post, I&#8217;ll assume the definition of &#8220;cloud computing&#8221; to be equivalent to &#8220;Amazon AWS&#8221; offer. When emails goes in This is the easy part. Receiving email in an EC2 [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been asked about the possibility of <strong>harnessing the power &#8220;of the cloud&#8221;</strong> in the context of an <strong>email server</strong>. For the simplicity of this blog post, I&#8217;ll assume the definition of &#8220;cloud computing&#8221; to be equivalent to &#8220;<a href="http://www.amazon.com/gp/browse.html?node=3435361">Amazon AWS</a>&#8221; offer.<br />
<br />
<b>When emails goes in</b><br />
This is the easy part. Receiving email in an <a href="http://www.amazon.com/EC2-AWS-Service-Pricing/b/ref=sc_fe_l_2?ie=UTF8&#038;node=201590011&#038;no=3435361&#038;me=A36L942TSJ2AJA">EC2</a> (Elastic Cloud Computing) instance is as easy as receiving it anywhere. You launch 2 instances in different availability zone, grab 2 IP and change your MX records. With the recent availability of <a href="http://www.amazon.com/b/ref=sc_fe_c_0_201590011_9?ie=UTF8&#038;node=689343011&#038;no=201590011&#038;me=A36L942TSJ2AJA">EBS</a> (Elastic blocks store), you even have access to permanent storage for email. In hours (big maximum) you have a complete setup supporting fail-over and backup capability (leave your queue/data store on EBS for persistence and snapshot for backup).<br />
<br />
Being in a full virtual environment also negate most scaling problems. You dynamically start and stop anti-{spam,virus} scanning instances following the need of your clients and customers. This setup is also very cost-effective: you don&#8217;t have to pay for hardware (servers, switches, hard drive..), maintenance, power and all the network management involved in having public infrastructure (bgp, firewall, etc&#8230;).You don&#8217;t even have to vouch for a long term contract.<br />
<br />
For your customer, this represent a very decent offer: speed and latency in the Amazon cloud are very nice &#8211; way better than most small technical shop can afford.<br />
<br />
<b>Then emails have recipient</b><br />
Emails are not only coming IN your infrastructure, they &#8211; sometime &#8211; must be transmitted to other people&#8217;s networks. This is where archaic email management style really fail. Emails as a services is a dynasty based on the conception that internet proprieties are big, controllable, static and permanent. This is the exact opposite of what you would get placing an email server inside Amazon Cloud.<br />
<br />
You do not control IP space/range &#8211; even if, you are leased &#8220;1&#8243; IP. This is the big &#8220;bug&#8221;. You have no idea what peoples do in their instances. Get used to it, your range will be tagged, {grey,black} listed often in dns based blocking list. Very often. White list will refuse your queries, since you cannot vouch for Amazon customer use of the cloud.<br />
<br />
Solution, you can still use a smtp server install somewhere else, but&#8230; kind of defeat the whole purpose. The financial exercise of fighting dnsbl vs maintaining hardware infrastructure is left to the reader. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.cloudweavers.org/2008/08/email-servers-in-the-cloud/feed/</wfw:commentRss>
		<slash:comments>174</slash:comments>
		</item>
		<item>
		<title>Les nouvelles!</title>
		<link>http://www.cloudweavers.org/2008/06/les-nouvelles/</link>
		<comments>http://www.cloudweavers.org/2008/06/les-nouvelles/#comments</comments>
		<pubDate>Sun, 29 Jun 2008 23:45:07 +0000</pubDate>
		<dc:creator>pascal.charest</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[cloud computing]]></category>
		<category><![CDATA[cloudmaster]]></category>
		<category><![CDATA[Personnel]]></category>
		<category><![CDATA[Photographie]]></category>
		<category><![CDATA[publication]]></category>

		<guid isPermaLink="false">http://blog.pacharest.com/?p=621</guid>
		<description><![CDATA[La semaine passée, tel que je l&#8217;ai déjà mentionné, à été une véritable suite de péripéties dans le but d&#8217;arriver à un dimanche soir &#8220;calme, doux et heureux!&#8221;. Pour résumer, rapidement, voici les différentes milestones que j&#8217;ai franchis et leurs significations: Déploiement d&#8217;un nouveau serveur pour blog.pacharest.com Ce site, ainsi que quelques autres dans mon [...]]]></description>
			<content:encoded><![CDATA[<p>La semaine passée, tel que je l&#8217;ai déjà mentionné, à été une véritable suite de péripéties dans le but d&#8217;arriver à un dimanche soir &#8220;calme, doux et heureux!&#8221;. Pour résumer, rapidement, voici les différentes milestones que j&#8217;ai franchis et leurs significations:</p>
<p>Déploiement d&#8217;un<strong> nouveau serveur</strong> pour blog.pacharest.com</p>
<blockquote><p>Ce site, ainsi que quelques autres dans mon cheptel, est maintenant hébergé sur un serveur présent dans le parc informatique de <a href="http://www.digitaldays.net/">Digital Days</a>. C&#8217;est un serveur que je possède suite à un achat sur ebay (dual cpu 2.4ghz &#8211; 3x36scsi 15k). Si vous avez le moindre besoin pour de l&#8217;hébergément de serveurs avec du high-availability et un service de qualité &#8211; je vous conseil fortement de considérer cette compagnie dans vos choix! En plus elle est québécoise!</p></blockquote>
<p>Premier &#8220;<strong>commit</strong>&#8221; dans un GIT lié au noyau (kernel) Linux. </p>
<blockquote><p>J&#8217;ai fait mon premier commit accepté &#8211; c&#8217;est pour une baliverne, dans un man page du module &#8220;md&#8221; par rapport à l&#8217;utilisation d&#8217;un descripteur de filesystem lors de l&#8217;usage de superblock v1 dans un array raid &#8211; au niveau du GIT de Neil Brown. C&#8217;est une référence quand même très précise, mais&#8230; elle a été acceptée et c&#8217;est moi qui l&#8217;a fait.</p></blockquote>
<p>Mon <strong>deuxième article</strong> à été publiée.</p>
<blockquote><p>Mon deuxième article dans une revue informatique à été publié. Environ 40k impression en europe, en français, sur les systèmes de storages &#8211; particulièrement au niveau des différences entre iSCSI et AoE. Encore une fois &#8211; c&#8217;est un domaine assez précis en informatique &#8211; mais bon, c&#8217;est ca que je fais ;-).
</p></blockquote>
<p>J&#8217;ai signé mon <strong>contrat avec PraizedMedia</strong>.</p>
<blockquote><p>Ca fait 2 semaines que l&#8217;entente à été conclue &#8211; par contre, maintenant, il y a eu signature des divers papiers la confirmant. En gros, mon titre officiel de travail est &#8220;<strong>CloudMaster</strong>&#8220;. Le seul commentaire que je vais me permettre est que le planificateur hypothécaire c&#8217;est posé des questions&#8230; </p></blockquote>
<p>Mon <strong>hypothèque à été acceptée</strong>.</p>
<blockquote><p>Malgré le point précédent, l&#8217;hypothèque pour l&#8217;achat d&#8217;une propriété (condo &#8211; 1250 pieds carrés) a Hull à été acceptée. C&#8217;est un achat conjoint avec ma copine! On commence à être en mesure de faire des plans pour le futurs!</p></blockquote>
<p>Et&#8230; des <strong>photos</strong>. </p>
<blockquote><p>Dans la dernière semaine, j&#8217;ai eu la chance d&#8217;aller à un mariage et un bapteme. J&#8217;ai vraiment profiter de l&#8217;occasion pour jouer au paparazzi. Dans le cas de la deuxieme photo, on parle de 1/6 secondes.. .ce qui veux dire que ce jeune homme était vraiment &#8211; VRAIMENT &#8211; concentré ;-) </p></blockquote>
<p><center><br />
<a href="http://www.flickr.com/photos/pascalcharest/2622145067/" title="Bapteme de Jimmy by pascal.charest, on Flickr"><img src="http://farm4.static.flickr.com/3118/2622145067_a832594c48.jpg" width="450" height="300" alt="Bapteme de Jimmy" /></a><br />
<em>Sony A100 &#8211; 50mm, f/2.0, iso 400, ev 0+, 1/60sec</em></p>
<p><a href="http://www.flickr.com/photos/pascalcharest/2622969476/" title="Futur Photographe by pascal.charest, on Flickr"><img src="http://farm4.static.flickr.com/3076/2622969476_b4e2da26c6.jpg" width="334" height="500" alt="Futur Photographe" /></a><br />
<em>Sony A100 &#8211; 50mm, f/2.0, iso 400, ev 0+, 1/6sec</em><br />
</center></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cloudweavers.org/2008/06/les-nouvelles/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

