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/)AX
Posts
0
Comments
84
Joined
12 mo. ago

  • You'll hate to hear this and it'll age you 50 years but... The new generation doesnt use Google unless everything else fails. They will search discord, tiktok, and ChatGPT directly first before they ever touch google 🫠

  • Bazzite, since you're gaming.

    It's truly the dark horse that is phenomenal that doesn't get enough attention if you're focused on gaming

    The included distrobox software can effectively let you run any other distro in a nice container and install things as well.

  • You'll learn pretty quickly that a large chunk of self-hosting people are the types that are just terrified of having things be outside their control, which by extension means they are terrified of other people that aren't them running infrastructure. 🫠

  • this is very, very strange behavior you're seeing then. I have the following in my /etc/pacman.conf

     
        
    [core]
    SigLevel = PackageRequired
    Include = /etc/pacman.d/mirrorlist
    
    [extra]
    SigLevel = PackageRequired
    Include = /etc/pacman.d/mirrorlist
    
    [multilib]
    SigLevel = PackageRequired
    Include = /etc/pacman.d/mirrorlist
    
    
      

    Does yours look like that?

    and for mirror list, I have the following mirrors:

     
        
    Server = https://mirror.stephanie.is/archlinux/$repo/os/$arch
    Server = https://nocix.mm.fcix.net/archlinux/$repo/os/$arch
    Server = https://ohioix.mm.fcix.net/archlinux/$repo/os/$arch
    Server = https://mnvoip.mm.fcix.net/archlinux/$repo/os/$arch
    Server = https://arch.mirror.ivo.st/$repo/os/$arch
    
      

    these settings yield me the python library just fine

    Edit: the multilib repo is optional in the pacman.conf, as the package you want is in the extra repo.