<?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>Two Drifters &#187; Open Source</title>
	<atom:link href="http://blog.ideaday.de/max/tag/open-source/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.ideaday.de/max</link>
	<description>Off to see the world.</description>
	<lastBuildDate>Sun, 05 Feb 2012 16:48:05 +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>Winter Cleanup Code release</title>
		<link>http://blog.ideaday.de/max/2011/01/winter-cleanup-code-release/</link>
		<comments>http://blog.ideaday.de/max/2011/01/winter-cleanup-code-release/#comments</comments>
		<pubDate>Thu, 27 Jan 2011 15:04:00 +0000</pubDate>
		<dc:creator>Max</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://blog.ideaday.de/max/?p=1368</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://blog.ideaday.de/max/2011/01/winter-cleanup-code-release/' addthis:title='Winter Cleanup Code release '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div>This is a release of all old code which I found on my harddrive, related to many different projects and of different age and quality. Feel free to browse, download and use all of the code on this site. I would appreciate a backlink, but this is no must. The code has been compressed with [...]<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://blog.ideaday.de/max/2011/01/winter-cleanup-code-release/' addthis:title='Winter Cleanup Code release ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></description>
			<content:encoded><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://blog.ideaday.de/max/2011/01/winter-cleanup-code-release/' addthis:title='Winter Cleanup Code release '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div><p>This is a release of all old code which I found on my harddrive, related to many different projects and of different age and quality. Feel free to browse, download and use all of the code on this site. I would appreciate a backlink, but this is no must.</p>
<p>The code has been compressed with <a href="http://www.7-zip.org/">7zip</a>.</p>
<h2>License</h2>
<p>Unless otherwise stated all code referenced in this post is released under the <a href="http://www.opensource.org/licenses/apache2.0">Apache 2.0 open source license</a>.</p>
<p>Please double &#8211; check the code before using, I can give no warranty of any kind for its fitness for your purpose or good behaviour. Some code may be yet in unfinished and untested state.</p>
<p>Some tools and code included in my downloads originate from other authors. They have been included for your convenience, please read and respect their licences. If some license owner is unhappy with me putting their tools into my downloads, please contact me to resolve the matter.</p>
<h2>Code</h2>
<h3>1. Google Analytics Batchpatcher</h3>
<p><a href="http://ideadayblog.ideaday.netdna-cdn.com/max/wp-content/uploads/2011/01/google-analytics-batch-patcher.jpg"><img class="aligncenter size-medium wp-image-1372" title="google-analytics-batch-patcher" src="http://ideadayblog.ideaday.netdna-cdn.com/max/wp-content/uploads/2011/01/google-analytics-batch-patcher-300x258.jpg" alt="google analytics batch patcher screenshot" width="300" height="258" /></a></p>
<p>This is  an application written in Ruby, and designed with a GUI Builder (foxGUIb) based on FxRuby.  It has been processed with Erik Veenstras &amp; Cowlibob's <strong>Rubyscript2exe</strong> to create an executable package ready to run on systems without Ruby (which should be the most).</p>
<p>It's purpose is to patch a lot of HTML files simultaneously, inserting code (it must not necessarily be Google Analytics code) just before the &lt;\body&gt; closing tag.</p>
<p><strong>Usage</strong></p>
<p>Select the work directory (preferably a copy of your live files!) using the directory browser on the right by double clicking. The folder selected will be shown on top. The Application will automatically recurse in subdirectories.</p>
<p>Set the file filters (the last one allows you to set an arbitrary extension). The default selected ones are .html and .htm</p>
<p>Enter the code you want to be patched in under "Google Analytics code". This can be any kind of code.</p>
<p>Hit "Patch!", and be patient &#8211; especially for large file sets. After the application has finished processing your request, you can see what has been processed in "Output".</p>
<p>The application will search for some "magic strings" to ensure that the file has not already been patched / incorporates Google Analytics code. This will only work for the old Google Analytics code, it will patch in copies of other code every time you run it. <strong>Unfortunately, this "magic strings" will not work for the newest version of Google Analytics code.</strong></p>
<p><strong>Known Bugs and Problems</strong></p>
<ul>
<li>Apparently it hits UAC when you start it in Windows 7 (perhaps because it has a directory listing component?)</li>
<li>The application will seem to hang on a very large fileset, it will update the progress output only after processing all files.</li>
<li>There is no "dry run" option &#8211; once you hit "Patch!" the application starts processing</li>
<li>"Umlauts (ä ö ü)" will display incorrectly in the log output, but they will be processed (this is probably a limitation in Ruby's handling or rather lack of handling of UTF-8)</li>
<li>With the newest version of Google Analytics code, this tool can't recognize if a file already includes the code &#8211; and would patch it twice. Use a tool like <a href="http://www.harddisksearch.com/">HD Search and Stats</a> to find these files.</li>
</ul>
<p><strong>Download</strong></p>
<ul>
<li><a href="http://ideadayblog.ideaday.netdna-cdn.com/max/wp-content/uploads/2011/01/google-analytics-batchpatcher.exe">google-analytics-batchpatcher</a> (EXE, for Windows)</li>
<li><a href="http://ideadayblog.ideaday.netdna-cdn.com/max/wp-content/uploads/2011/01/google-analytics-batch-patcher-source.7z">google analytics batch patcher source</a> (7z, includes foxGUIb and rubyscript2exe under their respective licenses!)</li>
</ul>
<h3>2. Miscellaneous Ruby scripts</h3>
<p>Somebody may find a useful approach to some problem here. Remove the .txt extension before using the file, it is just for download purposes.</p>
<ul>
<li><a href="http://ideadayblog.ideaday.netdna-cdn.com/max/wp-content/uploads/2011/01/removecuesheet.rb_.txt">removecuesheet.rb</a><br />
Interacts with Foobar to remove cuesheets from APE (Monkey audio) files</li>
<li><a href="http://ideadayblog.ideaday.netdna-cdn.com/max/wp-content/uploads/2011/01/addcuesheet.rb_.txt">addcuesheet.rb</a><br />
Adds cuesheets to APE (Monkey audio) files using Foobar. You need to edit the script to provide the correct location of Foobar for instance.</li>
<li><a href="http://ideadayblog.ideaday.netdna-cdn.com/max/wp-content/uploads/2011/01/htmlnuke.rb_.txt">htmlnuke.rb</a><br />
Deletes all html files in the folder it is run in</li>
<li><a href="http://ideadayblog.ideaday.netdna-cdn.com/max/wp-content/uploads/2011/01/killindexhsub.rb_.txt">killindexhsub.rb</a><br />
Deletes all index*.html / index*.htm files in the folder it is run in and all subfolders of it recursively</li>
<li><a href="http://ideadayblog.ideaday.netdna-cdn.com/max/wp-content/uploads/2011/01/timer.rb_.txt">timer.rb</a><br />
Plays a sound file every 30 seconds using the Windows32 API (that's the interesting part I got off some Ruby website!)</li>
<li><a href="http://ideadayblog.ideaday.netdna-cdn.com/max/wp-content/uploads/2011/01/ruby.ebutcher.7z">ruby.ebutcher</a><br />
This script reads a webpage (which you would need to set up and modify the script accordingly), and monitors the running processes in your (Windows) system. On start it kills all "offending" processes immediately, later it waits <strong>for a random time before killing or freezing </strong>the processes. The tool needed to do this is included (its the one by <a href="http://www.sysinternals.com/">SysInternals</a>, thanks!)<br />
It is intended to serve as a crude "babysitting" tool, which does not give itself away too easily.</li>
</ul>
<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://blog.ideaday.de/max/2011/01/winter-cleanup-code-release/' addthis:title='Winter Cleanup Code release ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></content:encoded>
			<wfw:commentRss>http://blog.ideaday.de/max/2011/01/winter-cleanup-code-release/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Server Management Software</title>
		<link>http://blog.ideaday.de/max/2010/03/server-management-software/</link>
		<comments>http://blog.ideaday.de/max/2010/03/server-management-software/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 16:41:00 +0000</pubDate>
		<dc:creator>Max</dc:creator>
				<category><![CDATA[German]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[Administration]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Server Control Panel]]></category>

		<guid isPermaLink="false">http://blog.ideaday.de/max/2010/03/server-management-software/</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://blog.ideaday.de/max/2010/03/server-management-software/' addthis:title='Server Management Software '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div>Wir sind dazu bereit, den nächsten Schritt zu gehen und die Verwaltung des Webservers von manuell auf semi-manuell umzustellen. Unser Mailsystem wird nach wie vor vom Websystem abgekoppelt laufen &#8211; auf Zimbra-Basis. Für den Webserver selber rüsten wir eine Server Management Software nach. Sie muß einen typischen LAMP Server unterstützen (Linux &#8211; Debian / Apache [...]<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://blog.ideaday.de/max/2010/03/server-management-software/' addthis:title='Server Management Software ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></description>
			<content:encoded><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://blog.ideaday.de/max/2010/03/server-management-software/' addthis:title='Server Management Software '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div><p>Wir sind dazu bereit, den nächsten Schritt zu gehen und die Verwaltung des Webservers von manuell auf semi-manuell umzustellen.</p>
<p>Unser Mailsystem wird nach wie vor vom Websystem abgekoppelt laufen &#8211; auf Zimbra-Basis.</p>
<p>Für den Webserver selber rüsten wir eine Server Management Software nach. Sie muß einen typischen LAMP Server unterstützen (Linux &#8211; Debian / Apache / MySQL / PHP)</p>
<p><strong>Hier sind die Kandidaten:</strong></p>
<ol>
<li>
<div><a title="SysCP Server Management" href="http://www.syscp.org/" target="_blank">SysCP</a></p>
<p>Gut dokumentiert, aktive Community, interessanter Funktionsumfang (inklusive Resellern die ihre Kunden selbst administrieren können usw.), deutsches User Interface verfügbar.</p>
<p>Natürlich Open Source.</p>
</div>
</li>
<li>
<div><a href="http://en.wikipedia.org/wiki/Lxadmin" target="_blank">Kloxo / HyperVM</a></p>
<p>Interessant für unser Setup (OpenVZ, mehrere VPMs, &#8230;); allerdings evtl. nur auf englisch und massiver Overkill. Es heißt, dass es als Open Source released wurde, jedoch ist auf der Firmenseite etwas von Lizenzkosten die Rede &#8230;</p>
</div>
</li>
<li>
<div><a href="http://www.virtualmin.com/">http://www.virtualmin.com/</a></p>
<p>Virtualmin ist eine weitere Möglichkeit. Hier sticht ebenfalls keine Sprachunterstützung heraus, das System ist komplex und deckt z.B. detaillierte CPU Leistung usw. Statistiken ab.</p>
<p>Unterstützt einen hohen Grad von Sicherheit bei PHP &#8211; die Prozesse werden unter dem jeweiligen User ausgeführt, mit suexec und mod_fastcgi. Siehe auch: <a href="http://en.wikipedia.org/wiki/Webmin">http://en.wikipedia.org/wiki/Webmin</a></p>
</div>
</li>
<li>
<div><a href="http://openlsm.sourceforge.net/demo.php" target="_blank">OpenLSM</a></p>
<p>Eine indische Software mit einer schönen, aber leider nicht so informativen Webseite. In der Feauture Liste schaut das Produkt gut aus &#8211; Anlegen von Resellern, Monitoring, &#8230; Unterstützt auch Subversion.</p>
</div>
</li>
<li>
<div><a href="http://www.vhcs.net/index.html" target="_blank">VHCS</a></p>
<p>Obwohl auf anderen Seiten behauptet wird, dass das Projekt tot sei, ist es nicht so. Die Jungs arbeiten gerade an Release 2.6, der Web 2.0 in VHCS bringen soll. Das Interface schaut übersichtlich und aufgeräumt aus.</p>
</div>
</li>
<li>
<div><a href="http://www.openpanel.com/" target="_blank">OpenPanel</a></p>
<p>Schaut sehr, sehr gut aus &#8211; ein JavaScript zentriertes UserInterface. Leider ist es seit Juli 2008 in Beta 0.9.5 stehen geblieben. Eine 1.0 steht fast vor der Tür &#8211; sie wird Debian 5.0 unterstützen. Definitiv einen Blick wert &#8211; auch wenn es erstmal nur in Englisch ist.<br />
Wird von  <a href="http://www.panelsix.com/" target="_blank">PanelSix</a> entwickelt, hier ist die <a href="http://documentation.openpanel.com/index.php/Main_Page" target="_blank">Doku</a>.</p>
</div>
</li>
</ol>
<p>Hier ist noch ein <a href="http://en.wikipedia.org/wiki/Comparison_of_web_hosting_control_panels" target="_blank">Überblick</a> auf Wikipedia (EN).</p>
<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://blog.ideaday.de/max/2010/03/server-management-software/' addthis:title='Server Management Software ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></content:encoded>
			<wfw:commentRss>http://blog.ideaday.de/max/2010/03/server-management-software/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 1/15 queries in 0.008 seconds using disk: basic
Object Caching 403/425 objects using disk: basic
Content Delivery Network via ideadayblog.ideaday.netdna-cdn.com

Served from: blog.ideaday.de @ 2012-02-06 19:31:27 -->
