setfont ter-g22n
localectl list-keymaps | grep us-acentos loadkeys us-acentos
iwctl device list
iwctl station wlan0 scan
iwctl station wlan0 get-networks
iwctl station wlan0 connect Blackhole
iwctl station wlan0 show
test network
curl -I google.com
reflector --country BR --latest 5 --sort rate --save /etc/pacman.d/mirrorlist
sed -i 's/^#Color/Color/' /etc/pacman.conf
sed -i 's/^#ParallelDownloads/ParallelDownloads/' /etc/pacman.conf
sed -i '/^\[extra\].*/i [community]\nInclude = /etc/pacman.d/mirrorlist\n' /etc/pacman.conf
timedatectl set-ntp true
mkfs.ext4 /dev/nvme/root -L root
mkfs.vfat /dev/nvme0n1p1 -n boot
mount /dev/nvme/root /mnt
mkdir -p /mnt/{boot/efi,home,opt,var,mnt/{srv,vdi,doc,shared}}
mount /dev/nvme0n1p1 /mnt/boot
mount -o defaults,uid=1000,gid=1000 /dev/sda1 /mnt/mnt/shared
pacstrap /mnt base base-devel linux linux-firmware vim linux-headers reflector
genfstab -U /mnt >> /mnt/etc/fstab
arch-chroot /mnt
ln -sf /usr/share/zoneinfo/America/Sao_Paulo /etc/localtime
hwclock --systohc --utc
reflector --country BR --latest 5 --sort rate --save /etc/pacman.d/mirrorlist
sed -i 's/ˆ#en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen
locale-gen
echo LANG=en_US.UTF-8 > /etc/locale.conf
echo aesahaettr > /etc/hostname
echo -e "127.0.0.1\tlocalhost" >> /etc/hosts
echo -e "::1\tlocalhost" >> /etc/hosts
echo -e "127.0.1.1\taesahaettr.localdomain aesahaettr" >> /etc/hosts
base
pacman -S --needed - $(curl -X GET -L https://is.gd/oRE0ys)
base2
pacman -S --needed - $(curl -X GET -L https://is.gd/hKMZyg)
pacman -S --needed - $(curl -X GET -L https://is.gd/RrjBSA)
pacman -S --needed - $(curl -X GET -L https://is.gd/o8sTbq)
pacman -S --needed - $(curl -X GET -L https://is.gd/6Vq7bV)
passwd
useradd -m -G sys,log,network,floppy,scanner,power,rfkill,users,video,storage,optical,lp,audio,wheel,adm -s /bin/zsh fabioluciano
passwd fabioluciano
sed -i 's/ˆ# %wheel ALL=(ALL:ALL) ALL$/%wheel ALL=(ALL:ALL) ALL/' /etc/sudoers
grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=ArchLinux
nvidia
pacman -S --needed - $(curl -X GET -L https://is.gd/8OD7Ib)
xfce
pacman -S --needed - $(curl -X GET -L https://is.gd/R26Rod)
vim /etc/default/grub
GRUB_CMDLINE_LINUX_DEFAULT="loglevel=3 nvidia-drm.modeset=1"
grub-mkconfig -o /boot/grub/grub.cfg
vim /etc/mkinitcpio.conf
MODULES=(nvidia nvidia_modeset nvidia_uvm nvidia_drm)
mkinitcpio -p linux
systemctl enable bluetooth dhcpcd firewalld fstrim.timer lightdm NetworkManager plocate-updatedb.timer sshd upower