<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2enclosuresfull.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>freistil IT</title>
	
	<link>http://www.freistil.it</link>
	<description />
	<lastBuildDate>Wed, 22 May 2013 12:52:14 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/freistil" /><feedburner:info uri="freistil" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><media:copyright>(c) Jochen Lillich</media:copyright><media:category scheme="http://www.itunes.com/dtds/podcast-1.0.dtd">Technology/Software How-To</media:category><item>
		<title>See you at DevOps Days Berlin?</title>
		<link>http://www.freistil.it/2013/05/see-you-at-devops-days-berlin/</link>
		<comments>http://www.freistil.it/2013/05/see-you-at-devops-days-berlin/#comments</comments>
		<pubDate>Wed, 22 May 2013 12:52:14 +0000</pubDate>
		<dc:creator>Jochen Lillich</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[devopsdays]]></category>

		<guid isPermaLink="false">http://www.freistil.it/?p=711</guid>
		<description><![CDATA[As I already posted on my personal blog, I&#8217;ll be at DevOps Days Berlin next week. If you&#8217;re going to be there, too, I&#8217;d like to meet you! Simply drop me a line in advance or say Hello to me there! I&#8217;ll tweet updates from the conference mostly from my personal account, so make sure [...]]]></description>
				<content:encoded><![CDATA[<p>As I already <a href="http://www.jochen-lillich.de/2013/05/going-to-devops-days-berlin/">posted</a> on my personal blog, I&#8217;ll be at <a href="http://devopsdays.org/events/2013-berlin/">DevOps Days Berlin</a> next week. If you&#8217;re going to be there, too, I&#8217;d like to meet you! Simply <a href="mailto:jochen@freistil.it">drop me a line</a> in advance or say Hello to me there!</p>
<p>I&#8217;ll tweet updates from the conference mostly from my personal account, so make sure to follow both <a href="http://twitter.com/freistil">@freistil</a> and <a href="http://twitter.com/geewiz">@geewiz</a>.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/freistil?a=Rp2Y9doh-4c:uT4YPvLAYWI:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/freistil?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/freistil?a=Rp2Y9doh-4c:uT4YPvLAYWI:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/freistil?i=Rp2Y9doh-4c:uT4YPvLAYWI:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/freistil/~4/Rp2Y9doh-4c" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.freistil.it/2013/05/see-you-at-devops-days-berlin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Chef to automate a Rails dev environment</title>
		<link>http://www.freistil.it/2013/05/using-chef-to-automate-a-rails-dev-environment/</link>
		<comments>http://www.freistil.it/2013/05/using-chef-to-automate-a-rails-dev-environment/#comments</comments>
		<pubDate>Tue, 14 May 2013 10:14:31 +0000</pubDate>
		<dc:creator>Jochen Lillich</dc:creator>
				<category><![CDATA[Know-How]]></category>
		<category><![CDATA[chef]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://www.freistil.it/?p=699</guid>
		<description><![CDATA[In his blog post &#8220;Chef Cookbooks for Busy Ruby Developers&#8220;, Huiming Teo announces two Chef cookbooks that make setting up a Ruby on Rails development environment easier and quicker: rackbox &#8211; to provision a rack-based web server databox &#8211; to provision a database server Since they run with Chef Solo, the cookbooks don&#8217;t require a [...]]]></description>
				<content:encoded><![CDATA[<p>In his blog post &#8220;<a href="http://teohm.github.io/blog/2013/04/17/chef-cookbooks-for-busy-ruby-developers/">Chef Cookbooks for Busy Ruby Developers</a>&#8220;, Huiming Teo announces two Chef cookbooks that make setting up a Ruby on Rails development environment easier and quicker:</p>
<ul>
<li><a href="https://github.com/teohm/rackbox-cookbook">rackbox</a> &#8211; to provision a rack-based web server</li>
<li><a href="https://github.com/teohm/databox-cookbook">databox</a> &#8211; to provision a database server</li>
</ul>
<p>Since they run with Chef Solo, the cookbooks don&#8217;t require a Chef server.</p>
<p>Huiming&#8217;s cookbooks are a great example how automation can be very effective even for small installations. We&#8217;re busy building something similar for our <a href="http://www.freistilbox.com">freistilbox hosting platform</a>.</p>
<p>And if you&#8217;d like to learn how to use Chef for automating many hundred servers, <a href="/jobs/">join our operations team</a>!</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/freistil?a=ycMUoaysPQg:TMrB-iRVQrw:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/freistil?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/freistil?a=ycMUoaysPQg:TMrB-iRVQrw:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/freistil?i=ycMUoaysPQg:TMrB-iRVQrw:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/freistil/~4/ycMUoaysPQg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.freistil.it/2013/05/using-chef-to-automate-a-rails-dev-environment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>This week at freistil IT (week #162)</title>
		<link>http://www.freistil.it/2013/05/this-week-at-freistil-it-week-162/</link>
		<comments>http://www.freistil.it/2013/05/this-week-at-freistil-it-week-162/#comments</comments>
		<pubDate>Sat, 11 May 2013 15:55:12 +0000</pubDate>
		<dc:creator>Jochen Lillich</dc:creator>
				<category><![CDATA[Company News]]></category>

		<guid isPermaLink="false">http://www.freistil.it/?p=687</guid>
		<description><![CDATA[Preparing for Dublin The european Drupal Dev Days will be one of, if not the most important events for us this year. Since they&#8217;re only a few weeks away, we&#8217;re preparing for the developer meet-up on several fronts. Markus is in charge of the marketing side and he&#8217;s been busy this week creating a handout [...]]]></description>
				<content:encoded><![CDATA[<h3>Preparing for Dublin</h3>
<p>The european Drupal Dev Days will be one of, if not the most important events for us this year. Since they&#8217;re only a few weeks away, we&#8217;re preparing for the developer meet-up on several fronts. Markus is in charge of the marketing side and he&#8217;s been busy this week creating a handout that properly conveys why Drupal developers want to use <a href="http://www.freistilbox.com">freistilbox</a> as their hosting platform. Jochen will cover the technological aspect. This week, he started not only preparing a talk about replicable development environments but also building one that can be installed with a single command. We&#8217;re going to start a beta test soon; <a href="/contact">drop us a note</a> if you&#8217;re interested!</p>
<h3>Documentation</h3>
<p>There isn&#8217;t a day when we don&#8217;t realise that there&#8217;s still too much knowledge buried in our heads instead of being readily available to the rest of the team. We&#8217;ve made it an unwritten rule to immediately add a snippet to our company wiki when something like that comes up. (And yes, we should put this rule in writing, too&#8230;) This week, we&#8217;ve started a new wiki section named &#8220;Service Runbooks&#8221;. For every service we use (for example, our backup system), we aim to have a complete documentation of its purpose, its actual implementation, standard operating procedures, caveats, troubleshooting hints and references to further information. A great help in building this kind of documentation quickly is the ability of Confluence to define pre-filled template pages.</p>
<h3>Stats</h3>
<p>Help Center: This week, we received 25 new tickets and resolved 25, leaving us with 61 open support requests.</p>
<p>That&#8217;s it for this week. Have a great weekend, everyone!</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/freistil?a=laCNnElegsc:g_FJerYuDnU:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/freistil?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/freistil?a=laCNnElegsc:g_FJerYuDnU:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/freistil?i=laCNnElegsc:g_FJerYuDnU:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/freistil/~4/laCNnElegsc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.freistil.it/2013/05/this-week-at-freistil-it-week-162/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Staging with git and Drush (talk at DrupalDevDays Barcelona)</title>
		<link>http://www.freistil.it/2013/05/staging-with-git-and-drush-talk-at-drupaldevdays-barcelona/</link>
		<comments>http://www.freistil.it/2013/05/staging-with-git-and-drush-talk-at-drupaldevdays-barcelona/#comments</comments>
		<pubDate>Wed, 08 May 2013 10:04:52 +0000</pubDate>
		<dc:creator>Jochen Lillich</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[Know-How]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[drush]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[staging]]></category>
		<category><![CDATA[talk]]></category>

		<guid isPermaLink="false">http://www.freistil.it/?p=655</guid>
		<description><![CDATA[The Drupal Dev Days in Dublin are coming up and we are very happy to be gold sponsor of this great event. We&#8217;ve started working on our own session and are excited to present a great development tool for freistilbox users at the conference! Last year in Barcelona, I did a talk about &#8220;Staging with [...]]]></description>
				<content:encoded><![CDATA[<p>The <a href="http://dublin2013.drupaldays.org" title="Drupal Developer Days Dublin">Drupal Dev Days in Dublin</a> are coming up and we are very happy to be <a href="http://dublin2013.drupaldays.org/sponsors/freistilbox">gold sponsor</a> of this great event. We&#8217;ve started working on our own session and are excited to present a great development tool for <a href="http://www.freistilbox.com">freistilbox</a> users at the conference!</p>
<p>Last year in Barcelona, I did a talk about &#8220;<a href="http://barcelona2012.drupaldays.org/sessions/staging-git-and-drush">Staging with git and Drush</a>&#8220;. The <a href="https://vimeo.com/65184047">video recording</a> of this talk got published a couple of days ago together with my slides:</p>
<p><iframe src="http://player.vimeo.com/video/65184047" width="615" height="346" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe></p>
<p><a href="http://vimeo.com/65184047">Staging with git and drush</a> from <a href="http://vimeo.com/drupales">Asociaci&oacute;n Drupal</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<p><iframe src="http://de.slideshare.net/MarkusHeurung/slideshelf" width="615px" height="470px" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:none;" allowfullscreen webkitallowfullscreen mozallowfullscreen></iframe></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/freistil?a=zu_FGAF6x8o:LmJ9WRvjwOg:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/freistil?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/freistil?a=zu_FGAF6x8o:LmJ9WRvjwOg:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/freistil?i=zu_FGAF6x8o:LmJ9WRvjwOg:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/freistil/~4/zu_FGAF6x8o" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.freistil.it/2013/05/staging-with-git-and-drush-talk-at-drupaldevdays-barcelona/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open Source Datacenter Conference 2013</title>
		<link>http://www.freistil.it/2013/04/osdc-2013/</link>
		<comments>http://www.freistil.it/2013/04/osdc-2013/#comments</comments>
		<pubDate>Mon, 29 Apr 2013 11:12:23 +0000</pubDate>
		<dc:creator>Jochen Lillich</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[devops]]></category>

		<guid isPermaLink="false">http://www.freistil.it/?p=611</guid>
		<description><![CDATA[Recently, I attended the Open Source Datacenter Conference, short OSDC, in Nuremberg. This is a short review of my experience. The three-day conference is hosted by Netways, an IT services company specialised in Open Source Software, just like ourselves. I arrived on Tuesday night at about 20:30. Dinner was arranged so that even late arrivals [...]]]></description>
				<content:encoded><![CDATA[<p>Recently, I attended the <a href="http://www.netways.de/osdc/osdc2013">Open Source Datacenter Conference</a>, short OSDC, in Nuremberg. This is a short review of my experience.</p>
<p>The three-day conference is hosted by <a href="http://www.netways.de">Netways</a>, an IT services company specialised in Open Source Software, just like ourselves.</p>
<p>I arrived on Tuesday night at about 20:30. Dinner was arranged so that even late arrivals could still get something to eat. Even better was that I found five ex-colleagues back from the good old WEB.DE days gathered around a table. A great start to a great conference.</p>
<p>To be exact, the conference had already started in the morning with workshops. But since I didn&#8217;t attend them, I can&#8217;t say anything about these.</p>
<p>As the <a href="http://www.netways.de/osdc/osdc2013/programm/">conference programme</a> was structured into the tracks &#8220;Cloud &amp; Big Data&#8221;, &#8220;DevOps and Methods&#8221; and &#8220;Infrastructure Services&#8221;, it covered three of the hottest topics in IT at the moment.</p>
<p>On Wednesday, I attended these talks:</p>
<ul>
<li>
<p>&#8220;2000 databases later&#8221;: A great look behind the scenes at Booking.com, especially their huge MySQL installation. Kris Köhntopp is a brilliant IT operations expert and his  opening session, both informative and entertaining, set the bar to a height that IMHO no subsequent speaker was able to reach.</p>
</li>
<li>
<p>&#8220;Introduction to NoSQL with Couchbase 2.0&#8243;: CouchBase promises to be an in-place replacement for Memcached which we&#8217;re using heavily for freistilbox. But its lack of redundancy is a problem, so I was looking forward to Tugdual Grall&#8217;s talk. I left it confident that CouchBase is worth doing a proof of concept installation.</p>
</li>
<li>
<p>&#8220;Petabyte storage with Ceph&#8221;: As storage technology is another essential topic at freistil IT, attending Martin Gerhard Loschwitz&#8217;s talk was a no-brainer. Ceph is getting more interesting every time I hear about it but I don&#8217;t think we&#8217;ll be using it anytime soon.</p>
</li>
<li>
<p>&#8220;Configuration management and Linux packages&#8221;: The approach of distributing service configurations by auto-generating and deploying config packages certainly is better than doing it manually. But since, compared for example with Chef, it solves only a small part of the system management problem, Schlomo Schapiro could not convince me that this is a way to go in 2013.</p>
</li>
<li>
<p>Jan Doberstein finished the first conference day with &#8220;The truth is in the logs&#8221;. His overview of useful log management tools confirmed that we need to get Logstash running ASAP.</p>
</li>
</ul>
<p>In the evening, we left the hotel together for dinner and drinks at the &#8220;Indabahn&#8221; bar. I spent most of the time chatting with my ex-colleagues (when they weren&#8217;t occupied with playing Ingress) about what&#8217;s going on in our jobs and lives.</p>
<p>After some good night&#8217;s sleep (note to self: make sure to switch off the AC first thing after getting into hotel rooms in the future), I started refreshed into the second half of the conference:</p>
<ul>
<li>
<p>&#8220;lxc@libvirt&#8221;: We&#8217;re already using LXC for <a href="http://www.freistilbox.com">freistilbox</a> and I hoped to perhaps catch a few new tidbits. But not only did Erkan Yanar only scratch the surface, his way of presenting also seemed to me unstructured and improvised, so I left his session disappointed.</p>
</li>
<li>
<p>&#8220;PostgreSQL in 2013&#8243;: While we&#8217;re using MySQL almost exclusively, PostgreSQL is gaining more and more traction (for example as the main RDBMS at Heroku) and we&#8217;ll need to run it in production for the Chef v11 release. So Michael Renner&#8217;s overview over recent developments in the PostgreSQL world provided a good way for me to get up-to-date.</p>
</li>
<li>
<p>&#8220;Introduction into Hadoop&#8221;: Olivier Renault&#8217;s session was another opportunity to learn more about a topic I&#8217;ve got no personal experience with.</p>
</li>
</ul>
<p>In the evening, I left OSDC 2013 with a lot of new ideas, many of them spawned by simple side remarks of speakers or experiences shared by other participants. That&#8217;s what makes OSDC for me worth attending every time, even if I&#8217;m already familiar with many of the topics presented there. I&#8217;m going to propose a session myself again next year.</p>
<p>Since there were always two talks at a time, I could not attend all the sessions I had been interested in. Sometimes, I also gave preference to the &#8220;hallway track&#8221;, ie. talking to other conference attendees outside. I&#8217;m going to complete my knowledge intake as soon as the session video recordings are available.</p>
<p>The only downside for me was the long train ride to and from Nuremberg. This will change next year when I&#8217;ll be able to fly directly to Berlin where the conference will take place from 2014 on. See you there!</p>
<p>PS: There are just too many interesting IT conferences and DevOps meetups for our small team to attend! <a href="/jobs">Help us!</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/freistil?a=1IHx4maYNY4:koIVKuc7PgE:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/freistil?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/freistil?a=1IHx4maYNY4:koIVKuc7PgE:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/freistil?i=1IHx4maYNY4:koIVKuc7PgE:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/freistil/~4/1IHx4maYNY4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.freistil.it/2013/04/osdc-2013/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>This week at freistil IT (week #160)</title>
		<link>http://www.freistil.it/2013/04/this-week-at-freistil-it-week-160/</link>
		<comments>http://www.freistil.it/2013/04/this-week-at-freistil-it-week-160/#comments</comments>
		<pubDate>Fri, 26 Apr 2013 20:02:54 +0000</pubDate>
		<dc:creator>Jochen Lillich</dc:creator>
				<category><![CDATA[How we do IT]]></category>

		<guid isPermaLink="false">http://www.freistil.it/?p=645</guid>
		<description><![CDATA[Jochen has been appointed DevOps track chair for this year&#8217;s DrupalCon Prague. He&#8217;s been busy this week with collecting candidates for the track&#8217;s featured talk slot. Because we&#8217;re still not nearly as strong on the sales and marketing front as with technical topics, we got us some outside help. On Wednesday, we met with our [...]]]></description>
				<content:encoded><![CDATA[<p>Jochen has been appointed DevOps track chair for this year&#8217;s DrupalCon Prague. He&#8217;s been busy this week with collecting candidates for the track&#8217;s featured talk slot.</p>
<p>Because we&#8217;re still not nearly as strong on the sales and marketing front as with technical topics, we got us some outside help. On Wednesday, we met with our coach Ute in Frankfurt for a sales and marketing workshop. She helped us tremendously with improving our processes, for example regarding follow-ups on quotes. We&#8217;ve got ourselves a long list of homework that will keep us busy over the next few weeks.</p>
<p>With our office assistant Susanne, we&#8217;ve streamlined our accounting processes, which at least those customers might have noticed that have overdue invoices.</p>
<p>We&#8217;ve also improved our internal communication. Because a daily standup call at a fixed time doesn&#8217;t fit with our anywhere/anytime work style, we decided to move it to email. Now, we&#8217;re getting an automated email in the morning asking for a retrospective of the previous work day, an outlook on today&#8217;s work, obstacles that could cause problems, and suggestions for improving our work. Everyone answers with their personal list of things and is encouraged to start discussions by responding to a coworker&#8217;s status. This asynchronous daily exchange has proven far less intrusive than a scheduled conference call. It&#8217;s at the same time more efficient because status mails tend to be quite concise while our calls often deteriorated quickly into smalltalk. And not to worry &#8212; we still have enough face time in hangouts on focused topics, so we don&#8217;t run the risk of becoming estranged to each other.</p>
<p>Have a great weekend, everyone!</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/freistil?a=-Am8cOqYmTM:YJ7REjwB6GQ:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/freistil?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/freistil?a=-Am8cOqYmTM:YJ7REjwB6GQ:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/freistil?i=-Am8cOqYmTM:YJ7REjwB6GQ:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/freistil/~4/-Am8cOqYmTM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.freistil.it/2013/04/this-week-at-freistil-it-week-160/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>This week at freistil IT (week #159)</title>
		<link>http://www.freistil.it/2013/04/this-week-at-freistil-it-week-159/</link>
		<comments>http://www.freistil.it/2013/04/this-week-at-freistil-it-week-159/#comments</comments>
		<pubDate>Fri, 19 Apr 2013 18:01:17 +0000</pubDate>
		<dc:creator>Jochen Lillich</dc:creator>
				<category><![CDATA[How we do IT]]></category>

		<guid isPermaLink="false">http://www.freistil.it/?p=593</guid>
		<description><![CDATA[3 times 52 is 156 &#8212; hey, we&#8217;ve had our three-year anniversary just recently! Shouldn&#8217;t there have been a celebration or something? From Tuesday to Thursday, Jochen visited Nuremberg for the Open Source Datacenter Conference (OSDC) where he&#8217;s been a regular attendant and speaker for some years now. OSDC is a great conference to learn [...]]]></description>
				<content:encoded><![CDATA[<p>3 times 52 is 156 &#8212; hey, we&#8217;ve had our three-year anniversary just recently! Shouldn&#8217;t there have been a celebration or something?</p>
<p>From Tuesday to Thursday, Jochen visited Nuremberg for the <a href="http://netways.de/osdc/osdc2013">Open Source Datacenter Conference</a> (OSDC) where he&#8217;s been a regular attendant and speaker for some years now. OSDC is a great conference to learn about interesting open source software projects for IT operations and to exchange experiences with other professionals using OSS in the datacenter. Jochen came back with a long list of ideas how we can improve both our daily work and the services we offer to our customers.</p>
<p>For the rest of the week, Jochen had his focus on our recruiting. We&#8217;ve received some interesting new applications for our <a href="http://www.freistil.it/jobs">sysadmin job offer</a> and we&#8217;ll make sure not to delay checking if they&#8217;re a good fit.</p>
<p>Meanwhile, Markus took care of our existing IT infrastructure and our customers. Behind the scenes, he worked on adding geo-replication to our storage clusters which will come in handy for a number of purposes when it&#8217;s ready for production. As he&#8217;s getting more involved in our marketing, he also made some preparations for the <a href="http://www.freistil.it/jobs">Drupal Dev Days</a> which we&#8217;re supporting as Gold Sponsor.</p>
<p>Next week, we&#8217;re both going to meet with a business coach for a one-day sales and marketing workshop. Getting external support on running our company is something we still need to get used to and we&#8217;re excited to see what results this workshop will bring.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/freistil?a=xAaRoFbsQ94:4VnVQ-uwn-o:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/freistil?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/freistil?a=xAaRoFbsQ94:4VnVQ-uwn-o:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/freistil?i=xAaRoFbsQ94:4VnVQ-uwn-o:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/freistil/~4/xAaRoFbsQ94" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.freistil.it/2013/04/this-week-at-freistil-it-week-159/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Let’s meet at OSDC!</title>
		<link>http://www.freistil.it/2013/04/lets-meet-at-osdc/</link>
		<comments>http://www.freistil.it/2013/04/lets-meet-at-osdc/#comments</comments>
		<pubDate>Mon, 15 Apr 2013 19:26:49 +0000</pubDate>
		<dc:creator>Jochen Lillich</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[devops]]></category>

		<guid isPermaLink="false">http://www.freistil.it/?p=589</guid>
		<description><![CDATA[Just a short message while I&#8217;m packing my bag for this year&#8217;s Open Source Datacenter Conference: If you&#8217;re going to be in Nürnberg on Wednesday or Thursday as well, I&#8217;d be happy to meet you! Let&#8217;s talk DevOps over some coffee or a drink at the bar!]]></description>
				<content:encoded><![CDATA[<p>Just a short message while I&#8217;m packing my bag for this year&#8217;s <a href="http://www.netways.de/osdc/osdc2013/">Open Source Datacenter Conference</a>: If you&#8217;re going to be in Nürnberg on Wednesday or Thursday as well, I&#8217;d be happy to meet you! Let&#8217;s talk DevOps over some coffee or a drink at the bar!</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/freistil?a=zjXsFcNUnZE:nUPK2nHSk5k:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/freistil?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/freistil?a=zjXsFcNUnZE:nUPK2nHSk5k:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/freistil?i=zjXsFcNUnZE:nUPK2nHSk5k:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/freistil/~4/zjXsFcNUnZE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.freistil.it/2013/04/lets-meet-at-osdc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DevOps Days London</title>
		<link>http://www.freistil.it/2013/04/devops-days-london/</link>
		<comments>http://www.freistil.it/2013/04/devops-days-london/#comments</comments>
		<pubDate>Tue, 09 Apr 2013 15:14:54 +0000</pubDate>
		<dc:creator>Jochen Lillich</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[devops]]></category>
		<category><![CDATA[event]]></category>

		<guid isPermaLink="false">http://www.freistil.it/?p=503</guid>
		<description><![CDATA[DevOps Days London took place a few weeks ago on 15 and 16 of March 2013. I&#8217;ve finished my review a bit late, but I had so much fun at the conference — or rather, unconference — that I&#8217;d like to post it anyway. &#8220;Bridge the Gap&#8221; — Adopting this modification of the well-known London [...]]]></description>
				<content:encoded><![CDATA[<p><a href="http://devopsdays.org/events/2013-london/">DevOps Days London</a> took place a few weeks ago on 15 and 16 of March 2013. I&#8217;ve finished my review a bit late, but I had so much fun at the conference — or rather, unconference — that I&#8217;d like to post it anyway.</p>
<p><img src="http://www.freistil.it/wp-content/uploads/2013/04/bridge-the-gap1.png" alt="bridge-the-gap" width="150" height="113" class="alignright size-full wp-image-517" /> &#8220;Bridge the Gap&#8221; — Adopting this modification of the well-known London underground warning as the event&#8217;s motto was a stroke of genius. After all, that&#8217;s what DevOps is all about: crossing the chasm between software development and IT operations. And there were many practical examples of these efforts at DevOps Days London.</p>
<h2>Keynotes</h2>
<p>I attended all the talks on both days. They were all interesting and some even entertaining as well:</p>
<ul>
<li>&#8220;<a href="https://vimeo.com/album/2312414/video/62491557">DevOps For Dinosaurs &#8211; My experience in introducing a DevOps culture in a traditional enterprise</a>&#8220;</li>
<li>&#8220;<a href="https://vimeo.com/album/2312414/video/62680746">Checking DevOps’ vital signs &#8211; how healthy is your culture?</a>&#8220;</li>
<li>&#8220;<a href="https://vimeo.com/album/2312414/video/62680747">StartOps: Growing an ops team from 1 founder</a>&#8220;</li>
<li>&#8220;<a href="https://vimeo.com/album/2312414/video/62689930">Adding Business Metrics</a>&#8220;</li>
<li>&#8220;<a href="https://vimeo.com/album/2312414/video/62330884">DevOps and the traditional enterprise IT &#8211; Opposites and the best of two worlds</a>&#8220;</li>
</ul>
<p>With &#8220;<a href="http://vimeo.com/album/2312414/video/62330508">DevOps in the Hell of a Thousand Different Platforms</a>&#8220;, Sam Eaton gave a both highly entertaining and insightful talk that made &#8220;fail cake&#8221; a trending topic for the #devopsdays hashtag.</p>
<p>In the last keynote titled &#8220;<a href="https://vimeo.com/album/2312414/video/62491066">Lessons Learned From Manufacturing For Maximizing Flow From Dev To Ops</a>&#8220;, Gene Kim laid out some insight from his new book &#8220;<a href="http://www.amazon.com/The-Phoenix-Project-Business-ebook/dp/B00AZRBLHO">The Phoenix Project</a>&#8220;. It&#8217;s uncanny how much the situations described in his &#8220;IT novel&#8221; match my experience in corporate IT. Over lunch, I took the opportunity to tell Gene that reading &#8220;The Phoenix Project&#8221; is fun but at the same time nearly causes me PTSD&#8230;</p>
<h2>Ignite sessions</h2>
<p>After the keynotes, there was opportunity for participants to give IGNITE talks. I&#8217;ve especially enjoyed Patrick Dubios&#8217; talk &#8220;<a href="https://vimeo.com/album/2312414/video/62689929">What if config management was created by game designers?</a>&#8220;.</p>
<h2>Open Space sessions</h2>
<p>DevOps Days, like Barcamps, are organised as an &#8220;unconference&#8221;. They don&#8217;t consist only of a fixed session schedule with speakers designated in advance by the orga team, which would reduce the participants to a mostly passive audience. Instead, DevOps Days leave most of the time open for topics brought in by the participants themselves. Both afternoons were reserved for &#8220;OpenSpace&#8221;, a very flexible format where everyone can suggest session topics and these may even still change during the sessions.</p>
<p>I was excited to join a session about hiring for DevOps teams and found out that we&#8217;re on the right track with our own growth efforts. I also had suggested a session about &#8220;Open Source storage solutions&#8221; myself. It was a great success, both in number of participants and in the insight I gained from the conversation. As an outcome of this session, we&#8217;re going to research object storage systems like <a href="http://www.mogilefs.org">MogileFS</a>.</p>
<p>On Sunday, I had to already leave shortly after lunch because I chose an early flight home to my family. I&#8217;m sure the OpenSpace sessions were equally inspiring as the Saturday ones.</p>
<h2>Location and catering</h2>
<p>The event was hosted at the &#8220;<a href="http://www.marywardhouse.com/">Mary Ward House</a> Conference &amp; Exhibition Centre&#8221;. The house is a bit rambling and we had to climb stairs and turn many corners every time we needed to change rooms or go to the loo. On the other hand, this prevented us from further endangering our health by sitting all the time.</p>
<p>As earthly beings, we still need more than only food for thought. For beverages, we could choose between water, coffee and, we&#8217;re in London after all, tea. At lunch time, we were offered tasty options for both carnivores and vegetarians, and there were baskets of cookies for tea time. I think the level of catering was just about right for such a low-price event. I don&#8217;t like sitting through talks hungry but I also hate falling into a post-lunch digestion coma, and they hit the sweet spot in between.</p>
<h2>Social event</h2>
<p>After a packed conference day, I&#8217;m usually quite exhausted; a tribute I have to pay to my introvert nature. That and my burning interest in learning more about object storage systems led to my decision to forego the social event on Friday evening and instead have a pizza alone before spending the evening in front of my laptop. What I heard, though, is that many people enjoyed having drinks at &#8220;The Last&#8221;.</p>
<h2>Conclusion</h2>
<p>Although I missed the Sunday OpenSpace sessions, I found DevOps Days London highly inspiring and the results well worth the trip. The &#8220;unconference&#8221; character of the event which lets everyone address their own issues, and the very active &#8220;hallway track&#8221; are what from my perspective make DevOps Days essential community events.</p>
<p>If you&#8217;d like to go to one of the next european DevOps Days events, you should consider joining our team! We regularly send team members to community events, all expenses paid. Interested? <a href="http://www.freistil.it/jobs/">Get in touch</a>!</p>
<p>I look forward to the upcoming <a href="http://devopsdays.org/events/2013-berlin/">DevOps Days in Berlin</a>! See you there?</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/freistil?a=scFhtNjWkSg:Wns5Cnq8bE8:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/freistil?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/freistil?a=scFhtNjWkSg:Wns5Cnq8bE8:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/freistil?i=scFhtNjWkSg:Wns5Cnq8bE8:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/freistil/~4/scFhtNjWkSg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.freistil.it/2013/04/devops-days-london/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Taking an easter break</title>
		<link>http://www.freistil.it/2013/03/taking-an-easter-break-2/</link>
		<comments>http://www.freistil.it/2013/03/taking-an-easter-break-2/#comments</comments>
		<pubDate>Mon, 18 Mar 2013 16:09:17 +0000</pubDate>
		<dc:creator>Jochen Lillich</dc:creator>
				<category><![CDATA[Company News]]></category>
		<category><![CDATA[Hosting]]></category>
		<category><![CDATA[webhosting]]></category>

		<guid isPermaLink="false">http://www.freistil.it/?p=489</guid>
		<description><![CDATA[Dear freistil IT customers, From 29nd March (Good Friday) to Friday, 7th April, we’re going take some time off to recharge. Of course, emergency support will be available during this time. Outages and other problems with our IT infrastructure that impact the delivery of your websites will be handled in the usual swift manner at [...]]]></description>
				<content:encoded><![CDATA[<p>Dear freistil IT customers,</p>
<p>From 29nd March (Good Friday) to Friday, 7th April, we’re going take some time off to recharge.</p>
<p>Of course, emergency support will be available during this time. Outages and other problems with our IT infrastructure that impact the delivery of your websites will be handled in the usual swift manner at any time.</p>
<p>On Monday, 8th April, we’re going to resume working on tasks that are not related to production problems.</p>
<p>If you do plan to launch a new website or if you are going to need other kinds of assistance during this timeframe, please let us know immediately via our <a href="http://support.freistil.it">Help Center</a>. We’ll be happy to see what we can arrange to support you.</p>
<p>We wish you a happy Easter weekend and some joyful spring days!<br />
The team at freistil IT</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/freistil?a=GiwhG4Rzxys:hz2QFXYXBvs:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/freistil?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/freistil?a=GiwhG4Rzxys:hz2QFXYXBvs:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/freistil?i=GiwhG4Rzxys:hz2QFXYXBvs:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/freistil/~4/GiwhG4Rzxys" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.freistil.it/2013/03/taking-an-easter-break-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	<copyright>(c) Jochen Lillich</copyright><media:credit role="author">Jochen Lillich</media:credit><media:rating>nonadult</media:rating></channel>
</rss>
