<?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>Linux Showroom</title>
	<atom:link href="http://www.linux-showroom.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.linux-showroom.com</link>
	<description>My daily dosis of linux usage</description>
	<lastBuildDate>Tue, 22 Oct 2013 22:07:11 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.8.13</generator>
	<item>
		<title>Power off problem on Lenovo SL500 with OpenSuSE 12.1</title>
		<link>http://www.linux-showroom.com/2012/02/10/power-off-problem-on-lenovo-sl500-with-opensuse-12-1.html</link>
		<comments>http://www.linux-showroom.com/2012/02/10/power-off-problem-on-lenovo-sl500-with-opensuse-12-1.html#comments</comments>
		<pubDate>Fri, 10 Feb 2012 15:18:11 +0000</pubDate>
		<dc:creator><![CDATA[Linux tipps by Fabio]]></dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[OpenSuSE]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Lenovo]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[OS]]></category>
		<category><![CDATA[reboot]]></category>
		<category><![CDATA[shutdown]]></category>
		<category><![CDATA[SL500]]></category>

		<guid isPermaLink="false">http://www.linux-showroom.com/?p=136</guid>
		<description><![CDATA[A couple of days ago I installed OpenSuSE 12.1 on my laptop after running OpenSuSE 11.4 for quite a while. Upgradeing was no big deal. OpenSuSE has a nice tutorial on that. The new version finally supports the integrated mobile modem out of the box which is very nice. The only annoyance I got is [&#8230;]<p><br /><br />
This post originated from the <a href="http://www.linux-showroom.com/feed/">Linux Showroom feed</a>. Please check out <a href="http://www.linux-showroom.com">Linux Showroom</a> for more posts.<br/><br/><a href="http://www.linux-showroom.com/2012/02/10/power-off-problem-on-lenovo-sl500-with-opensuse-12-1.html">Power off problem on Lenovo SL500 with OpenSuSE 12.1</a></p>
]]></description>
				<content:encoded><![CDATA[<p>A couple of days ago I installed OpenSuSE 12.1 on my laptop after running OpenSuSE 11.4 for quite a while. Upgradeing was no big deal. OpenSuSE has <a href="http://de.opensuse.org/SDB:Distribution-
Upgrade">a nice tutorial</a> on that. </p>
<p>The new version finally supports the integrated mobile modem out of the box which is very nice. The only annoyance I got is that the computer does not power off or reboot properly. The system just halts after the last step. I could not find any information on this problem on the net. </p>
<p>Do you happen to know how to fix it or at least how to debug it?</p>
<p><br /><br />
This post originated from the <a href="http://www.linux-showroom.com/feed/">Linux Showroom feed</a>. Please check out <a href="http://www.linux-showroom.com">Linux Showroom</a> for more posts.<br/><br/><a href="http://www.linux-showroom.com/2012/02/10/power-off-problem-on-lenovo-sl500-with-opensuse-12-1.html">Power off problem on Lenovo SL500 with OpenSuSE 12.1</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.linux-showroom.com/2012/02/10/power-off-problem-on-lenovo-sl500-with-opensuse-12-1.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Execute command on every boot</title>
		<link>http://www.linux-showroom.com/2011/02/13/execute-command-on-every-boot.html</link>
		<comments>http://www.linux-showroom.com/2011/02/13/execute-command-on-every-boot.html#comments</comments>
		<pubDate>Sun, 13 Feb 2011 14:38:07 +0000</pubDate>
		<dc:creator><![CDATA[Linux tipps by Fabio]]></dc:creator>
				<category><![CDATA[administration]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[boot]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[cron]]></category>
		<category><![CDATA[cron jobs]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[init script]]></category>
		<category><![CDATA[init.d]]></category>
		<category><![CDATA[run]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[start]]></category>
		<category><![CDATA[system]]></category>

		<guid isPermaLink="false">http://www.linux-showroom.com/?p=70</guid>
		<description><![CDATA[You want to execute a command on every boot but do not want to create an init script? Well, if your *nix system supports cron jobs which is very likely it is your lucky day. Just open the cron file for the user who in whose name the command is supposed to run. crontab -e [&#8230;]<p><br /><br />
This post originated from the <a href="http://www.linux-showroom.com/feed/">Linux Showroom feed</a>. Please check out <a href="http://www.linux-showroom.com">Linux Showroom</a> for more posts.<br/><br/><a href="http://www.linux-showroom.com/2011/02/13/execute-command-on-every-boot.html">Execute command on every boot</a></p>
]]></description>
				<content:encoded><![CDATA[<p>You want to execute a command on every boot but do not want to create an init script? Well, if your *nix system supports cron jobs which is very likely it is your lucky day.</p>
<p>Just open the cron file for the user who in whose name the command is supposed to run.</p>

<div class="wp_syntax"><table><tr><td class="code"><pre class="bash" style="font-family:monospace;">crontab <span style="color: #660033;">-e</span></pre></td></tr></table></div>

<p>Add the following line to the open cron file and obviously replace <em>YOUR COMMAND</em> with whatever should be run on start-up.</p>

<div class="wp_syntax"><table><tr><td class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">@</span>reboot YOUR COMMAND</pre></td></tr></table></div>

<p>Save the changes and now on every boot your command is executed once. Simple as that!</p>
<p><br /><br />
This post originated from the <a href="http://www.linux-showroom.com/feed/">Linux Showroom feed</a>. Please check out <a href="http://www.linux-showroom.com">Linux Showroom</a> for more posts.<br/><br/><a href="http://www.linux-showroom.com/2011/02/13/execute-command-on-every-boot.html">Execute command on every boot</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.linux-showroom.com/2011/02/13/execute-command-on-every-boot.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Memcache is not cacheing</title>
		<link>http://www.linux-showroom.com/2011/01/18/memcache-is-not-cacheing.html</link>
		<comments>http://www.linux-showroom.com/2011/01/18/memcache-is-not-cacheing.html#comments</comments>
		<pubDate>Tue, 18 Jan 2011 16:27:33 +0000</pubDate>
		<dc:creator><![CDATA[Linux tipps by Fabio]]></dc:creator>
				<category><![CDATA[administration]]></category>
		<category><![CDATA[Personal note]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Cache]]></category>
		<category><![CDATA[Memcache]]></category>
		<category><![CDATA[memcached]]></category>
		<category><![CDATA[Performance]]></category>
		<category><![CDATA[scaling]]></category>
		<category><![CDATA[system]]></category>

		<guid isPermaLink="false">http://www.linux-showroom.com/?p=127</guid>
		<description><![CDATA[So you are using memcached to speed up your system. Than suddenly at some point you notice memcache is not helping anymore but is does not cache the part that has the worst impact on your system. That´s what just has happened to me. Why is Memcache not cacheing I asked myself. Well, the default [&#8230;]<p><br /><br />
This post originated from the <a href="http://www.linux-showroom.com/feed/">Linux Showroom feed</a>. Please check out <a href="http://www.linux-showroom.com">Linux Showroom</a> for more posts.<br/><br/><a href="http://www.linux-showroom.com/2011/01/18/memcache-is-not-cacheing.html">Memcache is not cacheing</a></p>
]]></description>
				<content:encoded><![CDATA[<p>So you are using <a href="http://memcached.org/">memcached</a> to speed up your system. Than suddenly at some point you notice memcache is not helping anymore but is does not cache the part that has the worst impact on your system. </p>
<p>That´s what just has happened to me. Why is Memcache not cacheing I asked myself. Well, the default and highly recommend slabs size is 1 MB. Anything above just is not cached. Setting that limit higher with <code>-I Xm</code> (X being an integer) results in a warning which sounds really bad: </p>
<blockquote><p>
Starting memcached WARNING: Setting item max size above 1MB is not recommended!<br />
Raising this limit increases the minimum memory requirements and will decrease your memory efficiency.
</p></blockquote>
<p>Hmm, not so good. Luckily I was able to downsize that particular item so that memcache stores it again.</p>
<p>I am still wondering if serving content from harddisk instead of RAM via memcached could be a good idea. I gotta try it one of these days. What do you think?</p>
<p><br /><br />
This post originated from the <a href="http://www.linux-showroom.com/feed/">Linux Showroom feed</a>. Please check out <a href="http://www.linux-showroom.com">Linux Showroom</a> for more posts.<br/><br/><a href="http://www.linux-showroom.com/2011/01/18/memcache-is-not-cacheing.html">Memcache is not cacheing</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.linux-showroom.com/2011/01/18/memcache-is-not-cacheing.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use varnishlog to find hosts which cause most hits</title>
		<link>http://www.linux-showroom.com/2010/12/14/use-varnishlog-to-find-hosts-which-cause-most-hits.html</link>
		<comments>http://www.linux-showroom.com/2010/12/14/use-varnishlog-to-find-hosts-which-cause-most-hits.html#comments</comments>
		<pubDate>Tue, 14 Dec 2010 08:46:13 +0000</pubDate>
		<dc:creator><![CDATA[Linux tipps by Fabio]]></dc:creator>
				<category><![CDATA[administration]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[cat]]></category>
		<category><![CDATA[cut]]></category>
		<category><![CDATA[IP]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[sort]]></category>
		<category><![CDATA[traffic]]></category>
		<category><![CDATA[uniq]]></category>
		<category><![CDATA[Varnish]]></category>

		<guid isPermaLink="false">http://www.linux-showroom.com/?p=123</guid>
		<description><![CDATA[If your Varnish powered server is under constant load and you are wondering who causes that varnishlog is a helpful tool. Start off by logging IP addresses for a while. 1 varnishlog -c -i RxHeader -I X-Forwarded-For &#62; varnish.log After you have collected enough information use the following line to find out which IP caused [&#8230;]<p><br /><br />
This post originated from the <a href="http://www.linux-showroom.com/feed/">Linux Showroom feed</a>. Please check out <a href="http://www.linux-showroom.com">Linux Showroom</a> for more posts.<br/><br/><a href="http://www.linux-showroom.com/2010/12/14/use-varnishlog-to-find-hosts-which-cause-most-hits.html">Use varnishlog to find hosts which cause most hits</a></p>
]]></description>
				<content:encoded><![CDATA[<p>If your <strong>Varnish powered server</strong> is under constant load and you are wondering who causes that <strong>varnishlog</strong> is a helpful tool.</p>
<p>Start off by logging IP addresses for a while.</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;">varnishlog <span style="color: #660033;">-c</span> <span style="color: #660033;">-i</span> RxHeader <span style="color: #660033;">-I</span> X-Forwarded-For <span style="color: #000000; font-weight: bold;">&gt;</span> varnish.log</pre></td></tr></table></div>

<p>After you have collected enough information use the following line to find out <strong>which IP caused the most hits</strong> on your varnish.</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">cat</span> varnish.log <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">cut</span> <span style="color: #660033;">-d</span> <span style="color: #ff0000;">' '</span> <span style="color: #660033;">-f</span> <span style="color: #000000;">12</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">sort</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">uniq</span> <span style="color: #660033;">-c</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">sort</span> <span style="color: #660033;">-n</span></pre></td></tr></table></div>

<p><a href="http://www.ripe.net/">Query the ripe database</a> to find information on the IP addresses.</p>
<p><br /><br />
This post originated from the <a href="http://www.linux-showroom.com/feed/">Linux Showroom feed</a>. Please check out <a href="http://www.linux-showroom.com">Linux Showroom</a> for more posts.<br/><br/><a href="http://www.linux-showroom.com/2010/12/14/use-varnishlog-to-find-hosts-which-cause-most-hits.html">Use varnishlog to find hosts which cause most hits</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.linux-showroom.com/2010/12/14/use-varnishlog-to-find-hosts-which-cause-most-hits.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Library and WordPress plugin for Textbroker</title>
		<link>http://www.linux-showroom.com/2010/11/08/library-and-wordpress-plugin-for-textbroker-marketplace-api.html</link>
		<comments>http://www.linux-showroom.com/2010/11/08/library-and-wordpress-plugin-for-textbroker-marketplace-api.html#comments</comments>
		<pubDate>Mon, 08 Nov 2010 16:38:46 +0000</pubDate>
		<dc:creator><![CDATA[Linux tipps by Fabio]]></dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[administration]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[articles]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[marketplace]]></category>
		<category><![CDATA[plug-in]]></category>
		<category><![CDATA[text]]></category>
		<category><![CDATA[Textbroker]]></category>
		<category><![CDATA[unique content]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.linux-showroom.com/?p=74</guid>
		<description><![CDATA[I created a library to access the API of the Textbroker marketplace more easily. The library is Open Source with a BSD licence. Feel free to grab a copy and play with it. Feedback is appreciated. Based on that work I developed the Textbroker WordPress plug-in which makes it very easy and comfortable to place [&#8230;]<p><br /><br />
This post originated from the <a href="http://www.linux-showroom.com/feed/">Linux Showroom feed</a>. Please check out <a href="http://www.linux-showroom.com">Linux Showroom</a> for more posts.<br/><br/><a href="http://www.linux-showroom.com/2010/11/08/library-and-wordpress-plugin-for-textbroker-marketplace-api.html">Library and WordPress plugin for Textbroker</a></p>
]]></description>
				<content:encoded><![CDATA[<p><img src="http://www.linux-showroom.com/wp-content/uploads/2010/11/Textbroker-Wordpress-Plugin_Order-accepted-300x164.png" alt="Textbroker Wordpress Plugin Order accepted 300x164 Library and WordPress plugin for Textbroker" title="TB WordPress plugin - Order accepted" width="300" height="164" class="size-medium wp-image-78 alignleft" /> I created a <a href="http://github.com/OpenHaus/textbroker-PHP5-Client">library to access the API of the Textbroker marketplace</a> more easily. The library is Open Source with a BSD licence. Feel free to grab a copy and play with it. Feedback is appreciated.</p>
<p>Based on that work I developed the <a href="http://www.open-haus.de/projekte/textbroker-wordpress-plugin/">Textbroker WordPress plug-in</a> which makes it very easy and comfortable to place new orders and publish articles through your own WordPress installation.</p>
<p><br /><br />
This post originated from the <a href="http://www.linux-showroom.com/feed/">Linux Showroom feed</a>. Please check out <a href="http://www.linux-showroom.com">Linux Showroom</a> for more posts.<br/><br/><a href="http://www.linux-showroom.com/2010/11/08/library-and-wordpress-plugin-for-textbroker-marketplace-api.html">Library and WordPress plugin for Textbroker</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.linux-showroom.com/2010/11/08/library-and-wordpress-plugin-for-textbroker-marketplace-api.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Useful shell commands: last</title>
		<link>http://www.linux-showroom.com/2010/02/06/useful-shell-commands-last.html</link>
		<comments>http://www.linux-showroom.com/2010/02/06/useful-shell-commands-last.html#comments</comments>
		<pubDate>Sat, 06 Feb 2010 13:40:11 +0000</pubDate>
		<dc:creator><![CDATA[Linux tipps by Fabio]]></dc:creator>
				<category><![CDATA[administration]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[commandline]]></category>
		<category><![CDATA[last]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://www.linux-showroom.com/?p=68</guid>
		<description><![CDATA[Today I will start a new series for linux/*nix newbies called Useful shell commands. Every now and then I will write about one of the powerful commands you&#8217;ll find on your shell. I will start the series with a command called last. # last Calling last on your commandline gives you a list of logins. [&#8230;]<p><br /><br />
This post originated from the <a href="http://www.linux-showroom.com/feed/">Linux Showroom feed</a>. Please check out <a href="http://www.linux-showroom.com">Linux Showroom</a> for more posts.<br/><br/><a href="http://www.linux-showroom.com/2010/02/06/useful-shell-commands-last.html">Useful shell commands: last</a></p>
]]></description>
				<content:encoded><![CDATA[<p>Today I will start a new series for linux/*nix newbies called <strong>Useful shell commands</strong>. Every now and then I will write about one of the powerful commands you&#8217;ll find on your shell. I will start the series with a command called <strong>last</strong>.</p>
<p># <strong>last</strong></p>
<p>Calling <em>last</em> on your commandline gives you a list of logins. You will see who is <em>still logged in</em> and who was logged in before from what adress.</p>
<p>You can shorten the list of results with <em>last -n XX</em>. XX being the number of results you want to have displayed, e.g. <em>last -n 5</em> for 5 lines.</p>
<p># <strong>last reboot</strong></p>
<p>Calling <em>last reboot</em> lists the reboots since the log file which tracks all logins was created.</p>
<p>The manual page for last &#8211; <em>man last</em> &#8211; will show you more parameters.</p>
<p><br /><br />
This post originated from the <a href="http://www.linux-showroom.com/feed/">Linux Showroom feed</a>. Please check out <a href="http://www.linux-showroom.com">Linux Showroom</a> for more posts.<br/><br/><a href="http://www.linux-showroom.com/2010/02/06/useful-shell-commands-last.html">Useful shell commands: last</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.linux-showroom.com/2010/02/06/useful-shell-commands-last.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>High available NFS4 server with drbd 0.8, pacemaker 1.0, heartbeat, openais on OpenSUSE 11.1</title>
		<link>http://www.linux-showroom.com/2009/08/08/high-available-nfs4-server-with-drbd-0-8-pacemaker-1-0-heartbeat-openais-on-opensuse-11-1.html</link>
		<comments>http://www.linux-showroom.com/2009/08/08/high-available-nfs4-server-with-drbd-0-8-pacemaker-1-0-heartbeat-openais-on-opensuse-11-1.html#comments</comments>
		<pubDate>Sat, 08 Aug 2009 14:07:42 +0000</pubDate>
		<dc:creator><![CDATA[Linux tipps by Fabio]]></dc:creator>
				<category><![CDATA[administration]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[OpenSuSE]]></category>
		<category><![CDATA[drbd]]></category>
		<category><![CDATA[HAproxy]]></category>
		<category><![CDATA[Heartbeat]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Openais]]></category>
		<category><![CDATA[Pacemaker]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[webserver]]></category>

		<guid isPermaLink="false">http://www.linux-showroom.com/?p=64</guid>
		<description><![CDATA[For my podcast project I got five new root servers which are all connected internally through a switch. Two of the servers are connected directly over a crossover cable. Those two servers have 3 NICs, the other 2 servers have 2 NICs. I share the website&#8217;s HTML, images and other resources through the NFS server [&#8230;]<p><br /><br />
This post originated from the <a href="http://www.linux-showroom.com/feed/">Linux Showroom feed</a>. Please check out <a href="http://www.linux-showroom.com">Linux Showroom</a> for more posts.<br/><br/><a href="http://www.linux-showroom.com/2009/08/08/high-available-nfs4-server-with-drbd-0-8-pacemaker-1-0-heartbeat-openais-on-opensuse-11-1.html">High available NFS4 server with drbd 0.8, pacemaker 1.0, heartbeat, openais on OpenSUSE 11.1</a></p>
]]></description>
				<content:encoded><![CDATA[<p>For my <a href="http://www.podcast.de">podcast project</a> I got five new root servers which are all connected internally through a switch. Two of the servers are connected directly over a crossover cable. Those two servers have 3 NICs, the other 2 servers have 2 NICs.</p>
<p>I share the website&#8217;s HTML, images and other resources through the NFS server to all five servers. All servers work as <a href="http://www.linux-showroom.com/2008/08/16/apache-and-lighttpd-replaced-by-nginx-for-php-application.html">webservers with nginx and PHP-fpm</a>. Each server also runs one more specific service: database master, solr master, cron jobs / crawler processes, Varnish / HAproxy.</p>
<p>The two directly connected servers share the static website resources over <a href="http://www.drbd.org">drbd</a>. <a href="http://www.clusterlabs.org">Pacemaker</a>, heartbeat and openais secure the high availability of my NFS4 server. Setting this up took quiet a bit of fiddeling as there are how-tos for so many different (and outdated) versions are floating around the internet.</p>
<p><br /><br />
This post originated from the <a href="http://www.linux-showroom.com/feed/">Linux Showroom feed</a>. Please check out <a href="http://www.linux-showroom.com">Linux Showroom</a> for more posts.<br/><br/><a href="http://www.linux-showroom.com/2009/08/08/high-available-nfs4-server-with-drbd-0-8-pacemaker-1-0-heartbeat-openais-on-opensuse-11-1.html">High available NFS4 server with drbd 0.8, pacemaker 1.0, heartbeat, openais on OpenSUSE 11.1</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.linux-showroom.com/2009/08/08/high-available-nfs4-server-with-drbd-0-8-pacemaker-1-0-heartbeat-openais-on-opensuse-11-1.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>php-fpm runlevel start script for OpenSuSE 11.1</title>
		<link>http://www.linux-showroom.com/2009/07/30/php-fpm-runlevel-start-script-for-opensuse-11-1.html</link>
		<comments>http://www.linux-showroom.com/2009/07/30/php-fpm-runlevel-start-script-for-opensuse-11-1.html#comments</comments>
		<pubDate>Thu, 30 Jul 2009 17:44:34 +0000</pubDate>
		<dc:creator><![CDATA[Linux tipps by Fabio]]></dc:creator>
				<category><![CDATA[administration]]></category>
		<category><![CDATA[OpenSuSE]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[boot]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[OpenSUSE 11.1]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[PHP-FPM]]></category>
		<category><![CDATA[rc]]></category>
		<category><![CDATA[runlevel]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[Startup]]></category>
		<category><![CDATA[Yast]]></category>

		<guid isPermaLink="false">http://www.linux-showroom.com/?p=56</guid>
		<description><![CDATA[Nowadays OpenSUSE comes with almost all packages I need to run a fast and reliable webserver. As I have written before I use nginx and php-fpm for our podcast service. You can get up-to-date packages of nginx through OpenSuSE&#8217;s build service. I have not yet found a RPM package of php-fpm though. Therefore I compile [&#8230;]<p><br /><br />
This post originated from the <a href="http://www.linux-showroom.com/feed/">Linux Showroom feed</a>. Please check out <a href="http://www.linux-showroom.com">Linux Showroom</a> for more posts.<br/><br/><a href="http://www.linux-showroom.com/2009/07/30/php-fpm-runlevel-start-script-for-opensuse-11-1.html">php-fpm runlevel start script for OpenSuSE 11.1</a></p>
]]></description>
				<content:encoded><![CDATA[<p>Nowadays OpenSUSE comes with almost all packages I need to run a fast and reliable webserver. As I have written before I use <a href="http://www.linux-showroom.com/2008/08/16/apache-and-lighttpd-replaced-by-nginx-for-php-application.html">nginx and php-fpm</a> for our <a href="http://www.podcast.de">podcast service</a>.</p>
<p>You can get up-to-date packages of <a href="http://nginx.org">nginx</a> through <a href="http://software.opensuse.org/search">OpenSuSE&#8217;s build service</a>. I have not yet found a RPM package of <a href="http://php-fpm.org">php-fpm</a> though. Therefore I compile it myself. This works well and I have the advantage that I can <strong>customize by PHP</strong> package.</p>
<p>But there is also one disadvantage. There is no system runlevel script available this way. So you cannot make use of the rc stuff on OpenSuSE and start PHP at boot time. As I have quiet a few machines to administer I decided to write my own <strong>runlevel script to start php-fpm</strong>. </p>
<p>Looking closer into the stuff that is already delivered with the <em>php-fpm</em> package is a <strong>powerful start script</strong>. I took it as the basis of my script. I had to modify it only in a few places. Big thanks to the author(s)!</p>
<p>It will take a few easy steps to <strong>get php-fpm running</strong> after booting.</p>
<ol>
<li>Download my modified <a href="http://www.linux-showroom.com/script-php-fpm" rel="nofollow">php-fpm script</a> to your server&#8217;s runlevel directory (<em>/etc/rc.d</em>).</li>
<li>Rename the file by removing the file extension (<em>.txt</em>)</li>
<li>Give your superuser (root) rights to execute it.</li>
<li>Open the file <em>php-fpm</em> in your favorite editor (Vim, emacs, joe, &#8230;). </li>
<li>Modify the three lines (php_fpm_BIN=, php_fpm_CONF=, php_fpm_PID=) on top to match your installation directory of php-fpm.</li>
<li>Save and close the file.</li>
<li>Start yast with <em>yast runlevel</em> and switch to expert mode with Alt+x</li>
<li>Activate php-fpm for runlevels 3 and 5 (or whatever suits you). Save your changes with Alt+o. That&#8217;s it!</li>
</ol>
<p>Now your <strong>php-fpm installation starts on boot</strong>. If you ever have to reboot your machine you do not have to think about starting php-fpm manually as the system does it for you.</p>
<p>Let me know if this was helpful for you, if it works and if you have any questions!</p>
<p><br /><br />
This post originated from the <a href="http://www.linux-showroom.com/feed/">Linux Showroom feed</a>. Please check out <a href="http://www.linux-showroom.com">Linux Showroom</a> for more posts.<br/><br/><a href="http://www.linux-showroom.com/2009/07/30/php-fpm-runlevel-start-script-for-opensuse-11-1.html">php-fpm runlevel start script for OpenSuSE 11.1</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.linux-showroom.com/2009/07/30/php-fpm-runlevel-start-script-for-opensuse-11-1.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to find out user id on linux system</title>
		<link>http://www.linux-showroom.com/2009/04/03/how-to-find-out-user-id-on-linux-system.html</link>
		<comments>http://www.linux-showroom.com/2009/04/03/how-to-find-out-user-id-on-linux-system.html#comments</comments>
		<pubDate>Fri, 03 Apr 2009 13:44:40 +0000</pubDate>
		<dc:creator><![CDATA[Linux tipps by Fabio]]></dc:creator>
				<category><![CDATA[Howto]]></category>
		<category><![CDATA[groups]]></category>
		<category><![CDATA[id]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[OpenSuSE]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[system]]></category>
		<category><![CDATA[user]]></category>
		<category><![CDATA[user id]]></category>
		<category><![CDATA[Yast]]></category>

		<guid isPermaLink="false">http://www.linux-showroom.com/?p=40</guid>
		<description><![CDATA[For a mount command I needed to find out what user id my user account had. There are several ways to find out. As root you could look into the passwd file (most likely /etc/passwd) or on OpenSuSE use the Yast user module. But I was looking for a way to find out my user [&#8230;]<p><br /><br />
This post originated from the <a href="http://www.linux-showroom.com/feed/">Linux Showroom feed</a>. Please check out <a href="http://www.linux-showroom.com">Linux Showroom</a> for more posts.<br/><br/><a href="http://www.linux-showroom.com/2009/04/03/how-to-find-out-user-id-on-linux-system.html">How to find out user id on linux system</a></p>
]]></description>
				<content:encoded><![CDATA[<p>For a mount command I needed to find out what user id my user account had. There are several ways to find out. As root you could look into the passwd file (most likely /etc/passwd) or on OpenSuSE use the Yast user module. But I was looking for a way to find out my user id with my ordinary user account. The command I was looking for is <strong>id</strong>. Just open up a shell (konsole on KDE4) with your active user, type id and you get all the information about your user including groups and their ids. If you just want to know the user&#8217;s id, e.g. for a shell script use</p>

<div class="wp_syntax"><table><tr><td class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">id</span> <span style="color: #660033;">-u</span> USERNAME</pre></td></tr></table></div>

<p>and you get back just the id of the user. Simple as that!</p>
<p><br /><br />
This post originated from the <a href="http://www.linux-showroom.com/feed/">Linux Showroom feed</a>. Please check out <a href="http://www.linux-showroom.com">Linux Showroom</a> for more posts.<br/><br/><a href="http://www.linux-showroom.com/2009/04/03/how-to-find-out-user-id-on-linux-system.html">How to find out user id on linux system</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.linux-showroom.com/2009/04/03/how-to-find-out-user-id-on-linux-system.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>System upgrade openSUSE 11.0 to openSUSE 11.1 with zypper</title>
		<link>http://www.linux-showroom.com/2008/12/20/system-upgrade-opensuse-110-to-opensuse-111-with-zypper.html</link>
		<comments>http://www.linux-showroom.com/2008/12/20/system-upgrade-opensuse-110-to-opensuse-111-with-zypper.html#comments</comments>
		<pubDate>Sat, 20 Dec 2008 16:47:45 +0000</pubDate>
		<dc:creator><![CDATA[Linux tipps by Fabio]]></dc:creator>
				<category><![CDATA[administration]]></category>
		<category><![CDATA[OpenSuSE]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[system]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[zypper]]></category>

		<guid isPermaLink="false">http://www.linux-showroom.com/?p=28</guid>
		<description><![CDATA[I had to set up a server. The hoster offers openSUSE 11.0 at the moment but no openSUSE 11.1 yet. As I like to go with the latest and greatest I decided to upgrade the system to openSUSE 11.1 after using the hoster&#8217;s installation image for openSUSE 11.0. I searched on the web how a [&#8230;]<p><br /><br />
This post originated from the <a href="http://www.linux-showroom.com/feed/">Linux Showroom feed</a>. Please check out <a href="http://www.linux-showroom.com">Linux Showroom</a> for more posts.<br/><br/><a href="http://www.linux-showroom.com/2008/12/20/system-upgrade-opensuse-110-to-opensuse-111-with-zypper.html">System upgrade openSUSE 11.0 to openSUSE 11.1 with zypper</a></p>
]]></description>
				<content:encoded><![CDATA[<p>I had to set up a server. The hoster offers openSUSE 11.0 at the moment but no openSUSE 11.1 yet. As I like to go with the latest and greatest I decided to upgrade the system to openSUSE 11.1 after using the hoster&#8217;s installation image for openSUSE 11.0. I searched on the web how a system upgrade should be done this time. (It seems to differ all the time.) I found a zypper command chain. Change the installation reposotories in <em>/etc/zypp/repos.d</em> to the new version and type:</p>

<div class="wp_syntax"><table><tr><td class="code"><pre class="bash" style="font-family:monospace;">zypper refresh
zypper dist-upgrade</pre></td></tr></table></div>

<p><!--adsense--></p>
<p>I did excatly that. It did refresh a few packages but as I guessed immediately not enough. I tried over. It did not help. Here is the solution. Delete all subdirectories in /var/cache/zypper and execute the commands above again.</p>
<p><br /><br />
This post originated from the <a href="http://www.linux-showroom.com/feed/">Linux Showroom feed</a>. Please check out <a href="http://www.linux-showroom.com">Linux Showroom</a> for more posts.<br/><br/><a href="http://www.linux-showroom.com/2008/12/20/system-upgrade-opensuse-110-to-opensuse-111-with-zypper.html">System upgrade openSUSE 11.0 to openSUSE 11.1 with zypper</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.linux-showroom.com/2008/12/20/system-upgrade-opensuse-110-to-opensuse-111-with-zypper.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
