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/)S
Posts
3
Comments
457
Joined
3 yr. ago

  • This might be just me, but I prefer remembering what the keys actually do:

    • R - Raw keyboard
    • F - Free mem
    • E - End everything
    • I - kIll everything
    • B - reBoot

    Also good to know:

    • S - Sync drives
    • U - Unmount drives
    • O - power Off
    • C - Crash
  • The CIA has in the past said both this, and also that cat wasn't hit by a car and lived a normal life afterwards. The latter was more recent, so maybe they published misinformation earlier to make it seem like they stopped using cats, or maybe they're just trying to cover up animal crewelty?

    Also I don't believe there was 15, maybe you've confused it with the 14 french space cats?

  • How can I do that with dpkg(1)?

    You can install .deb files with apt by prepending a ./, e.g. sudo apt install --no-install-recommends ./docker-desktop-4.30.0-amd64.deb would work. I usually avoid using dpkg unless I have to.

    Also:

    • That deb file is for docker desktop, which you said you didn't want?
    • Is insapp an alias or something?
    • You were running sudo apt-get install -f before, was your install already broken?
  • Your description is mildly confusing to read, could you provide a list of commands? You can check history for this.

    Sometimes APT can auto install recommended packages, adding --no-install-recommends disables this temporarily.

    Edit: Also you're using PopOS which is Ubuntu based, usually using Debian packages isn't an issue on Ubuntu, but sometimes it is, and something like docker should have an Ubuntu version.

  • Well the QR code part hasn't even been submitted to the maintainers yet AFAIK, so there's still time to change, and I'm sure it'll be configurable so you either get a stack trace or a QR code.

  • (with type covered as a bonus)

    Relevant fact: Most standard non-letter batteries are named after their physical size, for example a CR2032 is 20mm diameter x 3.2mm height; or not a button battery, but an 18650 is 18mm diameter x 65.0mm height.

  • I've got a catch-all setup to go straight to my spam folder, OP could do something similar.

  • Ahh thanks! That's good to know!

  • I've had bad experiences with ntfs3 anyway, so it's probably for the best that ntfs-3g is the default. Also last I checked ntfs3 had effectively been orphaned by paragon (the developers), is that still the case?

  • It doesn't have a QR code in it's current state AFAIK, but I believe the guy wants to add one eventually. Here's what it might look like:

    https://gitlab.com/kdj0c/panic_report/-/issues/1

    Also from the commits it looks like the colours are configurable at compile time (white on black default), and that exclamation Tux is already there.

    Looks like this is already a thing though with [systemd-bsod]

    Nah, that only handles boot errors, not kernel panics.

  • I don't really mind it for TIL, but I feel like Reddit repost bots are pretty awkward to deal with in most other communities.

  • My AMD Laptop has USB 4, which is effectively the same AFAIK.

  • Cool, thank you! I'll definitely be sure to try them out.

  • Can it automatically keep them for a certain amount of time after I've opened them though?

    I'll definitely be trying out seafile eventually!

  • I haven't had any issues with it so far, but I like having snapshots incase I need to rollback an update or something so that's why BTRFS.

  • There's also an open source BTRFS driver for Windows.

  • I've got a similar setup, but my non-root SSDs are F2FS.

  • Just wondering, does seafile cache the previously opened files locally, in case I don't have internet.

    OneDrive does this on Windows and I've been looking for something similar and self hosted.