Arch Linux

From Celeste@Hoppinglife
Revision as of 02:18, 31 May 2022 by Hoppinglife (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Arch Linux is my go-to Linux distribution.

Environment setup

  • If gnome-terminal is not working after installing gnome, check if LANG is set properly.
  • If firefox is blurry/refuse to resize under wayland, run it under wayland directly by adding MOZ_ENABLE_WAYLAND=1 to environment.

GPG

If pacman-keys or yay does not work, check the following:

  • Does systemd-resolved work correctly?
  • Try change keyserver in both /etc/pacman.d/gnupg and ~/.gnupg/
  • Try restart dirmngr: systemctl --user restart dirmngr

If encounter agent refused operation error:

KVM

  • Add a bunch of modules to mkinitcpio: vfio mdev virtio-net virtio-blk virtio-scsi virtio-balloon
  • Allowing kvm group to access virtio: KVM

Checklist

  • zsh
  • neovim / neoroedeer
  • texlive
  • gpg

Pacman Usage

Looking for which package owns a file: pacman -Qo path