/home/drscream

  • home
  • blog
  • gallery
  • studies
  • about
  • “Secrets” another preference tweaker

    There are so much secret preferences hidden by MacOS X. Now I have found “Secrets” the clever system preference panel for system tweaks. Developed by Alcor, who is the developer of Quicksilver. Secrets makes entering arcane text strings in Terminal a thing of the past.

    top-secrets

    Latest version (1.0.5, Leopard-only) from Secret’s page.

    Posted

    July 12, 2009

    Tags

    apple, macosx, preference, secrets

  • Apple AirPort zusammenfrickeln

    Eigentlich sagt der Titel schon alles ;-)

    Nachdem Wiedi Anfang des Jahres erfolgreich seinen 2ten AirPort auseinander-”gebrochen” hatte muss dieser ja nun auch wieder zusammengebaut werden.
    Leider scheinen AirPorts einfach nicht zum Aufsaegen gut zu sein, kann ja keiner wissen wenn das so verschweist ist … naja aufjedenfall wurden leider 3 Kabel durch die Saege beschaedigt die mussten nun “Hochprofessionell” wieder hingefrickelt werden.

    Ach einfach die Bilder anschauen :-)

    Vorher:
    airport_vorher_7455 airport_vorher_7454

    Zwischendrin:
    airport_vorher_7455 airport_vorher_7457 airport_vorher_7469

    Nachher:
    airport_vorher_8245 airport_vorher_8247 airport_vorher_8254

    Posted

    June 10, 2009

    Tags

    airport, apple, close, frickel, open

  • Apple MacBook – Toggle touchpad when pluggin the mouse

    Ohh well I love udev, that’s an really easy way to get it working:

    Create the following file /etc/udev/rules.d/10-local.rules and put in these udev rules into it:

    ACTION=="add", SUBSYSTEM=="input", ID_CLASS="mouse", RUN+="/usr/bin/synclient TouchpadOff=1"
    ACTION=="remove", SUBSYSTEM=="input", ID_CLASS="mouse",  RUN+="/usr/bin/synclient TouchpadOff=0 MaxTapTime=0;"

    After a reboot or restart of udevd everything works fine.

    Posted

    December 25, 2007

    Tags

    apple, linux, macbook

    1 comment