<?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>Peter Friese &#187; Linux</title>
	<atom:link href="http://www.peterfriese.de/category/computer/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.peterfriese.de</link>
	<description>mobile / model-driven</description>
	<lastBuildDate>Mon, 14 Nov 2011 16:14:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Linux shell hacking cont&#8217;d</title>
		<link>http://www.peterfriese.de/linux-shell-hacking-contd/</link>
		<comments>http://www.peterfriese.de/linux-shell-hacking-contd/#comments</comments>
		<pubDate>Thu, 10 Aug 2006 12:13:01 +0000</pubDate>
		<dc:creator>Peter Friese</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://f3.tobject.de/2006/08/10/linux-shell-hacking-contd/</guid>
		<description><![CDATA[Free space on your system: df Copying files from one machine to another one: scp sourcefile username@targetmachine:targetfile]]></description>
			<content:encoded><![CDATA[<p>Free space on your system:<br />
<code>df</code></p>
<p>Copying files from one machine to another one:<br />
<code>scp sourcefile username@targetmachine:targetfile</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.peterfriese.de/linux-shell-hacking-contd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>More Linux shell hacking</title>
		<link>http://www.peterfriese.de/more-linux-shell-hacking/</link>
		<comments>http://www.peterfriese.de/more-linux-shell-hacking/#comments</comments>
		<pubDate>Wed, 09 Aug 2006 08:27:32 +0000</pubDate>
		<dc:creator>Peter Friese</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://f3.tobject.de/2006/08/09/more-linux-shell-hacking/</guid>
		<description><![CDATA[Steve Litt has written a nice article: http://www.troubleshooters.com/linux/quickhacks.htm]]></description>
			<content:encoded><![CDATA[<p>Steve Litt has written a nice article: <a href="http://www.troubleshooters.com/linux/quickhacks.htm">http://www.troubleshooters.com/linux/quickhacks.htm</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.peterfriese.de/more-linux-shell-hacking/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bugzilla trouble</title>
		<link>http://www.peterfriese.de/bugzilla-trouble/</link>
		<comments>http://www.peterfriese.de/bugzilla-trouble/#comments</comments>
		<pubDate>Mon, 03 Jul 2006 10:06:01 +0000</pubDate>
		<dc:creator>Peter Friese</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://f3.tobject.de/2006/07/03/bugzilla-trouble/</guid>
		<description><![CDATA[Back from holidays, I discovered that our customer migrated our development server to a new hardware. Without telling anybody of the devlopment team! First thing I noticed was that Bugzilla didn't work any more: I just got error messages like this: data/versioncache did not return a true value at globals.pl line 628. Googling around returned [...]]]></description>
			<content:encoded><![CDATA[<p>Back from holidays, I discovered that our customer migrated our development server to a new hardware. Without telling anybody of the devlopment team! First thing I noticed was that Bugzilla didn't work any more: I just got error messages like this: <code>data/versioncache did not return a true value at globals.pl line 628</code>. Googling around returned <a href="http://mozdev.org/pipermail/project_owners/2004-October/003149.html">this</a> mailing list entry which recommends rerunning checksetup.pl. Running <code>./checksetup.pl</code> in the installation directory (under <code>/etc/var/www/bugzilla</code>) did the trick: everything is fine again. On to the next problem!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.peterfriese.de/bugzilla-trouble/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Tomcat</title>
		<link>http://www.peterfriese.de/installing-tomcat/</link>
		<comments>http://www.peterfriese.de/installing-tomcat/#comments</comments>
		<pubDate>Wed, 19 Apr 2006 07:53:07 +0000</pubDate>
		<dc:creator>Peter Friese</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tomcat]]></category>

		<guid isPermaLink="false">http://f3.tobject.de/2006/04/19/installing-tomcat/</guid>
		<description><![CDATA[Here is a nice how-to on how to install Tomcat on Linux. Includes instructions on how to run Tomcat in the context of a special user and how to write shell scripts for (re)starting Tomcat.]]></description>
			<content:encoded><![CDATA[<p><a HREF="http://www.meritonlinesystems.com/docs/apache_tomcat_redhat.html">Here is</a> a nice how-to on how to install Tomcat on Linux. Includes instructions on how to run Tomcat in the context of a special user and how to write shell scripts for (re)starting Tomcat.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.peterfriese.de/installing-tomcat/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>More Linux commands that might come in handy</title>
		<link>http://www.peterfriese.de/more-linux-commands-that-might-come-in-handy/</link>
		<comments>http://www.peterfriese.de/more-linux-commands-that-might-come-in-handy/#comments</comments>
		<pubDate>Tue, 18 Apr 2006 12:13:58 +0000</pubDate>
		<dc:creator>Peter Friese</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://f3.tobject.de/2006/04/18/more-linux-commands-that-might-come-in-handy/</guid>
		<description><![CDATA[This series on Linux contains quite some useful tips and commands.]]></description>
			<content:encoded><![CDATA[<p>This <a href="http://www-128.ibm.com/developerworks/linux/library/l-roadmap.html">series on Linux</a> contains quite some useful tips and commands.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.peterfriese.de/more-linux-commands-that-might-come-in-handy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>System integration</title>
		<link>http://www.peterfriese.de/system-integration/</link>
		<comments>http://www.peterfriese.de/system-integration/#comments</comments>
		<pubDate>Thu, 09 Mar 2006 12:09:30 +0000</pubDate>
		<dc:creator>Peter Friese</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://f3.tobject.de/2006/03/01/system-integration/</guid>
		<description><![CDATA[Had to do some system integration this week. It's not what I really like. System integration should better be called "taming wild pieces of bits and bytes". However, here are some Linux commands I needed that I will likely forget if I do not write them down: Log in to a remote system, specifying a [...]]]></description>
			<content:encoded><![CDATA[<p>Had to do some system integration this week. It's not what I really like. System integration should better be called "taming wild pieces of bits and bytes". However, here are some Linux commands I needed that I will likely forget if I do not write them down:</p>
<ul>
<li>Log in to a remote system, specifying a user name:<br />
		<code>ssh hostname -l username</code></li>
<li>Unpack a .tar.gz file:<br />
		<code>tar xvfz filename.tar.gz</code></li>
<li>Restart sshd:<br />
		<code>/etc/init.d/sshd restart</code></li>
<li>Restart Tomcat:<br />
		<code>/etc/init.d/tomcat restart</code></li>
<li>Text based web browsers:
<ol>
<li>w3m</li>
<li>lynx</li>
</ol>
</li>
<li>find out which process is listening on which ports:<br />
		<code>netstat -p</code>
	</li>
<li>(really) kill a process:<br />
		<code>kill -9
<pid></pid></code>
	</li>
<li>find out the process id of a java process:<br />
		<code>ps aux | grep java</code>
	</li>
</ul>
<p>Likewise, here are some Windows commands that might come in handy:</p>
<ul>
<li>Need to start a number of PuTTY sessions from one batch file? Use the <em>start</em> command:<br />
		<code>start putty -load session_name<br />
		start putty -load another_session_name</code>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.peterfriese.de/system-integration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

