apk -U upgrade && apk cache clean
Name Last modified Size Description
Parent Directory -
_config.tar.xz 2023-09-29 19:06 16K beware of overwriting!
alsa-sound.txt 2021-05-01 18:22 621
ariadne-blog/ 2022-11-26 19:42 -
asennus.txt 2023-09-19 22:52 1.2K
daily-desktop/ 2022-11-26 19:42 -
dns.txt 2020-12-26 19:12 294
dotnet/ 2023-02-17 23:16 -
hyperv-guest/ 2022-11-26 19:28 -
jwm/ 2023-09-19 22:52 -
kvm-guest-swcursor.conf 2021-07-13 23:04 88
no-news-good-news/ 2023-07-26 14:38 -
pipewire/ 2023-02-17 22:50 -
ssl-brainstorming/ 2022-11-26 19:43 -
virtual-routing-and-forwarding/ 2022-11-26 19:43 -
wsl2/ 2022-11-26 19:42 -
xorg.conf 2022-11-13 02:25 202
virt-manager says: Unable to connect to libvirt qemu:///system ?
configure KVM etc as usual, e.g.
apk add dbus && rc-update add dbus && rc-service dbus start && rc-status
but also
apk add polkit
allow user shutdown or reboot in DE gui?
apk add elogind polkit-elogind && reboot
small installation, e.g.
vi /etc/apk/repositories
setup-xorg-base
apk add arandr faenza-icon-theme-firefox faenza-icon-theme-gvim firefox geany gvim kbd lsblk pciutils plocate python-pip python-pip3 python3-pip setxkbmap xf86-input-keyboard xf86-input-libinput xf86-input-mouse xf86-video-qxl xfce4 xfce4-terminal lightdm-gtk-greeter dbus
rc-service dbus start
rc-update add dbus
setup-devd udev
rc-service lightdm start
rc-update add lightdm
updatedb
apk -U upgrade
if dropbear instead of ssh, maybe
$ ls -l /usr/bin/ssh
lrwxrwxrwx 1 root root 17 May 27 21:19 /usr/bin/ssh -> /usr/bin/dbclient
|