• 0 Posts
  • 12 Comments
Joined 9 months ago
cake
Cake day: October 19th, 2023

help-circle
  • The control of card processors over what we’re allowed to see and buy is absolute bullshit. And this is coming from someone who spent $0 on porn in my life.

    This is why we need digital cash systems outside the control of those companies. I’m not specifically talking about cryptocurrency. Even a central bank digital currency is better than this. Benjamin Franklin in your wallet doesn’t care what you spend him on. Neither should your digital money.




  • I’m guessing you’re talking about the client, right? The data folder on the server shouldn’t be touched or modified, except by Nextcloud.

    Check who owns the folder. I’ll assume the folder is at ~/Nextcloud, but if it’s not, just substitute in the path to the Nextcloud folder.

    You can check who owns the folder using ls:

    ls -la ~/Nextcloud
    

    This should give you something like:

    drwx------ 10 user group    4096 2024-03-04 00:00 Nextcloud
    

    Where the word “user” is in the above example should be the name of the owner of the directory. Where the word “group” is should be the group.

    If either is root, check to make sure the Nextcloud client is not running as root (using sudo or otherwise).

    Otherwise, give yourself ownership of the directory:

    sudo chown username:username -R ~/Nextcloud
    

    Replace username with your username.


  • Mine is… eh. It’s alright. I don’t use any of the apps. Just the actual sync functionality. Sometimes when I’m moving files around there’s a problem where the entire thing just stops responding. My MediaWiki instance still works, just not Nextcloud. Not sure why this happens and not sure if it also happens to other people.

    For comparison, it is running on a Contabo VPS M



  • This is getting off-track again—

    Government agencies paying private companies for your information, or even just asking for it in exchange for something or nothing is legal. That’s because nothing was searched unreasonably (because consent was given by the controller of the information) nor was anything seized against the controller’s will.

    You are not in the picture. The information might be about you but you don’t control the information, the car company does. From a legal standpoint, you are irrelevant for the purposes of Amendment 4 protection.

    Amendment 4 protects the controller of the information from Government seizure but does not protect the subject of that information. Privacy laws are what are intended to protect the subjects of information. There is some overlap of course. For example, your computer has lots of information about you and what you did in the past. You would be both the subject of the information and the controller (since it’s stored on your computer).

    Please remember, I am describing what the law is, not what it should be.