- The cause for all your Mac OS X mouse annoyances
- Mouse Skipping and Jumping
- Make Mac mouse acceleration more Windows-like (several suggestions / links)
Category Archives: OS X
OS X Tiling Window Manager
Are you more into tiling and showing every window on one or 2 displays instead of using OS X’s Spaces and Exposé or Mission Control? This looks like a great solution to save time and sanity:
Fast, recommended VNC clients for OS X
Some find the built-in VNC view in Mac OS X to be a bit slow or under-featured. Here are some other recommended clients, from “best/fastest” to worst. (A rough generalization based on IRC converstations.)
- ARD – Apple Remote Desktop. If you have this, try it first. It’s similar to Windows’ Remote Desktop Protocol where it sends Quartz objects instead of window rasters/graphics. But it’s not free and probably not worth it unless you are an admin or rely on remote controlling a Mac daily.
- JollysFastVNC
- VNCthing (old, hard to find, Branes recommends as faster than JollysFast)
- TigerVNC ?
- Chicken of the VNC (works but nothing special) – now just called Chicken
findinfiles3 bash script
#!/bin/bash echo "$0: Finds where a string is in current dir & subdir files matching *wildcards*.ext . " echo "Usage: findinfiles3 \"string\" \"*files\" <grep options 1,2,3. ex: -i>" echo "----------------------------------------------------------------" if [ "$1" = "" ] then echo "You must supply a string to find." exit 1 else echo "Finding '$1' in '$2'..." echo "-------------------" find . -type f -iname "$2" -exec grep $3 $4 $5 --color -l -s "$1" {} \; -exec grep $3 $4 $5 --color -n -s "$1" {} \; -exec echo " " \; fi
Example run: ~/bin/findinfiles3 “some phrase” “*” -i
Extra displays via USB
Need a 3rd display on your laptop? Everyone says Matrox. I say no!
http://sewelldirect.com/USB-to-DVI-External-Video-Card-High-Resolution.asp
These are apparently just DisplayLink adapters, which are available on MonoPrice for cheaper and with different features such as audio output.
http://www.monoprice.com/products/search.asp?keyword=usb+display+adapter&x=0&y=0
Key Remap for MacBook
Change Caps Lock or make left cmd do something different from right cmd, for example, in OS X.
http://pqrs.org/macosx/keyremap4macbook/extra.html