home.social

Search

1000 results for “archlinux”

  1. Loki подсказал, что часто не могу получить GPG ключи на одной из систем. Не обратил бы внимание, если бы эти ошибки не вышли в топ по логам. Неприятно, но решаемо.

    В /etc/pacman.d/gnupg/gpg.conf добавил пару строк:

    auto-key-locate keyserver
    allow-weak-key-signatures

    И обновление ключей: pacman-key --refresh-keys

    #archlinux #gnupg

  2. Hey #ArchLinux user. If you are using #yay and you have -git #AUR packages, when you are doing `yay -Syu` you aren't updating the -git packages, you need to add --devel flag `yay -Syu --devel` or better save --devel with `yay --save --devel`

  3. Hey, the #ArchLinux User Repository (AUR) has an ryujinx-git update now. I was skeptical. This package builds itself directly from git, but there is no official #Ryujinx Git anymore (after that recent Nintendo threat). Also the pkgbuild shows a new maintainer ("username227" - hmm) and there is no communication about it (at least not within the AUR structures). When looking further into the pkgbuild, the git repo was changed (of course) to a fork called "GreemDev" which is quite active and even touches the emulator logic itself – other than most other whatever Emu forks that do things with the GUI and sometimes even malicious stuff, but often not more. Commit b21740c shows, they intend to be a direct continuation of the original. Looks better already.
    Also back to the AUR package's new maintainer "username227". He maintains quite a bunch of packages, so he seems legit. Also the pkgbuild is fine, straight to the point, no strange things happening there.
    While this is all no guarantee to be all good, I've tried it, being a Nintendo
    #Emulator addict that I am.
    It works fine, it has a nice new happy little rainbow icon
    🌈, and it picked up my config (including firmware) and game saves just fine.

    Anyway: Just because I say it's fine, it doesn't have to be, so use it at your own risc. Stupidly the git fork location is on GitHub again, I mean, do people never learn? I give it 2 months max, before Nintendo cracks down on this as well.

    Last thing. If you like an emulated switch game and you can afford it, buy it! It's only fair towards the developers.

    #riskyGaming

  4. Arch Linux now uses the “nft” backend for iptables!

    iptables is a utility program for Linux that provides you a method to configure filtering rules for IP protocol, configured as different Netfilter modules. It works as a firewall to implement a different set of rules that change how the packets are treated.

    Arch Linux used to provide two packages for this utility, which included:

    • iptables-nft: This package contains the iptables binary with nft as the backend
    • iptables: This package contains the iptables binary with the legacy backend

    The Arch Linux development team has now implemented the nft backend as the default backend for the iptables utility, which caused the iptables-nft package to be considered a legacy package. Similarly, a new package, called iptables-legacy, has been created to preserve the legacy behavior.

    According to the official news, instructions to the system administrators have been provided to ensure that your firewall rules still work. Moreover, you’ll need to check your /etc/iptables directory for any .pacsave files related to the following files:

    • /etc/iptables/iptables.rules.pacsave
    • /etc/iptables/ip6tables.rules.pacsave

    If you have any of the above files, you’ll need to restore the rules manually to ensure that they work prior to the upgrade. You can perform the full system upgrade by running pacman -Syu as root.

    The developers noted that most configurations should work with no changes made once upgrades to the iptables package have been made. However, if you are one of the system administrators who rely on either the uncommon xtables extension or the legacy behavior, you’ll need to uninstall iptables and install iptables-legacy.

    #ArchLinux #iptables #Linux #news #nft #Tech #Technology #update
  5. However, sometimes it works out at the end. Got the repo online, still need to do a full end-to-end.

    #archlinux #repo #svtav1 #handbrake #vapoursynth

  6. I pushed curl-rustls-8.19.0-3-x86_64.pkg.tar.zst to Arch Linux, with this version it's now possible to encrypt the TLS client hello:

    curl-rustls -sSv --ech hard --doh-url='dns.mullvad.net/dns-query' 'defo.ie/ech-check.php'

    Should display:

    <p>SSL_ECH_OUTER_SNI: cover.defo.ie <br />
    SSL_ECH_INNER_SNI: defo.ie <br />

    The --doh-url is mandatory, otherwise curl won't query the `https` dns records (dig +short https defo.ie).

    For opportunistic ECH use `--ech true`.

    #archlinux #curl #ech

  7. La petite surprise du matin sur #ArchLinux qui fait pas plaisir : à la suite de la mise à jour de « xkeyboard-config » cette nuit, le terminal pop-up #Guake ne parvient plus à utiliser le raccourci clavier F12 (raccourci par défaut) pour afficher/masquer la pop-up (on a un message d’erreur en notification à son lancement).

    Contournement : changer le raccourci pour Maj-F12 (par exemple), mais paie ta mémoire musculaire à recréer… :pfff:

  8. Arch Linux 32, Bazzite e altri progetti stanno bloccando l’accesso dal Brasile dopo l’entrata in vigore della legge ECA Digital. Una situazione confusa che preoccupa le community open source. #ArchLinux #Bazzite #Linux #Brasile

    linuxeasy.org/alcune-distribuz

  9. Altro laptop recuperato in sede ElsaGLUG 🐧

    Abbiamo recuperato un vecchio PC con AMD E2 e 4GB di RAM (saldate 😅), e il proprietario ci ha chiesto di aiutarlo ad installare Arch Linux! :archlinux:

    È stato abbastanza semplice, solo la TPM faceva un po' le bizze (come si vede in foto). Risolto quello, con LxQt e Falkon sembra andare alla grande!

    Anche voi utilizzate Arch sui vostri portatili (vecchi o nuovi)?

    #archlinux #riuso #linux #lug #associazione

  10. Arch Tip týdne: Kam mi mizí místo na disku?

    💽 Čtyři nástroje, se kterými najdeš každý zbytečný gigabajt.
    Žádné klikání – rychlé, přehledné, přímo v terminálu.

    ═══════════════════════════════════════════
    📊 DUF – přehled všech disků
    ═══════════════════════════════════════════

    Moderní nahrazení df. Barevný, přehledný výstup.

    Instalace:
    sudo pacman -S duf

    Použití:
    duf                    # všechny disky
    duf /home /mnt         # jen vybrané
    duf --only local       # jen lokální (bez tmpfs, atd.)
    duf --sort size        # seřadit podle velikosti

    Co uvidíš:
    → kolik místa je volné/použité
    → typ souborového systému
    → mount pointy
    → varování u skoro plných disků

    ═══════════════════════════════════════════
    🔍 NCDU – interaktivní prohlížeč velikostí
    ═══════════════════════════════════════════

    Ukáže, které složky žerou nejvíc. Šipkama procházíš,
    mazat můžeš přímo (klávesa d).

    Instalace:
    sudo pacman -S ncdu

    Použití:
    ncdu /                 # celý systém (chvíli trvá)
    ncdu ~                 # jen home
    ncdu --exclude .cache  # vynechat složky
    sudo ncdu -x /         # -x = nepřecházet přes mount pointy

    Ovládání:
    → šipky / enter = procházení
    → d = smazat
    → n / s = řadit podle jména / velikosti
    → g = zobrazit v % nebo graficky
    → q = konec

    Tip: Spusť na root oddílu, když se ti plní /.
    Nejčastější viníci: ~/.cache, /var/log, /var/cache/pacman/pkg

    ═══════════════════════════════════════════
    🧱 LSBLK – stromový přehled disků
    ═══════════════════════════════════════════

    Ukáže všechny disky, oddíly a jejich mount pointy.

    Použití:
    lsblk                              # základní výstup
    lsblk -f                           # + filesystémy a UUID
    lsblk -o NAME,SIZE,FSTYPE,MOUNTPOINT,LABEL
    lsblk -p                           # plné cesty (/dev/sda1)

    Co uvidíš:
    → fyzické disky a jejich oddíly
    → LUKS kontejnery, LVM, RAID
    → kde je co připojené

    ═══════════════════════════════════════════
    🔎 FINDMNT – kde je co připojené
    ═══════════════════════════════════════════

    Lepší než mount | grep. Ukáže stromovou strukturu
    všech mount pointů.

    Použití:
    findmnt                    # strom všech mountů
    findmnt /home              # konkrétní cesta
    findmnt -t ext4,btrfs      # jen vybrané FS
    findmnt --real             # bez pseudo FS (proc, sys…)
    findmnt -o TARGET,SOURCE,FSTYPE,OPTIONS

    Hodí se když:
    → nevíš jestli je něco připojené
    → ladíš fstab
    → řešíš problém s NFS/SSHFS

    ═══════════════════════════════════════════
    💡 TYPICKÝ WORKFLOW – plní se disk
    ═══════════════════════════════════════════

    1. rychlý přehled

    duf

    2. který disk je plný?

    df -h /

    3. kde přesně žere místo?

    sudo ncdu -x /

    4. ověř mount pointy a strukturu

    lsblk -f
    findmnt --real

    ═══════════════════════════════════════════
    🧹 BONUS – časté zdroje žroutů místa
    ═══════════════════════════════════════════

    cache pacmanu (nech poslední 2 verze)

    sudo paccache -rk2

    journald logy (nech jen posledních 500 MB)

    sudo journalctl --vacuum-size=500M

    cache v home

    du -sh ~/.cache
    rm -rf ~/.cache/*

    docker (pokud používáš)

    docker system prune -a

    osiřelé balíčky

    sudo pacman -Rns $(pacman -Qtdq)

    #archlinux #linux #disk #cli #sysadmin

  11. Arch Tip týdne: Kam mi mizí místo na disku?

    💽 Čtyři nástroje, se kterými najdeš každý zbytečný gigabajt.
    Žádné klikání – rychlé, přehledné, přímo v terminálu.

    ═══════════════════════════════════════════
    📊 DUF – přehled všech disků
    ═══════════════════════════════════════════

    Moderní nahrazení df. Barevný, přehledný výstup.

    Instalace:
    sudo pacman -S duf

    Použití:
    duf                    # všechny disky
    duf /home /mnt         # jen vybrané
    duf --only local       # jen lokální (bez tmpfs, atd.)
    duf --sort size        # seřadit podle velikosti

    Co uvidíš:
    → kolik místa je volné/použité
    → typ souborového systému
    → mount pointy
    → varování u skoro plných disků

    ═══════════════════════════════════════════
    🔍 NCDU – interaktivní prohlížeč velikostí
    ═══════════════════════════════════════════

    Ukáže, které složky žerou nejvíc. Šipkama procházíš,
    mazat můžeš přímo (klávesa d).

    Instalace:
    sudo pacman -S ncdu

    Použití:
    ncdu /                 # celý systém (chvíli trvá)
    ncdu ~                 # jen home
    ncdu --exclude .cache  # vynechat složky
    sudo ncdu -x /         # -x = nepřecházet přes mount pointy

    Ovládání:
    → šipky / enter = procházení
    → d = smazat
    → n / s = řadit podle jména / velikosti
    → g = zobrazit v % nebo graficky
    → q = konec

    Tip: Spusť na root oddílu, když se ti plní /.
    Nejčastější viníci: ~/.cache, /var/log, /var/cache/pacman/pkg

    ═══════════════════════════════════════════
    🧱 LSBLK – stromový přehled disků
    ═══════════════════════════════════════════

    Ukáže všechny disky, oddíly a jejich mount pointy.

    Použití:
    lsblk                              # základní výstup
    lsblk -f                           # + filesystémy a UUID
    lsblk -o NAME,SIZE,FSTYPE,MOUNTPOINT,LABEL
    lsblk -p                           # plné cesty (/dev/sda1)

    Co uvidíš:
    → fyzické disky a jejich oddíly
    → LUKS kontejnery, LVM, RAID
    → kde je co připojené

    ═══════════════════════════════════════════
    🔎 FINDMNT – kde je co připojené
    ═══════════════════════════════════════════

    Lepší než mount | grep. Ukáže stromovou strukturu
    všech mount pointů.

    Použití:
    findmnt                    # strom všech mountů
    findmnt /home              # konkrétní cesta
    findmnt -t ext4,btrfs      # jen vybrané FS
    findmnt --real             # bez pseudo FS (proc, sys…)
    findmnt -o TARGET,SOURCE,FSTYPE,OPTIONS

    Hodí se když:
    → nevíš jestli je něco připojené
    → ladíš fstab
    → řešíš problém s NFS/SSHFS

    ═══════════════════════════════════════════
    💡 TYPICKÝ WORKFLOW – plní se disk
    ═══════════════════════════════════════════

    1. rychlý přehled

    duf

    2. který disk je plný?

    df -h /

    3. kde přesně žere místo?

    sudo ncdu -x /

    4. ověř mount pointy a strukturu

    lsblk -f
    findmnt --real

    ═══════════════════════════════════════════
    🧹 BONUS – časté zdroje žroutů místa
    ═══════════════════════════════════════════

    cache pacmanu (nech poslední 2 verze)

    sudo paccache -rk2

    journald logy (nech jen posledních 500 MB)

    sudo journalctl --vacuum-size=500M

    cache v home

    du -sh ~/.cache
    rm -rf ~/.cache/*

    docker (pokud používáš)

    docker system prune -a

    osiřelé balíčky

    sudo pacman -Rns $(pacman -Qtdq)

    #archlinux #linux #disk #cli #sysadmin

  12. Arch Tip týdne: Kam mi mizí místo na disku?

    💽 Čtyři nástroje, se kterými najdeš každý zbytečný gigabajt.
    Žádné klikání – rychlé, přehledné, přímo v terminálu.

    ═══════════════════════════════════════════
    📊 DUF – přehled všech disků
    ═══════════════════════════════════════════

    Moderní nahrazení df. Barevný, přehledný výstup.

    Instalace:
    sudo pacman -S duf

    Použití:
    duf                    # všechny disky
    duf /home /mnt         # jen vybrané
    duf --only local       # jen lokální (bez tmpfs, atd.)
    duf --sort size        # seřadit podle velikosti

    Co uvidíš:
    → kolik místa je volné/použité
    → typ souborového systému
    → mount pointy
    → varování u skoro plných disků

    ═══════════════════════════════════════════
    🔍 NCDU – interaktivní prohlížeč velikostí
    ═══════════════════════════════════════════

    Ukáže, které složky žerou nejvíc. Šipkama procházíš,
    mazat můžeš přímo (klávesa d).

    Instalace:
    sudo pacman -S ncdu

    Použití:
    ncdu /                 # celý systém (chvíli trvá)
    ncdu ~                 # jen home
    ncdu --exclude .cache  # vynechat složky
    sudo ncdu -x /         # -x = nepřecházet přes mount pointy

    Ovládání:
    → šipky / enter = procházení
    → d = smazat
    → n / s = řadit podle jména / velikosti
    → g = zobrazit v % nebo graficky
    → q = konec

    Tip: Spusť na root oddílu, když se ti plní /.
    Nejčastější viníci: ~/.cache, /var/log, /var/cache/pacman/pkg

    ═══════════════════════════════════════════
    🧱 LSBLK – stromový přehled disků
    ═══════════════════════════════════════════

    Ukáže všechny disky, oddíly a jejich mount pointy.

    Použití:
    lsblk                              # základní výstup
    lsblk -f                           # + filesystémy a UUID
    lsblk -o NAME,SIZE,FSTYPE,MOUNTPOINT,LABEL
    lsblk -p                           # plné cesty (/dev/sda1)

    Co uvidíš:
    → fyzické disky a jejich oddíly
    → LUKS kontejnery, LVM, RAID
    → kde je co připojené

    ═══════════════════════════════════════════
    🔎 FINDMNT – kde je co připojené
    ═══════════════════════════════════════════

    Lepší než mount | grep. Ukáže stromovou strukturu
    všech mount pointů.

    Použití:
    findmnt                    # strom všech mountů
    findmnt /home              # konkrétní cesta
    findmnt -t ext4,btrfs      # jen vybrané FS
    findmnt --real             # bez pseudo FS (proc, sys…)
    findmnt -o TARGET,SOURCE,FSTYPE,OPTIONS

    Hodí se když:
    → nevíš jestli je něco připojené
    → ladíš fstab
    → řešíš problém s NFS/SSHFS

    ═══════════════════════════════════════════
    💡 TYPICKÝ WORKFLOW – plní se disk
    ═══════════════════════════════════════════

    1. rychlý přehled

    duf

    2. který disk je plný?

    df -h /

    3. kde přesně žere místo?

    sudo ncdu -x /

    4. ověř mount pointy a strukturu

    lsblk -f
    findmnt --real

    ═══════════════════════════════════════════
    🧹 BONUS – časté zdroje žroutů místa
    ═══════════════════════════════════════════

    cache pacmanu (nech poslední 2 verze)

    sudo paccache -rk2

    journald logy (nech jen posledních 500 MB)

    sudo journalctl --vacuum-size=500M

    cache v home

    du -sh ~/.cache
    rm -rf ~/.cache/*

    docker (pokud používáš)

    docker system prune -a

    osiřelé balíčky

    sudo pacman -Rns $(pacman -Qtdq)

    #archlinux #linux #disk #cli #sysadmin

  13. Arch Tip týdne: Kam mi mizí místo na disku?

    💽 Čtyři nástroje, se kterými najdeš každý zbytečný gigabajt.
    Žádné klikání – rychlé, přehledné, přímo v terminálu.

    ═══════════════════════════════════════════
    📊 DUF – přehled všech disků
    ═══════════════════════════════════════════

    Moderní nahrazení df. Barevný, přehledný výstup.

    Instalace:
    sudo pacman -S duf

    Použití:
    duf                    # všechny disky
    duf /home /mnt         # jen vybrané
    duf --only local       # jen lokální (bez tmpfs, atd.)
    duf --sort size        # seřadit podle velikosti

    Co uvidíš:
    → kolik místa je volné/použité
    → typ souborového systému
    → mount pointy
    → varování u skoro plných disků

    ═══════════════════════════════════════════
    🔍 NCDU – interaktivní prohlížeč velikostí
    ═══════════════════════════════════════════

    Ukáže, které složky žerou nejvíc. Šipkama procházíš,
    mazat můžeš přímo (klávesa d).

    Instalace:
    sudo pacman -S ncdu

    Použití:
    ncdu /                 # celý systém (chvíli trvá)
    ncdu ~                 # jen home
    ncdu --exclude .cache  # vynechat složky
    sudo ncdu -x /         # -x = nepřecházet přes mount pointy

    Ovládání:
    → šipky / enter = procházení
    → d = smazat
    → n / s = řadit podle jména / velikosti
    → g = zobrazit v % nebo graficky
    → q = konec

    Tip: Spusť na root oddílu, když se ti plní /.
    Nejčastější viníci: ~/.cache, /var/log, /var/cache/pacman/pkg

    ═══════════════════════════════════════════
    🧱 LSBLK – stromový přehled disků
    ═══════════════════════════════════════════

    Ukáže všechny disky, oddíly a jejich mount pointy.

    Použití:
    lsblk                              # základní výstup
    lsblk -f                           # + filesystémy a UUID
    lsblk -o NAME,SIZE,FSTYPE,MOUNTPOINT,LABEL
    lsblk -p                           # plné cesty (/dev/sda1)

    Co uvidíš:
    → fyzické disky a jejich oddíly
    → LUKS kontejnery, LVM, RAID
    → kde je co připojené

    ═══════════════════════════════════════════
    🔎 FINDMNT – kde je co připojené
    ═══════════════════════════════════════════

    Lepší než mount | grep. Ukáže stromovou strukturu
    všech mount pointů.

    Použití:
    findmnt                    # strom všech mountů
    findmnt /home              # konkrétní cesta
    findmnt -t ext4,btrfs      # jen vybrané FS
    findmnt --real             # bez pseudo FS (proc, sys…)
    findmnt -o TARGET,SOURCE,FSTYPE,OPTIONS

    Hodí se když:
    → nevíš jestli je něco připojené
    → ladíš fstab
    → řešíš problém s NFS/SSHFS

    ═══════════════════════════════════════════
    💡 TYPICKÝ WORKFLOW – plní se disk
    ═══════════════════════════════════════════

    1. rychlý přehled

    duf

    2. který disk je plný?

    df -h /

    3. kde přesně žere místo?

    sudo ncdu -x /

    4. ověř mount pointy a strukturu

    lsblk -f
    findmnt --real

    ═══════════════════════════════════════════
    🧹 BONUS – časté zdroje žroutů místa
    ═══════════════════════════════════════════

    cache pacmanu (nech poslední 2 verze)

    sudo paccache -rk2

    journald logy (nech jen posledních 500 MB)

    sudo journalctl --vacuum-size=500M

    cache v home

    du -sh ~/.cache
    rm -rf ~/.cache/*

    docker (pokud používáš)

    docker system prune -a

    osiřelé balíčky

    sudo pacman -Rns $(pacman -Qtdq)

    #archlinux #linux #disk #cli #sysadmin

  14. Sometimes—when it's on your own terms—leaning in to stereotypes can be fun. For example, I am writing this post with the #emacs client for mastodon on a #thinkpad #x230 laptop running #archlinux :P

    Memes aside, these old thinkpads really are good laptops. This one has served me well for many years

  15. I pushed curl-rustls-8.19.0-3-x86_64.pkg.tar.zst to Arch Linux, with this version it's now possible to encrypt the TLS client hello:

    curl-rustls -sSv --ech hard --doh-url='dns.mullvad.net/dns-query' 'defo.ie/ech-check.php'

    Should display:

    <p>SSL_ECH_OUTER_SNI: cover.defo.ie <br />
    SSL_ECH_INNER_SNI: defo.ie <br />

    The --doh-url is mandatory, otherwise curl won't query the `https` dns records (dig +short https defo.ie).

    For opportunistic ECH use `--ech true`.

    #archlinux #curl #ech

  16. I pushed curl-rustls-8.19.0-3-x86_64.pkg.tar.zst to Arch Linux, with this version it's now possible to encrypt the TLS client hello:

    curl-rustls -sSv --ech hard --doh-url='dns.mullvad.net/dns-query' 'defo.ie/ech-check.php'

    Should display:

    <p>SSL_ECH_OUTER_SNI: cover.defo.ie <br />
    SSL_ECH_INNER_SNI: defo.ie <br />

    The --doh-url is mandatory, otherwise curl won't query the `https` dns records (dig +short https defo.ie).

    For opportunistic ECH use `--ech true`.

    #archlinux #curl #ech

  17. I pushed curl-rustls-8.19.0-3-x86_64.pkg.tar.zst to Arch Linux, with this version it's now possible to encrypt the TLS client hello:

    curl-rustls -sSv --ech hard --doh-url='dns.mullvad.net/dns-query' 'defo.ie/ech-check.php'

    Should display:

    <p>SSL_ECH_OUTER_SNI: cover.defo.ie <br />
    SSL_ECH_INNER_SNI: defo.ie <br />

    The --doh-url is mandatory, otherwise curl won't query the `https` dns records (dig +short https defo.ie).

    For opportunistic ECH use `--ech true`.

    #archlinux #curl #ech

  18. https://thoughts.greyh.at/posts/celestial-gtk-theme/

    @zquestz published an article on Gtk theming which I found fascinating. It is an overview of the kind of things you have to consider when trying to create your own theme for #Linux . He fusses over the little details that are very important when doing UI/UX design properly. He also made sure the themes worked properly on various Gtk desktop environments, including Cinnamon, MATE, and Xfce (three of the best DEs, in my humble opinion).

    He also mentions the qt6gtk2 plugin for Qt which I did not know about. It translates Gtk themes to Qt themes so all of your applications, whether they use Gtk or Qt, have the correct theme. This is extremely useful since the impedance mismatch between Qt and Gtk is the biggest source of UI/UX inconsistencies in Linux apps.

    #tech #software #Linux #UI #UX #theming #LinuxThemes #CinnamonDE #Xfce #MateDE #LinuxMint #Xubuntu #UbuntuMATE #ArchLinux #Gtk #Gtk2 #Gtk3 #Qt5 #Qt6 #UnixPorn #ricing

  19. The #library and #CLI alpm-buildinfo in version 0.2.0 offers many documentation and usability improvements for this #crate providing integration with the #BUILDINFO file format which is used in #ALPM based #package files. 📦

    crates.io/crates/alpm-buildinf

    For details refer to the #changelog alpm.archlinux.page/alpm-build

    #ArchLinux #RustLang #SoftwareRelease

  20. Suelo actualizar el Archlinux los fines de semana. Hasta la fecha, me ha funcionado porque, al ser rolling release, algunos paquetes no están del todo depurados y para cuando actualizo suelen estarlo algo más.

    Ha llegado el día en el que el truqui no funciona. Pero no desesperarse, porque nunca te van a pasar las cosas a ti solo.

    Por si a alguien le ayuda, en el foro de archlinux se resuelve el problema (bbs.archlinux.org/viewtopic.ph). Para los no versados en la lengua de shakespeare, simplemente instalar la versión anterior de los siguientes paquetes: linux-lts, nvidia-utils, nvidia-lts y, para los jugones, lib32-nvidia-utils.

    Para ello, instalar previamente el paquete downgrade.

    #archlinux #problemas #linux #soluciones

  21. Suelo actualizar el Archlinux los fines de semana. Hasta la fecha, me ha funcionado porque, al ser rolling release, algunos paquetes no están del todo depurados y para cuando actualizo suelen estarlo algo más.

    Ha llegado el día en el que el truqui no funciona. Pero no desesperarse, porque nunca te van a pasar las cosas a ti solo.

    Por si a alguien le ayuda, en el foro de archlinux se resuelve el problema (bbs.archlinux.org/viewtopic.ph). Para los no versados en la lengua de shakespeare, simplemente instalar la versión anterior de los siguientes paquetes: linux-lts, nvidia-utils, nvidia-lts y, para los jugones, lib32-nvidia-utils.

    Para ello, instalar previamente el paquete downgrade.

    #archlinux #problemas #linux #soluciones

  22. Suelo actualizar el Archlinux los fines de semana. Hasta la fecha, me ha funcionado porque, al ser rolling release, algunos paquetes no están del todo depurados y para cuando actualizo suelen estarlo algo más.

    Ha llegado el día en el que el truqui no funciona. Pero no desesperarse, porque nunca te van a pasar las cosas a ti solo.

    Por si a alguien le ayuda, en el foro de archlinux se resuelve el problema (bbs.archlinux.org/viewtopic.ph). Para los no versados en la lengua de shakespeare, simplemente instalar la versión anterior de los siguientes paquetes: linux-lts, nvidia-utils, nvidia-lts y, para los jugones, lib32-nvidia-utils.

    Para ello, instalar previamente el paquete downgrade.

    #archlinux #problemas #linux #soluciones

  23. Suelo actualizar el Archlinux los fines de semana. Hasta la fecha, me ha funcionado porque, al ser rolling release, algunos paquetes no están del todo depurados y para cuando actualizo suelen estarlo algo más.

    Ha llegado el día en el que el truqui no funciona. Pero no desesperarse, porque nunca te van a pasar las cosas a ti solo.

    Por si a alguien le ayuda, en el foro de archlinux se resuelve el problema (bbs.archlinux.org/viewtopic.ph). Para los no versados en la lengua de shakespeare, simplemente instalar la versión anterior de los siguientes paquetes: linux-lts, nvidia-utils, nvidia-lts y, para los jugones, lib32-nvidia-utils.

    Para ello, instalar previamente el paquete downgrade.

    #archlinux #problemas #linux #soluciones

  24. Today, for the first time since I switched to Linux over 5 years ago, my #archlinux Z16 #thinkpad kept freezing after #gdm authentication. 😲

    Apparently, because the status of `/run/user/1000` became corrupt. 🤔

    1. TTY login
    2. `loginctl terminate-user $USER` (cleanup sessions)
    3. `systemctl restart systemd-logind` (recreating the directory)
    4. `systemctl reboot`
    5. Everything was back to normal

    Took me an hour to figure out, though. 🫣

  25. @berniework I wish there were an Arch Wiki alternative for the "regular" distros. While it's sufficiently distro-agnostic, I can't help but wonder if the lack of one for beginner-friendly distros turns people away from Linux.

    #archlinux
    #archwiki
    #linux