clone of my dotfiles.ssp.sh
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

README.md

Micro Journal Scripts#

Troubleshoot#

Size#

Only 3.2 GB was used, instead of full 32GB.

sudo raspi-config

Then select Advanced Options -> Expand Filesystem.

That extended the partition to 32 GB.

Prepare scripts for syncing#

I wrote one script to turn on the network (startnetwork.sh) and a second to sync the clock to my timezone (stopnetwork.sh).

I run those scripts via the terminal and then activate Syncthing (I might run a rsync script). It connects up to my other devices and grabs new files, versions, etc. Then I kill Syncthing and the network. Whole process takes a minute. Reddit, thanks to u/corycaea.