Skip to content

gustavoteixeirah/hyperspace

Repository files navigation

Hyperspace GT's setup files

Arch installation

pacman-key --init
pacman-key --populate archlinux
archinstall

After installing stuff, hit no when asked to chroot, then reboot. Remove USB.

Now, do your post installation steps.

Maintenance

Equivalent of apt-get update && apt-get upgrade in Arch:

sudo pacman -Syy && sudo pacman -Syu

Keyboard layout for legion:

setxkbmap -model abnt2 -layout br -variant abnt2

Connect to WiFi: open terminal an enter:

nmtui

Having internet problems? Try:

nmcli n off; nmcli n on

Installing pkg.tar.zst

sudo pacman -U --noconfirm your-package.pkg.tar.zst

Kill stuff

check processes running on port x:

sudo ss -tuln | grep :3000

kill

kill $(lsof -t -i:3000)

Wifi problems? Try:

rfkill unblock all

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published