g_damian

u/g_damian@lemmy.world
6 posts · 38 comments

Recent posts

Recent comments

on Slow packages? · c/fdroid · 8 pts · 1y

In the F‑Droid app, open Repositories, select Mirrors, and then uncheck the default mirror as well as any mirrors that aren’t nearby.

on Filen cloud · c/privacy · 5 pts · 1y

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.

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 "$@"