Is your instance auto-deleting media after a few hours? This is the third post from you that just gives 404
p_consti
Tell that to those on-site - they are dead either way
"Just" implies that one is worse than the other - as if people didn't die either way
Domestic terrorism: Violent, criminal acts committed by individuals and/or groups to further ideological goals stemming from domestic influences, such as those of a political, religious, social, racial, or environmental nature
I'd say, anyone storming parliament has plenty political goals
Found the American
That would only work if half the workers are pushing instead of pulling. If you've ever tried rowing, you know that doesn't work, at least not with any efficiency
While that is the main way how pages are discovered, some scrapers also just try random URLs, or known words from leaks
I typically have one DB service per app service (not just ler cluster, unless multiple services need the same db).
Advantages:
- Simple backup/data organization, each service is self-contained
- True isolation: Unless you manually create DB accounts for each service, likely all your services have access to all data, and even with accounts there are data leaks and exploits
Disadvantages:
- You have more services running than strictly needed, but this is a minuscule impact on performance (the overhead of the DB service is typically not noticable)
Any content that is not hidden (private) is effectively public since crawlers will eventually find it, even if it's not in the built-in search
If the time resets, change the CMOS battery (usually a round one, a bit smaller than a coin).
Don't know about the other issue, it seems stuck trying to detect USB devices, so it may be unable to work with your stick, you could try an older one (usb 2?), but the motherboard or usb controller may just be damaged with no easy fix.
20 minutes? That's a strong focus for a TikTok kid!
Using zsh will gelp with that mistake, because by default it will turn the 'no matches' scenario into an error. But seriously, always quote your arguments if there is any chance for ambiguity (also for variables)