I recommend FSArchiver, it can handle different size partitions
Recently I stumbled upon nb
For me: uploading single file using their client ~25MB/s, downloading ~50MB/s (30-60MB/s). In newer versions of their linux client it's possible to mount filen as network drive or to start webdav/s3 server.
Unsolvable epic store captcha
"Incorrect response. Please refresh the page."
I have attempted 10 captchas in a row, but to no avail. Each time, the response is marked as incorrect. The login issue is only part of the problem. When I try to redeem a freebie on my account, I encounter the same captcha issue. This persists regardless of whether I am using a VPN or not. It's becoming extremely frustrating.
It depends if your reverse proxy is inside your home network or outside. It should work without any other configuration if you forward ports 80&443 from external domain with something similar to rathole and configure reverse proxy inside home network.
This is not an answer to your question about using the same url, but see this article, it might be helpful. Tl;dr: mdns + reverse proxy.
Install Termux and run sshd -D -d -p <port>
You can mount remote with rclone and fine tune caching to your liking: https://rclone.org/commands/rclone_mount/#vfs-file-caching
What is the advantage of this extension over the bookmarklet? https://shaarli.readthedocs.io/en/master/Usage.html#adding-editing-shaares
Grab live cd and run it in qemu:
qemu-system-x86_64 -enable-kvm -machine type=pc \
-cpu host -smp 2 \
-m 4096 -device virtio-balloon \
-vga virtio -display sdl,gl=on \
-usb -device usb-tablet \
-boot d -cdrom "$@"
I think it might be related to https://github.com/syncthing/syncthing-android/issues/2026 "the next firmware update should fix it for everyone".
can't update some apps
I cannot update some applications. Jitsi and Amethyst for some time. Today Syncthing is failing to update. There is a popup with a question to update the app and after confirming nothing happens. After a few tries, there is a message that the package installer keeps failing and asks if I want to quit the app.
It can be achieved with nat proxy on the server https://serverfault.com/questions/379360/vpn-tunneling-to-hide-real-ip-through-my-proxy-server-while-showing-the-clien
Rclone works with mega (25gb free), storj (25gb free), google (15gb free).
Scaleway also offers glacier storage class. ~€0.002/GB/month. €0.009/GB retrieval. €0.01/GB transfer.
It depends on how much cpu power, disk space, ram, side databases, backup space, etc. you need. Once you know all of it, just compare prices. Check also hetzner, scaleway, vultr, digital ocean, ovh. Good luck 🤞
There's also RCX. But it doesn't support all possible remotes through gui, however all remote types can be added by importing rclone conf file.
You can put the setting in user.js file. For example, check arkenfox.
Where does pipewire store its properties?
For example, I set firefox to some custom sink using pavucontrol, but now I want to reset it to default. How can I do this without using pavucontrol, just cli?
EDIT:
Found it :) they are in ~/.local/state/wireplumber/restore-stream
. To remove target sink, pipewire and wireplumber have to be restarted:
systemctl --user stop pipewire sed -i '/:target/d' ~/.local/state/wireplumber/restore-stream systemctl --user start wireplumber
Other solution is just to reroute all active streams to the default sink:
sink="$(pactl get-default-sink)" pactl list short sink-inputs | sed -r 's/([0-9]+).*/\1/' | while read appId; do pactl move-sink-input $appId "$sink" done
Sharrr in a container?
Do you have any instructions on how to self-host this in Docker? Or is there an image somewhere to look? If not I can try to package it.
Has anyone ever tried to run sharrr in a container?