https://engineeringfordatascience.com/posts/export_spotify_playlist_to_csv_using_python/ "Export Your Spotify Playlist to a CSV File Using Python"
これが参考になるか
定時になったら、ある座標をマウスでクリックせなあかん。
これを参考にする。https://tarenagashi.hatenablog.jp/entry/2020/12/07/213259
https://www.wholenotism.com/blog/2020/04/timeredexecommand.html
情けないが、
Automator.app + Calendar.appで対応するか...
/System/Library/LaunchDaemons/com.apple.atrun.plist
をXcodeで開いてdiableをenableにしようと思ったら、
/System以下が ReadOnlyで mountされていて、編集不可能。
https://dannyda.com/2021/03/17/how-to-fix-macos-read-only-file-system-cant-modify-change-system-files-on-macos/
の通りに Recovery modeのTerminalから
diskutil list && mount -uw /dev/disk1s1 が正解?
それとも csrutil authenticated-root disable の追加が必要?
AirMac Extreme(A1354,gen4)とTimeCapsleに使っていたUSB HDDの撤去完了。
USB HDDは4TDあるが、経年劣化もあるので、処分を検討。
https://www.too.com/support/faq/mac/maintenance/23554.html
これを参考に一度 System Integrity Protection (SIP) を disableにして at daemonを有効にしておこう。
更に
https://qiita.com/shge/items/6c43947a77abd9d2d1b2
/usr/libexec/atrun にシステム環境設定からフルディスクアクセスを許可 が必要
更に 復元ユーティリティから csrutil disable が必要か
面倒....
#macos 12.6.3
at commandを使うには
$ launchctl load -F /System/Library/LaunchDaemons/com.apple.atrun.plist の呪文が必要とは知りませんでした...
https://www.smbc.co.jp/kojin/digital-safetybox/
"SMBCデジタルセーフティボックス"
SMBCの電話営業に勧められた。
月990円(消費税込)とのこと。
どれだけ利便性があるかだなぁ。
keepassファイルの履歴を追えるか、とか
Google Chromeのpasswd保管場所に使えるか、とか
一定期間アクセスが無ければ(or 官報で通告された死亡時など)、特定のファイルは削除されるか、とか
そういうきめ細かなサービスは期待できないよなぁ。
元は stackoverflow https://stackoverflow.com/questions/12321469/retry-a-bash-command-with-timeout
"Retry a Bash command with timeout"
#bash