Build curl for Android ARM

  1. Build openssl:

     
  2. Build nghttp2

     
  3. Build curl: You should add LOCAL_CFLAGS += -fPIE to Android.mk

     

Build libass with MacOS

  1. Install the prerequisites:
  2. Run command glibtoolize, otherwise you will get the error: Libtool library used but ‘LIBTOOL’ is undefined
  3. Do the common build process:

     

Make MacBook Pro fans more clever

The most time, mac running the fan speed with a low level. If we play a video, then mbp will be hot and hot. So the best solution is change the fan speed automatically.

Here is my script to change fan speed: https://github.com/KiritoStudio/mbp_fan_control

It only test on my mbp 10.13.6. If your fan has more than one fan, you may change my script and send me the PR.