Category: Tips

Wrong default user name for remote drive access on MacOS

I have gotten used to relying on accessing shared drives on my desktop machine from my laptop. Somehow, between OS upgrades, the default user name used to connect remotely changed from my usual account to ‘Guest’. I first started noticing this issue when file transfers from one machine to the other suddenly started returning several errors about insufficient access rights…

Continue reading

Mac Pro overheating

Twice in the last two days, I found my desktop unresponsive. The second time also had the fans running wildly. So far, everything points to something causing the CPU to overheat. Coincidentally, I noticed the latest version of Chrome getting stuck with 100% CPU on my laptop, also running MacOS. Google searches [1] and [2] pointed to occasional reports of…

Continue reading

jQuery error in Internet Explorer

One cause of error at least. Watch for stray commas at the end of an array. For example : [code] var array = [ ‘zero’, ‘one’, ‘two’, ‘three’, ‘four’,  ]; [/code] That comma after ‘four’ will be silent in most browsers. In Internet Explorer (lower than 8 at least), this will throw an error.  

Spotlight keeps on indexing forever ?

Seemingly randomly, Spotlight indexing goes on and on…. seemingly forever. It was painful to hear the hard-drive cracking away in the background. A quick search on Apple’s suport forums gave me the solution – add your bootcamp drive / partition to the exclusion list of Spotlight (in System preferences). Indexing stopped instantly !