Music lover and English teacher with an interest in slightly geeky things

mastodon / blog / listenbrainz

  • 13 Posts
  • 178 Comments
Joined 1 year ago
cake
Cake day: June 8th, 2023

help-circle
  • Many have surprised me for different reasons.

    The most recent that did is Alpine. I decided for some reason to install it for regular desktop use on an RPI400.

    First surprise, the ISO was so small. Second surprise, everything installed so fast when I used the install scripts. Third surprise was the up-to-date repos. The final surprise was the community: it handled noob questions and complicated questions so well, walked users through click by click and one command at a time. Awesome and totally an acceptable option for a desktop which is why I immediately installed it on my main laptop and used it for a number of months.





  • I’ve been using Linux for a long time. When I install my fist step is to uninstall. I get not wanting things taking up space.

    You should be able to remove things like LibreOffice and so on without any issues.

    In the past, dependency chains screwed things up depending on the distro. (Remove Chrome? Oh, well, we’ll remove your DE too! I remember once uninstalling VLC, which I never use, wanted to uninstall the browser and other media apps…)

    I did go and look around, and you are right. Lots of posts, older and more recent, telling people not to uninstall and change to a minimal distro.


  • cmus is great for music

    mpv for videos, there are different extensions to automatically open YT videos with it.

    beets for sorting music

    nicotine plus for looking for music

    syncthing

    zathura

    improving performance isn’t easy if you feel like things are running smoothly, but there are a few laptop specific things like tlp that you could look into although I suspect that distro uses them out of the box













  • If I’m correct, that would mean that technically, I could authenticate to an SSH server without supplying my name if I use a private key?

    Yes.

    The public key contains a user name/email address string, I’m aware, is the same information also encoded into the private key as well? If yes, I don’t see the need to hand that info to an SSH call. If no, how does the SSH server know which public key it’s supposed to use to challenge my private key ownership?

    Most of this can be found reading through different Git docs, whether from GitHub, GitLab, Codeberg, Gitea, etc. When using Git you can use different keys for different repos/forges and each has a defined pair, similar to accessing different SSH servers that require specific key pairs. I do understand your questions, but I lack the finesse to explain it since I really only use SSH and Git for my blog and not for anything too complicated.