10.31.08
Posted in interoperability, Windows, technology, OS-X at 12:45 am by tal
Ever had to read an HFS partition on a PC? from what I found - HFSExplorer is the best option out there (and of course, it is free). The downside is that it is a standalone application rather than a ‘driver/plugin’ so you can’t mount the partition - which wouldn’t be a big deal if the app would let you browse the tree while copying. Better than nothing…
Permalink
07.08.08
Posted in QuickTime, bugs/fixes, OS-X at 11:11 pm by tal
One of the annoying things on my MacBook Pro is that the speaker volume is too low. It is even more annoying when QuickTime is for some reason playing the file at a low volume so that it is very hard to hear even though both QT volume and system volume are at their max. A partial solution to this problem is a little known hidden volume setting on QT: While the movie is playing simply hit shift + up-arrow and this will increase the volume beyond the original maximum. Enjoy! [tested on version 7.5 on OS-X 10.4]
Permalink
05.29.08
Posted in Wifi, OS-X at 5:12 pm by tal
A friend of mine keeps her router's SSID hidden, which is a good practice. Sure, it is not really more secure against a hacker who has half a brain, but it does a pretty good job at preventing random people from poking at your router or trying to guess your password (which is not so hard thanks to tools such as these).
Sadly Apple's inadequate solution for a GUI for the airport makes it really hard to connect to a hidden network. This becomes very annoying if the signal is weak and you keep getting disconnected. Instead of trying to reconnect you have to manually(!) connect, which involves entering the network name all over again (it's not on the list, since it is hidden) AND the password (of course, why would it remember the password?!). *sigh*.
Solution: So, apparently apple has a neat utility that allows you to control (and get info about) your WiFi network hidden in /System/Library/PrivateFrameworks/Apple80211.framework/Versions/Current/Resources/airport (see: osxdaily).
Using this utility I was able to write a one-liner script that would connect me to her network, which makes the whole process a lot simpler.
Notice: The '-h' option reports incorrectly that the modifier required to specify the BSSID is "--bssid=<arg>" while it is actually "--ssid=<arg>"
Permalink