<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Don&#039;t fear the penguin</title>
	<atom:link href="https://stsimb.irc.gr/feed/" rel="self" type="application/rss+xml" />
	<link>https://stsimb.irc.gr</link>
	<description>Stsimb&#039;s blog</description>
	<lastBuildDate>Tue, 22 Dec 2015 08:01:23 +0000</lastBuildDate>
	<language>el-GR</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<site xmlns="com-wordpress:feed-additions:1">2332854</site><cloud domain='stsimb.irc.gr' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>https://secure.gravatar.com/blavatar/0a47b24811456bf4be9464099640d1928c9806dc28908c4b6dd52171d03eb9c2?s=96&#038;d=https%3A%2F%2Fs0.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Don&#039;t fear the penguin</title>
		<link>https://stsimb.irc.gr</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="https://stsimb.irc.gr/osd.xml" title="Don&#039;t fear the penguin" />
	<atom:link rel='hub' href='https://stsimb.irc.gr/?pushpress=hub'/>
	<item>
		<title>A Chef that doesn&#8217;t know how to cook with systemd</title>
		<link>https://stsimb.irc.gr/2015/12/17/a-chef-that-doesnt-know-how-to-cook-with-systemd/</link>
					<comments>https://stsimb.irc.gr/2015/12/17/a-chef-that-doesnt-know-how-to-cook-with-systemd/#respond</comments>
		
		<dc:creator><![CDATA[Sotiris Tsimbonis]]></dc:creator>
		<pubDate>Thu, 17 Dec 2015 18:48:38 +0000</pubDate>
				<category><![CDATA[System Administration]]></category>
		<category><![CDATA[chef]]></category>
		<category><![CDATA[systemd]]></category>
		<guid isPermaLink="false">http://stsimb.irc.gr/?p=874</guid>

					<description><![CDATA[Here is some good advice to handle systemd anxiety from adamo. Configuration management / orchestration software already knows how to handle systemd and they do it well. Take advantage of that. Unfortunately for me, there is a Chef server in our infra so old that doesn&#8217;t know how to handle systemd, and with the release of &#8230; <p class="link-more"><a href="https://stsimb.irc.gr/2015/12/17/a-chef-that-doesnt-know-how-to-cook-with-systemd/" class="more-link">Συνεχίστε την ανάγνωση του<span class="screen-reader-text"> "A Chef that doesn&#8217;t know how to cook with&#160;systemd"</span></a></p>]]></description>
										<content:encoded><![CDATA[<p>Here is some <a href="http://managing.blue/2015/12/13/my-plan-to-overcome-systemd-anxiety/">good advice to handle systemd anxiety</a> from adamo.</p>
<blockquote><p>Configuration management / orchestration software already knows how to handle systemd and they do it well. Take advantage of that.</p></blockquote>
<p>Unfortunately for me, there is a Chef server in our infra so old that doesn&#8217;t know how to handle systemd, and with the release of <a href="https://lists.centos.org/pipermail/centos-announce/2015-December/021518.html">CentOS 7 (1511)</a> it finally broke.</p>
<pre>================================================================
Error executing action `restart` on resource 'service[iptables]'
================================================================

Chef::Exceptions::Service
-------------------------
service[iptables]: unable to locate the init.d script!</pre>
<p>It expects that all services have a script in /etc/init.d, so here is my quick hack around it.</p>
<pre>$ ls -l /etc/init.d/iptables
lrwxrwxrwx 1 root root 32 Dec 17 17:34 /etc/init.d/iptables -&gt; /usr/local/bin/systemctl-wrapper

$ cat /usr/local/bin/systemctl-wrapper
#!/bin/bash
# workaround for old school SysV persons
# stsimb dec 2015

SERVICE="$(basename $0)"
exec /bin/systemctl "$@" ${SERVICE}.service</pre>
<p>Now we can spend more time migrating to our new Chef, that knows how to handle systemd.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://stsimb.irc.gr/2015/12/17/a-chef-that-doesnt-know-how-to-cook-with-systemd/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">874</post-id>
		<media:content url="https://0.gravatar.com/avatar/cc6ed2b16bb06c260cb1416bb89c23bcb4afbf37f39f2cd7ba4a7bfd5d220e67?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">stsimb</media:title>
		</media:content>
	</item>
		<item>
		<title>troubleshooting dnssec</title>
		<link>https://stsimb.irc.gr/2014/03/19/troubleshooting-dnssec/</link>
					<comments>https://stsimb.irc.gr/2014/03/19/troubleshooting-dnssec/#respond</comments>
		
		<dc:creator><![CDATA[Sotiris Tsimbonis]]></dc:creator>
		<pubDate>Wed, 19 Mar 2014 20:29:48 +0000</pubDate>
				<category><![CDATA[DNS]]></category>
		<category><![CDATA[dnssec]]></category>
		<guid isPermaLink="false">http://stsimb.irc.gr/?p=861</guid>

					<description><![CDATA[If you&#8217;re looking for DNSSEC troubleshooting tools, Carsten Strotmann&#8217;s article Delve deep into DNSSEC presents a new cli tool that will be available in BIND 9.10 called delv. delv works very much like the already know dig. It is like dig with special DNSSEC validation powers. delv checks the DNSSEC validation chain using the same &#8230; <p class="link-more"><a href="https://stsimb.irc.gr/2014/03/19/troubleshooting-dnssec/" class="more-link">Συνεχίστε την ανάγνωση του<span class="screen-reader-text"> "troubleshooting dnssec"</span></a></p>]]></description>
										<content:encoded><![CDATA[<p>If you&#8217;re looking for <a href="http://en.wikipedia.org/wiki/DNSSEC">DNSSEC</a> troubleshooting tools, Carsten Strotmann&#8217;s article <a title="Delve deep into DNSSEC" href="http://strotmann.de/roller/dnsworkshop/entry/delve_deep_into_dnssec">Delve deep into DNSSEC</a> presents a new cli tool that will be available in <a href="http://www.isc.org/sw/bind">BIND 9.10</a> called <strong>delv</strong>.</p>
<blockquote><p><code>delv</code> works very much like the already know <code>dig</code>. It is like <code>dig</code> with special DNSSEC validation powers. <code>delv</code> checks the DNSSEC validation chain using the same code that is used by the BIND 9 DNS server itself.</p></blockquote>
<p>But keep in mind that delv, as any standard unix tool, will use the resolvers in /etc/resolv.conf to perform all lookups. If all your resolvers listed  are DNSSEC validating, delv will not be able to lookup a non-dnssec validating RR, and will not help you debug the problem.</p>
<pre>[stsimb@jumbo ~]$ delv www.spbet.eu. +multi +rtrace
 ;; fetch: www.spbet.eu/A
 ;; resolution failed: failure</pre>
<p>You need to have access to some non-DNSSEC validating resolver, to kick start the trace..</p>
<pre>[stsimb@jumbo ~]$ delv www.spbet.eu. @4.2.2.1 +multi +rtrace
 ;; fetch: www.spbet.eu/A
 ;; fetch: eu/DS
 ;; fetch: ./DNSKEY
 ;; fetch: spbet.eu/DS
 ;; fetch: eu/DNSKEY
 ;; fetch: eu/DS
 ;; fetch: ./DNSKEY
 ;; fetch: www.spbet.eu/DS
 ;; fetch: eu/DS
 ;; fetch: ./DNSKEY
 ;; fetch: spbet.eu/DS
 ;; fetch: eu/DNSKEY
 ;; fetch: eu/DS
 ;; fetch: ./DNSKEY
 ;; no valid RRSIG resolving 'www.spbet.eu/DS/IN': 4.2.2.1#53
 ;; no valid DS resolving 'www.spbet.eu/A/IN': 4.2.2.1#53
 ;; resolution failed: no valid DS</pre>
<p>Personally I don&#8217;t consider this a bug. It&#8217;s expected behaviour, a unix tool to use the resolvers in /etc/resolv.conf for resolution.</p>
<p>delv cannot determine for sure if it&#8217;s your resolver&#8217;s fault, and then try another one (and if it did, which one should it choose?). It&#8217;s your job to have this in mind, and ask some other non-dncsec validating resolver that you have access to.</p>
<p>Nevertheless, this situation may come up many times. Troubleshooting broken trust chains is one of the reasons someone will use delv, and gives you a reason to keep a non dnssec-validating resolver available somewhere.</p>
<p>Update: Thanks to <a href="https://twitter.com/Habbie">Peter van Dijk</a>&#8216;s <a href="https://twitter.com/Habbie/status/446385795264704512">tweet</a> I discovered that +cdflag works in delv (although it&#8217;s not listed in delv -h).</p>
]]></content:encoded>
					
					<wfw:commentRss>https://stsimb.irc.gr/2014/03/19/troubleshooting-dnssec/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">861</post-id>
		<media:content url="https://0.gravatar.com/avatar/cc6ed2b16bb06c260cb1416bb89c23bcb4afbf37f39f2cd7ba4a7bfd5d220e67?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">stsimb</media:title>
		</media:content>
	</item>
		<item>
		<title>Zimbra mailbox size per folder</title>
		<link>https://stsimb.irc.gr/2014/02/08/zimbra-mailbox-size-per-folder/</link>
					<comments>https://stsimb.irc.gr/2014/02/08/zimbra-mailbox-size-per-folder/#respond</comments>
		
		<dc:creator><![CDATA[Sotiris Tsimbonis]]></dc:creator>
		<pubDate>Sat, 08 Feb 2014 13:40:20 +0000</pubDate>
				<category><![CDATA[email]]></category>
		<category><![CDATA[zimbra]]></category>
		<guid isPermaLink="false">http://stsimb.irc.gr/?p=856</guid>

					<description><![CDATA[It looks like Zimbra has an easy way to report message count per folder (zmmailbox getAllFolders), but not folder size. Size information is buried in the database, and needs a few queries per folder to dig.. Here is a script to do it for you.. zimbra-size.sh [zimbra@zimbra ~]$ /tmp/zimbra-size.sh sakis@zimbra.grsakis@zimbra.gr's max mailbox size = 20480 &#8230; <p class="link-more"><a href="https://stsimb.irc.gr/2014/02/08/zimbra-mailbox-size-per-folder/" class="more-link">Συνεχίστε την ανάγνωση του<span class="screen-reader-text"> "Zimbra mailbox size per&#160;folder"</span></a></p>]]></description>
										<content:encoded><![CDATA[<p>It looks like <a href="http://www.zimbra.com/" target="_blank">Zimbra</a> has an easy way to report message count per folder (zmmailbox getAllFolders), but not folder size.</p>
<p>Size information is buried in the database, and needs a few queries per folder to dig..</p>
<p>Here is a script to do it for you.. <a href="https://github.com/stsimb/zimbra-scripts/blob/master/zimbra-size.sh">zimbra-size.sh</a></p>
<pre>[zimbra@zimbra ~]$ /tmp/zimbra-size.sh sakis@zimbra.gr<br />sakis@zimbra.gr's max mailbox size = 20480 MB, current mailbox size = 343.02 MB.<br /><br />size (MB)  msgcount     unread folder<br />--------- --------- ---------- ----------------------------<br />        0         0          0 /Chats<br />        0         0          0 /Drafts<br />       12       221        221 /Inbox<br />       15      1001       1001 /Inbox/Tickets<br />      310      7158       7158 /Inbox/Syslog<br />        3        78         78 /Inbox/Wiki<br />        0         0          0 /Junk<br />        3        21          0 /Sent<br />...</pre>
]]></content:encoded>
					
					<wfw:commentRss>https://stsimb.irc.gr/2014/02/08/zimbra-mailbox-size-per-folder/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">856</post-id>
		<media:content url="https://0.gravatar.com/avatar/cc6ed2b16bb06c260cb1416bb89c23bcb4afbf37f39f2cd7ba4a7bfd5d220e67?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">stsimb</media:title>
		</media:content>
	</item>
		<item>
		<title>increase ldap search results per user</title>
		<link>https://stsimb.irc.gr/2014/01/10/increase-ldap-search-results-per-user/</link>
					<comments>https://stsimb.irc.gr/2014/01/10/increase-ldap-search-results-per-user/#respond</comments>
		
		<dc:creator><![CDATA[Sotiris Tsimbonis]]></dc:creator>
		<pubDate>Fri, 10 Jan 2014 21:48:50 +0000</pubDate>
				<category><![CDATA[System Administration]]></category>
		<category><![CDATA[ldap]]></category>
		<guid isPermaLink="false">http://stsimb.irc.gr/?p=853</guid>

					<description><![CDATA[By default, openldap limits search results to 500 for all users except root. If you don&#8217;t want to increase it globally using sizelimit, then you can do it for specific users. All you have to do is add something like the following in slapd.conf. limits dn.exact="uid=serviceuser,ou=users,ou=domain,ou=com" size=unlimited (manual reference)]]></description>
										<content:encoded><![CDATA[<p>By default, openldap limits search results to 500 for all users except root.</p>
<p>If you don&#8217;t want to increase it globally using sizelimit, then you can do it for specific users.</p>
<p>All you have to do is add something like the following in slapd.conf.</p>
<blockquote>
<pre>limits dn.exact="uid=serviceuser,ou=users,ou=domain,ou=com" size=unlimited</pre>
</blockquote>
<p>(<a title="OpenLDAP Limits" href="http://www.openldap.org/doc/admin24/limits.html" target="_blank">manual reference</a>)</p>
]]></content:encoded>
					
					<wfw:commentRss>https://stsimb.irc.gr/2014/01/10/increase-ldap-search-results-per-user/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">853</post-id>
		<media:content url="https://0.gravatar.com/avatar/cc6ed2b16bb06c260cb1416bb89c23bcb4afbf37f39f2cd7ba4a7bfd5d220e67?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">stsimb</media:title>
		</media:content>
	</item>
		<item>
		<title>sudoedit vs rvim</title>
		<link>https://stsimb.irc.gr/2013/12/01/sudoedit-vs-rvim/</link>
					<comments>https://stsimb.irc.gr/2013/12/01/sudoedit-vs-rvim/#respond</comments>
		
		<dc:creator><![CDATA[Sotiris Tsimbonis]]></dc:creator>
		<pubDate>Sun, 01 Dec 2013 21:40:25 +0000</pubDate>
				<category><![CDATA[System Administration]]></category>
		<category><![CDATA[sudo]]></category>
		<guid isPermaLink="false">http://stsimb.irc.gr/?p=848</guid>

					<description><![CDATA[Recently I inherited some systems running Chef client, with a script that has to be called via sudo to edit some root owned Chef provisioned config files (e.g. munin.conf).. /etc/sudoers contents looked like this %sudoers hostname=(root) NOPASSWD: /usr/bin/chef-man-provision and it actually executed rvim rvim -u /root/.rvimrc /etc/munin/munin.conf Contents of /root/.rvimrc look like this " all &#8230; <p class="link-more"><a href="https://stsimb.irc.gr/2013/12/01/sudoedit-vs-rvim/" class="more-link">Συνεχίστε την ανάγνωση του<span class="screen-reader-text"> "sudoedit vs rvim"</span></a></p>]]></description>
										<content:encoded><![CDATA[<p>Recently I inherited some systems running <a title="Opscode Chef" href="http://www.opscode.com/chef/">Chef</a> client, with a script that has to be called via sudo to edit some root owned Chef provisioned config files (e.g. munin.conf)..</p>
<p>/etc/sudoers contents looked like this</p>
<pre>%sudoers hostname=(root) NOPASSWD: /usr/bin/chef-man-provision</pre>
<p>and it actually executed <a title="restricted vim" href="http://linux.die.net/man/1/rvim">rvim</a></p>
<pre>rvim -u /root/.rvimrc /etc/munin/munin.conf</pre>
<p>Contents of /root/.rvimrc look like this</p>
<pre>" all following options are for securing vi for chef-man-provision script. 
" Security option: disable file opening with `:r` command
cmap r &lt;Nop&gt;
cmap o &lt;Nop&gt;</pre>
<p>This «security option» had a pretty nasty effect&#8230; We couldn&#8217;t use characters «r» and «o» in vi command mode, <span style="text-decoration:underline;">even in simple search strings</span>&#8230;</p>
<p>Enter <strong>sudoedit</strong>! To quote the <a title="sudoedit(8) manpage" href="http://linux.die.net/man/8/sudoedit">sudoedit(8)</a> manpage</p>
<blockquote><p><b>-e</b>&#8216; The <b>-e</b> (<i>edit</i>) option indicates that, instead of running a command, the user wishes to edit one or more files. In lieu of a command, the string «sudoedit» is used when consulting the security policy. If the user is authorized by the policy, the following steps are taken:</p>
<p>1. Temporary copies are made of the files to be edited with the owner set to the invoking user.</p>
<p>2. The editor specified by the policy is run to edit the temporary files. The <i>sudoers</i> policy uses the SUDO_EDITOR, VISUAL and EDITOR environment variables (in that order). If none of SUDO_EDITOR, VISUAL or EDITOR are set, the first program listed in the <i>editor </i><b><a href="http://linux.die.net/man/5/sudoers" rel="nofollow">sudoers</a></b>(5) option is used.</p>
<p>3. If they have been modified, the temporary files are copied back to their original location and the temporary versions are removed.</p>
<p>If the specified file does not exist, it will be created. Note that unlike most commands run by <i>sudo</i>, the editor is run with the invoking user&#8217;s environment unmodified. If, for some reason, <b>sudo</b> is unable to update a file with its edited version, the user will receive a warning and the edited copy will remain in a temporary file.</p></blockquote>
<p>So, /etc/sudoers was modified to look like this</p>
<pre>%sudoers hostname=(root) NOPASSWD: sudoedit /etc/munin/munin.conf</pre>
<p>We now type «sudoedit /etc/munin/munin.conf» and everything works as it should work in the first place, i.e. securely and we can use all the letters!</p>
]]></content:encoded>
					
					<wfw:commentRss>https://stsimb.irc.gr/2013/12/01/sudoedit-vs-rvim/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">848</post-id>
		<media:content url="https://0.gravatar.com/avatar/cc6ed2b16bb06c260cb1416bb89c23bcb4afbf37f39f2cd7ba4a7bfd5d220e67?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">stsimb</media:title>
		</media:content>
	</item>
		<item>
		<title>cvi going distributed</title>
		<link>https://stsimb.irc.gr/2013/04/07/cvi-going-distributed/</link>
					<comments>https://stsimb.irc.gr/2013/04/07/cvi-going-distributed/#respond</comments>
		
		<dc:creator><![CDATA[Sotiris Tsimbonis]]></dc:creator>
		<pubDate>Sun, 07 Apr 2013 13:57:38 +0000</pubDate>
				<category><![CDATA[System Administration]]></category>
		<category><![CDATA[version control]]></category>
		<guid isPermaLink="false">http://stsimb.irc.gr/?p=825</guid>

					<description><![CDATA[.@stsimb Any chance you&#39;re going to change your cvi tool to use #git ? &#8212; Yiorgos Adamopoulos (@hakmem) April 5, 2013 cvi was published in an earlier post: version control for important files Going distributed instead of local can be tricky, because somebody else may have changed the file in the master repo.. but here is &#8230; <p class="link-more"><a href="https://stsimb.irc.gr/2013/04/07/cvi-going-distributed/" class="more-link">Συνεχίστε την ανάγνωση του<span class="screen-reader-text"> "cvi going distributed"</span></a></p>]]></description>
										<content:encoded><![CDATA[<div class="embed-twitter">
<blockquote class="twitter-tweet" data-width="525" data-dnt="true">
<p lang="en" dir="ltr">.<a href="https://twitter.com/stsimb?ref_src=twsrc%5Etfw">@stsimb</a> Any chance you&#39;re going to change your cvi tool to use <a href="https://twitter.com/hashtag/git?src=hash&amp;ref_src=twsrc%5Etfw">#git</a> ?</p>
<p>&mdash; Yiorgos Adamopoulos (@hakmem) <a href="https://twitter.com/hakmem/status/320106930502774785?ref_src=twsrc%5Etfw">April 5, 2013</a></p></blockquote>
<p><script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script></div>
<p>cvi was published in an earlier post: <a title="version control for important files" href="https://stsimb.irc.gr/2008/01/04/version-control-for-important-files/">version control for important files</a></p>
<p>Going distributed instead of local can be tricky, because somebody else may have changed the file in the master repo.. but here is a cruel attempt..</p>
<pre class="brush: bash; title: ; notranslate">
#!/bin/sh
# https://stsimb.irc.gr/2013/04/07/cvi-going-distributed/

if [ -z &quot;$1&quot; ] ; then
  echo edit a file stored in a git repo
  echo usage = $0 filename
  exit 1
fi

git pull origin master || exit $?
vi $1
git add $1
git commit
git push
</pre>
]]></content:encoded>
					
					<wfw:commentRss>https://stsimb.irc.gr/2013/04/07/cvi-going-distributed/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">825</post-id>
		<media:content url="https://0.gravatar.com/avatar/cc6ed2b16bb06c260cb1416bb89c23bcb4afbf37f39f2cd7ba4a7bfd5d220e67?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">stsimb</media:title>
		</media:content>
	</item>
		<item>
		<title>soacheck – report changes in domain serial numbers</title>
		<link>https://stsimb.irc.gr/2013/02/02/soacheck/</link>
					<comments>https://stsimb.irc.gr/2013/02/02/soacheck/#respond</comments>
		
		<dc:creator><![CDATA[Sotiris Tsimbonis]]></dc:creator>
		<pubDate>Sat, 02 Feb 2013 07:28:52 +0000</pubDate>
				<category><![CDATA[DNS]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[soacheck]]></category>
		<guid isPermaLink="false">http://stsimb.irc.gr/?p=816</guid>

					<description><![CDATA[Intro I wanted to check how often a domain gets updated, so I quickly put together soacheck. I assume that everybody increments the SOA serial number when they make a change or generate the zone file. But strictly speaking, they don&#8217;t have to do it (they can use some other way to sync changes to &#8230; <p class="link-more"><a href="https://stsimb.irc.gr/2013/02/02/soacheck/" class="more-link">Συνεχίστε την ανάγνωση του<span class="screen-reader-text"> "soacheck – report changes in domain serial&#160;numbers"</span></a></p>]]></description>
										<content:encoded><![CDATA[<article>
<h1><a href="https://github.com/stsimb/soacheck/" name="soacheck"></a></h1>
<h1>Intro</h1>
<p>I wanted to check how often a domain gets updated, so I quickly put together <a title="report changes in domain serial numbers" href="http://github.com/stsimb/soacheck/" target="_blank">soacheck</a>.</p>
<p>I assume that everybody increments the SOA serial number when they make a change or generate the zone file. But strictly speaking, they don&#8217;t have to do it (they can use some other way to sync changes to all their NSs and make them available).</p>
<h1>Usage</h1>
<p>List the zones you&#8217;re interested in file «zones-to-check». Execute soacheckd in your crontab (no need to run as root), as often as you like. e.g.</p>
<pre>* * * * * /path/to/soacheckd &gt; /dev/null</pre>
<p>Check the results in soacheckd.log.</p>
<pre>[stsimb@pipitsa soacheck]$ grep " gr. " soacheckd.log | tail
Fri Feb 1 04:51:01 EET 2013 soacheckd[22093] gr. serial changed from 1301312194 to 1302010099
Fri Feb 1 07:51:02 EET 2013 soacheckd[19481] gr. serial changed from 1302010099 to 1302010401
Fri Feb 1 10:52:01 EET 2013 soacheckd[18500] gr. serial changed from 1302010401 to 1302010695
Fri Feb 1 13:52:01 EET 2013 soacheckd[19079] gr. serial changed from 1302010695 to 1302011000</pre>
<h1>Ideas</h1>
<ul>
<li>Record answers from authoritative servers (answers now are from system resolver&#8217;s cache)</li>
<li>Record answers from multiple servers
<ul>
<li>use a set of public dns servers</li>
<li>use some <a title="DNS looking glass" href="https://github.com/bortzmeyer/dns-lg" target="_blank">dns-lg</a> instances around the world</li>
</ul>
</li>
<li>Make multiple checks in parallel</li>
<li>Record changes of other RR types, e.g. A, AAAA, CNAME, PTR etc</li>
<li>Trigger some event on change</li>
</ul>
</article>
]]></content:encoded>
					
					<wfw:commentRss>https://stsimb.irc.gr/2013/02/02/soacheck/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">816</post-id>
		<media:content url="https://0.gravatar.com/avatar/cc6ed2b16bb06c260cb1416bb89c23bcb4afbf37f39f2cd7ba4a7bfd5d220e67?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">stsimb</media:title>
		</media:content>
	</item>
		<item>
		<title>The benefits of telecommuting</title>
		<link>https://stsimb.irc.gr/2012/10/19/the-benefits-of-telecommuting/</link>
					<comments>https://stsimb.irc.gr/2012/10/19/the-benefits-of-telecommuting/#respond</comments>
		
		<dc:creator><![CDATA[Sotiris Tsimbonis]]></dc:creator>
		<pubDate>Fri, 19 Oct 2012 20:00:14 +0000</pubDate>
				<category><![CDATA[System Administration]]></category>
		<category><![CDATA[remote working]]></category>
		<category><![CDATA[telecommuting]]></category>
		<category><![CDATA[teleworking]]></category>
		<guid isPermaLink="false">http://stsimb.irc.gr/?p=807</guid>

					<description><![CDATA[An infographic that shows the benefits of telecommuting and how working from home promotes better health and productivity.]]></description>
										<content:encoded><![CDATA[<p>Here is an infographic that shows the benefits of telecommuting and how working from home promotes better health and productivity.</p>
<p style="text-align:center;"><a href="http://www.carinsurance.org/perk-of-working-from-home" target="_blank"><img class="aligncenter" style="border:0 none;" title="Telecommuter Infographic" alt="Telecommuter Infographic" src="https://s3.amazonaws.com/infographics/Perks_of_Working_from_Home-Final.jpg" height="7228" width="500" /></a></p>
<p>Thanks to <a href="http://www.carinsurance.org/" target="_blank">carinsurance.org</a> for this work and to Allison M. for bringing it to my attention :)</p>
]]></content:encoded>
					
					<wfw:commentRss>https://stsimb.irc.gr/2012/10/19/the-benefits-of-telecommuting/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">807</post-id>
		<media:content url="https://0.gravatar.com/avatar/cc6ed2b16bb06c260cb1416bb89c23bcb4afbf37f39f2cd7ba4a7bfd5d220e67?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">stsimb</media:title>
		</media:content>

		<media:content url="https://s3.amazonaws.com/infographics/Perks_of_Working_from_Home-Final.jpg" medium="image">
			<media:title type="html">Telecommuter Infographic</media:title>
		</media:content>
	</item>
		<item>
		<title>It&#8217;s a girl!</title>
		<link>https://stsimb.irc.gr/2012/07/09/its-a-girl/</link>
					<comments>https://stsimb.irc.gr/2012/07/09/its-a-girl/#comments</comments>
		
		<dc:creator><![CDATA[Sotiris Tsimbonis]]></dc:creator>
		<pubDate>Mon, 09 Jul 2012 13:01:32 +0000</pubDate>
				<category><![CDATA[personal]]></category>
		<category><![CDATA[babygirl]]></category>
		<guid isPermaLink="false">http://stsimb.irc.gr/?p=763</guid>

					<description><![CDATA[Σήμερα ήρθε το νέο μέλος της οικογένειάς μας στον κόσμο.. Το κρατούσαμε για έκπληξη αυτή τη φορά, δεν είχαμε μάθει από πριν τι θα είναι, κι έτσι&#8230; Ο «μεγάλος» παραμένει «μεγάλος», η «μικρή» έγινε «μεσαία», κι έχουμε ακόμα μία «μικρή»! Προαγωγή και πάλι!]]></description>
										<content:encoded><![CDATA[<p>Σήμερα ήρθε το νέο μέλος της οικογένειάς μας στον κόσμο.. Το κρατούσαμε για έκπληξη αυτή τη φορά, δεν είχαμε μάθει από πριν τι θα είναι, κι έτσι&#8230;<br />
Ο «μεγάλος» παραμένει «μεγάλος», η «μικρή» έγινε «μεσαία», κι έχουμε ακόμα μία «μικρή»!</p>
<p><a title="Προαγωγή και πάλι!" href="https://stsimb.irc.gr/2009/06/25/babygirl/" target="_blank">Προαγωγή και πάλι!</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://stsimb.irc.gr/2012/07/09/its-a-girl/feed/</wfw:commentRss>
			<slash:comments>7</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">763</post-id>
		<media:content url="https://0.gravatar.com/avatar/cc6ed2b16bb06c260cb1416bb89c23bcb4afbf37f39f2cd7ba4a7bfd5d220e67?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">stsimb</media:title>
		</media:content>
	</item>
		<item>
		<title>Benford’s Law and email sizes</title>
		<link>https://stsimb.irc.gr/2012/02/05/benfords-law-and-email-sizes/</link>
					<comments>https://stsimb.irc.gr/2012/02/05/benfords-law-and-email-sizes/#comments</comments>
		
		<dc:creator><![CDATA[Sotiris Tsimbonis]]></dc:creator>
		<pubDate>Sun, 05 Feb 2012 09:41:57 +0000</pubDate>
				<category><![CDATA[email]]></category>
		<guid isPermaLink="false">http://stsimb.irc.gr/?p=753</guid>

					<description><![CDATA[After reading Benford’s Law and email subjects at Yiorgos&#8217; blog I was curious if the law stands for email sizes as well. So I did the experiment, for a week of email traffic at a certain mail server, and here is the result: Amazing, the law stands for sizes as well!]]></description>
										<content:encoded><![CDATA[<p>After reading <a title="Benford’s Law and email subjects " href="http://blog.postmaster.gr/2012/02/05/benfords-law-and-email-subjects/" target="_blank"> Benford’s Law and email subjects</a> at <a title="Yiorgos Adamopoulos' blog" href="http://blog.postmaster.gr/" target="_blank">Yiorgos&#8217; blog</a> I was curious if the law stands for email sizes as well.</p>
<p>So I did the experiment, for a week of email traffic at a certain mail server, and here is the result:</p>
<figure data-shortcode="caption" id="attachment_754" aria-describedby="caption-attachment-754" style="width: 310px" class="wp-caption aligncenter"><a href="https://stsimb.irc.gr/wp-content/uploads/2012/02/benford-sizes.png"><img data-attachment-id="754" data-permalink="https://stsimb.irc.gr/2012/02/05/benfords-law-and-email-sizes/benford-sizes/" data-orig-file="https://stsimb.irc.gr/wp-content/uploads/2012/02/benford-sizes.png" data-orig-size="558,313" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="Bedford&amp;#8217;s Law vs. email sizes" data-image-description="" data-image-caption="&lt;p&gt;Bedford&amp;#8217;s Law vs. email sizes&lt;/p&gt;
" data-medium-file="https://stsimb.irc.gr/wp-content/uploads/2012/02/benford-sizes.png?w=300" data-large-file="https://stsimb.irc.gr/wp-content/uploads/2012/02/benford-sizes.png?w=525" class="size-medium wp-image-754  " title="Benford's Law vs. email sizes" src="https://stsimb.irc.gr/wp-content/uploads/2012/02/benford-sizes.png?w=300&#038;h=168" alt="" width="300" height="168" srcset="https://stsimb.irc.gr/wp-content/uploads/2012/02/benford-sizes.png?w=300 300w, https://stsimb.irc.gr/wp-content/uploads/2012/02/benford-sizes.png?w=150 150w, https://stsimb.irc.gr/wp-content/uploads/2012/02/benford-sizes.png 558w" sizes="(max-width: 300px) 100vw, 300px" /></a><figcaption id="caption-attachment-754" class="wp-caption-text">Benford&#039;s Law vs. email sizes</figcaption></figure>
<p>Amazing, the <a title="Benford's law" href="http://en.wikipedia.org/wiki/Benford%27s_law" target="_blank">law</a> stands for sizes as well!</p>
]]></content:encoded>
					
					<wfw:commentRss>https://stsimb.irc.gr/2012/02/05/benfords-law-and-email-sizes/feed/</wfw:commentRss>
			<slash:comments>8</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">753</post-id>
		<media:content url="https://0.gravatar.com/avatar/cc6ed2b16bb06c260cb1416bb89c23bcb4afbf37f39f2cd7ba4a7bfd5d220e67?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">stsimb</media:title>
		</media:content>

		<media:content url="https://stsimb.irc.gr/wp-content/uploads/2012/02/benford-sizes.png?w=300" medium="image">
			<media:title type="html">Benford&#039;s Law vs. email sizes</media:title>
		</media:content>
	</item>
		<item>
		<title>3G saves the day</title>
		<link>https://stsimb.irc.gr/2011/10/30/priceless/</link>
					<comments>https://stsimb.irc.gr/2011/10/30/priceless/#comments</comments>
		
		<dc:creator><![CDATA[Sotiris Tsimbonis]]></dc:creator>
		<pubDate>Sat, 29 Oct 2011 21:22:32 +0000</pubDate>
				<category><![CDATA[System Administration]]></category>
		<category><![CDATA[3g]]></category>
		<category><![CDATA[olives]]></category>
		<category><![CDATA[priceless]]></category>
		<guid isPermaLink="false">http://stsimb.irc.gr/?p=737</guid>

					<description><![CDATA[Είσαι στο χωράφι και μαζεύεις ελιές.. Ξαφνικά, αρχίζει βροχή από SMS alerts για services που πέφτουν .. Ανοίγεις το netbook και έχεις δίπλα την κεραία με το σήμα 3G στο full.. Priceless!]]></description>
										<content:encoded><![CDATA[<p>Είσαι στο χωράφι και μαζεύεις ελιές..</p>
<p><a href="https://stsimb.irc.gr/wp-content/uploads/2011/10/olives1.jpg"><img data-attachment-id="743" data-permalink="https://stsimb.irc.gr/2011/10/30/priceless/olives/" data-orig-file="https://stsimb.irc.gr/wp-content/uploads/2011/10/olives1.jpg" data-orig-size="2048,1536" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;2.8&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;SAMSUNG&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1319910447&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;3.63&quot;,&quot;iso&quot;:&quot;100&quot;,&quot;shutter_speed&quot;:&quot;0.003003003003003&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="Olives" data-image-description="" data-image-caption="" data-medium-file="https://stsimb.irc.gr/wp-content/uploads/2011/10/olives1.jpg?w=300" data-large-file="https://stsimb.irc.gr/wp-content/uploads/2011/10/olives1.jpg?w=525" class="alignnone size-medium wp-image-743" title="Olives" src="https://stsimb.irc.gr/wp-content/uploads/2011/10/olives1.jpg?w=300&#038;h=225" alt="" width="300" height="225" srcset="https://stsimb.irc.gr/wp-content/uploads/2011/10/olives1.jpg?w=300 300w, https://stsimb.irc.gr/wp-content/uploads/2011/10/olives1.jpg?w=600 600w, https://stsimb.irc.gr/wp-content/uploads/2011/10/olives1.jpg?w=150 150w" sizes="(max-width: 300px) 100vw, 300px" /></a></p>
<p>Ξαφνικά, αρχίζει βροχή από SMS alerts για services που πέφτουν ..</p>
<p>Ανοίγεις το netbook και έχεις δίπλα την κεραία με το σήμα 3G στο full..</p>
<p><a href="https://stsimb.irc.gr/wp-content/uploads/2011/10/olives-3g.jpg"><img data-attachment-id="742" data-permalink="https://stsimb.irc.gr/2011/10/30/priceless/olives-3g/" data-orig-file="https://stsimb.irc.gr/wp-content/uploads/2011/10/olives-3g.jpg" data-orig-size="1536,2048" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;2.8&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;SAMSUNG&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1319908312&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;3.63&quot;,&quot;iso&quot;:&quot;100&quot;,&quot;shutter_speed&quot;:&quot;0.002&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="olives-3G" data-image-description="" data-image-caption="" data-medium-file="https://stsimb.irc.gr/wp-content/uploads/2011/10/olives-3g.jpg?w=225" data-large-file="https://stsimb.irc.gr/wp-content/uploads/2011/10/olives-3g.jpg?w=525" class="alignnone size-medium wp-image-742" title="olives-3G" src="https://stsimb.irc.gr/wp-content/uploads/2011/10/olives-3g.jpg?w=225&#038;h=300" alt="" width="225" height="300" srcset="https://stsimb.irc.gr/wp-content/uploads/2011/10/olives-3g.jpg?w=225 225w, https://stsimb.irc.gr/wp-content/uploads/2011/10/olives-3g.jpg?w=450 450w, https://stsimb.irc.gr/wp-content/uploads/2011/10/olives-3g.jpg?w=113 113w" sizes="(max-width: 225px) 100vw, 225px" /></a></p>
<p>Priceless!</p>
]]></content:encoded>
					
					<wfw:commentRss>https://stsimb.irc.gr/2011/10/30/priceless/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">737</post-id>
		<media:content url="https://0.gravatar.com/avatar/cc6ed2b16bb06c260cb1416bb89c23bcb4afbf37f39f2cd7ba4a7bfd5d220e67?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">stsimb</media:title>
		</media:content>

		<media:content url="https://stsimb.irc.gr/wp-content/uploads/2011/10/olives1.jpg?w=300" medium="image">
			<media:title type="html">Olives</media:title>
		</media:content>

		<media:content url="https://stsimb.irc.gr/wp-content/uploads/2011/10/olives-3g.jpg?w=225" medium="image">
			<media:title type="html">olives-3G</media:title>
		</media:content>
	</item>
		<item>
		<title>Route OUTGOING traffic via ALIAS ip</title>
		<link>https://stsimb.irc.gr/2011/09/06/route-outgoing-traffic-via-alias-ip/</link>
					<comments>https://stsimb.irc.gr/2011/09/06/route-outgoing-traffic-via-alias-ip/#respond</comments>
		
		<dc:creator><![CDATA[Sotiris Tsimbonis]]></dc:creator>
		<pubDate>Tue, 06 Sep 2011 11:34:25 +0000</pubDate>
				<category><![CDATA[System Administration]]></category>
		<category><![CDATA[alias]]></category>
		<category><![CDATA[ip]]></category>
		<category><![CDATA[route]]></category>
		<guid isPermaLink="false">http://stsimb.irc.gr/?p=729</guid>

					<description><![CDATA[# ip route add remote-ip via gw-ip src alias-ip (a reminder to myself)]]></description>
										<content:encoded><![CDATA[<p># ip route add remote-ip via gw-ip src alias-ip</p>
<p>(a reminder to myself)</p>
]]></content:encoded>
					
					<wfw:commentRss>https://stsimb.irc.gr/2011/09/06/route-outgoing-traffic-via-alias-ip/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">729</post-id>
		<media:content url="https://0.gravatar.com/avatar/cc6ed2b16bb06c260cb1416bb89c23bcb4afbf37f39f2cd7ba4a7bfd5d220e67?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">stsimb</media:title>
		</media:content>
	</item>
		<item>
		<title>Preparing for World IPv6 Day: I changed my MTU to 1280</title>
		<link>https://stsimb.irc.gr/2011/06/01/preparing-for-world-ipv6-day-i-changed-my-mtu-to-1280/</link>
					<comments>https://stsimb.irc.gr/2011/06/01/preparing-for-world-ipv6-day-i-changed-my-mtu-to-1280/#comments</comments>
		
		<dc:creator><![CDATA[Sotiris Tsimbonis]]></dc:creator>
		<pubDate>Wed, 01 Jun 2011 20:41:40 +0000</pubDate>
				<category><![CDATA[ipv6]]></category>
		<category><![CDATA[mtu]]></category>
		<guid isPermaLink="false">http://stsimb.irc.gr/?p=680</guid>

					<description><![CDATA[In preparation for World IPv6 Day on 8 June 2011, I thought I&#8217;d check my connectivity.. I visited a test-ipv6 page .. but the page took too long to open, had broken images, timeouts and readiness score 1/10 ! So I changed my MTU to 1280 and tested again (In linux you might type: /sbin/ifconfig &#8230; <p class="link-more"><a href="https://stsimb.irc.gr/2011/06/01/preparing-for-world-ipv6-day-i-changed-my-mtu-to-1280/" class="more-link">Συνεχίστε την ανάγνωση του<span class="screen-reader-text"> "Preparing for World IPv6 Day: I changed my MTU to&#160;1280"</span></a></p>]]></description>
										<content:encoded><![CDATA[<h3>In preparation for <a title="24hrs test flight for ipv6" href="http://www.worldipv6day.org/">World IPv6 Day</a> on 8 June 2011, I thought I&#8217;d check my connectivity..</h3>
<p>I visited a test-ipv6 page .. but the page took too long to open, had broken images, timeouts and readiness score 1/10 !</p>
<figure data-shortcode="caption" id="attachment_694" aria-describedby="caption-attachment-694" style="width: 1002px" class="wp-caption alignnone"><a href="https://stsimb.irc.gr/wp-content/uploads/2011/05/test-ipv6-mtu15003.png"><img loading="lazy" data-attachment-id="694" data-permalink="https://stsimb.irc.gr/2011/06/01/preparing-for-world-ipv6-day-i-changed-my-mtu-to-1280/test-ipv6-mtu1500/" data-orig-file="https://stsimb.irc.gr/wp-content/uploads/2011/05/test-ipv6-mtu15003.png" data-orig-size="1002,718" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="test.ipv6 with mtu 1500 – Problems!" data-image-description="&lt;p&gt;Danger! IPv6 sorta works – however, large packets appear to fail, giving the appearance of a broken website. If a publisher publishes to IPv6, you will believe their web site to be broken. Ask your ISP about MTU issues; possibly with your tunnel. [more info]&lt;/p&gt;
" data-image-caption="&lt;p&gt;test.ipv6 with mtu 1500 – Problems!&lt;/p&gt;
" data-medium-file="https://stsimb.irc.gr/wp-content/uploads/2011/05/test-ipv6-mtu15003.png?w=300" data-large-file="https://stsimb.irc.gr/wp-content/uploads/2011/05/test-ipv6-mtu15003.png?w=525" class="size-full wp-image-694" title="test.ipv6 with mtu 1500 - Problems!" src="https://stsimb.irc.gr/wp-content/uploads/2011/05/test-ipv6-mtu15003.png?w=525" alt="test.ipv6 with mtu 1500 - Problems!"   srcset="https://stsimb.irc.gr/wp-content/uploads/2011/05/test-ipv6-mtu15003.png 1002w, https://stsimb.irc.gr/wp-content/uploads/2011/05/test-ipv6-mtu15003.png?w=150&amp;h=107 150w, https://stsimb.irc.gr/wp-content/uploads/2011/05/test-ipv6-mtu15003.png?w=300&amp;h=215 300w, https://stsimb.irc.gr/wp-content/uploads/2011/05/test-ipv6-mtu15003.png?w=768&amp;h=550 768w" sizes="(max-width: 767px) 89vw, (max-width: 1000px) 54vw, (max-width: 1071px) 543px, 580px" /></a><figcaption id="caption-attachment-694" class="wp-caption-text">test.ipv6 with mtu 1500 - Problems!</figcaption></figure>
<hr />
<h1><span style="color:#008000;"><strong>So I changed my MTU to 1280 and tested again</strong></span></h1>
<p>(In linux you might type: /sbin/ifconfig eth0 mtu 1280)</p>
<figure data-shortcode="caption" id="attachment_693" aria-describedby="caption-attachment-693" style="width: 1023px" class="wp-caption alignnone"><a href="https://stsimb.irc.gr/wp-content/uploads/2011/05/test-ipv6-mtu12802.png"><img loading="lazy" data-attachment-id="693" data-permalink="https://stsimb.irc.gr/2011/06/01/preparing-for-world-ipv6-day-i-changed-my-mtu-to-1280/test-ipv6-mtu1280/" data-orig-file="https://stsimb.irc.gr/wp-content/uploads/2011/05/test-ipv6-mtu12802.png" data-orig-size="1023,748" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="test.ipv6 with mtu 1280 – No Problems!" data-image-description="&lt;p&gt;test.ipv6 with mtu 1280 – No Problems!&lt;/p&gt;
" data-image-caption="&lt;p&gt;test.ipv6 with mtu 1280 – No Problems!&lt;/p&gt;
" data-medium-file="https://stsimb.irc.gr/wp-content/uploads/2011/05/test-ipv6-mtu12802.png?w=300" data-large-file="https://stsimb.irc.gr/wp-content/uploads/2011/05/test-ipv6-mtu12802.png?w=525" class="size-full wp-image-693" title="test.ipv6 with mtu 1280 - No Problems!" src="https://stsimb.irc.gr/wp-content/uploads/2011/05/test-ipv6-mtu12802.png?w=525" alt="test.ipv6 with mtu 1280 - No Problems!"   srcset="https://stsimb.irc.gr/wp-content/uploads/2011/05/test-ipv6-mtu12802.png 1023w, https://stsimb.irc.gr/wp-content/uploads/2011/05/test-ipv6-mtu12802.png?w=150&amp;h=110 150w, https://stsimb.irc.gr/wp-content/uploads/2011/05/test-ipv6-mtu12802.png?w=300&amp;h=219 300w, https://stsimb.irc.gr/wp-content/uploads/2011/05/test-ipv6-mtu12802.png?w=768&amp;h=562 768w" sizes="(max-width: 767px) 89vw, (max-width: 1000px) 54vw, (max-width: 1071px) 543px, 580px" /></a><figcaption id="caption-attachment-693" class="wp-caption-text">test.ipv6 with mtu 1280 - No Problems!</figcaption></figure>
<hr />
<p>I then found this relevant discussion: <a title="IPv6 and path MTU discovery black holes" href="http://www.bgpexpert.com/article.php?article=117" target="_blank">IPv6 and path MTU discovery black holes</a></p>
<p>UPDATE 4/6/2011: An MTU of 1492 also seems to work correctly in my setup (as @chatasos prefers <a title="Debugging IPv6 MTU issued in Windows" href="http://goo.gl/KRgm5" target="_blank">http://goo.gl/KRgm5</a>)</p>
]]></content:encoded>
					
					<wfw:commentRss>https://stsimb.irc.gr/2011/06/01/preparing-for-world-ipv6-day-i-changed-my-mtu-to-1280/feed/</wfw:commentRss>
			<slash:comments>6</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">680</post-id>
		<media:content url="https://0.gravatar.com/avatar/cc6ed2b16bb06c260cb1416bb89c23bcb4afbf37f39f2cd7ba4a7bfd5d220e67?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">stsimb</media:title>
		</media:content>

		<media:content url="https://stsimb.irc.gr/wp-content/uploads/2011/05/test-ipv6-mtu15003.png" medium="image">
			<media:title type="html">test.ipv6 with mtu 1500 - Problems!</media:title>
		</media:content>

		<media:content url="https://stsimb.irc.gr/wp-content/uploads/2011/05/test-ipv6-mtu12802.png" medium="image">
			<media:title type="html">test.ipv6 with mtu 1280 - No Problems!</media:title>
		</media:content>
	</item>
		<item>
		<title>Red Hat Certificate Exam Preparation</title>
		<link>https://stsimb.irc.gr/2011/05/16/red-hat-certificate-exam-preparation/</link>
					<comments>https://stsimb.irc.gr/2011/05/16/red-hat-certificate-exam-preparation/#comments</comments>
		
		<dc:creator><![CDATA[Sotiris Tsimbonis]]></dc:creator>
		<pubDate>Mon, 16 May 2011 20:14:15 +0000</pubDate>
				<category><![CDATA[System Administration]]></category>
		<category><![CDATA[Red Hat]]></category>
		<category><![CDATA[RHCE]]></category>
		<category><![CDATA[RHCSA]]></category>
		<guid isPermaLink="false">http://stsimb.irc.gr/?p=671</guid>

					<description><![CDATA[Marios asked me to elaborate a little on the Red Hat Certification Exams and my preparation. I found the lab based exams much better than other multiple choice exams. It doesn&#8217;t matter if you do something using the command line, a gui tool, or if you write a program yourself to do the job. It&#8217;s &#8230; <p class="link-more"><a href="https://stsimb.irc.gr/2011/05/16/red-hat-certificate-exam-preparation/" class="more-link">Συνεχίστε την ανάγνωση του<span class="screen-reader-text"> "Red Hat Certificate Exam&#160;Preparation"</span></a></p>]]></description>
										<content:encoded><![CDATA[<p><a title="Could you elaborate a little on the exam and its preparation, from your side of the experience?" href="https://stsimb.irc.gr/2011/05/11/rhce/#comment-658">Marios asked me</a> to elaborate a little on the Red Hat Certification Exams and my preparation.</p>
<p>I found the lab based exams much better than other multiple choice exams. It doesn&#8217;t matter if you do something using the command line, a gui tool, or if you write a program yourself to do the job. It&#8217;s real world simulation!</p>
<p>The preparation was self-study using the following:</p>
<ul>
<li>Exam objectives for <a href="http://www.redhat.com/certification/rhcsa/objectives/">RHCSA</a> and <a href="http://www.redhat.com/certification/rhce/objectives/">RHCE</a></li>
<li>RHCE Rapid Track Course Outline (<a href="https://www.redhat.com/courses/rh299_rhce_rapid_track_course/details/">RH299</a>)</li>
<li>Red Hat online <a href="http://www.redhat.com/training/skills_assessment/">skill assessment questionnaires</a></li>
<li>Lots of <a href="http://docs.redhat.com/">RHEL documentation</a></li>
<li>A few VMs to destroy while experimenting ;-)</li>
</ul>
<p>No book covering RHEL6 existed while I was preparing, but I believe one is available now (ISBN 0321767950) and others are on their way (e.g. ISBN 0071765654).</p>
<p>I also recently discovered <a title="An effort to collaboratively prepare study materials to help candidates achieve Red Hat's RHCE certification." href="https://github.com/texastwister/OpenRHCE">OpenRHCE</a> by <a title="Scott Purcell" href="http://twitter.com/texastwister">@texastwister</a>, an effort to collaboratively prepare study materials to help candidates achieve Red Hat&#8217;s RHCE certification, under a CC license.</p>
<p>I found the journey of answering all the above quite a rewording experience. I have learned new things and I can definately troubleshoot SELinux issues faster than before ;-)</p>
]]></content:encoded>
					
					<wfw:commentRss>https://stsimb.irc.gr/2011/05/16/red-hat-certificate-exam-preparation/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">671</post-id>
		<media:content url="https://0.gravatar.com/avatar/cc6ed2b16bb06c260cb1416bb89c23bcb4afbf37f39f2cd7ba4a7bfd5d220e67?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">stsimb</media:title>
		</media:content>
	</item>
		<item>
		<title>IPv6 reverse DNS in 60&#8243;</title>
		<link>https://stsimb.irc.gr/2011/05/13/ipv6-reverse-dns-in-60-seconds/</link>
					<comments>https://stsimb.irc.gr/2011/05/13/ipv6-reverse-dns-in-60-seconds/#respond</comments>
		
		<dc:creator><![CDATA[Sotiris Tsimbonis]]></dc:creator>
		<pubDate>Thu, 12 May 2011 22:05:38 +0000</pubDate>
				<category><![CDATA[DNS]]></category>
		<category><![CDATA[ipv6]]></category>
		<category><![CDATA[reverse dns]]></category>
		<guid isPermaLink="false">http://stsimb.irc.gr/?p=665</guid>

					<description><![CDATA[Your allocation: 2001:db8/32 You LAN: 2001:db8:2:2001/64 Your device: 2001:db8:2:2001::11 (mydevice.local) Let «host» do the dirty work for you! sotiris@jumbo:~$ host 2001:db8:2:2001::11 Host 1.1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1.0.0.2.2.0.0.0.8.b.d.0.1.0.0.2.ip6.arpa not found: 3(NXDOMAIN) The zone for your /32 is 8.b.d.0.1.0.0.2.ip6.arpa $TTL 1d @ IN SOA ( 42 1h 15m 30d 10m ) IN NS localhost. ; 1.0.0.2.2.0.0.0 IN NS localhost. ; delegate &#8230; <p class="link-more"><a href="https://stsimb.irc.gr/2011/05/13/ipv6-reverse-dns-in-60-seconds/" class="more-link">Συνεχίστε την ανάγνωση του<span class="screen-reader-text"> "IPv6 reverse DNS in&#160;60&#8243;"</span></a></p>]]></description>
										<content:encoded><![CDATA[<p>Your allocation: 2001:db8/32<br />
You LAN: 2001:db8:2:2001/64<br />
Your device: 2001:db8:2:2001::11 (mydevice.local)</p>
<p>Let «host» do the dirty work for you!</p>
<pre>sotiris@jumbo:~$ host 2001:db8:2:2001::11
Host 1.1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1.0.0.2.2.0.0.0.8.b.d.0.1.0.0.2.ip6.arpa not found: 3(NXDOMAIN)</pre>
<p>The zone for your /32 is <strong>8.b.d.0.1.0.0.2.ip6.arpa</strong></p>
<pre>$TTL 1d
@    IN    SOA ( 42 1h 15m 30d 10m )
     IN    NS    localhost.
;
1.0.0.2.2.0.0.0    IN    NS    localhost. ; delegate 2001:db8:2:2001/64</pre>
<p>The zone for your /64 is <strong>1.0.0.2.2.0.0.0.8.b.d.0.1.0.0.2.ip6.arpa</strong></p>
<pre>$TTL 1d
@    IN    SOA ( 42 1h 15m 30d 10m )
     IN    NS    localhost.
;
1.1.0.0.0.0.0.0.0.0.0.0.0.0.0.0 IN PTR mydevice.local.</pre>
<p>Reconfig and run host again</p>
<pre>sotiris@jumbo:~$ host 2001:db8:2:2001::11
1.1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1.0.0.2.2.0.0.0.8.b.d.0.1.0.0.2.ip6.arpa domain name pointer mydevice.local.</pre>
]]></content:encoded>
					
					<wfw:commentRss>https://stsimb.irc.gr/2011/05/13/ipv6-reverse-dns-in-60-seconds/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">665</post-id>
		<media:content url="https://0.gravatar.com/avatar/cc6ed2b16bb06c260cb1416bb89c23bcb4afbf37f39f2cd7ba4a7bfd5d220e67?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">stsimb</media:title>
		</media:content>
	</item>
	</channel>
</rss>
