hollyberries

joined 1 year ago
[–] [email protected] 7 points 9 months ago

I second this. Learning how to maintain your own PKGBUILD will save you a ton of headache in the long run, especially if you use something that locks you out until you update (like Discord, those bastards)

[–] [email protected] 9 points 9 months ago (1 children)

Deluge has sequential download.

a screenshot of a checked list. the options are: prioritize first and lace pieces of torrent, sequential download, add torrents in paused state, and pre-allocate disk space

Check 3/4 of them and you can use whatever player you want.

[–] [email protected] 5 points 10 months ago

It looks like I need to make some space for an update -.-

[–] [email protected] 35 points 10 months ago

I personally like to show how easy it can be to cyberstalk someone.

I pulled up a friend's LinkedIn and pasted their bio text into Google line-by-line until I got a trail to a very old LiveJournal which had links to a NSFW Tumblr (before the purge). What led me there was a phrase that they used frequently in conversation and on the bio. It was their "bone apple tea" moment that made it VERY easy to pin down. I also followed the username trail to some fanart on DeviantArt, and a snapshot of an old website on archive.org.

I present that, then tell them if I can build a profile like this with less than an hour's work, imagine what data processors can do with the amount of data harvested from voluntarily accepting an "invasion" policy, especially if they (the data processors) are able to automatically match speech patterns to users!

[–] [email protected] 21 points 10 months ago (2 children)

Don't you love it when you view source and its all there and fully functional, but the body has display: none; because Web Framework of the Minute™ has convinced web designers that fancy animations are the bee's knees

[–] [email protected] 6 points 10 months ago

That moment of anger and confusion when you install a fresh Firefox and type in "ublock origin" in the address bar and get violated by Google's consent popup. The frustration with yourself because you should've known better as you go to addons.mozilla.org and type your query in yet another search box, setup uBlock Origin, block 3rd party and resist fingerprint, and no single website will ever work correctly again. With Privacy Badger also installed ;p

[–] [email protected] 9 points 10 months ago

Nice bait, I came in here to give you a talking to for the title lmao

Now I'm here to suggest sourcehut if you don't like Codeberg :p

[–] [email protected] 7 points 10 months ago

I can't troubleshoot your exact issue, as you seem to not see what is happening in the background and are relying solely on error pages. We need to get to the container logs.

So, I removed all of the containers, deleted the data and database folders, re-made the folders, and re-deployed everything. Now NOTHING works and I can’t get nextcloud to re-do its initial setup.

Did you remove the old containers and volumes?

Clean up unused containers, networks, images, and volumes

docker container prune
docker network prune
docker image prune

DANGER ZONE LOSS OF DATA IF YOU DONT HAVE BACKUPS

docker volume prune

That will give you a clean environment to start over with your compose files.

If youre still having issues, inspect the live container logs to find the errors.

docker container logs  --follow

Then post the errors.