<?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>Martin Karer</title> <atom:link href="http://sezz.at/feed/" rel="self" type="application/rss+xml" /><link>http://sezz.at</link> <description>Martin Karer</description> <lastBuildDate>Sun, 06 May 2012 11:25:45 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.2.1</generator> <item><title>Mists of Pandaria Beta Addon Fixes/Changes</title><link>http://sezz.at/blog/wow/mop-beta-addon-fixes-changes/</link> <comments>http://sezz.at/blog/wow/mop-beta-addon-fixes-changes/#comments</comments> <pubDate>Wed, 18 Apr 2012 19:21:06 +0000</pubDate> <dc:creator>Martin Karer</dc:creator> <category><![CDATA[World of Warcraft]]></category> <category><![CDATA[addons]]></category> <category><![CDATA[Beta]]></category> <category><![CDATA[MoP]]></category><guid isPermaLink="false">http://sezz.at/?p=2249</guid> <description><![CDATA[I created a simple Addon that emulates old (and most commonly used) LUA functions and frame templates from Cataclysm, because I&#8217;m too lazy to fix addons I didn&#8217;t code myself everytime when Blizzard changes the API or removes other stuff during the beta. Big thanks to _Mike from OwnedCore for releasing a simple hack that [...]]]></description> <content:encoded><![CDATA[<p>I created a simple Addon that emulates old (and most commonly used) LUA functions and frame templates from Cataclysm, because I&#8217;m too lazy to fix addons I didn&#8217;t code myself everytime when Blizzard changes the API or removes other stuff during the beta.</p><p>Big thanks to _Mike from OwnedCore for releasing a <a href="http://www.ownedcore.com/forums/world-of-warcraft/world-of-warcraft-bots-programs/346732-mop-beta-enabling-addons.html">simple hack</a> that allows us to use Addons in the current beta client. (<b style="text-transform: uppercase">It&#8217;s not my fault if you get banned for using this!</b> Also don&#8217;t report errors to Blizzard caused by faulty addons!)</p><span id="more-2249"></span><p align="center"><a href="http://cdn1.vdr.at/wordpress/wp-content/uploads/2012/04/mists-of-pandaria-addons-recount.jpg" rel="milkbox"><img src="http://cdn2.vdr.at/wordpress/wp-content/uploads/2012/04/mists-of-pandaria-addons-recount-300x187.jpg" alt="" title="Mists of Pandaria Addons" width="300" height="187" class="alignnone size-medium wp-image-2271" /></a></p><a name="functions" id="functions"></a><h3>Functions</h3><ul><li><a href="http://wowprogramming.com/docs/api/GetNumPartyMembers">GetNumPartyMembers</a></li><li><a href="http://wowprogramming.com/docs/api/GetNumRaidMembers">GetNumRaidMembers</a></li><li><a href="http://wowprogramming.com/docs/api/LootSlotIsItem">LootSlotIsItem</a></li><li><a href="http://wowprogramming.com/docs/api/UnitIsPartyLeader">UnitIsPartyLeader</a></li><li><a href="http://wowprogramming.com/docs/api/GetActiveTalentGroup">GetActiveTalentGroup</a></li><li><a href="http://wowprogramming.com/docs/api/GetPrimaryTalentTree">GetPrimaryTalentTree</a></li></ul><a name="frame-templates" id="frame-templates"></a><h3>Frame Templates</h3><ul><li>UIPanelButtonTemplate2</li></ul><a name="debugging" id="debugging"></a><h3>Debugging</h3><p><img src="http://cdn1.vdr.at/wordpress/wp-content/uploads/2012/04/slegacy-sample-error-debug-output.jpg" alt="" title="s:Legacy Debug Information" width="478" height="60" class="alignnone size-full wp-image-2266" /></p><p>You can enable a short debugging info be setting <code>outputDebugInfo</code> to <code>true</code>. It should only display every error once (but sometimes it&#8217;s buggy and debugstack() returns nothing useful &#8211; I didn&#8217;t invest a lot time in this, at least the line numbers are working, I also didn&#8217;t care about CPU efficiency.)</p><a name="other-changes" id="other-changes"></a><h3>Other Changes</h3><ul><li>BlendMode DISABLE results in a crash</li><li>CHAT_MSG_LOOT isn&#8217;t fired when looting items from mails &#8211; I&#8217;ve rewritten MailGet in <a href="http://sezz.at/projects/wow/addons/sburro/">s:Burro</a> from scratch using MAIL_INBOX_UPDATE</li><li><a href="https://github.com/p3lim/wow-ui-source">Mists of Pandaria Blizzard UI</a> (Extracted by P3lim)</li><li><a href="http://www.ownedcore.com/forums/world-of-warcraft/world-of-warcraft-bots-programs/wow-memory-editing/345377-wow-5-0-1-15464-info-dump-thread.html">Info Dump Thread</a> on OwnedCore</li><li><a href="http://www.wowinterface.com/forums/showthread.php?t=43091">Initial Changes Thread</a> on WoWInterface</li></ul><a name="tested-working-addons" id="tested-working-addons"></a><h3>Tested/Working Addons</h3><ul><li><a href="http://wow.curseforge.com/addons/auctionator/files/">Auctionator</a></li><li><a href="http://www.wowace.com/addons/atlasloot-enhanced/files/">AtlasLoot</a></li><li><a href="http://wow.curseforge.com/addons/recount/files/">Recount</a> (Graphs don&#8217;t work, they will crash the client!)</li><li><a href="http://www.wowinterface.com/downloads/info16780-0.936.html">TinyDPS</a></li></ul><a name="download" id="download"></a><h3>Download</h3><p>Current release (April 20, Client: 5.0.1-15589): <a href="http://sezz.at/download/sLegacy-20120420.zip">s:Legacy (2.93 kB)</a></p><p>If you think there&#8217;s something important missing or I interpreted a function/template wrong please leave a comment!</p><a name="updated-addons" id="updated-addons"></a><h3>Updated Addons</h3><p>If you came here looking for Mists of Pandaria addons, I updated those I regularly use:</p><ul><li><a href="https://github.com/mkarer/_NPCScan/zipball/mop">_NPCScan</a> (<a href="https://github.com/mkarer/_NPCScan/commits/mop">Changes</a>)<br /> Rename directory to _NPCScan after extracting.</li><li><a href="https://github.com/mkarer/Recount/zipball/mop">Recount</a> (<a href="https://github.com/mkarer/Recount/commits/mop">Changes</a>)<br /> Rename directory to Recount after extracting.</li></ul></ul><p>You may find other addons <a href="http://www.ownedcore.com/forums/world-of-warcraft/world-of-warcraft-bots-programs/346732-mop-beta-enabling-addons.html">here</a>.</p>]]></content:encoded> <wfw:commentRss>http://sezz.at/blog/wow/mop-beta-addon-fixes-changes/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>Microsoft Money 98 Inno Setup Script</title><link>http://sezz.at/blog/it/microsoft-money-98-inno-setup-script/</link> <comments>http://sezz.at/blog/it/microsoft-money-98-inno-setup-script/#comments</comments> <pubDate>Wed, 11 Apr 2012 17:31:00 +0000</pubDate> <dc:creator>Martin Karer</dc:creator> <category><![CDATA[IT]]></category> <category><![CDATA[Inno Setup]]></category> <category><![CDATA[Money]]></category><guid isPermaLink="false">http://sezz.at/?p=2201</guid> <description><![CDATA[Vielleicht noch für jemandem von Nutzen &#8211; Pfade zu den Quelldateien müssen logischerweise angepasst werden. Money 98 sollte damit problemlos unter Windows Vista und Windows 7 lauffähig sein. Achtung: Beim Erstellen der Registry Einträge für HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{B2A7FD52-301F-4348-B93A-638C6DE49229} wird unter Windows 7 ein Fehler gemeldet, das kann ignoriert werden. Alternativ einfach aus dem Script entfernen, die Einträge [...]]]></description> <content:encoded><![CDATA[<p>Vielleicht noch für jemandem von Nutzen &#8211; Pfade zu den Quelldateien müssen logischerweise angepasst werden.</p><p>Money 98 sollte damit problemlos unter Windows Vista und Windows 7 lauffähig sein.</p><p>Achtung: Beim Erstellen der Registry Einträge für <code>HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{B2A7FD52-301F-4348-B93A-638C6DE49229}</code> wird unter Windows 7 ein Fehler gemeldet, das kann ignoriert werden. Alternativ einfach aus dem Script entfernen, die Einträge sind scheinbar auf aktuellen Systemen sowieso bereits vorhanden.</p><p>Download: <a href="http://sezz.at/download/MSMoney98-InnoSetup.zip">Microsoft Money 98 Inno Setup (9.36 kB)</a></p>]]></content:encoded> <wfw:commentRss>http://sezz.at/blog/it/microsoft-money-98-inno-setup-script/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Kaspersky Installation mit Auswahl der Komponenten</title><link>http://sezz.at/blog/it/kaspersky-installation-benutzerdefiniert/</link> <comments>http://sezz.at/blog/it/kaspersky-installation-benutzerdefiniert/#comments</comments> <pubDate>Wed, 11 Apr 2012 15:53:17 +0000</pubDate> <dc:creator>Martin Karer</dc:creator> <category><![CDATA[IT]]></category> <category><![CDATA[kaspersky]]></category> <category><![CDATA[KAV]]></category> <category><![CDATA[KIS]]></category> <category><![CDATA[MSI]]></category> <category><![CDATA[Silent]]></category><guid isPermaLink="false">http://sezz.at/?p=2209</guid> <description><![CDATA[Schon seit einiger Zeit verzichtet Kaspersky bei der Installation auf das Auswahlmenü für die benötigten Komponenten &#8211; man kann aber trotzdem die zu installierenden Features manuell als Parameter übergeben. Folgende Komponenten stehen dabei zur Auswahl: Komponenten/Features Kaspersky Anti-Virus 2012/Kaspersky Internet-Security 2012 (WholeProductFeature) bietet den komplexen Schutz Ihres Computers vor beliebigen Bedrohungen und gefährlichen Programmen. Programmkern [...]]]></description> <content:encoded><![CDATA[<p>Schon seit einiger Zeit verzichtet Kaspersky bei der Installation auf das Auswahlmenü für die benötigten Komponenten &#8211; man kann aber trotzdem die zu installierenden Features manuell als Parameter übergeben. Folgende Komponenten stehen dabei zur Auswahl:</p><span id="more-2209"></span><p align="center"><a href="http://cdn3.vdr.at/wordpress/wp-content/uploads/2012/04/kaspersky-orca-msi-features.png" rel="milkbox"><img src="http://cdn2.vdr.at/wordpress/wp-content/uploads/2012/04/kaspersky-orca-msi-features-300x181.png" title="Kaspersky Features (laut Orca MSI Editor)" width="300" height="181" class="alignnone size-medium wp-image-2220" /></a></p><a name="komponenten-features" id="komponenten-features"></a><h3>Komponenten/Features</h3><ul><li> <b>Kaspersky Anti-Virus 2012/Kaspersky Internet-Security 2012 (<code>WholeProductFeature</code>)</b><br /> bietet den komplexen Schutz Ihres Computers vor beliebigen Bedrohungen und gefährlichen Programmen.<ul><li> <b>Programmkern und Untersuchungsaufgabe (<code>AVScannerAndCoreFeature</code>)</b><br /> Die Untersuchungsaufgabe erlaubt es, auf Befehl des Benutzers eine ausführliche Untersuchung des Computers auf gefährliche Objekte vorzunehmen.</li><li> <b>Anti-Banner (<code>AntiBannerFeature</code>)</b><br /> Anti-Banner sperrt die Anzeige von Werbebannern.</li><li> <b>Anti-Spam * (<code>AntiSpamFeature</code>)</b><br /> Anti-Spam bietet Schutz vor unerwünschen E-Mails.</li><li> <b>Datei-Anti-Virus (<code>FileAntiVirusFeature</code>)</b><br /> Datei-Anti-Virus bietet Schutz für alle Dateien auf Ihrem Computer im Augenblick, in dem auf sie zugegriffen wird.</li><li> <b>IM-Anti-Virus (<code>InstantMessengerFeature</code>)</b><br /> IM-Anti-Virus untersucht den Datenverkehr von Instant Messengern.</li><li> <b>Schutz vor Netzwerkangriffen * (<code>IntrusionShieldFeature</code>)</b><br /> Der Schutz vor Netzwerkangriffen verhindert den unerlaubten Zugriff auf und den Diebstahl von Informationen auf Ihrem Computer.</li><li> <b>Mail-Anti-Virus (<code>MailAntiVirusFeature</code>)</b><br /> Mail-Anti-Virus gewährleistet die Überwachung aller ein- und ausgehenden E-Mails auf Viren.</li><li> <b>Kindersicherung * (<code>ParentalControlFeature</code>)</b><br /> Die Kindersicherung kann die Arbeit auf dem Computer und den Start von Programmen, den Zugriff auf Internet-Ressourcen sowie Konversationen über Instant Messenger einschränken.</li><li> <b>Proaktiver Schutz (<code>ProactiveDefenseFeature</code>)</b><br /> Der Proaktive Schutz erlaubt die Abwehr unbekannter Bedrohungen und die Kontrolle über Veränderungen der Systemregistrierung sowie den Start von Programmen.</li><li> <b>Aktivitätsmonitor (<code>SystemWatcherFeature</code>)</b><br /> Der Aktivitätsmonitor sammelt Daten über die Aktionen der Programme auf Ihrem Computer.</li><li> <b>Microsoft Visual C++ 2008 Redistributable Package (x64) (<code>VCRedistX64</code>)</b></li><li> <b>Virtuelle Tastatur * (<code>VirtualKeyboardFeature</code>)</b><br /> Die Virtuelle Tastatur schützt alle einzugebenden Informationen vor Keyloggern.</li><li> <b>Web-Anti-Virus (<code>WebAntiVirusFeature</code>)</b><br /> Web-Anti-Virus verhindert, dass Viren über das HTTP-Protokoll in Ihren Computer eindringen.<ul><li> <b>Zusätzliche Features von Web-Anti-Virus (<code>WebAntiVirusAdvancedFeature</code>)</b></li></ul></li><li> <b>Programmkontrolle * (<code>HIPSFeature</code>)</b><br /> Die Programmkontrolle gewährleistet den Schutz vor unbekannten Bedrohungen sowie die Kontrolle über Veränderungen der Systemregistrierung und den Start von Programmen.<ul><li> <b>Firewall * (<code>FirewallFeature</code>)</b><br /> Die Firewall kontrolliert alle Netzwerkverbindungen und erkennt Angriffsversuche auf Ihren Computer.</li><li> <b>Online-Banking (<code>OnlineBankingFeature</code>)</b></li><li> <b>Sichere Umgebung (<code>SandboxFeature</code>)</b></li></ul></li></ul></li></ul><p>* Nur in der Version Kaspersky Internet Security verfügbar.</p><a name="beispiel-installationsaufruf" id="beispiel-installationsaufruf"></a><h3>Beispiel-Installationsaufruf</h3><pre class="brush: plain; title: ; notranslate">MSIEXEC /I KAVKIS.MSI ADDLOCAL=AVScannerAndCoreFeature,FileAntiVirusFeature,MailAntiVirusFeature SKIPPRODUCTCHECK=1 /qb REBOOT=ReallySuppress</pre><p>Silent-Installation (/qb) von Programmkern und Untersuchungsaufgabe (AVScannerAndCoreFeature), Datei-Anti-Virus (FileAntiVirusFeature) und Mail-Anti-Virus (MailAntiVirusFeature) ohne Neustart (REBOOT=ReallySuppress) und ohne auf bereits installierte Anti-Virus-Lösungen zu überprüfen (SKIPPRODUCTCHECK=1).</p><p><blockquote class="warning"><p>Die benutzerdefinierte Installation wird nicht offiziell unterst&uuml;tzt!<br /><br />Bei Problemen einfach mit anderen Kombinationen testen (ich nehme meistens nur Datei- und Mail-Anti-Virus, da das für mich ausreichend ist).</p></blockquote></p><a name="lizenzierung-und-download" id="lizenzierung-und-download"></a><h3>Lizenzierung und Download</h3><ul><li><a href="/go/kaspersky-internet-security">Kaspersky Internet Security</a></li><li><a href="/go/kaspersky-anti-virus">Kaspersky Anti-Virus</a></li></ul>]]></content:encoded> <wfw:commentRss>http://sezz.at/blog/it/kaspersky-installation-benutzerdefiniert/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>SW:ToR Forum &#8211; Disable Link Popup</title><link>http://sezz.at/blog/swtor/swtor-forum-disable-link-popup/</link> <comments>http://sezz.at/blog/swtor/swtor-forum-disable-link-popup/#comments</comments> <pubDate>Sat, 07 Jan 2012 19:31:09 +0000</pubDate> <dc:creator>Martin Karer</dc:creator> <category><![CDATA[STAR WARS: The Old Republic]]></category> <category><![CDATA[Popup]]></category> <category><![CDATA[SWToR]]></category> <category><![CDATA[Userscript]]></category> <category><![CDATA[Warning]]></category><guid isPermaLink="false">http://sezz.at/?p=2186</guid> <description><![CDATA[Annoying warnings like this one won&#8217;t help making the web safe for idiots: Install my userscript to disable it: Download:]]></description> <content:encoded><![CDATA[<p>Annoying warnings like this one won&#8217;t help making the web safe for idiots:</p><p><img src="http://cdn2.vdr.at/wordpress/wp-content/uploads/2012/01/swtor_forum_external_link_warning.png" alt="" title="SW:ToR Forum - External Link Warning" width="613" height="367" class="alignnone size-full wp-image-2188" /></p><p>Install my userscript to disable it:</p><span id="more-2186"></span><pre class="brush: jscript; title: ; notranslate">// ==UserScript==
// @name            SWTOR Forum: Disable Link Popup
// @description     Disables the annoying warning when clicking on external links. [Martin Karer, http://www.sezz.at]
// @namespace       sezz.at_swtor.com_disable_link_popup
// @include         http://*swtor.com*/community/*
// ==/UserScript==

var $ = unsafeWindow.jQuery;
$(document).ready(function() {
	$(&quot;a&quot;).die(&quot;click&quot;);
});
</pre><p>Download: <a href="http://sezz.at/download/swtor_forum_disable_link_popup.user.js">SW:ToR Forum No Link Popup Userscript (413 bytes)</a></p>]]></content:encoded> <wfw:commentRss>http://sezz.at/blog/swtor/swtor-forum-disable-link-popup/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Chrome: Anonymes Surfen (oder nicht?)</title><link>http://sezz.at/blog/browser/chrome-anonymes-surfen-oder-nicht/</link> <comments>http://sezz.at/blog/browser/chrome-anonymes-surfen-oder-nicht/#comments</comments> <pubDate>Mon, 26 Sep 2011 20:29:22 +0000</pubDate> <dc:creator>Martin Karer</dc:creator> <category><![CDATA[Browser]]></category><guid isPermaLink="false">http://sezz.at/?p=2170</guid> <description><![CDATA[Fakt: Das Inkognito-Fenster ist kein Ersatz für die seit vielen Jahren bewährte und universal einsetzbare Tarnkappe!]]></description> <content:encoded><![CDATA[<p><img src="http://cdn1.vdr.at/wordpress/wp-content/uploads/2011/09/chrome-achtung-hinter-dir.png" alt="" title="Chrome Inkognito Fenster" width="611" height="325" class="alignnone size-full wp-image-2171" /></p><p>Fakt: Das Inkognito-Fenster ist kein Ersatz für die seit vielen Jahren bewährte und universal einsetzbare <a href="http://de.wikipedia.org/wiki/Tarnkappe">Tarnkappe</a>!</p>]]></content:encoded> <wfw:commentRss>http://sezz.at/blog/browser/chrome-anonymes-surfen-oder-nicht/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>iOS 5 Beta 4 OTA Update Installation</title><link>http://sezz.at/blog/iphone/ios-5-beta-4-ota-update-installation/</link> <comments>http://sezz.at/blog/iphone/ios-5-beta-4-ota-update-installation/#comments</comments> <pubDate>Sat, 23 Jul 2011 22:33:58 +0000</pubDate> <dc:creator>Martin Karer</dc:creator> <category><![CDATA[iOS]]></category> <category><![CDATA[iPhone]]></category> <category><![CDATA[Beta]]></category> <category><![CDATA[OTA]]></category><guid isPermaLink="false">http://sezz.at/?p=2080</guid> <description><![CDATA[Idiotensicher wie man es von Apple gewohnt ist: Dank Jailbreak schlägt das Update fehl. Um das OTA Update ohne JB durchzuführen soll Zurücksetzen der Einstellungen helfen (direkt am Gerät), dank iCloud Backup geht nichts verloren.]]></description> <content:encoded><![CDATA[<p>Idiotensicher wie man es von Apple gewohnt ist:</p><a href='http://sezz.at/blog/iphone/ios-5-beta-4-ota-update-installation/attachment/ios5_over_the_air_update_1/' title='Update Reminder'><img width="94" height="142" src="http://cdn2.vdr.at/wordpress/wp-content/uploads/2011/07/ios5_over_the_air_update_1-94x142.png" class="attachment-thumbnail" alt="Update Reminder" title="Update Reminder" /></a> <a href='http://sezz.at/blog/iphone/ios-5-beta-4-ota-update-installation/attachment/ios5_over_the_air_update_2/' title='Details zum Update'><img width="94" height="142" src="http://cdn1.vdr.at/wordpress/wp-content/uploads/2011/07/ios5_over_the_air_update_2-94x142.png" class="attachment-thumbnail" alt="Details zum Update" title="Details zum Update" /></a> <a href='http://sezz.at/blog/iphone/ios-5-beta-4-ota-update-installation/attachment/ios5_over_the_air_update_3/' title='Bestimmungen'><img width="94" height="142" src="http://cdn2.vdr.at/wordpress/wp-content/uploads/2011/07/ios5_over_the_air_update_3-94x142.png" class="attachment-thumbnail" alt="Bestimmungen" title="Bestimmungen" /></a> <a href='http://sezz.at/blog/iphone/ios-5-beta-4-ota-update-installation/attachment/ios5_over_the_air_update_4/' title='Download'><img width="94" height="142" src="http://cdn1.vdr.at/wordpress/wp-content/uploads/2011/07/ios5_over_the_air_update_4-94x142.png" class="attachment-thumbnail" alt="Download" title="Download" /></a> <a href='http://sezz.at/blog/iphone/ios-5-beta-4-ota-update-installation/attachment/ios5_over_the_air_update_5/' title='Abschluss'><img width="94" height="142" src="http://cdn3.vdr.at/wordpress/wp-content/uploads/2011/07/ios5_over_the_air_update_5-94x142.png" class="attachment-thumbnail" alt="Abschluss" title="Abschluss" /></a><p>Dank Jailbreak schlägt das Update fehl. Um das OTA Update ohne JB durchzuführen soll Zurücksetzen der Einstellungen helfen (direkt am Gerät), dank iCloud Backup geht nichts verloren.</p>]]></content:encoded> <wfw:commentRss>http://sezz.at/blog/iphone/ios-5-beta-4-ota-update-installation/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Addon Updates 4.2</title><link>http://sezz.at/blog/wow/addon-updates-4-2/</link> <comments>http://sezz.at/blog/wow/addon-updates-4-2/#comments</comments> <pubDate>Sun, 03 Jul 2011 09:57:32 +0000</pubDate> <dc:creator>Martin Karer</dc:creator> <category><![CDATA[World of Warcraft]]></category><guid isPermaLink="false">http://sezz.at/?p=2059</guid> <description><![CDATA[COMBAT_LOG_EVENT_UNFILTERED wurde mal wieder geändert &#8211; folgene Addons sollten nun wieder lauffähig sein:]]></description> <content:encoded><![CDATA[<p>COMBAT_LOG_EVENT_UNFILTERED wurde mal wieder <a href="http://eu.battle.net/wow/en/forum/topic/2057506348">geändert</a> &#8211; folgene Addons sollten nun wieder lauffähig sein:</p><ul><li><a href="http://sezz.at/projects/wow/addons/scritline/">s:Critline</a></li><li><a href="http://sezz.at/projects/wow/addons/senhancer/">s:Enhancer</a></li></ul>]]></content:encoded> <wfw:commentRss>http://sezz.at/blog/wow/addon-updates-4-2/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Pirelli PRGAV4202N Reboot Script</title><link>http://sezz.at/blog/internet/pirelli-prgav4202n-reboot-script/</link> <comments>http://sezz.at/blog/internet/pirelli-prgav4202n-reboot-script/#comments</comments> <pubDate>Sat, 02 Jul 2011 22:26:58 +0000</pubDate> <dc:creator>Martin Karer</dc:creator> <category><![CDATA[Internet]]></category> <category><![CDATA[Bash]]></category> <category><![CDATA[PRGAV4202N]]></category> <category><![CDATA[Telnet]]></category><guid isPermaLink="false">http://sezz.at/?p=2053</guid> <description><![CDATA[Da sich mein Pirelli PRGAV4202N von der Telekom Austria gelegentlich weigert, nach einem Disconnect die Verbindung neu aufzubauen und auch ein manueller Reconnect nicht mehr möglich ist habe ich mir ein kleines Bash Script geschrieben, dass den Router automatisch per Telnet neustartet. Das Script wird bei mir per Cronjob alle 5 Minuten ausgeführt und überprüft [...]]]></description> <content:encoded><![CDATA[<p>Da sich mein Pirelli PRGAV4202N von der <a href="http://www.telekom.at">Telekom Austria</a> gelegentlich weigert, nach einem Disconnect die Verbindung neu aufzubauen und auch ein manueller Reconnect nicht mehr möglich ist habe ich mir ein kleines Bash Script geschrieben, dass den Router automatisch per Telnet neustartet.</p><p>Das Script wird bei mir per Cronjob alle 5 Minuten ausgeführt und überprüft den Status der Einwählverbindung (ppp0) &#8211; wenn die Verbindung beim 2. Aufruf noch offline ist wird das Gerät neu gestartet.</p><p>Wichtig: Der angegebene User benötigt Administrator Rechte (s. <a href="http://tpirelli.blogspot.com/2011/06/root-zugriff-fur-a1telekom-austria.html">hier</a> oder bei neuerer Firmware <a href="http://tpirelli.blogspot.com/2010/06/zugang-uber-ssh-cli-oder-webinterface.html">hier</a>)!</p><span id="more-2053"></span><pre class="brush: bash; title: ; notranslate">#!/bin/bash

SLEEP=1
PIRELLI_STATUS=/tmp/pirelli
PIRELLI_LOG=/root/pirelli.log
PIRELLI_IP=192.168.0.3
PIRELLI_USER=admin
PIRELLI_PASS=

if [ ! -f $PIRELLI_STATUS ]; then
        echo &quot;1&quot; &gt; $PIRELLI_STATUS
fi

pirelli_telnet() {
        (
                sleep $(( 2 * $SLEEP ))
                echo $PIRELLI_USER
                sleep $SLEEP
                echo $PIRELLI_PASS
                sleep $SLEEP
                echo &quot;$1&quot;
                sleep $SLEEP
                echo &quot;quit&quot;
        ) | telnet $PIRELLI_IP 2&gt; /dev/null
}

ONLINE=`pirelli_telnet &quot;net ifconfig ppp0&quot; | grep &quot;state=running&quot; | wc -l`
ONLINE_BEFORE=`cat $PIRELLI_STATUS`

if [ $ONLINE -eq 0 ] &amp;&amp; [ $ONLINE_BEFORE -eq 0 ]; then
        NOW=`date +&quot;%Y/%m/%d %H:%M:%S&quot;`
        echo &quot;$NOW - Rebooting...&quot; &gt;&gt; $PIRELLI_LOG
        pirelli_telnet &quot;system reboot&quot;
fi

echo &quot;$ONLINE&quot; &gt; $PIRELLI_STATUS</pre>]]></content:encoded> <wfw:commentRss>http://sezz.at/blog/internet/pirelli-prgav4202n-reboot-script/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Word: Dokument automatisiert ausdrucken und beenden</title><link>http://sezz.at/blog/batch/word-dokument-automatisiert-ausdrucken-und-beenden/</link> <comments>http://sezz.at/blog/batch/word-dokument-automatisiert-ausdrucken-und-beenden/#comments</comments> <pubDate>Thu, 23 Jun 2011 13:07:10 +0000</pubDate> <dc:creator>Martin Karer</dc:creator> <category><![CDATA[Batch Files]]></category> <category><![CDATA[word]]></category><guid isPermaLink="false">http://sezz.at/?p=1934</guid> <description><![CDATA[Für den Einsatz als Verknüpfung (zB beim Start von Windows), Batch-Datei oder ähnlichem &#8211; das Dokument wird geöffnet, auf dem Standarddrucker ausgedruckt, gespeichert und anschließend schließt sich Word wieder: Word 2003: "%ProgramFiles%\Microsoft Office\Office12\WINWORD.EXE" &#60;Pfad zum Dokument&#62; /q /mFilePrintDefault /mFileSave /mFileExit Word 2010: "%ProgramFiles%\Microsoft Office\Office14\WINWORD.EXE" &#60;Pfad zum Dokument&#62; /q /mFilePrintDefault /mFileSave /mFileClose /mFileExit]]></description> <content:encoded><![CDATA[<p>Für den Einsatz als Verknüpfung (zB beim Start von Windows), Batch-Datei oder ähnlichem &#8211; das Dokument wird geöffnet, auf dem Standarddrucker ausgedruckt, gespeichert und anschließend schließt sich Word wieder:</p><p> <b>Word 2003:</b><br/><br/> <code>"%ProgramFiles%\Microsoft Office\Office12\WINWORD.EXE" &lt;Pfad zum Dokument&gt; /q /mFilePrintDefault /mFileSave /mFileExit</code></p><p> <b>Word 2010:</b><br/><br/> <code>"%ProgramFiles%\Microsoft Office\Office14\WINWORD.EXE" &lt;Pfad zum Dokument&gt; /q /mFilePrintDefault /mFileSave /mFileClose /mFileExit</code></p>]]></content:encoded> <wfw:commentRss>http://sezz.at/blog/batch/word-dokument-automatisiert-ausdrucken-und-beenden/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Hardware IDs auslesen (Batch + WMI)</title><link>http://sezz.at/blog/batch/get-device-ids-with-batch-wmi/</link> <comments>http://sezz.at/blog/batch/get-device-ids-with-batch-wmi/#comments</comments> <pubDate>Thu, 23 Jun 2011 13:05:33 +0000</pubDate> <dc:creator>Martin Karer</dc:creator> <category><![CDATA[Batch Files]]></category> <category><![CDATA[WMI]]></category><guid isPermaLink="false">http://sezz.at/?p=1931</guid> <description><![CDATA[Ich weiß zwar nicht mehr wofür ich das verwendet habe, aber so funktionierts:]]></description> <content:encoded><![CDATA[<p>Ich weiß zwar nicht mehr wofür ich das verwendet habe, aber so funktionierts:</p><pre class="brush: bat; title: ; notranslate">FOR /F &quot;TOKENS=1 SKIP=1&quot; %%V IN ('WMIC PATH Win32_PnPEntity GET DeviceID') DO (
ECHO Device: %%V
)</pre>]]></content:encoded> <wfw:commentRss>http://sezz.at/blog/batch/get-device-ids-with-batch-wmi/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
Page Caching using disk (enhanced)
Content Delivery Network via Amazon Web Services: CloudFront: cdn1.vdr.at

Served from: www.sezz.at @ 2012-05-20 07:37:44 -->
