Archive for the ‘Mac’ Category
running Fritz&Fertig (eng: Fritz and Chesster) in the parental control mode (Mac OS X)
Thursday, September 24th, 2009I purchased “Fritz und Fertig: Schach lernen und trainieren (”Fritz and Chesster: learn to play chess“, other languages also available). My opinion is simple: it’s a masterpiece and the best ever computer game for children.
Unfortunately, I got technical problems. Fortunately, solved them.
upgrading a macport package
Monday, December 8th, 2008Upgrading a macports (darwinports) package is not as easy as
$ sudo port upgrade something
In many cases I need the following command:
rsync server on mac os x
Tuesday, November 11th, 2008local macports (darwinports) repository, granting a network access
Tuesday, November 11th, 2008It’s quite easy to create a local MacPorts repository. Unfortunately, the documentation doesn’t say how to share the repository with others. After trials, errors and reading the source code, I’ve found the answer: the only way is rsync.
workaround for mac os x lost wifi connection
Wednesday, January 30th, 2008Update from 10.4 to 10.5 introduced a pain. After sleep and wake up, Mac losts connection to the wireless network. To reconnect, I have to specify SID and the WEP key manually. I hate it.
As a temporary solution, I found how to re-connect from a command line, thanks to the blog article “airport - the Little Known Command Line Wireless Utility”. I’ve created the file reconnect.sh and run it when required:
sudo airport -ASID –password=’$WEP_key‘
feeding 128-bit wep hex key to Mac
Wednesday, November 14th, 2007For historical reasons, my home wifi router uses a WEP 128-bit HEX key. It caused troubles while installing a Mac. The setup program accepted only 40-bit keys. Fortunately, the workaround is simple. Specify to use WEP with password, and as the password set “$0123…012345” — the character $ (dollar) followed by the key.