<?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>Mark Lamers {Linux} Experience</title>
	<atom:link href="http://httpd.marklamers.nl/wordpress/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://httpd.marklamers.nl/wordpress</link>
	<description>free as in beer not as in time!</description>
	<lastBuildDate>Wed, 06 May 2009 05:03:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Why you should read changelogs ..</title>
		<link>http://httpd.marklamers.nl/wordpress/?p=10</link>
		<comments>http://httpd.marklamers.nl/wordpress/?p=10#comments</comments>
		<pubDate>Wed, 06 May 2009 04:39:32 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[config]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[gnome-display-properties]]></category>
		<category><![CDATA[x configuration]]></category>
		<category><![CDATA[xinerama]]></category>

		<guid isPermaLink="false">http://httpd.marklamers.nl/wordpress/?p=10</guid>
		<description><![CDATA[We were getting a new colleague at work. Always nice. Due to the fact we work on fedora machines and PC Maintenance only works with &#8220;the Other OS&#8221;, we maintain the babies ourselves. So by by, to fedora 8 and a fresh Fc 10 installation. Off course everything went very smoothly (waving to fedora maintainers [...]]]></description>
			<content:encoded><![CDATA[<p>We were getting a new colleague at work. Always nice. Due to the fact we work on fedora machines and PC Maintenance only works with &#8220;the Other OS&#8221;, we maintain the babies ourselves. So by by, to fedora 8 and a fresh Fc 10 installation. Off course everything went very smoothly (waving to fedora maintainers and developers, a job well done!). But when I had to configure the xinerama screens I failed hopelessly. Always good to sit a moment and think off totally other things, like did Gaugain really cut of Vincent&#8217;s ear or is it just German propaganda.</p>
<p>And there it was &#8220;gnome-display-properties&#8221;! Without any xorg.conf hacking just clickertheclickclick dual screen setup.</p>
<p>&lt;insert moment of silence&gt;</p>
<p>I&#8217;m impressed works even with Ati drivers!</p>
]]></content:encoded>
			<wfw:commentRss>http://httpd.marklamers.nl/wordpress/?feed=rss2&amp;p=10</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>CentOS 5.3 with Directory Server</title>
		<link>http://httpd.marklamers.nl/wordpress/?p=9</link>
		<comments>http://httpd.marklamers.nl/wordpress/?p=9#comments</comments>
		<pubDate>Thu, 30 Apr 2009 07:47:03 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Howto]]></category>
		<category><![CDATA[Directory Server]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[LDAP]]></category>
		<category><![CDATA[Preview]]></category>

		<guid isPermaLink="false">http://httpd.marklamers.nl/wordpress/?p=9</guid>
		<description><![CDATA[I used a fresh install of CebtOS 5.3
I used this Howto
The steps:

set FQDN
cd /etc/yum.repos.d/
wget -q http://dev.centos.org/centos/5/CentOS-Testing.repo
sed '/gpgkey/a exclude=java-1.7.0-icedtea \
priority=10' /etc/yum.repos.d/CentOS-Testing.repo
sed '/gpgkey/a exclude=jpackage-utils' /etc/yum.repos.d/CentOS-Base.repo
yum --enablerepo=c5-testing install centos-ds
yum install xorg-x11-xauth bitstream-vera-fonts dejavu-lgc-fonts urw-fonts
rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-3.noarch.rpm
(set priority)
yum install java-1.6.0-openjdk
/usr/sbin/alternatives --config java
setup-ds-admin.pl
chkconfig dirsrv on
chkconfig dirsrv-admin on
centos-idm-console -a http://localhost:9830

]]></description>
			<content:encoded><![CDATA[<p>I used a fresh install of CebtOS 5.3</p>
<p>I used this <a href="http://wiki.centos.org/HowTos/DirectoryServerSetup">Howto</a></p>
<p>The steps:<br />
<code><br />
set FQDN<br />
cd /etc/yum.repos.d/<br />
wget -q http://dev.centos.org/centos/5/CentOS-Testing.repo<br />
sed '/gpgkey/a exclude=java-1.7.0-icedtea \<br />
priority=10' /etc/yum.repos.d/CentOS-Testing.repo<br />
sed '/gpgkey/a exclude=jpackage-utils' /etc/yum.repos.d/CentOS-Base.repo<br />
yum --enablerepo=c5-testing install centos-ds<br />
yum install xorg-x11-xauth bitstream-vera-fonts dejavu-lgc-fonts urw-fonts<br />
rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-3.noarch.rpm<br />
(set priority)<br />
yum install java-1.6.0-openjdk<br />
/usr/sbin/alternatives --config java<br />
setup-ds-admin.pl<br />
chkconfig dirsrv on<br />
chkconfig dirsrv-admin on<br />
centos-idm-console -a http://localhost:9830<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://httpd.marklamers.nl/wordpress/?feed=rss2&amp;p=9</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Break out of your jail</title>
		<link>http://httpd.marklamers.nl/wordpress/?p=8</link>
		<comments>http://httpd.marklamers.nl/wordpress/?p=8#comments</comments>
		<pubDate>Wed, 25 Mar 2009 09:56:23 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Howto]]></category>
		<category><![CDATA[Struggle]]></category>
		<category><![CDATA[livesavers]]></category>

		<guid isPermaLink="false">http://httpd.marklamers.nl/wordpress/?p=8</guid>
		<description><![CDATA[We all know the cumbersome situation behind a company firewall. Break out with &#8220;ssh -tX username@someaccessible_host -X username@notaccessible_host&#8221;. You can add another host inbetween as you like.
]]></description>
			<content:encoded><![CDATA[<p>We all know the cumbersome situation behind a company firewall. Break out with &#8220;ssh -tX username@someaccessible_host -X username@notaccessible_host&#8221;. You can add another host inbetween as you like.</p>
]]></content:encoded>
			<wfw:commentRss>http://httpd.marklamers.nl/wordpress/?feed=rss2&amp;p=8</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A handy bastard</title>
		<link>http://httpd.marklamers.nl/wordpress/?p=7</link>
		<comments>http://httpd.marklamers.nl/wordpress/?p=7#comments</comments>
		<pubDate>Tue, 24 Mar 2009 16:12:53 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Struggle]]></category>

		<guid isPermaLink="false">http://httpd.marklamers.nl/wordpress/?p=7</guid>
		<description><![CDATA[^foo^bar runs the latest command and replaces foo with bar. That&#8217;s a smarty pants!
]]></description>
			<content:encoded><![CDATA[<p>^foo^bar runs the latest command and replaces foo with bar. That&#8217;s a smarty pants!</p>
]]></content:encoded>
			<wfw:commentRss>http://httpd.marklamers.nl/wordpress/?feed=rss2&amp;p=7</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>route and virt-manager</title>
		<link>http://httpd.marklamers.nl/wordpress/?p=6</link>
		<comments>http://httpd.marklamers.nl/wordpress/?p=6#comments</comments>
		<pubDate>Sun, 15 Mar 2009 09:00:44 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Perequisite Skills]]></category>

		<guid isPermaLink="false">http://httpd.marklamers.nl/wordpress/?p=6</guid>
		<description><![CDATA[I basicly work all my testlabs with virt-manager (kvm). To make it possible to ssh direct into my VM i have to add a route to the VM-net. Goes like this:
route add -host 192.168.122.1 dev eth0
route add -net 192.168.122.0 netmask 255.255.255.0 gw 192.168.122.1
]]></description>
			<content:encoded><![CDATA[<p>I basicly work all my testlabs with virt-manager (kvm). To make it possible to ssh direct into my VM i have to add a route to the VM-net. Goes like this:</p>
<p>route add -host 192.168.122.1 dev eth0</p>
<p>route add -net 192.168.122.0 netmask 255.255.255.0 gw 192.168.122.1</p>
]]></content:encoded>
			<wfw:commentRss>http://httpd.marklamers.nl/wordpress/?feed=rss2&amp;p=6</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>command line tools [cp]</title>
		<link>http://httpd.marklamers.nl/wordpress/?p=5</link>
		<comments>http://httpd.marklamers.nl/wordpress/?p=5#comments</comments>
		<pubDate>Fri, 20 Jun 2008 05:22:58 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Perequisite Skills]]></category>
		<category><![CDATA[Add new tag]]></category>
		<category><![CDATA[copy]]></category>
		<category><![CDATA[hidden files]]></category>

		<guid isPermaLink="false">http://httpd.marklamers.nl/wordpress/?p=5</guid>
		<description><![CDATA[Problem with  cp was how to copy all hidden files and hidden directories from a directory without copying the toplevel directory &#8221; ..&#8221; . This is achieved by forcing a alphanumeric sign behind the first dot. Like this : cp -a ./.[A-Z,0-9]*
]]></description>
			<content:encoded><![CDATA[<p>Problem with  <strong>cp</strong> was how to copy all hidden files and hidden directories from a directory without copying the toplevel directory &#8221; ..&#8221; . This is achieved by forcing a alphanumeric sign behind the first dot. Like this : <code>cp -a ./.[A-Z,0-9]*</code></p>
]]></content:encoded>
			<wfw:commentRss>http://httpd.marklamers.nl/wordpress/?feed=rss2&amp;p=5</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Command line tools [ls]</title>
		<link>http://httpd.marklamers.nl/wordpress/?p=4</link>
		<comments>http://httpd.marklamers.nl/wordpress/?p=4#comments</comments>
		<pubDate>Sun, 15 Jun 2008 09:00:38 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Perequisite Skills]]></category>
		<category><![CDATA[basic]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://httpd.marklamers.nl/wordpress/?p=4</guid>
		<description><![CDATA[Here I will describe usage of the basic Linux command line tools.
LS ls is off course a very basic tool. It will show you the listing in a directory. &#8220;ls -C&#8221; will show you the column version output. &#8220;ls -A&#8221; will show you all but the toplevel dir and cwd dir presented by the &#8220;.&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p>Here I will describe usage of the basic Linux command line tools.</p>
<p><strong>LS </strong>ls is off course a very basic tool. It will show you the listing in a directory. &#8220;ls -C&#8221; will show you the column version output. &#8220;ls -A&#8221; will show you all but the toplevel dir and cwd dir presented by the &#8220;.&#8221; and &#8220;..&#8221;. That keeps scripts from complaining they can&#8217;t work on cwd. For instance if you do a:&#8221;<br />
<code>for file in $(ls -a); do  rm -rf  $file ; done</code>&#8221;<br />
You get a:<br />
<code>rm: cannot remove directory `.'<br />
rm: cannot remove directory `..'.</code><br />
When you exclude  &#8220;.&#8221; and &#8220;..&#8221;  with an &#8220;-A&#8221; all is well.<br />
<strong><br />
</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://httpd.marklamers.nl/wordpress/?feed=rss2&amp;p=4</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Been there done that, failed it</title>
		<link>http://httpd.marklamers.nl/wordpress/?p=3</link>
		<comments>http://httpd.marklamers.nl/wordpress/?p=3#comments</comments>
		<pubDate>Sun, 15 Jun 2008 07:49:43 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[RHCE]]></category>
		<category><![CDATA[failure]]></category>
		<category><![CDATA[stress]]></category>

		<guid isPermaLink="false">http://httpd.marklamers.nl/wordpress/?p=3</guid>
		<description><![CDATA[Last Friday (the 13 th) I failed my first try off the RHCE exam. I had no chance at all. The pressure was to much for me, and i had to use to much RTFM. There is no time for that in the exam.
That is why I created this page. To describe my own learning [...]]]></description>
			<content:encoded><![CDATA[<p>Last Friday (the 13 th) I failed my first try off the RHCE exam. I had no chance at all. The pressure was to much for me, and i had to use to much RTFM. There is no time for that in the exam.</p>
<p>That is why I created this page. To describe my own learning history, maybe its usefull for someone else.</p>
]]></content:encoded>
			<wfw:commentRss>http://httpd.marklamers.nl/wordpress/?feed=rss2&amp;p=3</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
