Archive for the 'Tweaks' Category

LPC-P2148

Last week I got my LPC-P2148 ARM7 micro-controller. It’s a pretty nice development board with two serial ports, usb device controller, sd/mmc card slot, AD and DA converters and some other useful stuff.

At the start it was very hard to get it work for me. I’m a total newbie on arm controllers. In school we always had intel processors and programmed them with windows. But now I wanted to program it with Mac OS X so I needed an extra USB/Serial/JTAG adapter. In the starer kit I got an OpenOCD-USB adapter which is totally free under the GPL terms and works perfectly with Mac OS X.


LPC-P2148 Unpacking LPC-P2148 Assembled

To get that setup to work under Mac OS X (10.5.6) you need the following software parts:

Now how to get these things set up:
Continue Reading »

No Comments »

Thomas Post on March 30th 2009 in Stuff, Tweaks

Ad Blocking: as simple as possible

This week I was searching for a simple way to add an ad blocker to Safari. What I’ve found is an excellent solution. It’s just a simple css file! You put it into your user home under ~/Library/Safari/ and afterwards in Safari you go to “Preferences… -> Advanced” and select the style sheet.
Safari Settings
Here you go! Ad free surfing!

You can get that css file from http://www.floppymoose.com/ here: userContent.css

2 Comments »

Thomas Post on November 27th 2008 in Tweaks

1.1.3 REAL Jailbreak with Ziphone

Yesterday evening I updated to 1.1.3 (with restore over iTunes). After that I used this new tool to activate and jailbreak my iPhone.

  1. Boot Windows XP (The mac version doesn’t work)
  2. Install iTunes 7.4.2
  3. Download the ziphone
  4. Execute somthing like ziphone.exe -j -a (i have bootloader 3.9, so unlock (-u) won’t work)
  5. Folow the instructions on the screen
  6. Use anySim (1.3 for firmware 1.1.3) in Airplane Mode!. Skip that if you have unlocked it already in step 4
  7. Enjoy your new 1.1.3 iPhone

So now lets start arrange your icons however you want and locate yourself! In e few day’s I will write about my experience with 1.1.3.

No Comments »

Thomas Post on February 12th 2008 in Regards, Tweaks

Prevent spotlight from indexing your external hard disk

Each time when i plug-in any of my external hard disks spotlight starts to index them. I hate it!. Now i found a way to stop that. Just execute the following command in your terminal:


touch /Volumes/Name_Of_Your_HDD/.metadata_never_index

That’s it!

No Comments »

Thomas Post on February 9th 2008 in Tweaks