QuickLinks vom 26. April bis zum 12. Mai

Meine delicious.com-Links vom 26. April bis zum 12. Mai:

  • latex-lab – is an open source implementation of a web based LaTeX editor for Google Docs.
  • adsf – A Dead Simple Fileserver is a tiny web server that you can launch instantly in any directory.
  • NConf – 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.
  • 3-2-1 – is a countdown timer for Dashboard (OS X). It displays hours, minutes, and seconds, includes a lap function and is resizable
  • 60 Minimal Apple Desktop Wallpapers
  • Driver Easy – Auto-Detect & Download your Hardware Drivers, Quickly & Easily.
  • Analyzing I/O performance in Linux
  • ifconfig.me – Get your current external IP via curl ifconfig.me
  • The Ultimate WordPress Security Guide
  • Gas Mask – is simple hosts file manager for Mac OS X Leopard. It enables to edit hosts files and switch between them.

QuickLinks vom 9. Juli bis zum 13. Juli

Meine delicious.com-Links vom 9. Juli bis zum 13. Juli:

QuickLinks vom 2. Mai bis zum 6. Mai

Meine delicious.com-Links vom 2. Mai bis zum 6. Mai:

QuickLinks vom 24. November bis zum 28. November

Meine delicious.com-Links vom 24. November bis zum 28. November:

QuickLinks vom 09. Oktober bis zum 13. Oktober

Meine delicious.com-Links vom 09. Oktober bis zum 13. Oktober:

  • http://☃.net/ – ☃
  • TextMate Basics Tutorial – 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's Ambition – 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.
  • Swirly MMS – MMS Application for jailbroken iPhones… Pricetag: 8 $.
  • Subscribe2 Plugin – declares itself the beste WordPress email subscription plugin…
  • Shoes – Information and tutorials on the Shoes GUI toolkit for Ruby.
  • The Credit Crisis and the Bailout in Plain English
  • Rosetta Stone for Unix – What do they call that in this world?
  • Animated Knots by Grog – Learn a hellofalot knots…
  • fruux – is a lightweight and convenient system preference pane, that syncs your Address Book, Calendars, Tasks and Bookmarks between different Macs.
  • OSSIM – 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…
  • Sauron – is a scalable system for management of DNS & DHCP services

QuickLinks vom 19. September bis zum 23. September

Meine delicious.com-Links vom 19. September bis zum 23. September:

  • iGenres – 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 – Learn the process of writing Asynchronous JavaScript + XML (Ajax) applications using native JavaScript™ 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.
  • WordPress Developer’s Toolbox – This post provides all kinds of WordPress-related resources to do just that.
  • Network Naming Schemes – Good names for nodes of any kind…
  • Diagnose Boreout
  • Top 12 Stunning WordPress Theme
  • iSquint – s an iPod video conversion app for Mac OS X. It's many times faster than QuickTime Pro, works with almost all popular video formats, and it's infinitely free-er.
  • SlideRocket – 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.
  • Eoin Colfer to write sixth Hitchhiker's Guide book – Yay!
  • contacts – gives you access to view and search all your records in the AddressBook database from the shell.

Server-Umzug leicht gemacht mit mod_rewrite

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üher täglich reinschauten jetzt auch wieder da. Das finde ich gut, ihr seid herzlich willkommen.

analytics-umzugs-auszug

Man kann das Tal der DNS-Umstellung sehr gut erkennen und auch, dass in der Zeit vor dem Umzug, vermutlich wegen ständiger QuickLinks-Postings, immer weniger Besucher kamen.

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

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 mod_rewrite Cheat Sheet sehr geholfen hat) abschreiben:

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

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

Rule to get rid of the old article-element in the URLs:

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

Get the old Feed URLs on Track:

Site-Feeds:

RewriteRule ^xml/rss/feed.xml$ /feed/ [R=301,L] RewriteRule ^xml/atom/feed.xml$ /feed/ [R=301,L]

Comment-Feed:

RewriteRule ^xml/rss20/comments/feed.xml$ /comments/feed/ [R=301,L]

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

Etwas hässlich ist, dass der Atom-Feed auf den RSS-Feed umgeleitet wird, aber ich denke das werden aktuelle Feed-Reader schon verpacken…

Always remember kids, cool URIs don´t change!

Der Umzug läuft

Ok, wie es ausschaut legt sich langsam aber sicher der Staub des Server-Umzugs…

Die Domain instant-thinking.de ist im DNS umgetragen und die allermeisten DNS-Server weltweit haben mittlerweile die Änderung der IP-Adresse mitbekommen. Die alten Permalinks und die Feed-Adressen für die Blog-Postings und die Kommentare werden seit gestern per mod_rewrite automatisch auf die aktuellen URLs umgeleitet, um auf dem Laufenden zu bleiben solltet ihr also nichts an eurem Feed-Reader ändern müssen…

Ich mache mich dann jetzt an die Tags und an die Sidebar des neuen instant-thinking.de, danach wird ein anderes Theme das altehrwürdige Kubrick ablösen…     

Domain Hacks

Wer einen Web2.0-ishen Domainnamen sucht, und auf Vokale nicht verzichten will kann sich an die Domain Hacks wenden.

Dort gibt es nach der Eingabe eines Wortes Vorschläge für mehr oder weniger lesbare Domainnamen. Fur instant-thinking gab es:

  • http://instant-thinki.ng/
  • http://instant-think.in/g/
  • http://instant-thin.ki/ng/
  • http://instant-th.in/king/
  • http://instant.th/inking/
  • http://inst.an/t-thinking/
  • http://in.st/ant-thinking/
  • http://x.in/stant-thinking/

Jetzt muss ich mir nur noch diese Domains in Nigeria, Indien, Kiribati (WTF?), Thailand oder den niederländischen Antillen besorgen…

(via: Tice)

4.2.2.2

4.2.2.2 ist ein DNS-Server der Firma Level 3 Communications. Ausserdem ist das eine sehr einfach zu merkende IP-Adresse für den kleinen ping zwischendurch…

Alternativ habe ich auch immer noch die 194.25.2.129 (Ein Telekom DNS) in mein Gehirn eingebrannt aber die IP ist ja nun wirklich nicht sehr eingängig.

(via: anarchaia)