Liveblog gives you broken HTML. Here's how to fix it.
- beautifulsoup
| #! /bin/bash | |
| # from https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-install-managed-linux.html | |
| mkdir /tmp/ssm | |
| curl https://s3.amazonaws.com/ec2-downloads-windows/SSMAgent/latest/debian_amd64/amazon-ssm-agent.deb -o /tmp/ssm/amazon-ssm-agent.deb | |
| sudo dpkg -i /tmp/ssm/amazon-ssm-agent.deb | |
| sudo service amazon-ssm-agent stop | 
| #! /bin/bash | |
| # Improvement: Use https://github.com/reduardo7/bash-service-manager | |
| # https://vaneyckt.io/posts/safer_bash_scripts_with_set_euxo_pipefail/ | |
| # -o pipefail fail immediately if error in pipe | |
| # -e fail immediately on error | |
| # -E subshells inherit ERR handler | |
| # -u Error on unset variables | |
| # -x Echo all lines to STDERR | 
| SHELL := /bin/bash | |
| PWD := $(shell pwd) | |
| target/EsperService-0.0.1.war: | |
| mvn install | |
| # make run MODE=-d - run as daemon | |
| MODE := -it | 
In hook.js, you'll find a piece of code to ensure that new users' emails match certain criteria.
You'll have to deploy it as a "Pre User Registration" hook at https://manage.auth0.com/#/hooks.
Additionally, enable the "Force Email Verification" rule in https://manage.auth0.com/#/rules - otherwise, new users can sign in without confirming their email addresses first.
| credentials.py | |
| domainname.txt | 
I hereby claim:
To claim this, I am signing this object:
The normal gallery editing screen in Wordpress is good for re-ordering the images, but bad for editing long captions. The text areas are simply too small.
Using the [Stylish plugin][stylish] in Google Chrome, you can use this stylesheet for an alternative layout of the editing screen.