I stumbled across this today: https://findlotsize.com/
It's a nice, easy way to calculate the area or distance of something using google maps. I was quickly able to determine my lawn size (~9300 sq ft) as well as how long the path around the neighborhood pond is (~1/4 mi).
I need to put together another post about my syncthing vs seafile vs nextcloud experiment. But this post is just about nextcloud and the setup/quirks I've run into with it.
Put the file here
I only vaugely recall running these:
docker-compo...
Initial Debian Setup
apt-get update
apt-get upgrade
systemctl reboot
#apt-get install curl
#apt-get install gnupg
apt-get install sudo
adduser chris
usermod -aG sudo chris
Install Syncthing
# Add the release PGP keys:
curl -s https://syncthing.net/release-key.txt | sudo apt-key add -
# Add...
A good writeup here: https://medium.com/@Drew_Stokes/bash-argument-parsing-54f3b81a6a8f
Drew's goods:
#!/bin/bashPARAMS=""while (( "$#" )); do
case "$1" in
-f|--flag-with-argument)
FARG=$2
shift 2
;;
--) # end argument parsing
shift
break
;;
-*|...
Running list of items that may or may not be worth my time.