2021-12-06
mac-font-word

Read More

2021-10-05
mac-shutdown

今天早上進公司 & 中午休息後,Mac 被重開了兩次,想說來查查看是否有記錄到原因
查到的結果為 kernel: (AppleSMC) Previous shutdown cause: 5,
code 5, 的說明為 Correct shut down (That specific shutdown wasstarted normally),還真不曉得為何

要再進階的查,就要查查 Mac Hardware 囉 Use Apple Diagnostics to test your Mac,下次有時間、有機會再試試吧

執行的 cmd

  • log show --predicate 'eventMessage contains "Previous shutdown cause"' --last 24h

Reference

Read More

2021-10-01
use_iMazing

有一段時間沒有用 iTunes 來 sync,我想要播放的 mp3。
最近有想聽的資料,需要匯入到 iphone 中。才發現,新版的 Mac (10.15) 以上的版本,已經沒有 iTunes 囉,要改用 finder 來進行備份。
用 finder 備份資料,是還 ok。但是用 finder 要新增 playlist, 加 mp3 檔案,就很不好用囉。

找了一下,原來目前網路上是建議使用 iMazing 來備份 iphne 資料。
下載試用後,針對音樂的操作,還滿符合我需要的,可以新增 playlist, 可以加 mp3 檔案

Reference

Read More

2021-04-15
mac-md5-and-sha256

command

  • Calculate MD5 checksum
    • md5 /tmp/1.iso
  • Calculate SHA-256 checksum
    • shasum -a 256 /tmp/1.iso

Reference

Read More

2020-09-17
mac_remote_to_another_mac

紀錄一下,要將一台 mac remote share 給另一台的方式

  • 要 share 的那台,需要開 screen sharing & remote management
    • 可以用 ssh & share 畫面的方式,進入到這台機器
  • 要連到 remote 的機器
    • 使用 “Screen Sharing” App 連到另一台 mac

Reference

Read More