Tag: MacOS

How to enable root user and password on MacOS Yosemite

Here is another example of Apple making things easy for average users and convoluted for more advanced users. Trying to set up git on MacOS, you have to run something like this early on: $ git config –global user.name “User Name” $ git config –global user.email “user@address.com” This should work, unless you installed Xcode some time before and forgotten all about…

Continue reading

Synchronizing contacts

A few tips to synchronize contacts between iOS, MacOS, Gmail and Outlook. Use Google as a common thread across platforms and devices GOSyncMod is a standalone utility on Windows to synchronize contacts between Outlook and Gmail. On iOS and MacOS, use a CardDAV account to synchronize your contact with Google. Once all lists are in sync with Google Contacts, these…

Continue reading

Installing GCC on MacOS

It’s a familiar chain of installation: In order to install NLTK for a workshop about Natural Language Processing First you have to install Python, then install NLTK and dependencies, including Python Setup tools. Find out Numpy doesn’t compile because GCC is not available No worries, GCC is part of XCode tools, which requires a 3Gb download package (!) and signing…

Continue reading

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