Battery Draining Applications on Macbook Pro

Better battery life Macbook Pro with gfxCardStatus Update: Just installed Mac OS X 10.8.4 and now it works much better. Fantastical, Growler, Hardware Grower, Scrivener and Tweetbot now works without switching cards. Later models of Macbook Pro computers comes with dual graphics card. This makes it possible to use a low performance card when not using graphics intense applications, and automatically switch to the faster, but less energy efficient card if needed. But how do you know which card is currently active? There is a great application available called gfxCardStatus that shows you when the computer switches, and even uses notifications. If your on the move and on battery power, you can force the computer to use the Integrated less power draining graphics card. If you need full speed, just select the Discrete card. The third alternative is to have it in the normal Dynamic Switching Mode. But there’s a snag when using Switching Mode. A lot of applications forces the Macbook Pro into using the Descrete high performance battery draining card, for no apparent good reason. Let’s examine that. ...

March 17, 2013

SD-Card is read-only in Mac Macbook Pro card reader - solved

After getting my Raspberry Pi I used the one built-in on my MacBook Pro, but the SanDisk SDHC-card showed up as read-only in finder on my mac, and Disk Utility refused to format it. The write protection switch on the card was correctly set, so that made me a bit baffled. But it seems that the internal card reader on the MacBook Pro is a bit finicky. [ ...

November 2, 2012

vsftpd on Ubuntu server 530 login incorrect error - fixed

When setting up my new web server I had a problem when installing vsftpd on Ubuntu Server 12.04 LTS. After doing the sudo apt-get install vsftpd and enabling login for local users, I got a “Server 530 login incorrect error” when trying to connect with a local user. The settings for disabling anonymous login and allowing local users where set in /etc/vsftpd.conf. [cc lang=“bash”]anonymous_enable=NO local_enable=YES write_enable=YES[/cc] But the ftp server still refused to let me login with any of the users on the system. I tried remove and reinstall, but the problem persisted. Finally I found a thread where others had the same problem. And here’s how to fix the problem. [cc lang=“bash”] sudo apt-get remove vsftpd sudo rm /etc/pam.d/vsftpd sudo apt-get install vsftpd [/cc] ...

May 22, 2012

Disk never sleeps in Mac OS X - how to fix it - updated

[caption id="" align=“alignright” width=“448”] Image by DigaoSPBR[/caption] My internal hard disk would continuously spin on my MacBook Pro and never goes to sleep. I replaced my internal drive on my MacBook Pro with an SSD disk, which made a massive difference in speed. At the same time, I removed the DVD unit and installed a new 500gb drive instead. The extra disk went to sleep when not in use, but then started within a couple of minutes or less. Here’s what I did to fix that problem. ...

February 6, 2012

Mac OS X 10.5.2 hangs on wake from sleep

I have had this annoying problem with my Macbook Pro. Sometimes when waking the machine from sleep, the machine can not connect to the selected Airport network and then hangs with spinning pizza of death. Apples next update to 10.5.3 looks like it will fix it. Hopfully Apple will release it soon… From Fixed list of Mac OS X update 10.5.3 - Joining AirPort network after wake issue resolved

May 21, 2008