wireguard and appimage support

This commit is contained in:
ducoterra
2023-07-30 00:14:44 -04:00
parent 2337c3d04c
commit 4c17961e83

32
arch.md
View File

@@ -7,6 +7,7 @@
- [Post Install](#post-install) - [Post Install](#post-install)
- [TPM2 LUKS Decryption](#tpm2-luks-decryption) - [TPM2 LUKS Decryption](#tpm2-luks-decryption)
- [Fingerprint Reader Support](#fingerprint-reader-support) - [Fingerprint Reader Support](#fingerprint-reader-support)
- [AppImage Support](#appimage-support)
- [Bluetooth](#bluetooth) - [Bluetooth](#bluetooth)
- [Audio](#audio) - [Audio](#audio)
- [RDP Remote Desktop](#rdp-remote-desktop) - [RDP Remote Desktop](#rdp-remote-desktop)
@@ -14,6 +15,7 @@
- [CUPS Printing](#cups-printing) - [CUPS Printing](#cups-printing)
- [Steam](#steam) - [Steam](#steam)
- [XWayland](#xwayland) - [XWayland](#xwayland)
- [Wireguard](#wireguard)
- [Help](#help) - [Help](#help)
- [Update Grub](#update-grub) - [Update Grub](#update-grub)
- [Downgrading Kernel](#downgrading-kernel) - [Downgrading Kernel](#downgrading-kernel)
@@ -141,6 +143,26 @@ Set up locale with correct information (required for certain binaries like minec
auth sufficient pam_fprintd.so auth sufficient pam_fprintd.so
``` ```
### AppImage Support
fuse is required to run most appimages.
Also chmod +x before running.
1. `sudo pacman -S fuse`
2. `cp ~/Downloads/xxxxxxx.appimage ~/Applications
3. Write a .desktop entry at ~/.local/share/applications/
```conf
[Desktop Entry]
Encoding=UTF-8
Name=
Exec=/home/ducoterra/Applications/
Icon=/home/ducoterra/Applications/
Type=Application
Categories=;
```
### Bluetooth ### Bluetooth
1. `sudo pacman -S bluez bluez-utils` 1. `sudo pacman -S bluez bluez-utils`
@@ -197,6 +219,9 @@ Without pipewire-pulse the audio level/device will reset every reboot.
4. `systemctl enable --now libvirtd` 4. `systemctl enable --now libvirtd`
If you get a blank screen when launching windows VMs check that you've used a secboot
loader.
### CUPS Printing ### CUPS Printing
12. `sudo pacman -S cups avahi` 12. `sudo pacman -S cups avahi`
@@ -221,6 +246,10 @@ Provides compatibility with X server applications (like wine)
1. `sudo pacman -S xorg-xwayland` 1. `sudo pacman -S xorg-xwayland`
### Wireguard
1. `sudo pacman -S wireguard-tools`
## Help ## Help
### Update Grub ### Update Grub
@@ -263,9 +292,10 @@ Provides compatibility with X server applications (like wine)
| avahi | .local address resolution | | avahi | .local address resolution |
| cups-pdf | ipp support for printers | | cups-pdf | ipp support for printers |
| xorg-xwayland | X server support | | xorg-xwayland | X server support |
| wireguard-tools | wireguard |
| iperf3 | iperf3 network speedtest |
### AUR ### AUR
| name | purpose | | name | purpose |
| ---------------- | -------------------------------- | | ---------------- | -------------------------------- |
| appimagelauncher | AppImage launcher and integrator |