macOS

Cloudready on VMWare Fusion on MacOS

Trying to get Cloudready going on VMWare Fusion on Mac I downloaded CloudReady-Home-v78-x64.ovf and discovered I had to rename it to CloudReady-Home-v78-x64.ova to get VMWare Fusion to import it. Enable in VM Virtualisation to Complete Linux (Beta) Terminal...

Bash alias to copy ssh public key

If you need to copy and paste your public key into dozens of different VM's in Azure or AWS this can be handy. It copies your public ssh key to the clip board and displays it on screen # put this into ~/.bash_profile alias getkey="cat ~/.ssh/id_rsa.pub | tee...

MAC Address Changer for MacOS

If you have the need to change your MAC Address on you MacBook Pro. You can use macchanger which is a command line utility installed using home brew. brew install macchanger Then to show your current MAC address macchanger -s en0 Then to change it to something random...

MacOS Mojave Application Upgrade Tweaks

Docker Community Edition Docker Community Edition runs and you can start a container from the command line, so the native virtualization layer seems to be functioning, but the Kitematic application complains of missing a 'native setup'. But after several reboots this...

Brew Wine on MacOS Ugly Fonts

Wine 3.0.1 MacOS 10.13.5 If you have recently done a brew install wine and found that suddenly your fonts are ugly. A work-a-round is: to remove the current version of XQuartz (2.7.11) and downgrade to XQuartz-2.7.9.dmg install the wine stable version...

MacOS doesn’t need Cups-PDF because of this

I recently tried to install Cups-PDF on macOS Sierra but it failed. However because macOS pretty much prints PDF native you just have to go fishing in /private/var/spool/cups and fish out the PDF data files and rename them and you have a copy of the file you want....

[SOLVED] MacOS Sierra Scanning Fail

Fixed It! Update: So I just made a change to the printer configuration NOT the Mac Sierra software and the scanner is now working.  Log into the OfficeJet Pro 8620 Printer using the web interface and do the following change to the General Network Protocol Settings...

VMWare Fusion conflicts with encfs on MacOS Sierra

I had a work-a-round for osxfuse not working https://toggen.com.au/it-tips/mac-osxfuseencfs-conflicts-with-vmware-fusion-7-1-2-so-try-safe-1-4 but http://www.getsafe.org no longer works since the update to MacOS Sierra EncFS Password: the OSXFUSE file system is not...