Mac: Switch from ulgy 3D dock to cool 2D one
filed in Uncategorized on Nov.28, 2009
Just use the command:
defaults write com.apple.dock no-glass -boolean YES; killall Dock
filed in Uncategorized on Nov.28, 2009
Just use the command:
defaults write com.apple.dock no-glass -boolean YES; killall Dock
filed in Mac, linux on Feb.27, 2009
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.