Arch Linux Guide

index > programming > operating-system > linux

Installation

Bootloader

Rice

FAQ

Wi-Fi

https://ricostacruz.com/til/arch-linux-wifi-using-netctl

sudo netctl start wlp3s0-Yeyeko\&Crisp_5G
sudo systemctl enable netctl-auto@wlp3s0.service

Sound

aplay -l
speaker-test -c1
vim ~/.asoundrc

Change HDD

# mount && swapon
mount /dev/sda3 /mnt # replace with nvmen1p3 and etc.
swapon /dev/sda2

# delete old fstab files
echo "" > /mnt/etc/fstab

# genfstab again
genfstab -U /mnt >> /mnt/etc/fstab