Debian/Syncthing
Syncthing を Debian on ThinkPad X230 に Install 。
Debian/Ubuntu Packages To allow the system to check the packages authenticity, you need to provide the release key. # Add the release PGP keys: sudo mkdir -p /etc/apt/keyrings sudo curl -L -o /etc/apt/keyrings/syncthing-archive-keyring.gpg https://syncthing.net/release-key.gpg
curl が入っていなかったので、
sudo apt install curl
で Install 。
The stable channel is updated with stable release builds, usually every first Tuesday of the month. # Add the "stable" channel to your APT sources: echo "deb [signed-by=/etc/apt/keyrings/syncthing-archive-keyring.gpg] https://apt.syncthing.net/ syncthing stable" | sudo tee /etc/apt/sources.list.d/syncthing.list The candidate channel is updated with release candidate builds, usually every second Tuesday of the month. These predate the corresponding stable builds by about three weeks. # Add the "candidate" channel to your APT sources: echo "deb [signed-by=/etc/apt/keyrings/syncthing-archive-keyring.gpg] https://apt.syncthing.net/ syncthing candidate" | sudo tee /etc/apt/sources.list.d/syncthing.list And finally. # Update and install syncthing: sudo apt-get update sudo apt-get install syncthing
続いて、システムにサービスとして登録し、指定したフォルダやファイルがいつでも同期されるようにする。
複数のPCでファイルを同期する「Syncthing」を使ってみた #Linux - Qiita
sudo systemctl enable syncthing@${USER}.service
sudo systemctl start syncthing@${USER}.service
勝手に主題歌(あるいは勝手に劇伴曲)
本を読んでいるとき、たまたま聴いていた歌曲と相まって、印象深くなることがある。
私はこれを『勝手に主題歌』と呼ぶことにした。
以下、一覧は気が向いたら更新することとする。
葬送のフリーレン(1) (少年サンデーコミックス) & Hello Another Way -それぞれの場所-
題名しか知らなかった漫画の電子書籍が一巻から期間限定無料になっていたので、ブラウザで読んでいた。ヘッドホンをして昨晩一昨日あたりからループ設定して愛聴中の歌を聴きながら。作中、時間の流れに命が尽きていく仲間を見送る主人公。私もそうだ、他人への関心が薄いということに、改めて気づかされる。『ひとりぼっち』『魔法使い』……『旅立っていく』と歌声が流れていく。
『…なんでもっと知ろうと思わなかったんだろう…』
電子書籍12巻、購入しました。楽しみがまた一つ増えて何より。
