[-] g_damian@lemmy.world 15 points 1 month ago

Kbin no run

19
submitted 2 months ago by g_damian@lemmy.world to c/games@lemmy.world

"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.

[-] g_damian@lemmy.world 15 points 4 months ago

You can mount remote with rclone and fine tune caching to your liking: https://rclone.org/commands/rclone_mount/#vfs-file-caching

[-] g_damian@lemmy.world 5 points 8 months ago

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 "$@"
[-] g_damian@lemmy.world 9 points 8 months ago

I think it might be related to https://github.com/syncthing/syncthing-android/issues/2026 "the next firmware update should fix it for everyone".

21
submitted 8 months ago by g_damian@lemmy.world to c/fdroid@lemmy.ml

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.

[-] g_damian@lemmy.world 9 points 11 months ago

You can put the setting in user.js file. For example, check arkenfox.

[-] g_damian@lemmy.world 4 points 11 months ago

I use rathole tunnel (similar to frp) on VPS and Caddy locally. VPS and my local machine are connected with wireguard VPN. DNS points to VPS, TLS certificates are managed locally by Caddy.

[-] g_damian@lemmy.world 5 points 11 months ago

I use mine as kitchen radio with https://moodeaudio.org/

36
submitted 1 year ago* (last edited 1 year ago) by g_damian@lemmy.world to c/linux@lemmy.ml

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
[-] g_damian@lemmy.world 10 points 1 year ago

I'm a fan of managing dotfiles with plain git. I think it could be orchestrated a bit to make it more declarative.

26

Has anyone ever tried to run sharrr in a container?

[-] g_damian@lemmy.world 6 points 1 year ago* (last edited 1 year ago)

They don't have any option to export mails, so when you start using them there is currently no way back :(

[-] g_damian@lemmy.world 7 points 1 year ago* (last edited 1 year ago)
[-] g_damian@lemmy.world 6 points 1 year ago

this will download subtitles for all movies in current directory:

subliminal --opensubtitles registeredusername mypassword download -v -l en -p opensubtitles --force --single .

view more: next ›

g_damian

joined 1 year ago