<?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>Shihan Online &#187; tools</title>
	<atom:link href="http://www.shihan-online.ch/archives/category/tools/feed" rel="self" type="application/rss+xml" />
	<link>http://www.shihan-online.ch</link>
	<description>Blog</description>
	<lastBuildDate>Sat, 12 Feb 2011 00:44:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Server auf Debian 6.0 umgestellt</title>
		<link>http://www.shihan-online.ch/archives/223</link>
		<comments>http://www.shihan-online.ch/archives/223#comments</comments>
		<pubDate>Sat, 12 Feb 2011 00:25:23 +0000</pubDate>
		<dc:creator>Shihan</dc:creator>
				<category><![CDATA[personal]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Dist-Upgrade]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[OS]]></category>
		<category><![CDATA[Squeeze]]></category>
		<category><![CDATA[Update]]></category>
		<category><![CDATA[VPS]]></category>

		<guid isPermaLink="false">http://www.shihan-online.ch/?p=223</guid>
		<description><![CDATA[Der Server (VPS) auf dem shihan-online.ch und qoo.li gehostet sind, wurde von mir auf Debian 6.0 &#8220;Squeeze&#8221; aktualisiert. Unter Linux ist sowas zum Glück ja ganz einfach. Zuerst die Packetquellen kontrollieren und versichern, dass diese auf &#8220;stable&#8221; verweisen (und nicht eine fixe Version eingetragen ist): vim /etc/apt/sources.list deb http://ftp-stud.fht-esslingen.de/debian/ stable main contrib non-free deb http://ftp.de.debian.org/debian-volatile [...]]]></description>
			<content:encoded><![CDATA[<p>Der Server (<a href="http://de.wikipedia.org/wiki/Virtueller_Server" target="_blank">VPS</a>) auf dem <a href="http://www.shihan-online.ch" target="_blank">shihan-online.ch</a> und <a href="http://qoo.li" target="_blank">qoo.li</a> gehostet sind, wurde von mir auf <a href="http://de.wikipedia.org/wiki/Debian" target="_blank">Debian 6.0 &#8220;Squeeze&#8221;</a> aktualisiert.</p>
<p>Unter Linux ist sowas zum Glück ja ganz einfach.</p>
<ol>
<li>Zuerst die Packetquellen kontrollieren und versichern, dass diese auf &#8220;stable&#8221; verweisen (und nicht eine fixe Version eingetragen ist):

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">vim</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>apt<span style="color: #000000; font-weight: bold;">/</span>sources.list</pre></div></div>


<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">deb http:<span style="color: #000000; font-weight: bold;">//</span>ftp-stud.fht-esslingen.de<span style="color: #000000; font-weight: bold;">/</span>debian<span style="color: #000000; font-weight: bold;">/</span> stable main contrib non-free
deb http:<span style="color: #000000; font-weight: bold;">//</span>ftp.de.debian.org<span style="color: #000000; font-weight: bold;">/</span>debian-volatile stable<span style="color: #000000; font-weight: bold;">/</span>volatile main contrib non-free
deb http:<span style="color: #000000; font-weight: bold;">//</span>ftp.de.debian.org<span style="color: #000000; font-weight: bold;">/</span>debian-security stable<span style="color: #000000; font-weight: bold;">/</span>updates main contrib non-free
&nbsp;
<span style="color: #666666; font-style: italic;"># Usage</span>
<span style="color: #666666; font-style: italic;"># aptitude -t lenny-backports install &quot;package&quot;</span>
deb http:<span style="color: #000000; font-weight: bold;">//</span>backports.debian.org<span style="color: #000000; font-weight: bold;">/</span>debian-backports lenny-backports main</pre></div></div>

</li>
<li>Die alten Packete werden nicht mehr benötigt und können nun gelöscht werden:

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">apt-get</span> clean</pre></div></div>

</li>
<li>Die neuen Packet-Listen abholen:

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">apt-get</span> update</pre></div></div>

</li>
<li>Das Distributions-Upgrade starten:

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #660033;">-u</span> dist-upgrade</pre></div></div>

</li>
</ol>
<p>Dann  ein Weilchen warten bis die ganzen Aktualisierungen heruntergeladen, konfiguriert und installiert wurden. Zwischendurch muss je nach System ab und zu manuell eingegriffen werden, falls das System Rückfragen hat, z.B. ob eine bestehende Konfigurations-Datei beibehalten werden soll oder nicht.</p>
<p>Besten Dank an <a href="http://blog.dispatched.ch/" target="_blank">Alain</a> für den Hinweis zur neuen Version.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shihan-online.ch/archives/223/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nice to have &#8211; DIA</title>
		<link>http://www.shihan-online.ch/archives/33</link>
		<comments>http://www.shihan-online.ch/archives/33#comments</comments>
		<pubDate>Mon, 01 Oct 2007 19:13:03 +0000</pubDate>
		<dc:creator>Shihan</dc:creator>
				<category><![CDATA[tools]]></category>
		<category><![CDATA[dia]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[tool]]></category>
		<category><![CDATA[visio]]></category>

		<guid isPermaLink="false">http://www.shihan-online.ch/archives/33</guid>
		<description><![CDATA[It&#8217;s time again to present a nice tool which is free and useable. Maybe you&#8217;ve already heard of DIA. It&#8217;s a freeware and open source diagramming software. Well I would like to say &#8220;Visio clone&#8221; but it&#8217;s not as powerful as Visio and doesn&#8217;t exactly look as nice. But hey, it&#8217;s free and it covers [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s time again to present a nice tool which is free and useable. Maybe you&#8217;ve already heard of <a href="http://en.wikipedia.org/wiki/Dia_%28software%29" title="DIA - official homepage" target="_blank">DIA</a>. It&#8217;s a freeware and open source diagramming software. Well I would like to say &#8220;Visio clone&#8221; but it&#8217;s not as powerful as Visio and doesn&#8217;t exactly look as nice. But hey, it&#8217;s free and it covers the main functionality.</p>
<p>You can import your own shapes, which should be in a XML or SVG format. DIA can be scrippted using the Python programming language.</p>
<div align="center">
<a href="http://www.shihan-online.ch/wp-content/uploads/2007/10/diagram.png" title="DIA Diagramm" rel="lightbox[33]"><img src="http://www.shihan-online.ch/wp-content/uploads/2007/10/diagram.thumbnail.png" alt="DIA Diagramm" align="middle" border="0" /> </a><a href="http://www.shihan-online.ch/wp-content/uploads/2007/10/palette.png" title="DIA Palette" rel="lightbox[33]"><img src="http://www.shihan-online.ch/wp-content/uploads/2007/10/palette.thumbnail.png" alt="DIA Palette" align="middle" border="0" /></a>
</div>
<p>The diagrams can be saved or exported to various formats like: XML, PNG, EPS, SVG, WMF or JPEG. You can find more information or download the latest version at the <a href="http://en.wikipedia.org/wiki/Dia_%28software%29" title="DIA - official homepage" target="_blank">official homepage</a>.</p>
<p><a href="http://www.shihan-online.ch/wp-content/uploads/2007/10/palette.png" title="DIA Palette" rel="lightbox[33]"> </a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.shihan-online.ch/archives/33/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nice to have &#8211; Inkscape</title>
		<link>http://www.shihan-online.ch/archives/21</link>
		<comments>http://www.shihan-online.ch/archives/21#comments</comments>
		<pubDate>Thu, 05 Jul 2007 08:41:55 +0000</pubDate>
		<dc:creator>Shihan</dc:creator>
				<category><![CDATA[tools]]></category>
		<category><![CDATA[tool]]></category>

		<guid isPermaLink="false">http://www.shihan-online.ch/archives/21</guid>
		<description><![CDATA[Ever wanted to create some nice vector graphics? Don&#8217;t want to spend money to buy &#8220;CorelDraw&#8221; or &#8220;Xara Xtreme&#8221;. I suggest to take a look at &#8220;Inkscape&#8221;. It&#8217;s free, it&#8217;s opensource, it&#8217;s fast, easy to use, good looking and much more. The program also supports various languages (with auto detection) and is avaiable for Windows, [...]]]></description>
			<content:encoded><![CDATA[<p>Ever wanted to create some nice <a href="http://en.wikipedia.org/wiki/Vector_graphics" title="Wikipedia - Vector Graphics" target="_blank">vector</a> graphics? Don&#8217;t want to spend money to buy &#8220;CorelDraw&#8221; or &#8220;Xara Xtreme&#8221;. I suggest to take a look at &#8220;Inkscape&#8221;. It&#8217;s free, it&#8217;s opensource, it&#8217;s fast, easy to use, good looking and much more.</p>
<div align="center">
<a href="http://www.shihan-online.ch/wp-content/uploads/2007/07/inkscape.jpg" title="Inkscape" rel="lightbox[21]"><img src="http://www.shihan-online.ch/wp-content/uploads/2007/07/inkscape.thumbnail.jpg" alt="Inkscape" /></a>
</div>
<p>The program also supports various languages (with auto detection) and is avaiable for Windows, Linux and Mac OSX. You can get the latest version on the offcial homepage: <a href="http://www.inkscape.org" title="Inkscape - Official Homepage" target="_blank">http://www.inkscape.org</a></p>
<p>There you&#8217;ll also find some tutorials for beginners and some more example graphics.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shihan-online.ch/archives/21/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nice to have &#8211; FreeMind</title>
		<link>http://www.shihan-online.ch/archives/11</link>
		<comments>http://www.shihan-online.ch/archives/11#comments</comments>
		<pubDate>Fri, 22 Jun 2007 12:22:29 +0000</pubDate>
		<dc:creator>Shihan</dc:creator>
				<category><![CDATA[tools]]></category>
		<category><![CDATA[tool]]></category>

		<guid isPermaLink="false">http://www.shihan-online.ch/archives/11</guid>
		<description><![CDATA[Let&#8217;s start with a new series about different useful tools, well at least I think they are useful for me . Today in the showcase: &#8220;FreeMind&#8221;. Have you ever needed to make a mind map, maybe after a brain storming session in the office? I&#8217;m sure you know the commercial tool MindManager. FreeMind is a [...]]]></description>
			<content:encoded><![CDATA[<p>Let&#8217;s start with a new series about different useful tools, well at least I think they are useful for me <img src='http://www.shihan-online.ch/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> . Today in the showcase: &#8220;FreeMind&#8221;.</p>
<p>Have you ever needed to make a mind map, maybe after a brain storming session in the office? I&#8217;m sure you know the commercial tool MindManager. FreeMind is a free alternative under the GPL. It is avaiable for Windows, Mac OSX and Linux as it has been written with Java. All you need is a installed Java RE (&gt; 1.4). It&#8217;s very easy to use and it misses no features. The export functions are impressive. You can even export an interactive mind map to flash and place it on your website.</p>
<p><img src="http://www.shihan-online.ch/wp-content/uploads/2007/06/freemind.jpg" alt="FreeMind" /></p>
<p>Different languages like English, French, Italian or German are already build in. You can download the program at the <a href="http://freemind.sourceforge.net/wiki/index.php/Main_Page" title="FreeMind official homepage" target="_blank">official homepage</a>. I suggest you install the latest beta version (0.9.0 (Beta 9)), I had no problems with this version.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shihan-online.ch/archives/11/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

