There’s also LiteIDE
+1 for LXQt. But what do you mean XFCE is not ready? Never used MATE, so I cannot tell, but XFCE seemed solid when I used it
This state-o-fart user-experience will transport you to the future of user experiences
I admit. This cracked me up.
Blockbuster, simply because they (at least used to have) the best pricing, though the app is not very good. Now days I tend to use YouTube more since the prices on Blockbuster has gone up. This is probably a local thing. I guess prices probably differ between diffent regions.
The Brother printer I bought recently was easier to install on Linux than on Mac. I think that says something. Always works too
I really like Taskito, and have been using it for quite a while. I think the widget looks very nice too, though I relied more on the notifications.
Recently switched to Microsoft To Do, simply because I realized it works more in the way I think. I make a plan for the day, and tick off the tasks I finish. Some tasks might not be finished (happens a bit too often, I admit), and those tasks will be suggested when I make a plan on the following day. The widget looks OK, not too exciting, but clean enough.
“flatsnap”. This made my day
I’ve only used Caddy as a reverse proxy in production, but on my development machine I use Caddy with php-fpm. That makes me a bit unsure if I understand your questions correctly.
For me that would look something like this:
test.example.com {
root * var/www/html
php_fastcgi unix//run/php/php7.4-fpm.sock
file_server
}
(Yeah, PHP 7.4, I know)
It looks like your Docker (?) image is exposing the php-fmp socket? I did not even know that was possible, but I don’t doubt it is.
Caddy has no issues serving multiple hosts from the same server, it can even be with different php-fpm sockets. Caddy will just nod at you, maybe silently question your choice of still running PHP 7.4, but it accepts it and runs. Just make another block with a different host in the same Caddyfile, and it will work just fine.
Loved that show! Needed to stop after my anxiety levels went to high though :D
TIL that Mono is a Microsoft project. I always thought it was an open source reverse engineered .NET