macOS Archives

Anything related to Apple, Macs and macOS

OS X Server vs. Parallels Desktop – Overhead Differences

Screen Shot 2015-11-04 at 10.28.17

Ever wondered if there’s a difference in overhead and memory usage when you’re using a VM instead of OS X directly? Here’s a comparison for website hosting.

The above graph shows the difference of hosting one of my websites for the last few days on OS X Server (in blue) that I got from Hostgator (using their HostGator Thanksgiving Deal 2016 coupon), and in a CentOS VM under Parallels Desktop 10 on the same hardware (in red).

The traffic logs show that the amount of requests and visitors has remained the same, so we can deduce that the load put on either OS X and the VM is the same. There is a little more overhead when using the VM, but not as much as I had feared: the requests have to be forwarded to another software layer after all, and that takes some CPU power.

Let’s have a look at memory next:

Read more

How to kill the “accept incoming connections” dialogue on your Mac forever

Have you ever come across the above dialogue, asking if you’d like to “accept incoming network connections” on your Mac? It’s caused by the Firewall and it’s meant to be helpful. Because if you have an app that needs incoming network connections all the time, you can just add them to the Firewall rules (under … Read more

How to reset the PRAM (or NVRAM) on your Mac

On a recent chat with Apple support, the representative suggested I reset my PRAM. From what I understand this will clear BIOS like values that may cause a Mac to malfunction. It only takes a second to do – here’s how: Press CMD+OPTION+P+R, then start the system. You’ll need three hands or a portable keyboard … Read more

How to start Mac OS X Yosemite in Safe Mode

Hold down SHIFT during normal boot, until the loading bar appears. It will take longer than usual to start the system. Some services are not available. Safe Mode will clear several caches and verify the startup disks. From the command line, or on remote systems, boot into Safe Mode using this: sudo nvram boot-args=”-x” When … Read more

How to show hidden files in the Mac Finder

Hidden files start with a . on UNIX like systems and OS X is one of them. While we can show hidden files in a Ternimal session by using something like ls -a, it’s not so easy to convince the Finder to show such files. If ever you need to see them, execute the following … Read more

How to disable the ultra annoying Startup Sound on Mac OS X

I passionately *H*A*T*E* the startup chime that my Mac makes when I switch it on. At least on my MacBook, if the volume is turned down before I shutdown, the system restarts silently. I guess it’s somehow linked to the internal speakers. Sadly on my Mac Mini this approach doesn’t work: due to the lack … Read more