Aye. Docker on linux doesn't involve any virtualization layer. What should the direct the installation setup be called? Custom setup?
redcalcium
I'm currently using nextcloud:26-apache
from here because some nextcloud apps I use is not compatible with v27 and v28 yet. The apache version is actually less hassle to use because nextcloud can generate .htaccess configuration dynamically by itself, unlike php-fpm version where you have to maintain your own nginx configuration. The php-fpm version is supposedly faster and scale better though, but chance that you won't see that benefits unless your server handles a large amount of traffics.
People usually come here looking for advice on how to replace their dockerized nextcloud setup with a bare-metal setup. Now you came along presenting a solution to do the reverse! Bravo!
What do you guys think about putting the different components (webserver, php, redis, etc.) in separate containers like this, as compared to all in one?
I actually has a similar setup, but with nextcloud apache container instead of php-fpm, and in rke2
instead of docker compose.
I think the primary motivation for this change is to keep bluetooth active on significant portion of android users so google's upcoming "find my" network can take off. They don't want people to permanently turn off bluetooth from the drawer because there is a chance that they forgot about it and won't turn it on again, which is bad for their upcoming network. Adding popups to inform the users will increase the chance of users deciding to permanently deactivating bluetooth.
You still have internet subscription, right? Next: run your own ISP
Why can't we discuss some topics without resorting to personal attack? If you disagree with something, you can always refute it without being a dick.
My bad for exaggerating. Yes, you can permanently disable bluetooth on iphone, but iphone users are less likely to do so compared to android users. This is by design because apple needs the majority of users to have their bluetooth turned on for their find my network. This made bluetooth-based security issue more impactful in apple ecosystem than in android.
Now that Google is planning to do the same in android, I'm worried that it'll be even worse than in apple ecosystem simply because most android phones have much shorter support period. This means future bluetooth vulnerabilities might remain unpatched in some phones and those phones will be more likely to have bluetooth turned on.
Unlike hdd, I never experienced graceful disk failures on ssd. Instead, they just randomly decided to die at the most inconvenient time. Raid 1 saved my hide a couple times now from those ssd failures.
I suspect most of kagi's subscription money actually went to google's pocket. Google charges a lot of money to access their search api, about $5/1000 queries.
This is why you should build a package when compiling from source instead of doing make install
directly. Packages can easily unistalled or upgraded.
I usually use a version manager to install those stuff so I can install multiple versions when I need it. asdf
is my first choice because it support a lot of languages via its plugin system, and the list of plugins is huge.
It's really easy, just install steam or lutris. However, some games might have their own specific issues when running under proton/wine under specific hardware configuration. If this is what happened to you, I'm afraid there might not be an easy way outside of putting some elbow grease to start tinkering with the config, or ask for help in linux gaming community.