Shut-in, keeper of weird hours.

  • 181 Posts
  • 211 Comments
Joined 1 year ago
cake
Cake day: May 31st, 2023

help-circle
  • All three of those links are very outdated - I do not recommend trying to use any of them.

    Yeah, they did look a bit suspect. Bookmarks deleted!

    Can you be more specific about what you are trying to do exactly?

    Thanks, I was hoping someone would ask, although I have been trying to “RTFM” and figure it out on my own 🙂. I’ve already installed the lastest .deb—basically I would like to use RClone to continuously sync the home folder on my laptop to Proton Drive (after having RClone autostart) in more or less the same way that I use Syncthing to sync a few important folders from my laptop to my phone. The setup with RClone I envision would be a one-way sync from my laptop to Proton Drive. In the absence of a Proton Drive client for Linux, can RClone be set up to do any of these things? And does RClone/PD support versioning?


  • Yeah, I know, “RTFM.” I did, but am still kind of confused. A “remote” presumably means a remote folder/share/whatever in the cloud, in this case on Proton Drive, yes? If I want to set Rclone to automaticlly sync, say, my home folder to Proton Drive, Rclone has to run as a service on startup for this to work. They say

    Start as a service: To always run rclone in background, relevant for mount commands etc, you can use systemd to set up rclone as a system or user service. Running as a system service ensures that it is run at startup even if the user it is running as has no active session. Running rclone as a user service ensures that it only starts after the configured user has logged into the system.

    But I don’t know how to do that . . . I’ve found a few, I guess, “scripts” for this online but each one is a bit different. Unfortunately, just because I’m a Linux person doesn’t mean that I know what I’m doing . . .

    EDIT: After some further research, I found a couple scripts, but since each one is a bit different, I’m not sure which one to choose or how to write one that best suits my needs . . . would be kind of nice if Rclone would include this somewhere in their documentation; so far I haven’t found anything.

    EDIT EDIT: I would say that this is fairly complicated for the average user, but my research continues . . .

    EDIT EDIT EDIT: Can anyone attest to this, this, or this?














  • Can’t receive SMS message from infomaniak, so can’t sign up! 🙁 Well, so much for that…

    EDIT: How ever I try to sign up for a free email account with them, infomaniak throws up roadblocks of one kind or another, whether on mobile or desktop. According to this users are required to provide a phone number and then enter a verification code sent by SMS, which never arrives. Looked promising. Oh well, too bad.












    1. Ok (um, then they do it why?) My attention has been really divided for the past couple days, so I haven’t really read very deeply into PPA.

    2. Didn’t know that; maybe they should reconfigure themselves to be more like Wikipedia? 🤷 It seems like Wikipedia has way more users than FF, and they’re able to keep going on the small donations they request from time to time.

    3. Indeed it does! And it might be nice if it wasn’t checked by default like it was in mine, but ok, I guess.

    Also, what have hamsters ever done to you? 😉



  • Does anyone know if the PPA/Personal Pan Pizza Privacy/Whatever thing has an about:config entry or is it controlled from about:preferences#privacy?

    EDIT: To answer my own question, the about:config entry is “dom.private-attribution.submission.enabled” which should be set to “false”; for those of us who use arkenfox, you should add this to your user-overrides.js file and then run the updater:

    user_pref(“dom.private-attribution.submission.enabled”, false); // Disable Privacy-Preserving Attribution

    This is correct AFAICT.

    EDIT EDIT: Also, possibly naive question: Why can’t Mozilla/Firefox just ask for donations like Wikipedia does instead of sneaking around, which they sort of seem to do once in a while?