g_damian

joined 2 years ago
[–] g_damian 2 points 6 days ago

I'm not sure if there's one the best tool, depending on a case, I use mix of

[–] g_damian 3 points 2 weeks ago

https://www.fsarchiver.org/quickstart/ It's faster and more efficient than just dd :)

[–] g_damian 2 points 2 weeks ago

Maybe you will find this article interesting: https://linuxreviews.org/Zram

11
WG Tunnel missing? (f-droid.org)
 

WG Tunnel seems to be missing on f-droid, does anyone know what's going on?

[–] g_damian 3 points 3 weeks ago

WG Tunnel does that natively, you can whitelist some wifis and auto connect on other and optionally on mobile data

[–] g_damian 1 points 4 months ago

I recommend FSArchiver, it can handle different size partitions

[–] g_damian 6 points 4 months ago

Recently I stumbled upon nb

[–] g_damian 5 points 4 months ago

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.

[–] g_damian 15 points 5 months ago (1 children)

Kbin no run

19
submitted 7 months ago by g_damian to c/games
 

"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 3 points 7 months ago

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.

[–] g_damian 4 points 7 months ago

Install Termux and run sshd -D -d -p <port>

[–] g_damian 14 points 8 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 2 points 9 months ago

I use FSArchiver. There's nice list on Archwiki.

 

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.

36
submitted 1 year ago* (last edited 1 year ago) by g_damian to c/[email protected]
 

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
26
submitted 1 year ago by g_damian to c/selfhosted
 

Has anyone ever tried to run sharrr in a container?

view more: next ›