From 72867f0d36948304033f3b3ab6ae152e708ffb7f Mon Sep 17 00:00:00 2001
From: dtb
Use
+Available as
+
+Available as
mkfs(8)
for creating filesystems and mount(8)
for mounting partitions' filesystems.
gpart
+
+
+sysutils/gpart
in pkgsrc.
+gpart(8)
is a tool that scans a file (or block device presented as a file) for drive partitions regardless of any table present on the medium.
+LUKS
/etc/conf.d/dmcrypt
and further configuration s
sysutils/pciutils
from pkgsrc.
Supplies lspci(8)
, setpci(8)
, and update-pciids(8)
.
+update-pciids(8)
is not part of the pciutils
package in Alpine Linux repositories.
lspci(8)
, setpci(8)
, and update-pciids(
Battery
+envstat(1)
can show the current battery status.Mounting ext4 partitions with FUSE
filesystems/fuse
and filesystems/fuse-ext2
.ed(1)
; the UX is very similar.
-I use iwd(8)
and iwctl(8)
.
-Some prefer NetworkManager and I believe that's the default on Debian.
-The Artix wiki suggests connman.
-
-wpa_supplicant(1)
is often used by insane people without any helper scripts.
-I haven't had good luck with it but Alpine set it up automatically.
+wpa_supplicant(1)
is usually good enough for establishing WiFi connections.
+
+Here's an example configuration for a simple WPA-2 PSK access point. +
++network={ + ssid="My SSID" + key_mgmt=WPA-PSK + scan_ssid=1 + psk="My password" +} ++
+See wpa_supplicant.conf(5)
.