Skip to content

Latest commit

 

History

History
76 lines (54 loc) · 1.3 KB

File metadata and controls

76 lines (54 loc) · 1.3 KB

archlinux

Wifi connection

during installation:

# get device name
ip -c a

iwctl --passphrase <passphrase> station <name> connect <SSID>

# or in iwctl
iwctl
device list
station <name> scan
station <name> get-networks
station <name> connect <SSID>
exit

after installation:

nmcli device wifi connect "<SSID>" password "<password>"

system config

Important

Open the file /etc/makepkg.conf and search for the line that starts with OPTIONS=. Change debug to !debug. This prevents installing *-debug packages.

Check these in /etc/pacman.conf

Color
# CheckSpace
# VerbosePkgLists
ParallelDownloads = 5
# ILoveCandy

Fix mirror list

reflector --country Germany \
  --age 12 \
  --sort rate \
  --fastest 36 \
  --protocol "https,rsync,ftp" \
  --exclude 'moson.org' \
  --save /etc/pacman.d/mirrorlist

Tmux

  • open tmux with tmux. If plugins are not auto installed on first run, press Ctrl-a + I to install all plugins.

virtualbox

Read arch wiki

  • update system with yay -Syu and reboot (when necessary)

  • install virtualbox with

    yay -S virtualbox virtualbox-guest-iso
    
    # select the option: virtualbox-host-modules-arch
  • reboot to load necessary kernel modules