• 1 Post
  • 134 Comments
Joined 1 year ago
cake
Cake day: March 12th, 2025

help-circle





  • I remember the characters, just not their names. I recognize the characters by their looks while they’re on-screen & by their voices if they’re not. But if they’re only mentioned, I can have trouble unless there is additional context or if they’ve appeared recently.

    It’s also not like I can’t remember any names. I also have an easier time remembering a name if it’s a book instead of a tv series/movie, the name is interesting/otherwise memorable or if I’ve had enough exposure to it.







  • No problem!

    I just checked, and keepassxc does publish official AppImages.

    In case you have permission issues on the drive on Linux, create another, small partition with ext4 or other filesystem that supports Unix permissions natively. Linux & other Unix-like operating systems use separate permissions for reading, writing and executing files/entering folders, unlike Windows. I don’t store programs on NTFS or any of the FATs, so I’m not completely sure how it works with the default settings.









  • ferric_carcinization@lemmy.mltoLinux@lemmy.mlSkills to install Gentoo
    link
    fedilink
    English
    arrow-up
    3
    ·
    edit-2
    2 months ago

    As others have already noted, the handbook is very good. You should be able to manage with limited Linux & terminal skills. (terminal navigation, can install a package with e.g. apt, etc.)

    If you’re unsure about your skills, try using the terminal a bit. You can start with switching to the apt cli (command-line program) if you’re using a gui client. Or, you could try to do some basic, everyday tasks with it, like editing text with nano (or vim, if you’re feeling brave).

    Just don’t forget to install important packages when installing Gentoo, like sudo (and add youself to sudoers), a DE/WM (KDE Plasma, GNOME, Sway, etc.) and a terminal. These things can be done later, by rebooting to the install media and chrooting, but it can be a bit annoying.

    Don’t worry too much about mistakes, as everything is fixable, except things related to bad UEFI implementations.

    Like others, I would recommend going with defaults for now. You can always tinker after the install. While a few things are a real pain to change or shouldn’t be changed, like going from no-multilib to multilib, most things can be played with later. Though I haven’t done it with a Gentoo system specifically, going from an unencypted system to encrypting all disks is very much possible.