BERTRAM DG7BBA BAB' ZäHLPIXEL likes this.
BERTRAM DG7BBA BAB' ZäHLPIXEL likes this.
I would like to share a simple #2FA #Bash script with you, you. it is a #wrapper script around the oathtool
program. You only have to then memorize simple names, such as 2fa.sh itchio
or so.
Some examples:
$ 2fa.sh itchio
$ 2fa.sh friendica
So you only have to memorize itchio
instead of your secret key.
Here is the script, public domain:
#!/bin/bash
# Helper script to easier store your secret keys for 2FA, needs
# oathtool being installed
#
# Author: Roland Haeder / Fediverse: roland@f.haeder.net
# Variables:
OATHTOOL_BIN=$(which oathtool)
BASE_PATH="${HOME}/.2fa"
SECRET_FILE="${BASE_PATH}/.secrets"
SECRET_KEY=""
# Check conditions, requires one parameter, oathtool and create base path
if [ -z "$1" ]
then
echo "Usage $0 <service>"
exit 1
elif [ -z "${OATHTOOL_BIN}" ]
then
echo "Program 'oathtool' is not in your path or installed."
exit 1
elif [ ! -d "${BASE_PATH}" ]
then
mkdir "${BASE_PATH}"
chmod 0700 "${BASE_PATH}"
fi
if [ ! -f "${SECRET_FILE}" ]
then
touch "${SECRET_FILE}"
chmod 0600 "${SECRET_FILE}"
fi
echo "Looking up secret key for service '$1' ..."
SECRET_KEY=$(grep "$1" ${SECRET_FILE} | cut -d " " -f 2)
if [ -z "${SECRET_KEY}" ]
then
echo "Secret key for service '$1' not found."
while [ -z "${SECRET_KEY}" ]
do
read -s -p "Please enter it: " SECRET_KEY
done
echo "Adding secret key ..."
echo "$1 ${SECRET_KEY}" >> "${SECRET_FILE}"
fi
echo "TOTP code is:"
${OATHTOOL_BIN} -b --totp "${SECRET_KEY}"
Have fun!
Sylvia J likes this.
#GeorgeCarlin was a living legend, what he had to say is so much true, until now. Today most of our languages (I know 2, German and Engliish) has become softer, people don't want to hear those direct words anymore, like "shell shock". You don't see a docotor in a hospital anymore, you visit the medical advisors in a wellness center (maybe a bit wrong, but you got the idea).
Or how about names: Do you name your child #Kyle when the sex is clear and is a boy? Why no #Eddie anymore? Or why no shithouse, why "comfort room" (he didn't talk about it, never that word "mention"!)? You are going to piss or shit there, right? Or take a shower or bath?
And speaking of child names, can we dump these #unisex names likes #Alex ? If the child is a boy, give him Alexander, if a girl it's Alexandra but never Alex. There is no unisex in genitals, unless you want to be an eunuch (sex-less human) or in chromosomes, XY or XX.
But I don't want to speak about dicks and ... er,no. Not cunt as by definition that's degrading. So how about pussy? No, that has a double meaning, same with vagina (sword's vagina).
So let's not get into there as you might know, I block those who call me insecure in "my" heterosexuality.
So let's get into watching what he has to say on the National Press Club conference:
Roland Häder🇩🇪 likes this.
@Dr. Hydro Und auch gucken, was man machen will: Allerneuste Spiele spielen? Windows! Fuer #Linux gibt es zwar schon viele Spiele und auch aktuelle aber z.B. #Doom2016 oder #Subnautica nicht (lauefen aber wohl mit #Proton recht gut). Dann aber gibt es wieder #Factorio unter Linux und viele andere auch, z.B. #DeusEx (neuere nur).
Und Office, Surfen, Emails und Programmierung unter Java/PHP/C++ klappt wunderbar auch unter Linux, da ist kein Windows noetig.
Ambient live stream done by @hoergen@horche.demkontinuum.de
Streams available at #Twitch and #Youtube .
As you know #FOXNews is being alt-right, this one was clearly so much true about today's modern "feminism". I really felt touched by her words and I'm not right (and maybe not so very left) at all.
invidio.us/watch?v=_5inV61L9II
I found the video at "Feminism Debunked" and I know it is about today's modern "feminisn". And oh, she wrotes on her website 7 reasons why she is not a feminist and the first is, that she loves men.
I know this comes controversal as most people blindly believe that feminists are loving men and are the "good women" and "all should be feminists".
So to say it from my point of view as a heterosexual man, I'm NOT a feminist because I don't hate myself. And I don't hate women.
More clear words of her:
- Of course leggings are sexually arousing. Duh.
- Smart Men Don’t Marry Feminists
And I'm not against the original feminists, only against those #radicalized!
Roland Häder🇩🇪
in reply to Roland Häder🇩🇪 • •Roland Häder🇩🇪
in reply to Roland Häder🇩🇪 • •