Entries Tagged ‘Mac’:

Mac: Switch from ulgy 3D dock to cool 2D one

Just use the command:
defaults write com.apple.dock no-glass -boolean YES; killall Dock

Tags: ,

Leave a Comment

Wuff —- Wuff!!!

When using a mac to connect to screen running on my linux box, I would get  message: “Wuff —- Wuff!!!” whenever I used the backspace (delete) key.
This is super annoying, here is the fix:
Add:
alias screen=’TERM=screen screen’

to the .bashrc of the screen user on your linux box.

Tags: , ,

Comments (2)