Nicht vollkommen von der Hand zu weisen.
Category: Uncategorized
-
In eigener Sache: GCP, nginx & certbot
Aus verschiedenen Gründen gab es die Notwendigkeit den Unterbau dieses Blogs anzufassen. Heute Vormittag wurde die docker-basierte Installation vom Admin der Seite abgelöst und in dem Zu zu einem anderen Anbieter umgezogen.
Einer der Gründe war, dass es Probleme mit docker-machine, das nicht weiter in der Lage war, abgelaufene Certifikate auf dem Stack zu erneuern. Ein Management der Maschine war daher nicht mehr einwandfrei möglich und Backups scheiterten.
Darüber hinaus waren in dem Stack mehrere Blogs untergebracht, die nicht schön voneinander getrennt waren.
In der Google Clout Platform laufen nun eine Virtuelle Maschine, basierend auf Debian 10 (Buster), mit nginx, php-7.3 und allen für WordPress notwendigen Plugins. Das WordPress kommt nicht aus Debian sondern wurde als komplettes Verzeichnis von den alten Installationen übernommen.
Datenbank Inhalte wurden aus dem container
docker exec -it blogs_database_1 /bin/bash
mysqldump –add-drop-table -u root -p wordpress > wordpress.backup.sql
mysql -h <hostname> -u <username> -p <database> < database.backup.sql
export & import der WordPress DatenbankGoogle Cloud Platform bietet automatische Backups sowohl der Server als auch der Datenbank an.
Das SSL/TLS, das vorab von Traefik.io terminiert wurde, übernimmt nun nginx selbst. Die Configuration davon ist mittels certbot erstellt worden, der Zertifikate automatisch von Let’s Encrypt bezieht.
Docker dagegen findet in dem Setup keine Anwendung mehr.
-
Enterprise Sales
@r00k on Twitter nailed it
-
Django 3 released
Mentionable improvements are:
- Django 3.0 begins our journey to making Django fully async-capable by providing support for running as an ASGI application.
- Django now officially supports MariaDB 10.1 and higher.
- Custom enumeration types TextChoices, IntegerChoices, and Choices are now available as a way to define model field choices.
Details are in the announcement.
-
Lego’s shatter proof Cyber Truck
Only recently, Tesla revealed it’s Cybertruck, with alegedly shatter proof windows. News has it the presentation was well prepared.
Elon Musk, the companies CEO, still kind of died inside during the presentation, when on stage asked a guy to try and break the glass.
Now, Lego introduced the really shatterproof option:
-
SpaceX Starlink Ruins Astronomical Observation
Starlink will make Stargazing more difficult in the near future.
via Forbes.
-
Dystopia of the Day
Protests in Santiago de Chile.
-
Iraq Internet outage
All too often, Governments use this to cut population off communication ahead of measures against civilians. Stay safe, Iraq people.
-
Teaching Rats To Drive Tiny Cars
Rats can relax better while driving tiny cars, Scientists Discover. It’d make a good tag line for a few car manufacturers.
A bunch of rats have learned how to drive tiny vehicles around to pick up food.
Source: Hacker News.