linux:distros:arch_linux_kde
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| linux:distros:arch_linux_kde [2025/09/11 06:43] – external edit 127.0.0.1 | linux:distros:arch_linux_kde [2026/07/11 18:38] (current) – cleanup + heading fixes (no config changes) Sean Rhone | ||
|---|---|---|---|
| Line 17: | Line 17: | ||
| ===== Update ===== | ===== Update ===== | ||
| - | |||
| - | **** | ||
| sudo pacman -Syyuu | sudo pacman -Syyuu | ||
| ===== Xorg ===== | ===== Xorg ===== | ||
| - | |||
| - | **** | ||
| sudo pacman -S --needed xorg-server xorg-xrandr xf86-input-evdev xf86-input-libinput | sudo pacman -S --needed xorg-server xorg-xrandr xf86-input-evdev xf86-input-libinput | ||
| Line 31: | Line 27: | ||
| ==== Mesa ==== | ==== Mesa ==== | ||
| - | |||
| - | **** | ||
| mesa-libgl lib32-mesa-libgl | mesa-libgl lib32-mesa-libgl | ||
| Line 49: | Line 43: | ||
| ===== Plasma ===== | ===== Plasma ===== | ||
| - | |||
| - | **** | ||
| plasma-meta kde-applications-meta plasma-wayland-session phonon-qt4-gstreamer phonon-qt5-gstreamer gst-libav libx264 fcron xdg-user-dirs kdeconnect ttf-dejavu ttf-liberation sshfs telepathy-gabble | plasma-meta kde-applications-meta plasma-wayland-session phonon-qt4-gstreamer phonon-qt5-gstreamer gst-libav libx264 fcron xdg-user-dirs kdeconnect ttf-dejavu ttf-liberation sshfs telepathy-gabble | ||
| ===== General ===== | ===== General ===== | ||
| - | |||
| - | **** | ||
| acpid alsa-tools amarok android-tools aria2 firefox filezilla gimp hidepid htop hunspell hunspell-en keepassx2 libreoffice-fresh lsof mesa-demos mpv networkmanager-openvpn openvpn perl-image-exiftool qbittorrent p7zip ufw unrar wget | acpid alsa-tools amarok android-tools aria2 firefox filezilla gimp hidepid htop hunspell hunspell-en keepassx2 libreoffice-fresh lsof mesa-demos mpv networkmanager-openvpn openvpn perl-image-exiftool qbittorrent p7zip ufw unrar wget | ||
| ===== Games ===== | ===== Games ===== | ||
| - | |||
| - | **** | ||
| supertuxkart minetest neverball | supertuxkart minetest neverball | ||
| ===== Printing ===== | ===== Printing ===== | ||
| - | |||
| - | **** | ||
| cups hplip foomatic-db-engine system-config-printer | cups hplip foomatic-db-engine system-config-printer | ||
| ===== Wine ===== | ===== Wine ===== | ||
| - | |||
| - | **** | ||
| wine-staging winetricks wine_gecko wine-mono lib32-gst-plugins-base-libs lib32-libpulse lib32-openal lib32-gnutls lib32-giflib lib32-libpng lib32-lcms2 lib32-mpg123 lib32-libxml2 samba | wine-staging winetricks wine_gecko wine-mono lib32-gst-plugins-base-libs lib32-libpulse lib32-openal lib32-gnutls lib32-giflib lib32-libpng lib32-lcms2 lib32-mpg123 lib32-libxml2 samba | ||
| ==== Non-multilib ==== | ==== Non-multilib ==== | ||
| - | |||
| - | **** | ||
| wine-staging winetricks wine_gecko wine-mono gst-plugins-base-libs libpulse openal gnutls giflib libpng lcms2 mpg123 libxml2 samba | wine-staging winetricks wine_gecko wine-mono gst-plugins-base-libs libpulse openal gnutls giflib libpng lcms2 mpg123 libxml2 samba | ||
| Line 112: | Line 94: | ||
| ===== OBS Studio ===== | ===== OBS Studio ===== | ||
| - | |||
| - | **** | ||
| obs-studio | obs-studio | ||
| ===== Kodi ===== | ===== Kodi ===== | ||
| - | |||
| - | **** | ||
| kodi | kodi | ||
| Line 125: | Line 103: | ||
| ====== Services ====== | ====== Services ====== | ||
| - | ====== acpid ====== | + | ===== acpid ===== |
| - | + | ||
| - | **** | + | |
| sudo systemctl enable ' | sudo systemctl enable ' | ||
| - | ====== TRIM ====== | + | ===== TRIM ===== |
| * This requires more (currently undocumented here) set-up if using an encrypted root partition and/or LVM | * This requires more (currently undocumented here) set-up if using an encrypted root partition and/or LVM | ||
| Line 138: | Line 114: | ||
| sudo systemctl enable ' | sudo systemctl enable ' | ||
| - | ====== SDDM ====== | + | ===== SDDM ===== |
| - | + | ||
| - | **** | + | |
| sudo systemctl enable ' | sudo systemctl enable ' | ||
| - | ====== CUPS ====== | + | ===== CUPS ===== |
| - | + | ||
| - | **** | + | |
| sudo systemctl enable ' | sudo systemctl enable ' | ||
| Line 215: | Line 187: | ||
| ==== Initial ==== | ==== Initial ==== | ||
| - | |||
| - | **** | ||
| sudo ufw reset && sudo ufw default deny && sudo ufw logging off && sudo ufw enable && sudo systemctl enable ' | sudo ufw reset && sudo ufw default deny && sudo ufw logging off && sudo ufw enable && sudo systemctl enable ' | ||
| ==== Secure Shell ==== | ==== Secure Shell ==== | ||
| - | |||
| - | **** | ||
| sudo ufw limit ' | sudo ufw limit ' | ||
| ==== Custom Rules ==== | ==== Custom Rules ==== | ||
| - | |||
| - | **** | ||
| sudo -e '/ | sudo -e '/ | ||
| Line 276: | Line 242: | ||
| ==== GRUB ==== | ==== GRUB ==== | ||
| - | |||
| - | **** | ||
| sudo -e '/ | sudo -e '/ | ||
| ==== systemd-boot ==== | ==== systemd-boot ==== | ||
| - | |||
| - | **** | ||
| sudo -e '/ | sudo -e '/ | ||
| Line 304: | Line 266: | ||
| ==== Disable NMI watchdog ==== | ==== Disable NMI watchdog ==== | ||
| - | |||
| - | **** | ||
| nmi_watchdog=0 | nmi_watchdog=0 | ||
| ==== Disable Webcam and Bluetooth ==== | ==== Disable Webcam and Bluetooth ==== | ||
| - | |||
| - | **** | ||
| modprobe.blacklist=uvcvideo, | modprobe.blacklist=uvcvideo, | ||
| Line 737: | Line 695: | ||
| ===== fstrim ===== | ===== fstrim ===== | ||
| - | |||
| - | **** | ||
| sudo fstrim -v --all | sudo fstrim -v --all | ||
| ===== Xorg Debug ===== | ===== Xorg Debug ===== | ||
| - | |||
| - | **** | ||
| xdg-open '/ | xdg-open '/ | ||
| Line 761: | Line 715: | ||
| ===== Partition Information ===== | ===== Partition Information ===== | ||
| - | |||
| - | **** | ||
| df -hT | df -hT | ||
| ===== hdparm Secure Erase ===== | ===== hdparm Secure Erase ===== | ||
| - | |||
| - | **** | ||
| sudo hdparm -I '/ | sudo hdparm -I '/ | ||
| Line 777: | Line 727: | ||
| ===== Optimal GCC compiler flags ===== | ===== Optimal GCC compiler flags ===== | ||
| - | |||
| - | **** | ||
| gcc -v -E -x c -march=native -mtune=native - < /dev/null 2>&1 | grep cc1 | perl -pe 's/ -mno-\S+// | gcc -v -E -x c -march=native -mtune=native - < /dev/null 2>&1 | grep cc1 | perl -pe 's/ -mno-\S+// | ||
| ===== Remove EXIF data ===== | ===== Remove EXIF data ===== | ||
| - | |||
| - | **** | ||
| exiftool -all= *.* -overwrite_original | exiftool -all= *.* -overwrite_original | ||
/usr/local/www/wiki/data/attic/linux/distros/arch_linux_kde.1757587392.txt.gz · Last modified: by 127.0.0.1
