Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)LI
LinuxSBC @lemm.ee
Posts 3
Comments 175
*Permanently Deleted*
  • Kindles are really hard to root. Use XDA Developers forum for this kind of thing. https://xdaforums.com/t/fire-hd-8-2018-only-unbrick-downgrade-unlock-root.3894256/, which is what that guide is based on, looks like it only works for the 2018 version and seems way more difficult and risky than most ROM installations. Also, that won't install Linux, just a different Android version.

  • *Permanently Deleted*
  • You can't do that. Installing custom ROMs on Android devices is very different than installing an OS on a desktop/laptop. Most devices don't allow changing the OS at all, most of the ones that do don't have any Linux builds, and then you'll be stuck with whatever distro you're given (probably UBPorts or maybe PostmarketOS) rather than choosing your own.

  • Beeper vs Apple battle intensifies: Lawmakers demand DOJ investigation - Android Authority
  • What do you think an API is? They have reverse engineered the iMessage API and are using that to connect to the iMessage servers. It is literally impossible to do as you suggest (use entirely their own resources) because iMessage is centralized and cannot federate with any other server, even if one did exist.

  • [All Cosmere] Can Feruchemists use other Investiture?

    Let's assume a Feruchemist has access to some other form of Investiture, maybe with a Perpendicularity, liquid Dor, becoming a Radiant, getting Breaths, or maybe even tapping Connection to become Elantrian or something. We've seen from TLM that Allomancers can use Investiture from a Perpendicularity instead of metals, so can Feruchemists do the same? If so, how would something like a coppermind work, where the attribute has data stored rather than just an amount? There's probably a WoB explaining this somewhere, but I can't find it.

    3

    Replacing server while keeping maximum data

    My Matrix server is on Oracle Cloud. At one point, while messing with something on it, I accidentally enabled the firewall for port 22, so I can no longer access it via SSH. I think I also disabled password login, as I cannot log in over Oracle's remote terminal service. Also, the backups had filled up the drive space without me noticing, so it hadn't made backups in six months. Yes, I'm dumb.

    At this point, I've given up hope for recovering the data on the server, but I would prefer to keep as much as I can when making a new server. The information online about making a new server on the same domain all involves copying over some data from the old server, so is it possible to keep the domain name when making a new server? It seems that it is not possible to make a new account with the same name on the same domain because it messes with federation, so I will need a new account name. Is that all correct?

    My current plan is this:

    • use Matrix migration to transfer my rooms to a temporary account
    • delete the server
    • make a new server with the same domain
    • make an account with a different name on the new server
    • use Matrix migration again to transfer the rooms from the temporary account to the new account

    Does this all seem like it would work, and is there a better solution? Thank you for the help.

    Edit: What I ended up doing was this:

    1. Upgrade to a paid account (my account was previously free)—this can't be reverted, but you won't get charged if you're always below the limit
    2. Export the boot drive to a bucket
    3. Download the bucket
    4. Extract the downloaded bucket and take whatever data you need from it
    5. Delete the bucket
    6. Replace the boot drive (or create a new server and delete the old one). You may be able to fix the issue then upload the image again, but I just applied the vital details (signing key, primarily, but you can also use the database) to a new image.
    2