Archive for the ‘MacBook’ Category
Posted by jpluimers on 2013/11/29
Only a few more posts left in my “Missed Schedule” backlog. This one was from September 28, and I just needed it again today as Spotlight had some visual leftovers on one of my VMware Fusion desktops.
Thanks to Stefan Ernst:
The Finder crashed:
killall -KILL Finder
The Dock, DashBoard Widgets, or Spaces (on 10.5/10.6 – Leopard/Snow Leopard) crashed:
killall -KILL Dock
The Menubar crashed/refuses to be clickable, Spotlight misbehaves or some Menu Extra popup does not disappear:
killall -KILL SystemUIServer
One that I found myself: Read the rest of this entry »
Posted in Apple, Mac, Mac OS X / OS X / MacOS, Mac OS X 10.4 Tiger, Mac OS X 10.5 Leopard, Mac OS X 10.6 Snow Leopard, Mac OS X 10.7 Lion, MacBook, MacBook Retina, MacBook-Air, MacBook-Pro, OS X 10.8 Mountain Lion, Power User, SpotLight | Leave a Comment »
Posted by jpluimers on 2013/11/08
While an Android device connects seamlesly to a Windows computer, you need to install Android File Transfer and run it each time you want to connect to it from a Mac running OS X.
See: Connecting to a Macintosh computer via USB – Android OS Help.
–jeroen
Posted in Apple, Mac, Mac OS X / OS X / MacOS, Mac OS X 10.4 Tiger, Mac OS X 10.5 Leopard, Mac OS X 10.6 Snow Leopard, Mac OS X 10.7 Lion, MacBook, MacBook-Air, MacBook-Pro, OS X 10.8 Mountain Lion, Power User | Leave a Comment »
Posted by jpluimers on 2013/10/04
One of the things that bugged me when using Mac OS X after years of Windows usage was that the Tab key doesn’t focus buttons in dialogs.
Luckily, there is a setting for that, which by default is off.
Steps (press on a screenshot to enlarge):
Read the rest of this entry »
Posted in Apple, Keyboards and Keyboard Shortcuts, Mac, Mac OS X / OS X / MacOS, Mac OS X 10.4 Tiger, Mac OS X 10.5 Leopard, Mac OS X 10.6 Snow Leopard, Mac OS X 10.7 Lion, MacBook, MacBook-Air, MacBook-Pro, OS X 10.8 Mountain Lion, Power User | Leave a Comment »
Posted by jpluimers on 2013/07/31
Interesting:
Dialogue is a simple Mac application that uses bluetooth to connect your Mac with your phone. It allows you to answer and make normal phone calls over your Mac.
–jeroen
via: Mac App Store – Dialogue.
Posted in Apple, Mac, Mac OS X / OS X / MacOS, MacBook, MacBook Retina, MacBook-Air, MacBook-Pro, OS X 10.8 Mountain Lion, Power User | Leave a Comment »
Posted by jpluimers on 2013/07/08
When doing a lot of remote desktop and VM work from a Mac to Windows machines, the Mission Control shortcuts (like Ctrl Up/Down) often get in the way.
Since I hardly use Mission Control anyway (I run VMs and remote machines to really cut dependencies: far stronger than multiple desktops), I just disabled all the Mission Control keyboard shortcuts you see here:
Read the rest of this entry »
Posted in Apple, Keyboards and Keyboard Shortcuts, Mac, Mac OS X / OS X / MacOS, MacBook, MacBook Retina, MacBook-Air, MacBook-Pro, OS X 10.8 Mountain Lion, Power User, Windows, Windows 7, Windows 8, Windows Server 2000, Windows Server 2003, Windows Server 2003 R2, Windows Server 2008, Windows Server 2008 R2, Windows Vista, Windows XP | Leave a Comment »
Posted by jpluimers on 2013/07/05
Posted in Apple, IPSec, Mac, Mac OS X / OS X / MacOS, Mac OS X 10.7 Lion, MacBook, MacBook Retina, MacBook-Air, MacBook-Pro, Network-and-equipment, OS X 10.8 Mountain Lion, Power User, PPTP, VPN | Leave a Comment »
Posted by jpluimers on 2013/07/03
On my MacBook Retina, SugarSync prompts me to install 2.0.27, and directs me to the SugarSync 2.0 Release Notes that only lists me 2.0.23. Time to skip a version…
–jeroen
via: SugarSync 2.0 Release Notes – desktop and web apps – current release.
Posted in Apple, Mac, MacBook, MacBook Retina, Power User, Windows | Tagged: Apple, technology | Leave a Comment »
Posted by jpluimers on 2013/06/24
When Spotlight on my MacBook Air that runs OS X Lion didn’t show any results from the file system any more, I tried a lot of options, but only the final one worked: reboot:
MacBookAir:/ SuperUser$ sudo mdutil -i off
Password:
MacBookAir:/ SuperUser$ ls -al /
MacBookAir:/ SuperUser$ sudo rm -R /.Spotlight-V100
MacBookAir:/ SuperUser$ sudo mdutil -E /
/:
No index.
MacBookAir:/ SuperUser$ sudo mdutil -i on /
/:
Error: unable to perform operation. (-400)
No index.
MacBookAir:/ SuperUser$ sudo mdutil -i on -E /
/:
Error: unable to perform operation. (-400)
No index.
MacBookAir:/ SuperUser$ sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.metadata.mds.plist
com.apple.metadata.mds: Already loaded
MacBookAir:/ SuperUser$ sudo mdutil -as
/:
No index.
/.MobileBackups:
No index.
/Volumes/Firefox:
Indexing disabled.
/Volumes/MobileBackups:
Index is read-only.
/Volumes/MobileBackups/Backups.backupdb:
Index is read-only.
/Volumes/Opera:
Indexing disabled.
MacBookAir:/ SuperUser$ reboot
It was only later that I found out maybe a simpeler solution would have worked: kill all of the mdworker processes like this:
MacBookAir:/ SuperUser$ sudo killall -9 mdworker
–jeroen
Spotlight refuses to be enabled on Lion – Super User.
Posted in Apple, Mac, Mac OS X / OS X / MacOS, Mac OS X 10.7 Lion, MacBook, MacBook-Air, Power User, SpotLight | 1 Comment »
Posted by jpluimers on 2013/06/14
One of the big differences between my old 13-inch MacBook Air and (fairly new) 15-inch Retina MacBook Pro was the predictability of battery usage.
The MacBook Air lasts between 4-5 hours. The Retina MacBook anywhere between 3-5 hours.
I finally found out the cause: Chrome, Remote Desktop and VMware Fusion will often (VMware fusion immediately) switch to the discrete NVIDIA GeForce GT 650M graphics. Which uses a lot more battery (but less memory) than the integrated Intel HD 4000. Though both can drive the retina display at 2800×1600 (see Retina MacBook Pro Pushes the Limits of its Graphics Capabilities – Mac Rumors) the latter is better suited for the road warrior.
But still having the need for Chrome, Remote Desktop and VMware Fusion, I wanted a way to block switching to discrete graphics.
Luckily, quite a few sites describe how to do that:
The all come down to installing gfxCardStatus by cody krieger.
Steps to force integrated graphics: Read the rest of this entry »
Posted in Apple, Mac, MacBook, MacBook Retina, MacBook-Air, MacBook-Pro, Power User | 3 Comments »