--- title: Archlinux date: 2023-11-29T20:33:48+0100 lastmod: 2024-01-28T10:08:53+0000 tags: - archlinux #showDate: false showReadingTime: false showWordCount: false showPagination: false #showAuthor: false showBreadcrumbs: true feed_exclude: true # site_exclude: true draft: true --- ## Predictable network interfaces ### systemd.link This might be useful, sometimes. ## Prefer local DNS instead of systemd-resolved defaults ## Setup WiFi networks ### Using **iwctl** ~~~console $ iwctl device list $ iwctl station wlan0 scan $ iwctl station wlan0 get-networks $ iwctl station wlan0 connect {ssid} ~~~ ### Using **nmcli** (NetworkManager) ~~~console ~~~ ## CPU frequency scaling ## YubiKeys ## LunarVim custom key mappings I know, this is an Arch Linux post but hey, I don't care. ## Mounting nfs shares with systemd ### Arch Linux ARM installation on a Raspberry Pi 2 The wiki page is for Raspberry Pi 4.