Speed up MacBook Pro by installing a SSD disk

SSD drive and extra disk for more speed, instead of DVD drive in MacBook Pro Changing out your hard disk in your MacBook Pro to an SSD disk is a great way of increase the speed of your machine. And I’m not talking about a little faster, where talking about the feeling of getting a new machine. But a SSD is still expensive and are limited when it comes to storage size. So it’s not going to be able to replace your big standard disk. The solution is simple. Replace your internal disk with a SSD disk, then remove your DVD drive and install a large 2.5" disk for your bigger files. Replace your DVD? Yes, do you use it anymore? I’m not. You need a special bracket to be able to install the extra disk, so you have to buy it. But many installation kits for replacing the DVD player also includes an external USB case to install the DVD into, so you still have access to one if you need. I bought my installation kit from Ebay for next to nothing, but didn’t include the case. As I said, I’m a modern Mac user and don’t use DVD. Hint, hint. ...

February 25, 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

Asus PA246Q ProArt Professional monitor review

Asus PA246Q ProArt Professional monitor – Made for photographers As a photographer you need to be able to really get the most out of your images, you need a color accurate monitor. You usually have to pay a lot of money to get a good monitor that’s factory calibrated and uses a IPS panel, a panel type that is better at showing correct colors than the more common (and cheaper) TN panels. But there are some reasonably priced monitors. One of them is the Asus PA246Q ProArt monitor. It’s factory calibrated and even ships with a printout of the calibration result from the factory. You can set the monitor to sRGB or Adobe RGB 1998 color space directly on the front controls of the monitor. It’s also has fairly high resolution with 24" size 1920x1200 pixels. ...

January 19, 2012

My favorite commands in .bash_profile on Mac OS X

Here are some additions to my .bash_profile for making life easier. I especially like that completion now ignores case. Makes navigating the file system so much faster. Give them a spin. [cc lang=“bash”]export HISTCONTROL=erasedups export HISTSIZE=10000 shopt -s histappend set completion-ignore-case on [/cc]

November 24, 2010

MAMP WordPress Error establishing a database connection

I’ve installed MAMP on my Mac to do some changes to my blog. I tried to set the WordPress wp-config.php file to connect to localhost:8889, but got an error that It could not connect to the database. After replacing localhost:8889 to 127.0.0.1:8889 it works. My quick guess is that permissions for the root user is set to allow connections 127.0.0.1, but not localhost. Anyway, it works now. My wp-config.php file looks like this: ...

March 20, 2009

Yes, please apple, kill AppleScript

Everytime (well, last night actually) when I need to do something with Applescript I shudder with horror. The syntax is actually something you forget all the time. There must be better alternatives for Apple to use as a scripting language. I agree with this article, but Python or Ruby would be a better alternative I think.

June 3, 2008

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

Fix for constantly running fan after 10.3.8 update

[caption id=“attachment_2955” align=“alignleft” width=“400”]©John Lillis[/caption] I got fed up with the fan that’s running constantly on my Powerbook 12" rev b 867mhz after installing the 10.3.8 Update. So here’s how you do it: Download Update 10.2.8 and use Pacifist to extract /System/Library/ExtensionsAppleADM103x.kext from MacOSXUpdate10.2.8.pkg to the desktop. Do a backup of AppleADM103x.kext from your startup disk at /System/Library/Extensions to your home folder. Copy AppleADM103x.kext from your Desktop (the one you extracted from 10.2.8) to /System/Library/Extensions, you’ll need to enter the admin password to do that. Start Disk Utility and do a repair permissions on your start volume. Problem solved. Just for good measure, reset the parameter-RAM by holding down Command-Alt-P-R at startup. My machine now turns on the fans at 148 Fahrenheit instead of 125 Fahrenheit. For some reason Apple choose to change the temperature when the fan starts on Rev.A Powerbook 12" after Mac OS X 10.2.8 from 148 Fahrenheit to 125 Fahrenheit. This gives the result that the fan runs almost constantly due to the fact that the powerbook operates normally at 125 Fahrenheit. I did this hack back when Apple changed stuff in the 10.3.2 update, and they haven’t updated AppleADM103x.kext until 10.3.8. ...

February 11, 2005

Usenet - The forgotten network

[caption id=“attachment_2418” align=“alignleft” width=“300”] Photo by Paul Hammond[/caption] It’s been awhile since I last logged on to Usenet to read some groups and to download stuff. I found this great application called Unison from a company called Panic. And it’s great. I even signed up for a Usenet account from them when buying the software. I now have a 10mbit line at home, and no Usenet provider has been able to provide a fast enough service to me, until now. Impressive stuff. The only downside with the account is that you only get 10gig of download. Now, that may sound like a lot, but I get through that fast. ...

March 30, 2004

Little Snitch makes sure Mac applications doesn't call home

Little Snitch keeps you covered Use Little Snitch to monitor what developers of programs sends home. Then you can stop that specific traffic. More and more programs phone home with information to the software company. Sometimes it’s harmless, like checking if a newer version is available, but sometimes they also send data like serial numbers and your registration information. So is there a way for you to control what programs can do? Yes, there is! There’s an excellent program called Little Snitch that monitors all communication from applications on your Mac OS X machine and asks you if the information is allowed to be sent over the internet. ...

October 13, 2003