https://github.com/jacksonliam/mjpg-streamer.git
sudo raspi-config
https://github.com/jacksonliam/mjpg-streamer.git
sudo raspi-config
| adclick.g.doublecklick.net | |
| adeventtracker.spotify.com | |
| ads-fa.spotify.com | |
| analytics.spotify.com | |
| audio2.spotify.com | |
| b.scorecardresearch.com | |
| bounceexchange.com | |
| bs.serving-sys.com | |
| content.bitsontherun.com | |
| core.insightexpressai.com |
for ActiveBackup its the following urls
| #!/bin/sh | |
| # | |
| # Place this in /conf/base/etc/ in order to have it after a reboot. | |
| # Call: sh chkidleall.sh | |
| # switch1 is the drive to check (passed parameter) | |
| now=$(date) | |
| ### Run SMART Check | |
| testidle() |
| #!/bin/bash | |
| cd ~/.steam/debian-installation/steamapps/shadercache/1172470/DXVK_state_cache/ | |
| rm r5apex-old.dxvk-cache | |
| rm r5apex-downloaded.dxvk-cache | |
| mv r5apex.dxvk-cache r5apex-old.dxvk-cache | |
| wget -O r5apex.dxvk-cache https://github.com/bcook254/apex-legends-cache/blob/main/r5apex.dxvk-cache?raw=true | |
| mv r5apex.dxvk-cache r5apex-downloaded.dxvk-cache | |
| ./dxvk-cache-tool r5apex-downloaded.dxvk-cache r5apex-old.dxvk-cache -o r5apex.dxvk-cache |
| #!/bin/sh | |
| case "$1" in | |
| post) | |
| DEVICE_ID=`lspci -D |grep Audio|awk '{print $1}'` | |
| echo 1 > /sys/bus/pci/devices/${DEVICE_ID}/remove | |
| sleep 1 | |
| echo 1 > /sys/bus/pci/rescan | |
| alsa force-reload | |
| systemctl --user restart pipewire-pulse wireplumber |
| # Some prerequisites | |
| `sudo apt-get install build-essential dkms` | |
| # Install the driver | |
| ``` | |
| git clone https://github.com/gnab/rtl8812au | |
| mv rtl8812au /usr/src/8812au-4.2.3 | |
| sudo dkms add -m 8812au -v 4.2.3 |
When installing on BTRFS, make sure that @ (as /) and @home (as /home) subvolumes are created, otherwise Timeshift won't work.
In my case I'm using an Intel 660p NVME SSD, but it is probably a good idea to read up and decide on the individual options yourself as different options will work better or worse, or in some cases much worse depending on the disks used.