more fixes after reinstall

This commit is contained in:
2024-08-03 16:04:28 -04:00
parent c0ae17c3de
commit e4f58cf8f1
4 changed files with 22 additions and 29 deletions

View File

@@ -263,7 +263,7 @@ after we finish the install.
```bash ```bash
# gvfs and gvfs-dnssd are for webdav support # gvfs and gvfs-dnssd are for webdav support
pacman -S rsync which git iperf3 pwgen dosfstools exfatprogs gvfs gvfs-dnssd wget pacman -S rsync which git iperf3 pwgen dosfstools exfatprogs gvfs gvfs-dnssd wget man-db
``` ```
### ZSH ### ZSH

View File

@@ -10,8 +10,7 @@
- [Sunshine and Moonlight](#sunshine-and-moonlight) - [Sunshine and Moonlight](#sunshine-and-moonlight)
- [Install Sunshine](#install-sunshine) - [Install Sunshine](#install-sunshine)
- [Install Moonlight](#install-moonlight) - [Install Moonlight](#install-moonlight)
- [AUR](#aur) - [Flatpak](#flatpak)
- [AppImage](#appimage)
- [Commands](#commands) - [Commands](#commands)
- [Configuration](#configuration) - [Configuration](#configuration)
- [ProtonUp-QT](#protonup-qt) - [ProtonUp-QT](#protonup-qt)
@@ -26,6 +25,7 @@
- [Xbox Controller](#xbox-controller) - [Xbox Controller](#xbox-controller)
- [Mangohud](#mangohud-1) - [Mangohud](#mangohud-1)
- [ffmpeg](#ffmpeg) - [ffmpeg](#ffmpeg)
- [AUR](#aur)
- [Intel 11th gen](#intel-11th-gen) - [Intel 11th gen](#intel-11th-gen)
- [AMD 7900xtx](#amd-7900xtx) - [AMD 7900xtx](#amd-7900xtx)
- [Minecraft](#minecraft) - [Minecraft](#minecraft)
@@ -177,33 +177,10 @@ pacman -U --noconfirm sunshine.pkg.tar.zst
### Install Moonlight ### Install Moonlight
#### AUR #### Flatpak
(Note, this requires [ffmpeg](#ffmpeg))
<https://aur.archlinux.org/packages/moonlight-qt>
#### AppImage
<https://github.com/moonlight-stream/moonlight-qt/releases>
```bash ```bash
mv ~/Downloads/Moonlight-*.AppImage ~/Applications/Moonlight.AppImage flatpak install moonlight
chmod +x ~/Applications/*.AppImage
```
vim ~/.local/share/applications/moonlight.desktop
```conf
[Desktop Entry]
Name=Moonlight
Exec=/home/ducoterra/Applications/Moonlight.AppImage %u
Icon=/home/ducoterra/.icons/Moonlight.ico
Type=Application
```
```bash
update-desktop-database
``` ```
#### Commands #### Commands
@@ -369,6 +346,10 @@ Then add `mangohud env MANGOHUD_CONFIGFILE=/home/ducoterra/.config/MangoHud/Mang
<https://wiki.archlinux.org/title/FFmpeg> <https://wiki.archlinux.org/title/FFmpeg>
### AUR
<https://aur.archlinux.org/ffmpeg-full.git>
### Intel 11th gen ### Intel 11th gen
```bash ```bash

View File

@@ -34,6 +34,7 @@
- [Youtube-dlp](#youtube-dlp) - [Youtube-dlp](#youtube-dlp)
- [Iperf3](#iperf3) - [Iperf3](#iperf3)
- [Glances](#glances) - [Glances](#glances)
- [VirtualBox](#virtualbox)
## Podman ## Podman
@@ -473,3 +474,13 @@ pacman -S iperf3
```bash ```bash
pacman -S glances pacman -S glances
``` ```
## VirtualBox
<https://wiki.archlinux.org/title/VirtualBox>
For the linux kernel, choose virtualbox-host-modules-arch
```bash
sudo pacman -S virtualbox
```

View File

@@ -30,7 +30,8 @@ qemu-img convert -f qcow2 -O raw /var/lib/libvirt/images/vm-image.qcow2 /dev/sdb
### Convert bootable drive to qcow ### Convert bootable drive to qcow
```bash ```bash
qemu-img convert -f raw -O qcow2 /dev/sdd /var/lib/libvirt/images/toshiba.qcow2 conv=noerror -p dd if=/dev/sda of=/home/ducoterra/Downloads/toshiba.raw conv=noerror,sync,notrunc,sparse status=progress
qemu-img convert -f raw -O qcow2 -p /dev/sdd /var/lib/libvirt/images/toshiba.qcow2
``` ```
If you need to resize a windows partition to non-continuous space simply grow the If you need to resize a windows partition to non-continuous space simply grow the