- Start and stop meeting promptly
- Agenda created in advance; no agenda, no meeting
- Minutes recorded and sent around after meeting so everyone can recall results
- One speaker at a time; no interrupting talker
- Send material in advance, since reading is faster
- Action items at the end of meeting, so know what each should do as a result of the meeting
- Schedule the next meeting
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Add this function to your ~/.bashrc | |
# Calculates SHA384 integrity attribute given a URL | |
function integrity { | |
echo sha384-`curl -s $1 | openssl dgst -sha384 -binary | openssl base64 -A` | |
} | |
# Documentation | |
# |
Using adb, create a backup of the app using the following command:
adb backup -f freeotp-backup.ab -apk org.fedorahosted.freeotp