[deu] Factorio-Fabrik weiter aufgebaut und Aufnahme verhauen
Sorry for my English audience but I decided to make this episode in German language.
Die erste Aufnahme mit Webcam, gerichtet auf mich und leider war das ganze Layout durcheinander. Keine Ahnung, was #OBS dort durcheinander gebracht hat. Ungefaehr 7 GB Aufnahme in voller Qualitaet (kommt so direkt aus OBS heraus) sind leider vergeigt. Das Spiel war die ganze Zeit nach rechts unten in die Ecke verschoben und das moechte ich keinem anbieten.
Diese Episode war mal zur Abwechselung auf deutscher Sprache. Mittlerweile habe ich wieder vergessen, was ich dort alles gemacht habe und meine alten Episoden sehe ich mir nur selten selbst an. Also viel Spass!
PS: Der Web-Player kann offensichtlich nicht Matroska-Videos abspielen. Ich habe daher mal den Download aktiviert, uebertreibt es aber nicht, 10 TB Datenvolumen sind schnell aufgebraucht und dann darf ich zahlen.
Let's Encrypt R3 issuer not accepted?
On all my other websites, like tracker.mxchange.org or this very #Friendica instance I have no trouble at all. The "base" certificate (I created locally) is already renewed. The #OpenSSL configurtation file isn't any other than the other except for the
commonName
entry set to cloud.mxchange.org
:[ CA_default ]
dir = /etc/ssl/zulu289 # Where everything is kept
certs = $dir/certs # Where the issued certs are kept
database = $dir/zulu289.index # database index file.
new_certs_dir = $dir/newcerts # default place for new certs.
certificate = $dir/certs/ca.pem # The CA certificate
serial = $dir/zulu289.serial # The current serial number
crl = $dir/crl.pem # The current CRL
crlnumber = $dir/crlnumber # the current crl number must be
private_key = $dir/private/ca/zulu289-ca-key.pem # The private key
default_days = 3650 # how long to certify for
default_md = default
policy = policy_match
[ req ]
default_bits = 8192
default_keyfile = cloud-key.pem
distinguished_name = req_distinguished_name
[ ca ]
default_ca = CA_default
[ req_distinguished_name ]
countryName = DE
countryName_default = DE
stateOrProvinceName = Northrhine-Westphalia
stateOrProvinceName_default = Northrhine-Westphalia
localityName_default = Krefeld
0.organizationName = Roland Häder
0.organizationName_default = Roland Häder
organizationalUnitName = private
organizationalUnitName_default = private
commonName = cloud.mxchange.org
commonName_default = cloud.mxchange.org
emailAddress = webmaster@mxchange.org
emailAddress_default = webmaster@mxchange.org
#unstructuredName = An optional company name
[ server ]
basicConstraints=CA:FALSE
nsCertType = server
nsComment = "OpenSSL Generated Server Certificate"
subjectKeyIdentifier=hash
authorityKeyIdentifier=keyid,issuer:always
[ client ]
basicConstraints=CA:FALSE
nsCertType = client
nsComment = "OpenSSL Generated Client Certificate"
subjectKeyIdentifier=hash
authorityKeyIdentifier=keyid,issuer:always
keyUsage = nonRepudiation, digitalSignature, keyEncipherment
[ policy_match ]
countryName = match
stateOrProvinceName = match
organizationName = match
organizationalUnitName = optional
commonName = supplied
emailAddress = optional
I'm really out of ideas here what would have caused this.
Let's play Factorio under Linux!
I would like to introduce you to my upcoming series of playing #Factorio under Linux. I'm exclusively around with #Linux for now over 20 years and I'm happy to say that it was largely a success - honestly.
So here are my first episodes shared on my #Nextcloud instance for free downloading.
However, please be nice! The total size of the 1080p version (maximum resolution) is already +18 GB large and thats only "one" episode ... So please download with respect to my limited bandwidth of my server: You are not the only one utilizing my server's bandwidth. I have 10TB/month included in my contract and every additional GB must be payed extra and I don't get any money back from these downloads + I donate to the @FSFE every year + I don't ask for a donation, but you can if you wish. Just ask me for methods.
And for later episodes, I may have to cleanup some old episodes as also disk space is not bottom-less here. 2x1 TB in a RAID1 is already almost full:
me@zulu289:~$ df
Filesystem 1K-blocks Used Available Use% Mounted on
udev 3914372 0 3914372 0% /dev
tmpfs 792044 1600 790444 1% /run
/dev/md2 9712160 7731828 1463932 85% /
tmpfs 5120 0 5120 0% /run/lock
tmpfs 1584080 0 1584080 0% /dev/shm
/dev/sda1 91387 38001 46484 45% /boot
/dev/md3 950374844 559739048 342336464 63% /var
tmpfs 3960204 60 3960144 1% /tmp
me@zulu289:~$
This server (zulu289) holds all (!) I do on my server:
* Tracker for FLOSS: tracker.mxchange.org (primary FlightGear Flight Simulator's GIT repository)
* Debian-multimedia mirror: debian.mxchange.org/
* Databases for all my instances I'm running + full SQL dumps from them, e.g. Nextcloud, this very Friendica instance and GNUSocial are the most demanding databases:
root@zulu289:/var/backups/dumps# ls -l friendica*31* social_mailer-2021-01-31.sql.bz2 owncloud-2021-01-31.sql.bz2 full-backup-2021-01-31.sql
-rw------- 1 root root 13708573349 Jan 31 07:48 friendica-2021-01-31.sql.bz2
-rw------- 1 root root 50290723 Jan 31 09:33 friendica_dir-2021-01-31.sql.bz2
-rw-r--r-- 1 root root 18307805562 Jan 31 06:42 full-backup-2021-01-31.sql
-rw------- 1 root root 22672102 Jan 31 09:33 owncloud-2021-01-31.sql.bz2
-rw------- 1 root root 118700237 Jan 31 09:38 social_mailer-2021-01-31.sql.bz2
root@zulu289:/var/backups/dumps#
And maybe more I forgot to mention. :)
like this
Friendica directory not being updated due to to short default timeout
I have found out that for the default directory at
the timeout of one second is simply to short. I have raised it's minimum value now to 3 seconds.
Plus I replaced '\Friendica\Some\Foo'
with \Friendica\Some\Foo::class
so your used IDE/PHP editor can find it easier + it must really be there.
Pull-request is out:
github.com/friendica/friendica…
Frank Dapor #podmin likes this.
::class
changes are left.
./config/local.json
file by adding following block to it (make sure above block ends with a },
): "poller": {
"server_poll_delay": 28800,
"profile_poll_delay": 36000,
"probe_timeout": 10
}
Good luck!

I have now released all screenshots from my #Quora days on my Nextcloud instance: I don't want to offend anyone but also don't apologize about the #heterosexuality I'm currently living and feeling fulfilled in.
cc an @FSFE
My late-evening dinner: Tortelloni with self-made tomato cream!
This evening I have again one of my favorite meals on my desk:
#Tortelloni from a local supermarket which has spinach inside and a spicy tomato-cream, easily done: Tomato mark/paste, water, salt, black pepper spice, paprika spice, some red-chilli spice and basilica spice. Mix all together so it will become creamy!
Enjoy your meal!
Frank Dapor #podmin likes this.
Stop bashing xyz!
I'm done with that nonsense of bashing this and that:
- No #boobs-bashing, every adult #boobs are beautiful!
- No #pussy-bashing, every adult #pussy is beautiful!
- No #penis-bashing, every adult #penis is beautiful!
- No #browser-bashing, every #browser brings you into the Internet!
- No #car-bashing, every #car brings you from A to B.
I'm really done with that. I saw it on #GirlsAskGuys again. I could continue on the list. Feel free to add more.
like this
herve_02
in reply to Roland Häder🇩🇪 • • •Roland Häder🇩🇪 doesn't like this.
Roland Häder🇩🇪
in reply to herve_02 • •Roland Häder🇩🇪
in reply to Roland Häder🇩🇪 • •Roland Häder🇩🇪
Unknown parent • •/announce
for the announcement URL, closed registration, sorry). But I need a deployment scheme for that. Maybe I remove the high-res video and put into the tracker's folder?Roland Häder🇩🇪
Unknown parent • •btcopyannounce
Roland Häder🇩🇪
in reply to Roland Häder🇩🇪 • •Current check from my local machine:
The first certificate cannot be verified. I think it is the "base" certificate I locally created and self-signed. Do I have to reorder the certificates here? It did work for many years!