Good News: Safari’s Autofill Sicherheitslücke behoben

Geschrieben am 31. Juli 2010 von Oliver | Keine Kommentare »

Safari LogoMit Safari 5.0.1 (bzw. 4.1.1) behebt Apple die Sicherheitslücke in Safari 4 & 5, welche es ermöglichte, alle Informationen der persönlichen Adressbuch-Visitenkarte bei einem Webseiten-Besuch automatisiert auszulesen.

Weiterlesen…

Tags ,

Windows XP: pass a file to an application that will be executed as admin user

Geschrieben am 29. Juli 2010 von Oliver | Keine Kommentare »

Windows XP LogoChallenge?
Run a Windows application as the local Admin user, and directly pass a file path to open with that app.

Fail attempts…
I thought a Windows Command Line script would be the easiest to achieve my challenge. So I tried using…

RUNAS – which runs a specific application under the given name. BUT doesn’t allow to pass a parameter (f.eg. file path)

START – starts an application and let’s you pass a parameter (f.eg. file path). BUT doesn’t allow you to start the application as a different user.

Solution!
So I continued searching the Internet, and I finally stumbled upon a hint which lead me to the solution: you need to modify a shortcut to the affected application!

In my case I had the issue with the Adobe AIR package-installer and passing directly an Adobe AIR-application to it for install.

Here’s what I did:

Weiterlesen…

Tags ,

OS X: Airport lässt sich nicht deaktivieren

Geschrieben am 09. März 2010 von Oliver | 2 Kommentare »

Heute hatte ich ein seltsames Problem mit AirPort auf meinem Mac. Und zwar konnte ich AirPort nicht mehr über das Menüelement deaktivieren. Es passierte einfach gar nichts, wenn der Befehl ausgewählt wurde.

AirPort Admin-Password Required 1

Nach kurzer Suche fand ich den Grund in den AirPort-Settings. Wobei dies nicht unbedingt die Ursache ist, aber zumindest das “gewünschte” Verhalten zurückbrachte.

Weiterlesen…

Tags ,

Doom 3 in Widescreen resolution

Geschrieben am 07. März 2010 von Oliver | Keine Kommentare »

Doom 3 Logo

Recently I had some troubles with my Doom 3 game being f*cked up a little. One of the issues was, that the resolution has been reset to 640×480 pixel and I could only change it back to 1024×768 pixel the max.

However, I was able to fix it and playing in pretty widescreen again. Here is what you need to do for your custom screen settings:

Weiterlesen…

Tags ,

AppleScript: Move Files from specific Source- to Target-Folder

Geschrieben am 03. Januar 2010 von Oliver | Keine Kommentare »

AppleScript Logo


I wanted to have an AppleScript application, that takes all the files from a specific Source-Folder and moves* them to a user defined Target-Folder.

After searching my way through different Discussion Boards and the official AppleScript Language Guide, I came up with the following working piece of code:

Weiterlesen…

Tags ,