super + d
macro opens up an application menu
(super
key is the win
key on most keyboards)
Scan disks with lsblk
lsblk
Wipe the desired drive
replace sdX
with the desired device
wipefs -a /dev/sdX
mount the root system partition
mount /dev/sdX /mnt
change root to the mounted partition
arch-chroot /mnt
lspci
shutdown
shutdown now
reboot
reboot
or use the super + tab
macro to open a shutdown menu
You can scan a network by providing an IP and a Range
nmap X.X.X.X/X