Ben Chuanlong Du's Blog

It is never too late to learn.

Install the Latest JDK on Mac

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

You can install the latest version of JDK using the following command.

brew install --cask temurin

For more details, please refer to chat with Gemini .

Docker on Mac

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

  1. It is suggested that you install the offical docker app on Mac instead of installing docker using MacPorts/Homebrew. Docker installed using MacPorts/Homebrew might have issues to start.

  2. By default …

Install GNU Utils Using MacPorts

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

Configuration

Run the following command after installation.

export PATH=/opt/local/libexec/gnubin/opt/local/bin:/opt/local/sbin:$PATH
export MANPATH=/opt/local/share/man:$MANPATH

Installation

sudo port install …

Sharing Files Between Linux and iPad

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

Synchronization Software

Install a sycnhronization software on both your computer and iPad.

Connecting Using USB

Install libimobiledevice-utils and ifuse on your Linux computer.

sudo apt-get install libimobiledevice-utils ifuse

And then run …