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.
Download it via: https://github.com/deskflow/deskflow/releases. Look for the “latest” tag and check all assets for the correct version!
In the setup I use I have the following 3 devices:
iMac 27" late 2015 with OpenCore Legacy Patcher Sonoma: 14.1.1 MacBook Pro 15" late 2016 with OpenCore Legacy Patcher Sonoma: 14.1.1 iPad 10.2" 7th Gen with iPadOS version: 17.1.1 They are connected to the same WiFi network.
Steps:
On the iMac go to: System Settings -> Displays Click the plus sign to the right of the Built-in Display Choose under Mirror or Extend to: MacBook Pro Choose under Link keyboard and mouse to: iPad You...
$ 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
The Linux mlocate command under macOS
sudo /usr/libexec/locate.updatedb sudo ln -s /usr/libexec/locate.updatedb /usr/local/bin/updatedb
How to create an ISO file of a directory on macOS that can be mounted as a CDROM in MS-DOS 6.22 ?
Start Disk Utility on macOS
Go to: File -> New Image -> Image from Folder Choose the directory and press Choose Set Image Format to: DVD/CD master and press Save A *.cdr file will be created Go to the command line Cd to the directory with the *.cdr file Type the command: $ hdiutil makehybrid -iso -joliet -o tcc.iso TCC.cdr Go to your virtual machine running MS-DOS 6.22 and mount the newly...
Is computing your hobby and have you always wanted to try an Apple Mac? A tip / recommendation is OpenCore Legacy Patcher.
See the official website: https://github.com/dortania/OpenCore-Legacy-Patcher/releases
And the YouTube channel: https://www.youtube.com/@Mr.Macintosh
With this tool you can still use older / second-hand and now cheaper hardware with the latest software. Truly worth trying at least once.