git config --global core.symlinks falsesudo systemctl mask gnome-remote-desktop
sudo systemctl mask sshdhttps://github.com/borgbackup/borg
curl -OL https://github.com/borgbackup/borg/releases/download/1.4.2/borg-linux-glibc235-x86_64-gh
sudo install borg-linux-glibc235-x86_64-gh /usr/local/bin/borg
rm borg-linux-glibc235-x86_64-ghhttps://github.com/hashicorp/packer
curl -O https://releases.hashicorp.com/packer/1.14.1/packer_1.14.1_linux_amd64.zip
unzip packer_1.14.1_linux_amd64.zip packer
sudo install packer /usr/local/bin
rm packer_1.14.1_linux_amd64.zip packerflatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepoflatpak install -y flathub com.github.tchx84.Flatseal
flatpak install -y flathub org.filezillaproject.Filezilla
flatpak install -y flathub org.keepassxc.KeePassXCflatpak info --show-permissions org.keepassxc.KeePassXCsudo flatpak override --unshare=network
sudo flatpak override --share=network org.filezillaproject.Filezillarpm-ostree install \
https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm \
https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm \
;rpm-ostree install \
akmod-nvidia \
smplayer \
xorg-x11-drv-nvidia-cuda \
;rpm-ostree kargs \
--append=modprobe.blacklist=nouveau,nova-core \
--append=nvidia-drm.modeset=1 \
--append=rd.driver.blacklist=nouveau,nova-core \
;Smplayer preference > advanced > mplayer/mpv > options
--vo=gpu-next --gpu-api=vulkan --hwdec=vulkan --gpu-context=waylandvkrpm-ostree override remove mesa-va-drivers --install mesa-va-drivers-freeworld
rpm-ostree install mesa-vdpau-drivers-freeworld
rpm-ostree override remove mesa-vulkan-drivers --install mesa-vulkan-drivers-freeworldrpm-ostree override remove \
fdk-aac-free \
ffmpeg-free \
libavcodec-free \
libavdevice-free \
libavfilter-free \
libavformat-free \
libavutil-free \
libpostproc-free \
libswresample-free \
libswscale-free \
--install ffmpegdnf group info Virtualizationrpm-ostree install \
libvirt-daemon-config-network \
libvirt-daemon-kvm \
qemu-kvm \
virt-install \
virt-manager \
virt-viewer \
;sudo systemctl enable --now libvirtdrpm-ostree install libguestfs-toolsrpm-ostree install braserorpm-ostree install -y clamav clamd clamav-update# /etc/clamd.d/scan.conf
LocalSocket /run/clamd.scan/clamd.sock
# /etc/systemd/system/clamav-clamonacc.service.d/override.conf
[Service]
ExecStart=
ExecStart=/usr/sbin/clamonacc -F --fdpass -v --config-file=/etc/clamd.d/scan.confsudo freshclam
sudo setsebool -P antivirus_can_scan_system 1
sudo systemctl enable --now clamav-clamonacc
sudo systemctl enable --now clamav-freshclam
sudo systemctl enable --now clamd@scan# /etc/nix/nix.conf
trusted-users = whssudo systemctl restart nix-daemon# /etc/ostree/prepare-root.conf
[composefs]
enabled = yes
[root]
transient = truerpm-ostree initramfs-etc --track=/etc/ostree/prepare-root.confrpm-ostree update
flatpak update -y
nix flake update --flake ~/.config/home-manager
home-manager init --switch --impure