Make Digital Beautiful.

und schnell

Update geolocation databases for Crowdsec WordPress

Screenshot 2023 03 16 122640

Bash Script: Make the script executable: Let Cron run it twice a week This runs the script “At 06:00 on Wednesday and Saturday.“For people like me, there is a nice tool to generate the right time here ⇾ https://crontab.guru/ Maxmind relating Updates: GeoLite2 databases are free IP geolocation databases comparable to, but less accurate than, MaxMind’s GeoIP2 databases. … Read more

Mastodon character limit increase – in a Docker environment

Mit dem Script erhöht ihr das Zeichenlimit auf 5000 Zeichen bei eurer Instanz.

For the Docker Mastodon admin newbies. With the script, you increase the character limit to 5000 characters for your instance. #!/bin/bashdocker-compose exec web sed -i ‘s/500/5000/g’ app/javascript/mastodon/features/compose/components/compose_form.jsdocker-compose exec web sed -i ‘s/500/5000/g’ app/validators/status_length_validator.rbdocker-compose exec web sed -i ‘s/:registrations/:registrations, :max_toot_chars /g’ app/serializers/rest/instance_serializer.rbdocker-compose exec web sed -i ‘s/private/def max_toot_charsn 5000n endnn private/g’ app/serializers/rest/instance_serializer.rbdocker-compose exec web bundle exec … Read more

If Fail2Ban blocks you from your Website or Server

If you are blocked from your own server by Fail2Ban, you should check whether the Gmail app is running on the phone and whether IMAP/POP3 accounts are also configured there, which are collected. There may be old auth data entered and that locks you out.You may have entered this account in the web interface, the … Read more