<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>MacOS on Notities</title><link>https://d8224bcf.backup-website.pages.dev/en/tags/macos/</link><description>Recent content in MacOS on Notities</description><generator>Hugo</generator><language>en</language><lastBuildDate>Mon, 20 Jul 2026 22:38:58 +0200</lastBuildDate><atom:link href="https://d8224bcf.backup-website.pages.dev/en/tags/macos/index.xml" rel="self" type="application/rss+xml"/><item><title>Deskflow: Control multiple computers with 1 keyboard and mouse for: macOS, Windows and Linux</title><link>https://d8224bcf.backup-website.pages.dev/en/blog/2025-deskflow-bedien-meerdere-computers-met-1-keyboard-en-muis-voor-macos-windows-en-linux/</link><pubDate>Mon, 24 Mar 2025 17:57:51 +0000</pubDate><guid>https://d8224bcf.backup-website.pages.dev/en/blog/2025-deskflow-bedien-meerdere-computers-met-1-keyboard-en-muis-voor-macos-windows-en-linux/</guid><description>&lt;p&gt;With Deskflow you control multiple computers — macOS, Windows or Linux — using a single mouse and keyboard. It works as a software-based KVM switch (without video) and is sponsored by Synergy. This program is still actively maintained, with an intuitive interface that makes it easy to use. Tip: disable TLS in the settings for a smooth start.&lt;/p&gt;
&lt;p&gt;Download it via: &lt;a href="https://github.com/deskflow/deskflow/releases"&gt;https://github.com/deskflow/deskflow/releases&lt;/a&gt;. Look for the &amp;ldquo;latest&amp;rdquo; tag and check all assets for the correct version!&lt;/p&gt;</description></item><item><title>macOS desktop extended across 3 screens: iMac, MacBook and iPad</title><link>https://d8224bcf.backup-website.pages.dev/en/blog/2023-macos-desktop-extended-over-3-schermen/</link><pubDate>Sun, 26 Nov 2023 15:16:27 +0000</pubDate><guid>https://d8224bcf.backup-website.pages.dev/en/blog/2023-macos-desktop-extended-over-3-schermen/</guid><description>&lt;p&gt;In the setup I use I have the following 3 devices:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;iMac 27&amp;quot; late 2015 with OpenCore Legacy Patcher Sonoma: 14.1.1&lt;/li&gt;
&lt;li&gt;MacBook Pro 15&amp;quot; late 2016 with OpenCore Legacy Patcher Sonoma: 14.1.1&lt;/li&gt;
&lt;li&gt;iPad 10.2&amp;quot; 7th Gen with iPadOS version: 17.1.1&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;They are connected to the same WiFi network.&lt;/p&gt;
&lt;p&gt;Steps:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;On the iMac go to: System Settings -&amp;gt; Displays&lt;/li&gt;
&lt;li&gt;Click the plus sign to the right of the Built-in Display&lt;/li&gt;
&lt;li&gt;Choose under Mirror or Extend to: MacBook Pro&lt;/li&gt;
&lt;li&gt;Choose under Link keyboard and mouse to: iPad&lt;/li&gt;
&lt;li&gt;You now see the 3 screens under Displays, but it is not yet extended across all 3&lt;/li&gt;
&lt;li&gt;Click on the iPad&lt;/li&gt;
&lt;li&gt;Choose for the option: &amp;ldquo;Use as&amp;rdquo; - select: Extend or mirrored display&lt;/li&gt;
&lt;li&gt;You now see the same desktop on all 3 devices&lt;/li&gt;
&lt;li&gt;And you can drag applications from the iMac to the MacBook or the iPad&lt;/li&gt;
&lt;/ol&gt;</description></item><item><title>Multiple versions of Java on macOS</title><link>https://d8224bcf.backup-website.pages.dev/en/blog/2023-multiple-versions-of-java-on-macos/</link><pubDate>Wed, 27 Sep 2023 17:43:18 +0000</pubDate><guid>https://d8224bcf.backup-website.pages.dev/en/blog/2023-multiple-versions-of-java-on-macos/</guid><description>&lt;pre tabindex="0"&gt;&lt;code&gt;$ ls -al /usr/local/opt/ | grep -i openjdk

$ brew install jenv

$ jenv add /Library/Java/JavaVirtualMachines/openjdk-17.jdk/Contents/Home/

$ jenv versions
$ jenv local 1.8
$ java -version
$ jenv global 1.8
$ java -version
$ jenv shell 1.8
$ java -version
$ jenv versions
&lt;/code&gt;&lt;/pre&gt;</description></item><item><title>The Linux mlocate command on macOS</title><link>https://d8224bcf.backup-website.pages.dev/en/blog/2023-the-linux-mlocate-command-under-macos/</link><pubDate>Wed, 27 Sep 2023 17:40:13 +0000</pubDate><guid>https://d8224bcf.backup-website.pages.dev/en/blog/2023-the-linux-mlocate-command-under-macos/</guid><description>&lt;p&gt;&lt;strong&gt;The Linux mlocate command under macOS&lt;/strong&gt;&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;sudo /usr/libexec/locate.updatedb

sudo ln -s /usr/libexec/locate.updatedb /usr/local/bin/updatedb
&lt;/code&gt;&lt;/pre&gt;</description></item><item><title>Sharing files with MS-DOS 6.22 in VirtualBox and macOS</title><link>https://d8224bcf.backup-website.pages.dev/en/blog/2023-sharing-files-with-ms-dos-6-22-in-virtualbox-and-macos/</link><pubDate>Sun, 17 Sep 2023 12:29:24 +0000</pubDate><guid>https://d8224bcf.backup-website.pages.dev/en/blog/2023-sharing-files-with-ms-dos-6-22-in-virtualbox-and-macos/</guid><description>&lt;p&gt;How to create an ISO file of a directory on macOS that can be mounted as a CDROM in MS-DOS 6.22 ?&lt;/p&gt;
&lt;p&gt;Start Disk Utility on macOS&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Go to: File -&amp;gt; New Image -&amp;gt; Image from Folder&lt;/li&gt;
&lt;li&gt;Choose the directory and press Choose&lt;/li&gt;
&lt;li&gt;Set Image Format to: DVD/CD master and press Save&lt;/li&gt;
&lt;li&gt;A *.cdr file will be created&lt;/li&gt;
&lt;li&gt;Go to the command line&lt;/li&gt;
&lt;li&gt;Cd to the directory with the *.cdr file&lt;/li&gt;
&lt;li&gt;Type the command: $ hdiutil makehybrid -iso -joliet -o tcc.iso TCC.cdr&lt;/li&gt;
&lt;li&gt;Go to your virtual machine running MS-DOS 6.22 and mount the newly created *.iso file&lt;/li&gt;
&lt;li&gt;In the MS-DOS 6.22 virtual machine you can now access the contents on drive D: &lt;/li&gt;
&lt;/ol&gt;
&lt;/br&gt;
&lt;p&gt;Any questions?&lt;/p&gt;</description></item><item><title>Bring an old / second-hand Apple Mac computer back to life with OpenCore Legacy Patcher</title><link>https://d8224bcf.backup-website.pages.dev/en/blog/2023-breng-een-oude-2e-handse-apple-mac-computer-weer-tot-leven-met-opencore-legacy-patcher/</link><pubDate>Sun, 30 Apr 2023 12:53:36 +0000</pubDate><guid>https://d8224bcf.backup-website.pages.dev/en/blog/2023-breng-een-oude-2e-handse-apple-mac-computer-weer-tot-leven-met-opencore-legacy-patcher/</guid><description>&lt;p&gt;Is computing your hobby and have you always wanted to try an Apple Mac? A tip / recommendation is OpenCore Legacy Patcher.&lt;/p&gt;
&lt;p&gt;See the official website: &lt;a href="https://github.com/dortania/OpenCore-Legacy-Patcher/releases"&gt;&lt;a href="https://github.com/dortania/OpenCore-Legacy-Patcher/releases"&gt;https://github.com/dortania/OpenCore-Legacy-Patcher/releases&lt;/a&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;And the YouTube channel: &lt;a href="https://www.youtube.com/@Mr.Macintosh"&gt;&lt;a href="https://www.youtube.com/@Mr.Macintosh"&gt;https://www.youtube.com/@Mr.Macintosh&lt;/a&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;With this tool you can still use older / second-hand and now cheaper hardware with the latest software. Truly worth trying at least once.&lt;/p&gt;</description></item><item><title>Installing Virtual Machines on macOS Monterey OpenCore Legacy Patcher</title><link>https://d8224bcf.backup-website.pages.dev/en/blog/2022-installing-virtual-machines-on-macos-monterey-opencore-legacy-patcher/</link><pubDate>Thu, 01 Dec 2022 21:20:43 +0000</pubDate><guid>https://d8224bcf.backup-website.pages.dev/en/blog/2022-installing-virtual-machines-on-macos-monterey-opencore-legacy-patcher/</guid><description>&lt;p&gt;Try Oracle VirtualBox version 6.1.40 the older version. In my home lab the newest version of VirtualBox 7.0.4 did not work due to the error: hv_vm_create() failed: 0xfae94001 (VERR_NEM_INIT_FAILED)&lt;/p&gt;
&lt;p&gt;In the older version this was not an issue.&lt;/p&gt;</description></item><item><title>New life in an old Apple computer (iMac, MacBook)</title><link>https://d8224bcf.backup-website.pages.dev/en/blog/2022-nieuw-leven-in-een-oude-apple-computer-imac-macbook/</link><pubDate>Fri, 25 Feb 2022 11:09:02 +0000</pubDate><guid>https://d8224bcf.backup-website.pages.dev/en/blog/2022-nieuw-leven-in-een-oude-apple-computer-imac-macbook/</guid><description>&lt;p&gt;Install the VirtualBox application and run a virtual machine inside it with the latest version of Linux or Windows. In many cases this can solve problems with browsing the internet — for example, making it possible to visit websites that no longer work in the old Apple environment.&lt;/p&gt;</description></item></channel></rss>