linux
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| linux [2020/09/26 12:02] – ealmr | linux [2025/06/11 02:21] (current) – [nspawn] ealmr | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== | + | ====== |
| + | |||
| + | create Arch Linux container: | ||
| + | |||
| + | wget https:// | ||
| + | #setup pacman: | ||
| + | pacman-key --init | ||
| + | pacman-key --populate | ||
| + | #enable container: | ||
| + | systemctl enable systemd-nspawn@arch | ||
| + | |||
| + | create Debian container: | ||
| + | |||
| + | debootstrap --include=dbus, | ||
| + | #modify password | ||
| + | chroot / | ||
| + | passwd | ||
| + | |||
| + | |||
| + | |||
| + | ====== virt-manager ====== | ||
| + | |||
| + | enable Debian guest serial console: | ||
| + | |||
| + | systemctl enable --now [email protected] | ||
| ====== Wine ====== | ====== Wine ====== | ||
| Line 38: | Line 63: | ||
| ====== KDE tweaks ====== | ====== KDE tweaks ====== | ||
| + | |||
| + | Workaround for generic wayland icons for GTK apps showed in taskbar on KDE 6 wayland session: | ||
| + | |||
| + | #from: https:// | ||
| + | | ||
| + | Open the app you are wanting to fix (Vivaldi, Firefox Nightly, HandBrake, etc.) | ||
| + | Add new kwin rule with Alt+F3 → More Actions → Configure Special Application Settings → Add Property → Desktop file name → | ||
| + | Enter the desktop file name without extension (e.g. chromium-browser.desktop, | ||
| + | If you are using standard package, check name in “/ | ||
| + | if you are using flatpak package, check name in “var/ | ||
| + | |||
| Scroll slow in KDE apps: | Scroll slow in KDE apps: | ||
| Line 95: | Line 131: | ||
| </ | </ | ||
| ====== Debian ====== | ====== Debian ====== | ||
| + | |||
| + | no-cloud images: | ||
| + | | ||
| + | https:// | ||
| time: | time: | ||
linux.1601121759.txt.gz · Last modified: by ealmr
