<?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>instant-thinking.de &#187; dns</title>
	<atom:link href="http://instant-thinking.de/tag/dns/feed/" rel="self" type="application/rss+xml" />
	<link>http://instant-thinking.de</link>
	<description>Just enough to get you started and leave you confused</description>
	<lastBuildDate>Thu, 26 Jan 2012 15:02:31 +0000</lastBuildDate>
	<language>de</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Subdomains auf dem Laptop ohne Schmerzen</title>
		<link>http://instant-thinking.de/2012/01/07/subdomains-auf-dem-laptop-ohne-schmerzen/</link>
		<comments>http://instant-thinking.de/2012/01/07/subdomains-auf-dem-laptop-ohne-schmerzen/#comments</comments>
		<pubDate>Sat, 07 Jan 2012 20:40:11 +0000</pubDate>
		<dc:creator>der Dennis</dc:creator>
				<category><![CDATA[]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[domain]]></category>
		<category><![CDATA[gtd]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://instant-thinking.de/?p=3476</guid>
		<description><![CDATA[Auf meinem MacBook habe ich den Apache Webserver laufen1. Das an und f&#252;r sich ist ja auch gar nichts schlimmes. Ich neige jedoch dazu, h&#228;ufiger mal Dinge lokal auszuprobieren. Die Dinge die ich ausprobiere, sind dann immer h&#252;bsch ordentlich unter ~/Sites/webapp_a oder ~/Sites/wordpress_test_b, aber auf jeden Fall unterhalb des Site-Ordners in meinem Home-Verzeichnis. Diese Ordner [...]]]></description>
			<content:encoded><![CDATA[<p>Auf meinem MacBook habe ich den Apache Webserver laufen<sup id="fnref:websharing"><a href="#fn:websharing" rel="footnote" class="liinternal">1</a></sup>. Das an und f&#252;r sich ist ja auch gar nichts schlimmes. Ich neige jedoch dazu, h&#228;ufiger mal Dinge lokal auszuprobieren. Die Dinge die ich ausprobiere, sind dann immer h&#252;bsch ordentlich unter <code>~/Sites/webapp_a</code> oder <code>~/Sites/wordpress_test_b</code>, aber auf jeden Fall unterhalb des <code>Site</code>-Ordners in meinem Home-Verzeichnis.</p>

<p>Diese Ordner sind dann &#252;ber etwas krude URLs wie <code>http://localhost/~dennis/webapp_a/</code> mit dem Browser zu erreichen. Das ist erstens doof zu tippen und zweitens auch ein Problem, wenn man Dinge testen m&#246;chte, die darauf beruhen, eben nicht in einem Unterordner  einer Site zu wohnen.</p>

<p>Das f&#252;hrte dazu, dass viel an <code>/etc/hosts</code> und dem <code>DocumentRoot</code>-Parameter der <code>apache.conf</code> rumgebaut wurde. Das macht mit zunehmender Ordner-Anzahl immer weniger Spa&#223;.</p>

<p>Gl&#252;cklicherweise gibt es aber Leute wie <a href="http://seanbehan.com/programming/setup-wildcard-subdomain-on-localhost-for-development-work-without-etchosts-tomfoolery/" class="liexternal">Sean Behan</a> und <a href="http://tbaggery.com/2010/03/04/smack-a-ho-st.html" class="liexternal">Tim Pope</a> die je eine Domain im DNS auf <code>127.0.0.1</code> aufl&#246;sen lassen.</p>

<p>Das wiederum f&#252;hrt dazu, dass man seinen eigenen Computer unter <code>http://smackaho.st/</code> und <code>http://hexxie.com/</code> erreichen kann. Und da die beiden auch noch die Aufl&#246;sung f&#252;r <code>*.hexxie.com</code> und <code>*.smackaho.st</code> auf <code>localhost</code> zeigen lassen, kann man mit einer kleinen Anpassung der Apache-Config beliebige Subdomains auf dem eigenen Computer in beliebigen Verzeichnissen unter <code>~/Sites/</code> laufen lassen.</p>

<p>Einfach das hier in die Config einbauen<sup id="fnref:pfade"><a href="#fn:pfade" rel="footnote" class="liinternal">2</a></sup>, den Apache neustarten und schon ist das Leben ein wenig leichter geworden: 
<pre class="brush: plain; title: ; notranslate">
&lt;VirtualHost *:80&gt;
    VirtualDocumentRoot /Users/dennis/Sites/%1
    ServerName automated_domains
    ServerAlias *.hexxie.com
&lt;/VirtualHost&gt;
</pre></p>

<p>Nun sind die obigen Beispiele unter <code>http://webapp_a.hexxie.com</code> und <code>http://wordpress_test_b.hexxie.com</code> zu erreichen. Einfach, elegant und <em>&#228;usserst</em> praktisch.</p>

<p>(via: <a href="http://kkovacs.eu/painless-subdomains-on-your-laptop" class="liexternal">Kristóf Kovács</a>)</p>

<div class="footnotes">
<hr />
<ol>

<li id="fn:websharing">
<p>Der ist bei jedem Mac dabei, einfach das Web-Sharing einschalten. Total gut.&#160;<a href="#fnref:websharing" rev="footnote" class="liinternal">&#8617;</a></p>
</li>

<li id="fn:pfade">
<p>Den Pfad nat&#252;rlich anpassen&#8230;&#160;<a href="#fnref:pfade" rev="footnote" class="liinternal">&#8617;</a></p>
</li>

</ol>
</div>
]]></content:encoded>
			<wfw:commentRss>http://instant-thinking.de/2012/01/07/subdomains-auf-dem-laptop-ohne-schmerzen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>QuickLinks vom 8. April bis zum 30. April</title>
		<link>http://instant-thinking.de/2011/05/04/quicklinks-vom-8-april-bis-zum-30-april/</link>
		<comments>http://instant-thinking.de/2011/05/04/quicklinks-vom-8-april-bis-zum-30-april/#comments</comments>
		<pubDate>Wed, 04 May 2011 19:51:01 +0000</pubDate>
		<dc:creator>der Dennis</dc:creator>
				<category><![CDATA[]]></category>
		<category><![CDATA[2k]]></category>
		<category><![CDATA[7]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[bsd]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[color]]></category>
		<category><![CDATA[crossplatform]]></category>
		<category><![CDATA[cygwin]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[del.icio.us]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[dropbox]]></category>
		<category><![CDATA[exodus]]></category>
		<category><![CDATA[filesharing]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[graph]]></category>
		<category><![CDATA[gtd]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[iphoto]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[keyboard]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[mediathek]]></category>
		<category><![CDATA[migration]]></category>
		<category><![CDATA[monitoring]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[ntlm]]></category>
		<category><![CDATA[organisation]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[photo]]></category>
		<category><![CDATA[photography]]></category>
		<category><![CDATA[photos]]></category>
		<category><![CDATA[pinboard]]></category>
		<category><![CDATA[proxy]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[quicksilver]]></category>
		<category><![CDATA[screenshot]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[starter]]></category>
		<category><![CDATA[sync]]></category>
		<category><![CDATA[sysadmin]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[tv]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[versioncontrol]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[vista]]></category>
		<category><![CDATA[visualization]]></category>
		<category><![CDATA[webserver]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://instant-thinking.de/?p=3036</guid>
		<description><![CDATA[Meine pinboard.in-Links vom 8. April bis zum 30. April: flickrtouchr &#8211; A Python script to grab all your photos from Flickr and dump them into a directory, organized into folders by set name. Scrup &#8211; Take a screenshot in OS X and have a URL to the picture in your pasteboard a second later. SuprSetr [...]]]></description>
			<content:encoded><![CDATA[<p>Meine <a href="http://pinboard.in/u:der_dennis" class="lipinboard">pinboard.in-Links</a> vom 8. April bis zum 30. April:</p>

<ul>
<li><a href="https://github.com/dan/hivelogic-flickrtouchr" class="liexternal">flickrtouchr</a> &#8211; A Python script to grab all your photos from Flickr and dump them into a directory, organized into folders by set name.</li>
<li><a href="https://github.com/rsms/scrup" class="liexternal">Scrup</a> &#8211; Take a screenshot in OS X and have a URL to the picture in your pasteboard a second later.</li>
<li><a href="http://jeremybrooks.net/suprsetr/" class="liexternal">SuprSetr</a> &#8211; Advanced, cross-platform set management for your Flickr photosets.</li>
<li><a href="http://zdfmediathk.sourceforge.net/" class="liexternal">MediathekView</a> &#8211; durchsucht die Online-Mediatheken verschiedener Sender l&#228;dt Beitr&#228;ge mit einem Programm eigener Wahl und kann Themen als Abos anlegen und neue Beitr&#228;ge automatisch herunterladen</li>
<li><a href="http://geoff.greer.fm/lscolors/" class="liexternal">LSCOLORS Generator</a> &#8211; Color generator for ls with preview</li>
<li><a href="http://mayrhofer.eu.org/dvcs-autosync" class="liexternal">DVCS-Autosync</a> &#8211; A personal Dropbox replacement based on Git</li>
<li><a href="http://pastmon.sourceforge.net/Wikka-1.1.6.5/wikka.php?wakka=HomePage" class="liexternal">PasTmon</a> &#8211; is a passive network traffic analyser that can measure user transaction response times of web, ftp, dns, irc, pop, mail, postgresql, and mysql database servers. You can even define your own signature rules to monitor custom TCP based applications.</li>
<li><a href="http://www.humanized.com/enso/launcher/" class="liexternal">Enso Launcher</a> &#8211; is designed to give you instant access to your applications and windows. With a few easily remembered keystrokes, you can launch an application, switch to a window by name, and control the state of your windows.</li>
<li><a href="http://cntlm.sourceforge.net/" class="liexternal">Cntlm</a> &#8211; is an NTLM / NTLM Session Response / NTLMv2 authenticating HTTP proxy intended to help you break free from the chains of Microsoft proprietary world.</li>

</ul>
]]></content:encoded>
			<wfw:commentRss>http://instant-thinking.de/2011/05/04/quicklinks-vom-8-april-bis-zum-30-april/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>QuickLinks vom 25. August bis zum 31. August</title>
		<link>http://instant-thinking.de/2010/09/01/quicklinks-vom-25-august-bis-zum-31-august/</link>
		<comments>http://instant-thinking.de/2010/09/01/quicklinks-vom-25-august-bis-zum-31-august/#comments</comments>
		<pubDate>Wed, 01 Sep 2010 16:11:59 +0000</pubDate>
		<dc:creator>der Dennis</dc:creator>
				<category><![CDATA[]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[bind]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[calculator]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[converter]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[dig]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[dvr]]></category>
		<category><![CDATA[excel]]></category>
		<category><![CDATA[firewall]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[graphic]]></category>
		<category><![CDATA[gtd]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[ip]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[iptables]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[mathe]]></category>
		<category><![CDATA[mp3]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[numbers]]></category>
		<category><![CDATA[online]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[panorama]]></category>
		<category><![CDATA[photo]]></category>
		<category><![CDATA[poster]]></category>
		<category><![CDATA[print]]></category>
		<category><![CDATA[proxy]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[simplenote]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[sync]]></category>
		<category><![CDATA[sysadmin]]></category>
		<category><![CDATA[tcp]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[tunnel]]></category>
		<category><![CDATA[txt]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[versioncontrol]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[vpn]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[webdesign]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://instant-thinking.de/?p=2542</guid>
		<description><![CDATA[Meine delicious.com-Links vom 25. August bis zum 31. August: sshuttle &#8211; Transparent proxy server that works as a poor man&#039;s VPN. Forwards over ssh. Doesn&#039;t require admin access. mNote &#8211; for Android is a fast notepad for Android allowing for offline local note editing, managment, and searching. In addition, mNote synchronizes with Simplenote Dirpy &#8211; [...]]]></description>
			<content:encoded><![CDATA[<p>Meine <a href="http://delicious.com/der_dennis" class="lidelicious">delicious.com-Links</a> vom 25. August bis zum 31. August:</p>

<ul>
<li><a href="http://github.com/apenwarr/sshuttle" class="liexternal">sshuttle</a> &#8211; Transparent proxy server that works as a poor man&#039;s VPN. Forwards over ssh. Doesn&#039;t require admin access.</li>
<li><a href="http://android.minuo.net/mnote/" class="liexternal">mNote</a> &#8211; for Android is a fast notepad for Android allowing for offline local note editing, managment, and searching. In addition, mNote synchronizes with Simplenote</li>
<li><a href="http://www.dirpy.com/" class="liexternal">Dirpy</a> &#8211; is an advanced DVR for your favorite online media. For example, use Dirpy to record your favorite YouTube videos to mp3s!</li>
<li><a href="http://www.spheredev.org/wiki/Git_for_the_lazy" class="liexternal">Git for the lazy</a> &#8211; This guide is for people who want to jump to any point in time with their project/game/whatever, and want something to use for themselves.</li>
<li><a href="http://www.madboa.com/geek/dig/#how-otherserver" class="liexternal">DiG HOWTO</a> &#8211; How to use dig to query DNS name servers</li>
<li><a href="http://www.smashingmagazine.com/2010/08/19/100-free-high-quality-wordpress-themes-for-2010/" class="liexternal">100 Free High Quality WordPress Themes: 2010 Edition</a> &#8211; </li>
<li><a href="http://posterazor.sourceforge.net/" class="liexternal">PosteRazor</a> &#8211; The PosteRazor cuts a raster image into pieces which can afterwards be printed out and assembled to a poster.</li>
<li><a href="http://www.acqualia.com/soulver/" class="liexternal">Soulver</a> &#8211; It&#039;s quicker to use than a spreadsheet, and smarter and clearer than a traditional calculator.</li>

</ul>
]]></content:encoded>
			<wfw:commentRss>http://instant-thinking.de/2010/09/01/quicklinks-vom-25-august-bis-zum-31-august/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>QuickLinks vom 26. April bis zum 12. Mai</title>
		<link>http://instant-thinking.de/2010/05/16/quicklinks-vom-26-april-bis-zum-12-mai/</link>
		<comments>http://instant-thinking.de/2010/05/16/quicklinks-vom-26-april-bis-zum-12-mai/#comments</comments>
		<pubDate>Sun, 16 May 2010 16:13:47 +0000</pubDate>
		<dc:creator>der Dennis</dc:creator>
				<category><![CDATA[]]></category>
		<category><![CDATA[7]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[cli]]></category>
		<category><![CDATA[clock]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[configurationmanagement]]></category>
		<category><![CDATA[countdown]]></category>
		<category><![CDATA[dashboard]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[driver]]></category>
		<category><![CDATA[editor]]></category>
		<category><![CDATA[enterprise]]></category>
		<category><![CDATA[filesharing]]></category>
		<category><![CDATA[filesystem]]></category>
		<category><![CDATA[filetransfer]]></category>
		<category><![CDATA[gem]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[growl]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[ip]]></category>
		<category><![CDATA[latex]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[minimalism]]></category>
		<category><![CDATA[monitoring]]></category>
		<category><![CDATA[nagios]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[online]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[sysadmin]]></category>
		<category><![CDATA[sysstat]]></category>
		<category><![CDATA[timer]]></category>
		<category><![CDATA[vista]]></category>
		<category><![CDATA[visualization]]></category>
		<category><![CDATA[wallpaper]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[webserver]]></category>
		<category><![CDATA[widget]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://instant-thinking.de/?p=2283</guid>
		<description><![CDATA[Meine delicious.com-Links vom 26. April bis zum 12. Mai: latex-lab &#8211; is an open source implementation of a web based LaTeX editor for Google Docs. adsf &#8211; A Dead Simple Fileserver is a tiny web server that you can launch instantly in any directory. NConf &#8211; NConf is a PHP based web-tool for configuring the [...]]]></description>
			<content:encoded><![CDATA[<p>Meine <a href="http://delicious.com/der_dennis" class="lidelicious">delicious.com-Links</a> vom 26. April bis zum 12. Mai:</p>

<ul>
<li><a href="http://code.google.com/p/latex-lab/" class="liexternal">latex-lab</a> &#8211; is an open source implementation of a web based LaTeX editor for Google Docs.</li>
<li><a href="http://stoneship.org/software/adsf/" class="liexternal">adsf</a> &#8211; A Dead Simple Fileserver is a tiny web server that you can launch instantly in any directory.</li>
<li><a href="http://www.nconf.org/dokuwiki/doku.php" class="liexternal">NConf</a> &#8211; NConf is a PHP based web-tool for configuring the Nagios monitoring software. It differs from similar tools by offering enterprise-class features like templates, dependencies and the ability to configure a large-scale, distributed Nagios server topology.</li>
<li><a href="http://www.baldgeeks.com/3-2-1.htm" class="liexternal">3-2-1</a> &#8211; is a countdown timer for Dashboard (OS X). It displays hours, minutes, and seconds, includes a lap function and is resizable</li>
<li><a href="http://mac.appstorm.net/roundups/graphics-roundups/60-minimal-apple-desktop-wallpapers/?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+MacAppStorm+%28Mac+AppStorm%29" class="liexternal">60 Minimal Apple Desktop Wallpapers</a> &#8211; </li>
<li><a href="http://www.drivereasy.com/" class="liexternal">Driver Easy</a> &#8211; Auto-Detect &amp; Download your Hardware Drivers, Quickly &amp; Easily.</li>
<li><a href="http://www.cmdln.org/2010/04/22/analyzing-io-performance-in-linux/?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+cmdln-org+%28cmdln.org+%28a+sysadmin+blog%29%29" class="liexternal">Analyzing I/O performance in Linux</a> &#8211; </li>
<li><a href="http://ifconfig.me/" class="liexternal">ifconfig.me</a> &#8211; Get your current external IP via curl ifconfig.me</li>
<li><a href="http://stylizedweb.com/2010/04/19/the-ultimate-wordpress-security-guide/" class="liexternal">The Ultimate WordPress Security Guide</a> &#8211; </li>
<li><a href="http://www.clockwise.ee/gasmask/" class="liexternal">Gas Mask</a> &#8211; is simple hosts file manager for Mac OS X Leopard. It enables to edit hosts files and switch between them.</li>

</ul>
]]></content:encoded>
			<wfw:commentRss>http://instant-thinking.de/2010/05/16/quicklinks-vom-26-april-bis-zum-12-mai/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>QuickLinks vom 9. Juli bis zum 13. Juli</title>
		<link>http://instant-thinking.de/2009/07/13/quicklinks-vom-9-juli-bis-zum-13-juli-2/</link>
		<comments>http://instant-thinking.de/2009/07/13/quicklinks-vom-9-juli-bis-zum-13-juli-2/#comments</comments>
		<pubDate>Mon, 13 Jul 2009 11:00:10 +0000</pubDate>
		<dc:creator>der Dennis</dc:creator>
				<category><![CDATA[]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[applescript]]></category>
		<category><![CDATA[bachelor]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[cc]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[creativecommons]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[games]]></category>
		<category><![CDATA[gesellschaft]]></category>
		<category><![CDATA[growl]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[itunes]]></category>
		<category><![CDATA[last.fm]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[medien]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[paper]]></category>
		<category><![CDATA[pdf]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[politics]]></category>
		<category><![CDATA[politik]]></category>
		<category><![CDATA[radio]]></category>
		<category><![CDATA[recht]]></category>
		<category><![CDATA[science]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[society]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[wifi]]></category>
		<category><![CDATA[wlan]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://instant-thinking.de/?p=1810</guid>
		<description><![CDATA[Meine delicious.com-Links vom 9. Juli bis zum 13. Juli: SweetFM &#8211; switches seamlessly between Last.fm and iTunes. Tune to any station and you can control Last.fm with SweetFM&#39;s interface &#8211; stop the stream and you can use it as an iTunes controller! killer spiele werte. zur komplexit&#228;t einer verbotsdebatte und ihres spielgegenstandes &#8211; allgemein geht [...]]]></description>
			<content:encoded><![CDATA[<p>Meine <a href="http://delicious.com/der_dennis" class="lidelicious">delicious.com-Links</a> vom 9. Juli bis zum 13. Juli:</p>

<ul>
<li><a href="http://www.chocomoko.com/" class="liexternal">SweetFM</a> &#8211; switches seamlessly between Last.fm and iTunes. Tune to any station and you can control Last.fm with SweetFM&#39;s interface &#8211; stop the stream and you can use it as an iTunes controller!</li>
<li><a href="http://hampuslarsson.wordpress.com/2009/06/01/killer-spiele-werte-zur-komplexitat-einer-verbotsdebatte-und-ihres-spielgegenstandes/" class="liexternal">killer spiele werte. zur komplexit&auml;t einer verbotsdebatte und ihres spielgegenstandes</a> &#8211; allgemein geht es um das thema der gewalthaltigen computerspiele (oder, wie es so gerne heisst, &ldquo;killerspiele&rdquo;), den kulturhistorische kontext, in dem man die moral-panic debatte sehen muss, zensur und werte, medienwirkungsforschung und die rechtliche situation in deutschland.</li>
<li><a href="http://www.noscope.com/fauna/" class="liexternal">Fauna</a> &#8211; Very clean theme for wordpress&#8230;</li>
<li><a href="http://mac.appstorm.net/how-to/applescript/the-ultimate-beginners-guide-to-applescript/" class="liexternal">The Ultimate Beginner&rsquo;s Guide To AppleScript</a> &#8211; </li>
<li><a href="http://trac.metasploit.com/wiki/Karmetasploit" class="liexternal">Karmetasploit</a> &#8211; KARMA + Metasploit 3 == Karmetasploit</li>

</ul>
]]></content:encoded>
			<wfw:commentRss>http://instant-thinking.de/2009/07/13/quicklinks-vom-9-juli-bis-zum-13-juli-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>QuickLinks vom 2. Mai bis zum 6. Mai</title>
		<link>http://instant-thinking.de/2009/05/06/quicklinks-vom-2-mai-bis-zum-6-mai/</link>
		<comments>http://instant-thinking.de/2009/05/06/quicklinks-vom-2-mai-bis-zum-6-mai/#comments</comments>
		<pubDate>Wed, 06 May 2009 10:01:16 +0000</pubDate>
		<dc:creator>der Dennis</dc:creator>
				<category><![CDATA[]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[conversion]]></category>
		<category><![CDATA[converter]]></category>
		<category><![CDATA[cryptography]]></category>
		<category><![CDATA[datacenter]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[divx]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[economy]]></category>
		<category><![CDATA[filesystem]]></category>
		<category><![CDATA[fuse]]></category>
		<category><![CDATA[gesellschaft]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[gpg]]></category>
		<category><![CDATA[greenit]]></category>
		<category><![CDATA[gtd]]></category>
		<category><![CDATA[gui]]></category>
		<category><![CDATA[h.264]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[id3]]></category>
		<category><![CDATA[imap]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[klang]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[mail.app]]></category>
		<category><![CDATA[mercurial]]></category>
		<category><![CDATA[mp3]]></category>
		<category><![CDATA[mp4]]></category>
		<category><![CDATA[mpeg]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[musik]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[objective-c]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[radio]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[smtp]]></category>
		<category><![CDATA[sniffer]]></category>
		<category><![CDATA[socialweb]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[system:filetype:pdf]]></category>
		<category><![CDATA[system:media:document]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[versioncontrol]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[vinyl]]></category>
		<category><![CDATA[virtualization]]></category>
		<category><![CDATA[visualization]]></category>
		<category><![CDATA[web2.0]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[xcode]]></category>

		<guid isPermaLink="false">http://instant-thinking.de/?p=1762</guid>
		<description><![CDATA[Meine delicious.com-Links vom 2. Mai bis zum 6. Mai: Dynamikschwund in der Popmusik &#8211; Tage des Donners &#8211; Ob Oasis oder Red Hot Chili Peppers: Die Popmusik hat die Unterschiede zwischen laut und leise aufgegeben. Was bleibt, sind Aufnahmen an der Grenze zum L&#228;rm. Going Green at Google &#8211; Data Center Efficiency Measurements &#8211; Packet [...]]]></description>
			<content:encoded><![CDATA[<p>Meine <a href="http://delicious.com/der_dennis" class="lidelicious">delicious.com-Links</a> vom 2. Mai bis zum 6. Mai:</p>

<ul>
<li><a href="http://www.sueddeutsche.de/kultur/524/430276/text/" class="liexternal">Dynamikschwund in der Popmusik &#8211; Tage des Donners</a> &#8211; Ob Oasis oder Red Hot Chili Peppers: Die Popmusik hat die Unterschiede zwischen laut und leise aufgegeben. Was bleibt, sind Aufnahmen an der Grenze zum L&auml;rm.</li>
<li><a href="http://www.google.com/corporate/green/datacenters/" class="liexternal">Going Green at Google</a> &#8211; </li>
<li><a href="http://www.google.com/corporate/green/datacenters/measuring.html" class="liexternal">Data Center Efficiency Measurements</a> &#8211; </li>
<li><a href="http://www.selectparks.net/~julian/pg/pmwiki.php?n=Main.HomePage" class="liexternal">Packet Garden</a> &#8211; captures information about how you use the internet and uses this stored information to grow a private world you can later explore.</li>
<li><a href="http://buddypress.org/" class="liexternal">BuddyPress</a> &#8211; will transform an installation of WordPress MU into a social network platform</li>
<li><a href="http://winff.org/html/" class="liexternal">WinFF</a> &#8211; is a GUI for the command line video converter, FFMPEG. It will convert most any video file that FFmpeg will convert.</li>
<li><a href="http://www.linuxsecurity.com/content/view/117565/49/" class="liexternal">Using GnuPG with Pine for Secure E-Mail</a> &#8211; </li>
<li><a href="http://www.dma.org/~tw/pine-gpg.html" class="liexternal">Pine + GPG mini-howto</a> &#8211; </li>
<li><a href="http://db.tidbits.com/article/10253" class="liexternal">Achieving Email Bliss with IMAP, Gmail, and Apple Mail</a> &#8211; </li>
<li><a href="http://bitbucket.org/snej/murky/wiki/Home" class="liexternal">Murky</a> &#8211; is a GUI client app for the Mercurial distributed version-control system. It lets you manage repositories and source files without using a command-line.</li>
<li><a href="http://cocoadevcentral.com/d/learn_objectivec/" class="liexternal">Cocoa Dev Central: Learn Objective-C</a> &#8211; </li>
<li><a href="http://www.snowtape.com/" class="liexternal">Snowtape</a> &#8211; Recording of Internet radio stations for Mac OS X</li>
<li><a href="http://dokan-dev.net/en/download/#sshfs" class="liexternal">Dokan SSHFS</a> &#8211; is a windows program that mounts remote file systems using SSH.</li>
<li><a href="http://uptimeinstitute.org/content/view/353/319" class="liexternal">McKinsey &amp; Co. Report: Clearing the Air on Cloud Computing</a> &#8211; </li>
<li><a href="http://d1smfj0g31qzek.cloudfront.net/abovetheclouds.pdf" class="lipdf">Above the Clouds: A Berkeley View of Cloud Computing</a> &#8211; </li>
<li><a href="http://videomonkey.org/Video_Monkey/About.html" class="liexternal">Video Monkey</a> &#8211; is a free video encoding application exclusively for Mac. It was created after the demise of the great tool Visual Hub.</li>

</ul>
]]></content:encoded>
			<wfw:commentRss>http://instant-thinking.de/2009/05/06/quicklinks-vom-2-mai-bis-zum-6-mai/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>QuickLinks vom 24. November bis zum 28. November</title>
		<link>http://instant-thinking.de/2008/12/01/quicklinks-vom-24-november-bis-zum-2-november/</link>
		<comments>http://instant-thinking.de/2008/12/01/quicklinks-vom-24-november-bis-zum-2-november/#comments</comments>
		<pubDate>Mon, 01 Dec 2008 06:51:24 +0000</pubDate>
		<dc:creator>der Dennis</dc:creator>
				<category><![CDATA[]]></category>
		<category><![CDATA[adc]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[beta]]></category>
		<category><![CDATA[bios]]></category>
		<category><![CDATA[bootmanager]]></category>
		<category><![CDATA[cheatsheet]]></category>
		<category><![CDATA[cocoa]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[deutschland]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[efi]]></category>
		<category><![CDATA[filesystem]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[germany]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[hollywood]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[installer.app]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[jailbreak]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[list]]></category>
		<category><![CDATA[log]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[politics]]></category>
		<category><![CDATA[rtfm]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[screensaver]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[socialweb]]></category>
		<category><![CDATA[society]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[support]]></category>
		<category><![CDATA[sysadmin]]></category>
		<category><![CDATA[txt]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[uph]]></category>
		<category><![CDATA[versioncontrol]]></category>
		<category><![CDATA[visualization]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[web2.0]]></category>
		<category><![CDATA[wiki]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[xcode]]></category>

		<guid isPermaLink="false">http://instant-thinking.de/?p=1558</guid>
		<description><![CDATA[Meine delicious.com-Links vom 24. November bis zum 28. November: Recording SSH sessions &#8211; Possible from client and server side&#8230; Mit dem Bundestag zur&#252;ck ins Web 1.0 &#8211; Perl-Blog &#8211; Gesetzeswidrige Abfrage pers&#246;nlicher Daten, komplizierte Benutzerf&#252;hrung und Software mit Sicherheitsl&#252;cken kennzeichnen die neue Online-Petitions-Webseite. Triple Booting Your Mac &#8211; Nice walkthrough&#8230; 2 Cheat Sheets for Incident [...]]]></description>
			<content:encoded><![CDATA[<p>Meine <a href="http://delicious.com/der_dennis" class="lidelicious">delicious.com-Links</a> vom 24. November bis zum 28. November:</p>

<ul>
<li><a href="http://www.jms1.net/ssh-record.shtml" class="liexternal">Recording SSH sessions</a> &#8211; Possible from client and server side&#8230;</li>
<li><a href="http://www.perl-blog.de/2008/11/bundestag-web-einsnull.html" class="liexternal">Mit dem Bundestag zur&uuml;ck ins Web 1.0 &#8211; Perl-Blog</a> &#8211; Gesetzeswidrige Abfrage pers&ouml;nlicher Daten, komplizierte Benutzerf&uuml;hrung und Software mit Sicherheitsl&uuml;cken kennzeichnen die neue Online-Petitions-Webseite.</li>
<li><a href="http://www.anomalousanomaly.com/2008/10/31/triple-booting-your-mac/" class="liexternal">Triple Booting Your Mac</a> &#8211; Nice walkthrough&#8230;</li>
<li><a href="http://isc.sans.org/diary.html?storyid=5354" class="liexternal">2 Cheat Sheets for Incident Handling</a> &#8211; </li>
<li><a href="http://fancy.klade.lv/" class="liexternal">FancyBox</a> &#8211; fancy image zooming tool, very nice alternative to lightbox.</li>
<li><a href="http://www.apple.com/downloads/macosx/icons_screensavers/hollywoodscreensaver.html" class="liexternal">Hollywood Screen Saver</a> &#8211; A timelapse postcard from the City of Angels.</li>
<li><a href="http://etherpad.com/" class="liexternal">EtherPad</a> &#8211; Realtime Collaborative Text Editing. Think SubEthaEdit for the Web.</li>
<li><a href="http://ripdev.com/pusher/" class="liexternal">pusher</a> &#8211; Installer.app without the need to jailbreak?</li>
<li><a href="http://letmegooglethatforyou.com/" class="liexternal">Let me google that for you</a> &#8211; Hilarious! Just what I need!</li>
<li><a href="http://developer.apple.com/mac/articles/scriptingautomation/cocoaappswithmacruby.html" class="liexternal">Developing Cocoa Applications Using MacRuby</a> &#8211; with MacRuby, you can create Mac OS X applications with Ruby while maintaining the peformance benefits of a fully fledged Cocoa application. This article will show you how to get started with MacRuby and build your first sample application.</li>
<li><a href="http://www.unperfekthaus.de/projekte/mac-user-treff" class="liexternal">Mac User Treff im Unperfekhaus</a> &#8211; Jeden letzten Montag im Monat um 18 Uhr: Offener Treff f&uuml;r Apple Mac User und solche, die es (vielleicht) werden wollen. Der  mStore aus dem Limbecker Platz &uuml;bernimmt Eintritt/Getr&auml;nkeflatrate f&uuml;r jeden, der mit einem Mac kommt&#8230;</li>
<li><a href="http://nova.zonengoere.net/doku.php?id=server:dns" class="liexternal">Liste mit &ouml;ffentlichen DNS Servern</a> &#8211; Might come in handy&#8230;</li>
<li><a href="http://gitx.frim.nl/" class="liexternal">GitX</a> &#8211; is a git GUI specifically for Mac OS X</li>
<li><a href="http://www.macupdate.com/info.php/id/15585" class="liexternal">Show\Hide Files</a> &#8211; is an application created to cause the Finder to show Unix files and other hidden files.</li>

</ul>
]]></content:encoded>
			<wfw:commentRss>http://instant-thinking.de/2008/12/01/quicklinks-vom-24-november-bis-zum-2-november/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>QuickLinks vom 09. Oktober bis zum 13. Oktober</title>
		<link>http://instant-thinking.de/2008/10/14/quicklinks-vom-09-oktober-bis-zum-13-oktober/</link>
		<comments>http://instant-thinking.de/2008/10/14/quicklinks-vom-09-oktober-bis-zum-13-oktober/#comments</comments>
		<pubDate>Tue, 14 Oct 2008 09:36:47 +0000</pubDate>
		<dc:creator>der Dennis</dc:creator>
				<category><![CDATA[]]></category>
		<category><![CDATA[adapter]]></category>
		<category><![CDATA[addressbook]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[bookmarks]]></category>
		<category><![CDATA[bsd]]></category>
		<category><![CDATA[cacti]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[creditcrisis]]></category>
		<category><![CDATA[dhcp]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[economy]]></category>
		<category><![CDATA[editor]]></category>
		<category><![CDATA[finance]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[gtd]]></category>
		<category><![CDATA[gui]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[ical]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[knot]]></category>
		<category><![CDATA[knoten]]></category>
		<category><![CDATA[ldap]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[mms]]></category>
		<category><![CDATA[monitoring]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[nagios]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[notification]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[pfadfinder]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[politics]]></category>
		<category><![CDATA[rrdtool]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[scout]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[shoes]]></category>
		<category><![CDATA[snowman]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[sync]]></category>
		<category><![CDATA[sysadmin]]></category>
		<category><![CDATA[textmate]]></category>
		<category><![CDATA[toread]]></category>
		<category><![CDATA[translation]]></category>
		<category><![CDATA[unicode]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[visualization]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://instant-thinking.de/?p=1475</guid>
		<description><![CDATA[Meine delicious.com-Links vom 09. Oktober bis zum 13. Oktober: http://☃.net/ &#8211; ☃ TextMate Basics Tutorial &#8211; After having setup your TextMate, this Tutorial will show you around the basic features of TextMate. This is a must for everyone who wants to use TextMate seriously. Ruby&#39;s Ambition &#8211; is a framework for writing adapters. Adapters are [...]]]></description>
			<content:encoded><![CDATA[<p>Meine <a href="http://delicious.com/der_dennis" class="lidelicious">delicious.com-Links</a> vom 09. Oktober bis zum 13. Oktober:</p>

<ul>
<li><a href="http://☃.net/" class="liexternal">http://☃.net/</a> &#8211; ☃</li>
<li><a href="http://projects.serenity.de/textmate/tutorials/basics/" class="liexternal">TextMate Basics Tutorial</a> &#8211; After having setup your TextMate, this Tutorial will show you around the basic features of TextMate. This is a must for everyone who wants to use TextMate seriously.</li>
<li><a href="http://ambition.rubyforge.org/" class="liexternal">Ruby&#39;s Ambition</a> &#8211; is a framework for writing adapters. Adapters are RubyGems which depend on the ambition gem and are named something along the lines of ambitious-activerecord. They typically use Ambition to turn plain jane Ruby into some sort of domain specific query which can be executed.</li>
<li><a href="http://swirlyspace.com/iphone/apps/mms/index.html" class="liexternal">Swirly MMS</a> &#8211; MMS Application for jailbroken iPhones&#8230; Pricetag: 8 $.</li>
<li><a href="http://subscribe2.wordpress.com/" class="liexternal">Subscribe2 Plugin</a> &#8211; declares itself the beste WordPress email subscription plugin&#8230;</li>
<li><a href="http://ruby.about.com/od/shoes/Shoes.htm" class="liexternal">Shoes</a> &#8211; Information and tutorials on the Shoes GUI toolkit for Ruby.</li>
<li><a href="http://www.kuro5hin.org/story/2008/9/30/21320/5383" class="liexternal">The Credit Crisis and the Bailout in Plain English</a> &#8211; </li>
<li><a href="http://bhami.com/rosetta.html" class="liexternal">Rosetta Stone for Unix</a> &#8211; What do they call that in this world?</li>
<li><a href="http://www.animatedknots.com/" class="liexternal">Animated Knots by Grog</a> &#8211; Learn a hellofalot knots&#8230;</li>
<li><a href="http://www.fruux.com/" class="liexternal">fruux</a> &#8211; is a lightweight and convenient system preference pane, that syncs your Address Book, Calendars, Tasks and Bookmarks between different Macs.</li>
<li><a href="http://www.ossim.net/home.php" class="liexternal">OSSIM</a> &#8211; stands for Open Source Security Information Management. Its goal is to provide a comprehensive compilation of tools which, when working together, grant a network/security administrator with detailed view over each and every aspect of his networks/hosts/physical access devices/server/etc&#8230;</li>
<li><a href="http://sauron.jyu.fi/" class="liexternal">Sauron</a> &#8211; is a scalable system for management of DNS &amp; DHCP services</li>

</ul>
]]></content:encoded>
			<wfw:commentRss>http://instant-thinking.de/2008/10/14/quicklinks-vom-09-oktober-bis-zum-13-oktober/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>QuickLinks vom 19. September bis zum 23. September</title>
		<link>http://instant-thinking.de/2008/09/24/quicklinks-vom-19-september-bis-zum-23-september/</link>
		<comments>http://instant-thinking.de/2008/09/24/quicklinks-vom-19-september-bis-zum-23-september/#comments</comments>
		<pubDate>Wed, 24 Sep 2008 20:42:11 +0000</pubDate>
		<dc:creator>der Dennis</dc:creator>
				<category><![CDATA[]]></category>
		<category><![CDATA[42]]></category>
		<category><![CDATA[adams]]></category>
		<category><![CDATA[addressbook]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[book]]></category>
		<category><![CDATA[cheatsheet]]></category>
		<category><![CDATA[cli]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[cover]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[divx]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[gtd]]></category>
		<category><![CDATA[h.264]]></category>
		<category><![CDATA[hhgttg]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[iPod]]></category>
		<category><![CDATA[itunes]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[keynote]]></category>
		<category><![CDATA[literature]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[mp4]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[online]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[powerpoint]]></category>
		<category><![CDATA[presentation]]></category>
		<category><![CDATA[psychology]]></category>
		<category><![CDATA[quicktime]]></category>
		<category><![CDATA[reading]]></category>
		<category><![CDATA[sciencefiction]]></category>
		<category><![CDATA[scifi]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[sysadmin]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[visualization]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[web2.0]]></category>
		<category><![CDATA[webdesign]]></category>
		<category><![CDATA[wiki]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://instant-thinking.de/?p=1417</guid>
		<description><![CDATA[Meine delicious.com-Links vom 19. September bis zum 23. September: iGenres &#8211; Using this application you can easily change pictures that represent musical genres in new iTunes 8 grid view. Build Ajax-based Web sites with PHP &#8211; Learn the process of writing Asynchronous JavaScript + XML (Ajax) applications using native JavaScript&#8482; code and PHP. This article [...]]]></description>
			<content:encoded><![CDATA[<p>Meine <a href="http://delicious.com/der_dennis" class="lidelicious">delicious.com-Links</a> vom 19. September bis zum 23. September:</p>

<ul>
<li><a href="http://victor.fm/igenres/" class="liexternal">iGenres</a> &#8211; Using this application you can easily change pictures that represent musical genres
in new iTunes 8 grid view.</li>
<li><a href="http://www.ibm.com/developerworks/library/wa-aj-php/" class="liexternal">Build Ajax-based Web sites with PHP</a> &#8211; Learn the process of writing Asynchronous JavaScript + XML (Ajax) applications using native JavaScript&trade; code and PHP. This article introduces a few different frameworks and application program interfaces (APIs) that reduce the amount of code you need to write to achieve a complete Ajax-based Web application.</li>
<li><a href="http://www.smashingmagazine.com/2008/09/15/wordpress-developers-toolbox/" class="liexternal">WordPress Developer&rsquo;s Toolbox</a> &#8211; This post provides all kinds of WordPress-related resources to do just that.</li>
<li><a href="http://namingschemes.com/Main_Page" class="liexternal">Network Naming Schemes</a> &#8211; Good names for nodes of any kind&#8230;</li>
<li><a href="http://www.boreout.com/index.php?option=com_content&amp;task=view&amp;id=54&amp;Itemid=214" class="liexternal">Diagnose Boreout</a> &#8211; </li>
<li><a href="http://mashable.com/2008/09/19/top-wordpress-themes/" class="liexternal">Top 12 Stunning WordPress Theme</a> &#8211; </li>
<li><a href="http://www.isquint.org/" class="liexternal">iSquint</a> &#8211; s an iPod video conversion app for Mac OS X. 
It&#39;s many times faster than QuickTime Pro, works with almost all popular video formats, and it&#39;s infinitely free-er.</li>
<li><a href="http://www.sliderocket.com/how.html" class="liexternal">SlideRocket</a> &#8211; is a rich internet application that provides for every part of the presentation lifecycle. It integrates authoring, asset management, delivery and analytics tools into a single hosted environment that allows you to quickly create stunning presentations, intelligently manage your assets, securely share your slides, and measure the results.</li>
<li><a href="http://www.guardian.co.uk/books/2008/sep/17/douglasadams" class="liexternal">Eoin Colfer to write sixth Hitchhiker&#39;s Guide book</a> &#8211; Yay!</li>
<li><a href="http://gnufoo.org/contacts/" class="liexternal">contacts</a> &#8211; gives you access to view and search all your records in the AddressBook database from the shell.</li>

</ul>
]]></content:encoded>
			<wfw:commentRss>http://instant-thinking.de/2008/09/24/quicklinks-vom-19-september-bis-zum-23-september/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Server-Umzug leicht gemacht mit mod_rewrite</title>
		<link>http://instant-thinking.de/2007/09/27/server-umzug-leicht-gemacht-mit-mod_rewrite/</link>
		<comments>http://instant-thinking.de/2007/09/27/server-umzug-leicht-gemacht-mit-mod_rewrite/#comments</comments>
		<pubDate>Thu, 27 Sep 2007 19:28:52 +0000</pubDate>
		<dc:creator>der Dennis</dc:creator>
				<category><![CDATA[]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[grafik]]></category>
		<category><![CDATA[instant-thinking.de]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[rss]]></category>
		<category><![CDATA[typo]]></category>
		<category><![CDATA[umzug]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://instant-thinking.de/2007/09/27/server-umzug-leicht-gemacht-mit-mod_rewrite/</guid>
		<description><![CDATA[Chris hatte gefragt inwiefern sich so ein Server-Umzug auf die Besucherzahlen auswirkt. Ich muss sagen dass ich sehr zufrieden bin. Mein Blog hatte eigentlich nie soo viele Besucher, aber wie es ausschaut sind die 100 Leute die hier fr&#252;her t&#228;glich reinschauten jetzt auch wieder da. Das finde ich gut, ihr seid herzlich willkommen. Man kann [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://instant-thinking.de/2007/09/16/der-umzug-laeuft/#comment-841" class="liinternal">Chris hatte gefragt</a> inwiefern sich so ein Server-Umzug auf die Besucherzahlen auswirkt.</p>

<p>Ich muss sagen dass ich sehr zufrieden bin. Mein Blog hatte eigentlich nie soo viele Besucher, aber wie es ausschaut sind die 100 Leute die hier fr&#252;her t&#228;glich reinschauten jetzt auch wieder da. Das finde ich gut, ihr seid herzlich willkommen.</p>

<p><img src='http://instant-thinking.de/wp-content/uploads/2007/09/analytics_instant-thinkingde_umzug.jpg' alt='analytics-umzugs-auszug' /></p>

<p>Man kann das Tal der DNS-Umstellung sehr gut erkennen und auch, dass in der Zeit vor dem Umzug, vermutlich wegen st&#228;ndiger QuickLinks-Postings, immer weniger Besucher kamen.</p>

<p>Am wichtigsten f&#252;r die schnelle Regeneration waren sicherlich die URL-Umleitungen von den alten Typo-Links auf die neuen WordPress-Links per <code>mod_rewrite</code>. So muss sich keine Suchmaschine eine neue URL merken, User m&#252;ssen ihre Feeds nicht umstellen und instant-thinking.de erh&#228;lt Besucher &#252;ber die alten Suchmaschineneintr&#228;ge.</p>

<p>Wer also einen Server-Umzug und/oder einen Wechsel des CMS vor sich hat, sollte auf jeden Fall an diese Umleitungen denken. Und wer von typo zu WordPress wechselt, kann hier meine Regeln (bei denen das <a href="http://www.ilovejackdaniels.com/cheat-sheets/mod_rewrite-cheat-sheet/" class="liexternal">mod_rewrite Cheat Sheet</a> sehr geholfen hat) abschreiben:</p>

<p><code class="prettyprint"></p>

<h1>Rule to transfer the old (Typo-Style)Image-Requests to their new Home:</h1>

<p>RewriteRule ^files/(.*)$ /wp-content/uploads/2007/09/$1 [R=301,L]</p>

<h1>Rule to get rid of the old article-element in the URLs:</h1>

<p>RewriteRule ^articles/(.*)$ /$1 [R=301,L]</p>

<h1>Get the old Feed URLs on Track:</h1>

<h1>Site-Feeds:</h1>

<p>RewriteRule ^xml/rss/feed&#46;xml$ /feed/ [R=301,L]
RewriteRule ^xml/atom/feed&#46;xml$ /feed/ [R=301,L]</p>

<h1>Comment-Feed:</h1>

<p>RewriteRule ^xml/rss20/comments/feed&#46;xml$ /comments/feed/ [R=301,L]</p>

<p></code></p>

<p>Ich habe die ganzen alten Grafik-Dateien in den <code>/wp-content/uploads/2007/09/</code> Ordner geworfen und Requests auf die alten Orte dahin umgeleitet, neuere Uploads werden von WordPress ja automatisch passend sortiert hochgeladen.</p>

<p>Etwas h&#228;sslich ist, dass der Atom-Feed auf den RSS-Feed umgeleitet wird, aber ich denke das werden aktuelle Feed-Reader schon verpacken&#8230;</p>

<p><em>Always remember kids, <a href="http://www.w3.org/Provider/Style/URI" class="liexternal">cool URIs don´t change</a>!</em></p>
]]></content:encoded>
			<wfw:commentRss>http://instant-thinking.de/2007/09/27/server-umzug-leicht-gemacht-mit-mod_rewrite/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

