This guide will show step-by-step how to Install Arch Linux on UEFI mode.
- Bootable Flash Drive
- BIOS
- Pre installation
- Set Keyboard Layout
- Check boot mode
- Update System Clock
Long time network engineer, did some perl a long time ago and am liking python pretty well but the pynetbox documentation is badly lacking IMO. If I were a python wizard I'm sure it would all be obvious but I'm not and it's really frustrating that more example weren't provided.
Many of the following examples were cadged from various places on the interwebs and HAVE NOT BEEN TESTED.
import pynetbox
NETBOX = 'https://netbox.fq.dn/'
nb = pynetbox.api(NETBOX, get_token('nb'))
Install the following packages
xserver-xorg-core
(server)xserver-xorg-video-intel
(video driver, XXX depends on your hardware)xserver-xorg-input-evdev
(input device driver, XXX depends on your hardware. evdev
works well for most cases)x11-xserver-utils
(xmodmap
, xrandr
)x11-xkb-utils
(setxkbmap
)x11-utils
(xdpyinfo
, xev
, xkill
, xprop
, xwininfo
)