This morning I started getting "Safari Can't Find the Server" on a multitude of sites when loading in Safari, while pings were successful and Chrome was loading pages. The fix? Flush the DNS cache. …
Tag: chrome
If you’re like me, you probably don’t really like Chrome’s built in print dialog box and would prefer to just use the OS X default print dialog. No problem! Just fire up Terminal and enter the command below, restart Chrome, and you’re good to go! $ defaults write com.google.Chrome DisablePrintPreview -boolean true Note: This only works for Mac OS X, not Windows. …