… Also, it appears that the „Silent Night“ package – which worked to reduce fan activity introduced in the Mac OS X 10.3.2 – is now (perhaps intentionally) non-functional… Special Report Troubleshooting Mac OS X 10.3.3
Netter Überblick – ich fühle mich bestätigt, Silent Night taugt nicht die paar Bytes die es belegt
Mac
weils besser ist
MPlayerOSX
MPlayerOSX das sind doch mal News…
10.3.3 Update
Konnte nicht wiederstehen und hab mir das Update aufgespielt – der Lüfter läuft wie erwartet…
Für das Ganze verantwortlich sind Änderungen an zwei Systemdateien: AppleADM103x.kext, AppleADT746x.kext
. Diese sorgen dafür, dass das Gerät nicht mehr so heiß wird – mich stört das jedoch nicht (und Apple war das 10.3.1 auch egal). Die Lösung für dieses Problem ist auf den ersten Blick recht einfach: die alten Dateien wieder drüber installieren und das Programm Silent Night macht genau das.
Nunja, ich habs installiert und danach auch mein PRAM gzappt (beim Booten CTRL+ALT+p+r drücken und 3 mal rebooten lassen), danach springt der Lüfter zwar immer noch ab und zu an, jedoch nimmer so oft. Ich wart mal ab – wenn es erträglich ist, dann lass ichs, wenn nicht dann bügel ich wieder die 10.3.1 drüber… war ja eigentlich damit zufrieden, aber da ist ja dieser Drang in mir.
OS X 10.3.3 ist raus
Aber hall0, darauf hab ich jetzt schon seit über 3 Wochen gewartet.
ABER: Genau diese Meldung wollte ich nicht:
Warum jubeln immer alle wenn ein Rechner schneller bootet? Ich will gar nicht mehr booten müssen. Das war mit ein Grund auf Mac zu switchen. Kann bisher subjektiv keine Verbesserungen erkennen auf meinem 12″ Powerbook. Viel wichtiger ist – das das Lüfterproblem immer noch nicht korrigiert wurde für Apples Mobilrechner. Sehr ärgerlich. gefunden bei macnews.de
Schade, wo mein Tag doch so schon begonnen hatte… hab ich hier eigentlich schon mal bemerkt, dass das macnews.de-Forum wirklich scheiße ist? Die Kommunikation findet fast ausschließlich über die Überschriften statt. Die vielen Screenshoots vom Über diesen Mac-Dialog im Forum von mactechnews.de helfen mir auch nicht wirklich weiter. Naja, egal dafür ist Sommer.
Perl editing and debugging environment for Mac OS X
Darauf hat die (OS X-) Welt gewartet:
Affrus 1.0 an integrated Perl editing and debugging environment for Mac OS X.
Parsing iCal
iCal Files parsen mit Perl und PHP:
http://developer.apple.com/internet/appleapplications/icalendarfiles.html
bash on Mac OS X
Auch unter OS X unverzichtbar: bash on Mac OS X
Once more: Create bootable ISO Image CDs using Disk Utility
macosxhints.com: Create bootable ISO Image CDs using Disk Utility
1. Insert a blank CD into a supported burner
2. When the Finder dialog appears, select „Open other application“ for the desired action
3. Navigate as you prefer and then select „Disk Utility“ as the desired application to open
4. After Disk Utility opens, drag the ISO image file to the lower portion (below the horizontal divider) of the left-hand pane where disks and volumes are displayed in the Disk Utility dialog
5. Select the ISO image file,
6. Click the „Burn“ icon at the top-left of the Disk Utility dialog.
… [read more]
dmg to iso and toast
To convert the file to an ISO image, type the following command at your terminal window:
hdiutil convert /path/to/filename.dmg -format UDTO -o /path/to/savefile.iso
To convert the file to an TOAST image, type the following command at your terminal window:
hdiutil convert /path/to/filename.dmg -format UDTO -o /path/to/savefile
Speed up Samba on Panther
File transfer over SMB is extremely slow on Panther. I had this problems with Win XP as client but other Wins should have the same problem. I found this solution in http://discussions.info.apple.com:
RE: File transfer over SMB extremely slow
( msg # 6.: Posted Nov 17, 03 1:35 pm )
Apple shipped Panther with some extremely non-optimal kernel tcp defaults.
So the solution for slow NFS/SMB tranfers requires a bit of Terminal magic:
sudo sysctl -w net.inet.tcp.delayed_ack=0
sudo sysctl -w net.inet.tcp.mssdflt=1460
sudo sysctl -w net.inet.tcp.sendspace=65535
sudo sysctl -w net.inet.tcp.recvspace=65535
sudo sysctl -w net.inet.tcp.newreno=1
(Settings courtesy of Chris Zubrzycki
With these kernel settings SMB transfer speed went from 50kB/s to 1.3MB/s and NFS transfer speed from 190kB/s to 1.9MB/s [read more]