• 1 Post
  • 34 Comments
Joined 1 year ago
cake
Cake day: June 9th, 2023

help-circle









  • I’ve done this successfully, but you need to jump thru quite a few hoops. These instructions are for Kindle only. I think dedrm can cope with Nook encryption but I don’t know how to do it. It was a while ago now, but to the best of my recollection:

    1. Get yourself an older model Kindle. I used a Kindle 3 that I found at Goodwill for $20. You may have to rejig your home WiFi if your model doesn’t support the right version of WPA.
    2. Register it to your Amazon account somehow. IIRC, you have to try and fail to do it from the device, then Amazon will email you instructions.
    3. Install Calibre and setup the dedrm plugin. It’s pretty well documented.
    4. Download what you want onto the Kindle. Pretty sure you have to use the Amazon website for this because of SSL issues on the older models.
    5. Setup your Kindle with Calibre. This is also pretty easy and and well documented.
    6. Grab the DRMed books off the Kindle into Calibre.
    7. Run the conversion process in Calibre to remove DRM and convert to (for example) epub.
    8. Optional: Jailbreak your Kindle and install KOReader to get a bit more value out of the obsolete brick you had to purchase to do this. This is a whole other set of hoops.

    I’m not totally sure all this still works. You’re honestly probably better off getting a Boox device and downloading stuff from Anna’s Archive or similar.


  • I use jabref and this extension quite heavily. I can assure you that it does send the URL to jabref; it gets added as a Misc reference with the site URL in the optional fields. On my firefox / windows system it does show greyed out in the plugins menu like you say, however it adds a jabref logo in the address bar which can be clicked (or alt+shift+j) to send to jabref.

    I just tried it on my linux system though, and it doesn’t work for me, either. Suspect some sandboxing weirdness because I have jabref as a flatpak but firefox running natively. I’m just coming back to linux from a few years hiatus so I’m hoping someone better than me at this can check in.

    Jabref does have some troubleshooting steps for their extension that might be worth trying though, depending on your install.





  • That’s really hard to answer definitively without context. Obvs there’s the kernel, but that’s similar enough across distros that it’s not really a point of contention that I know of. At a guess it might mean the distro it’s “based” on, but that in itself could mean a few different things. There’s stuff like package management, which you mentioned, and init style. That’s where things get complicated.

    Like, Mint is based on Ubuntu, which itself is based on Debian. They share DEB / APT for package management and use systemd for init. OTOH, there’s stuff like OpenSuse, which is originally based on SlackWare, but uses RPM (like redhat) for package management. OpenSuse uses systemd, but I think RedHat uses upstart and SlackWare uses a BSD-style init. It’s been a while since I checked in on those last two.

    Of course they could also mean something like choice of desktop environment (as in “A Gnome-based distribution”), default package selection (what the installer refers to as a “base” install). They could mean the general philosophy or release schedule (rolling vs. point release). Or they could even be referring to the userbase (as in; “I use Arch, btw”).