Notes and Useful Info

Read more...

Read more...

The Hubble constant is determined through obtaining the angular diameter distance to the last scattering surface. That's not a direct observable; instead it's inferred through trigonometry. We can directly measure the angular scale of the Baryon Acoustic oscillations in the CMB – it's the distance between troughs in the power spectrum. In the standard \(\Lambda\)CDM cosmological model, we also know the physical scale of the BAO feature, known as the sound horizon length.

Read more...

Read more...

Centering Text example

DMV tests | DrivingTests.org | https://driving-tests.org/california/ca-diagnostic-driving-test/ The road ahead curves to the right and then to the left

Read more...

logger

Be sure to regularly login to Nextcloud as admin as there are frequent app updates.

Note the problems that having headers configured in both .htaccess and the apache conf files: https://help.nextcloud.com/t/nextcloud-17-false-warnings/61024

Upgrade to 17.0 from 16.0.5 | Nextcloud notes | nc Docker notes |

Install procedures were customized from this nextcloud source.

Read more...

Docker Tips | Docker github repo | nc Docker Hub | Docker Nextcloud doc | qua GAE Docker notes

docker run -d -p 80:80 -p 443:443 -v $HOME/nextcloud:/var/www/html nextcloud docker start <containerID> | docker exec -it <containerID> bash | docker inspect <container> docker exec -it nc:2 bash docker exec <container> cat /var/log/dpkg.log docker image ls -f "dangling=true" docker history <container> docker tag 994bdf6c863a ncssl:1 (rename imageID to name:tag) docker inspect --format='{{.Id}} {{.Parent}}' $(docker images --filter since=<containerID> -q) (find dependent child images)

Read more...