Mac Software

How To Install Exodus To Kodi On El Capitan OSX

Kodi is a media streaming software for all platforms OS. Exodus is an add-on that stream TV Shows and Movies for Kodi and it’s free for everyone to use. I install Exodus on my Raspberry Pi, Mac OSX and Android box to stream WD my cloud, Youtube and Netflix. At System->Files Manager->Add Source type in the URL

How To Make NTFS Partitions Writable In Mac OSX

2018-03-21 In case the ntfs-3g no longer works after Windows updates or macOS High Sierra update, we can re-install ntfs-3g by updating: xcode-select –install brew uninstall ntfs-3g brew update brew install ntfs-3g sudo mv /sbin/mount_ntfs /sbin/mount_ntfs.original3 sudo ln -s /usr/local/Cellar/ntfs-3g/*/sbin/mount_ntfs /sbin/mount_ntfs Reboot and everything should work if the Windows partition is clean – should run