I have entered a command into terminal but I can't get it to acknowledge. I know this is painfully simple but I can't find the proper way to enter and register a command. Thanks.
It would help if you could tell us what the command is. Or copy/paste the text from the terminal window into your message so we can see what's going on.
Some commands won't generate any sort of acknowledgement. If you're not familiar with Terminal already, then likely the reason you're dabbling with it now is that you are following a command you found on a website to do some kind of customization or hack, such as this one which changes the Dock style:
It would help if you could tell us what the command is. Or copy/paste the text from the terminal window into your message so we can see what's going on.
Some commands won't generate any sort of acknowledgement. If you're not familiar with Terminal already, then likely the reason you're dabbling with it now is that you are following a command you found on a website to do some kind of customization or hack, such as this one which changes the Dock style:
Be sure to restart Safari after doing the command. Looks like you tried the command given in the comments at Mac OSX Hints. Unfortunately it had a typo. Try,
Code:
defaults write com.apple.Safari WebIconDatabaseEnabled -bool NO
The difference being write has a space after it, not connect with a . to com
Be sure to restart Safari after doing the command. Looks like you tried the command given in the comments at Mac OSX Hints. Unfortunately it had a typo. Try,
Code:
defaults write com.apple.Safari WebIconDatabaseEnabled -bool NO
The difference being write has a space after it, not connect with a . to com
Thanks bud, now it works. No more favicons. This is supposed to lead to a speed improvement. Have any idea how much or is it just one of those incremental deals? Thanks again.