Java 6 unter Leopard

OSX No Comments »

Für alle die Java 6 brauchen (z.B. für Serverside Development), waren sowohl die letzten Tiger Updates ein Greul als auch die neue Leopard Version. Ehrlich gesagt verstehe ich das Theater nicht; auf den verschiedenen Developer Conferences auf denen ich war (Cocoon Get Together, JAX, W-JAX, SAP TechEd) waren mehr und mehr MacBooks zu sehen; speziell die Get Together in Gent (die schon ein paar Jahre her ist) waren superviele Macs zu sehen. Und dann das; die neu zugewonnene Mac Gemeinde aus dem Windows Lager wird mit notorisch schlechter Java Unterstützung gegängelt.
Endlich mal ein guter Grund, warum eine Firma “Open-Source machen” sollte; das JDK ist frei verfügbar. Und unsere Kollegen aus dem FreeBSD Lager haben die selben Probleme wie wir, also kein JDK Support von Sun.
Danket dem Herrn Landon, hier gibt es ein Patch für OSX und sicherlich noch mehr spannende Dinge in Zukunft.

Living on the bleeding edge

Tools 5 Comments »

Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; de; rv:1.9b1) Gecko/2007110903 Firefox/3.0b1

Jo, der neue Firefox 3 ist raus - zumindestens als Betaversion 1 und ist für alle Firefox und Bon Echo Liebhaber unter OSX auf jeden Fall ein muss. Endlich sind native Widgets im Firefox möglich (und damit zumindestens optisch kein Grund mehr Camino zu benutzen), weiterhin gibt es das ganze auch in Safari-ähnlichem Gewand.
Bild 2
Weitere Vorteile:

  • deutlich schneller
  • wesentlich schöneres Fontrendering (was endlich fast an Safari rankommt)

Download gibts hier für den Browser, Proto müsst Ihr Euch nachinstallieren über “Themes”.

Update:
Extensions sollte man aktivieren, weil es so gut wie keine Firefox 3 Extensions gibt. Im Browser folgendes eingeben:
about:config
Dann rechte Mousetaste->Neu->boolean
Name: extensions.checkCompatibility Wert: false

***Erster*** !!!!1!!!! 10.5.1 ist verfügbar

OSX No Comments »

Tasache, ich bin wirklich der erste in der bloggenden Welt der 10.5.1 entdeckt hat.
Bild 1-4
Bild 1
Bild 1-5

MyTwitter Patch

Other stuff 2 Comments »

I’ve added MyTwitter Support on this blog, so you can see my actual working status (or whatever) below the del.icio.us links. To get it working with WordPress 2.3 I’ve patched the MyTwitter (mytwitter.zip) plugin, so it registers itself to the widget list and it can be configured without editing the theme files.
Bild 1-3

Addicted to mac?

Fun and Nerd Stuff, Switching No Comments »

Sehr lustiger Test - soll mich das nachdenklich stimmen?

78%How Addicted to Apple Are You?

Leopard does not need SSHKeychain anymore

OSX, Switching, Tools No Comments »

Leopard automatically comes with SSHKeychain support, so no external application is needed anymore. At first (before uninstalling) remove the mark “Manage (and modify) global environment variables” from SSHKeychain - then throw it away, it’s plist and remove it from the automatic startup. The easiest way is to reboot now, at least log off to remove the bash environment variable set by SSHKeychain.
Afterwards try following command:

kulawik-nb:.ssh skulawik$ echo $SSH_AUTH_SOCK
/tmp/launch-HYbqHA/Listeners

The result should be something like “/tmP/launch*” (otherwise SSHKeychain is still running).
Then change the ssh config file (this was previously done by SSHKeychain configuration):

joe ~/.ssh/config

and enter such lines (this ones could be repeated):

IdentityFile ~/.ssh/id_privat
To get best Linux experience (Page-up / down / et all) try my private Terminal.app settings for Leopard:

Linux.terminal.gz

How to enable Time Machine on unsupported volumes

OSX No Comments »

Thanks to Engadget:

Although we’ve been mostly happy with Leopard, one of the features we were most looking forward to was the ability to set Time Machine to use a NAS volume like Airport Disk, thus making laptop backups wireless and sexy (well, sort of sexy) instead of wired and cumbersome. Sadly, Apple cut the feature at the last minute, but as with all things OS X, nirvana is usually just a defaults write command away, and Volker Weber has got it sorted for us. Just pop open a terminal window and enter:

defaults write com.apple.systempreferences TMShowUnsupportedNetworkVolumes 1

and you should be able to select NAS volumes in the Time Machine prefs. Of course, you should only re-enable this for giggles — we don’t know why Apple turned it off to begin with, and it could very well be full of bugs and hose your data. Considering some of the other glitches that have cropped up in Time Machine, we’d actually recommend staying well away from this one, but if you’re desperate, by all means — go for it and let us know how it works in comments!

ScreenSharing unter Leopard

OSX No Comments »

Befindet sich unter: /System » Library » CoreServices » Screen Sharing.app

oder per vnc://1.2.3.4 im “Go” Menu.

A perl script to find large directories in a given folder

Tools No Comments »

Here’s a little perl script that can be used to find the top ten largest directories from the argument directories. To use it, save it as dirsize in your user’s .bin folder (and make it executable with chmod a+x dirsize), modify your .bashrc to add ~/bin to your path, then run something like this in Terminal: dirsize ~/*. Here’s the code:

#!/usr/bin/perl
use strict;
die “usage: $0 <directories>\n” unless @ARGV;
@ARGV = map { “‘$_’” } @ARGV;
my @results = `du -hs @ARGV`;
@results = sort human_sort @results;
@results = @results[0..9];
print @results;

#—————————————————————————
sub human_sort {
my ($size_a) = $a =~ /^(\S+)/;
my ($size_b) = $b =~ /^(\S+)/;

$size_a = $1 * 1024 if $size_a =~ /^(.*)k$/;
$size_a = $1 * 1024 * 1024 if $size_a =~ /^(.*)M$/;
$size_a = $1 * 1024 * 1024 * 1024 if $size_a =~ /^(.*)G$/;

$size_b = $1 * 1024 if $size_b =~ /^(.*)k$/;
$size_b = $1 * 1024 * 1024 if $size_b =~ /^(.*)M$/;
$size_b = $1 * 1024 * 1024 * 1024 if $size_b =~ /^(.*)G$/;

return $size_b <=> $size_a;
}

Widescreen / Letterbox für Mail.app unter Leopard (update)

OSX, Tools No Comments »

Nachdem das gute Letterbox seinen Dienst eingestellt hat oder einfach nicht mehr zuverlässig funktioniert, gibt es jetzt ein neues 10.5 Plugin für Mail.app welches den selben Zweck erfüllt.

Shapeimage 2

Update: unter http://www.daneharnett.com/widescreen/WidescreenMailPlugin.html gibt es jetzt auch eine mehrzeilige Version mit Betreff in der zweiten Zeile! SEHR COOL!

WP Theme & Icons by N.Design Studio
Entries RSS Comments RSS Log in
Stoppt die Vorratsdatenspeicherung! Jetzt klicken & handeln!Willst du auch bei der Aktion teilnehmen? Hier findest du alle relevanten Infos und Materialien: