

Also: SpotNet (with e.g. SpotWeb as a client)
Also: SpotNet (with e.g. SpotWeb as a client)
What you suggest sounds a lot like the “Briefcase” that was in Windows 9x. I don’t know of something similar, especially not something integrated into Linux.
The easiest way might be to setup SyncThing to share all of your different folders and then subscribe to those you need on your laptop. Just be aware that if you delete a file on your laptop it will also be deleted on your desktop on the next sync. Unsubscribe from the folder first before freeing up the disk space.
Check out the Victorinox @work series - so you can have your USB and screwdrivers always with you.
Put your SSD into this case and enjoy proper CD/DVD/BluRay emulation, multiple VHDs and much more.
EDIT: Not an ad, @Okus@lemmy.dbzer0.com . Just the only case that has all these features. And it’s no affiliate link, so I don’t even get anything if somebody clicks on it.
What makes you think there’s no way of updating the firmware? Also, they could be made so that there’s a simple API (like a serial device exposed via USB) and apps for Win/macOS/Linux to update the label. But I guess the demand was never there.
Same here. Like “Cold! Look elsewhere…” 🤣
It’s a shame these never took off. I’d love for my various USB drives to have displays that show their labels and maybe even contents.
What’s the big selling point compared to ranger
, nnn
, yazi
or broot
?
Rather use dd_rescue
as it’ll retry if it encounters any reading issue.
This! And I’d probably add par2 parity files - just in case some bitrot happens.
And it has repair tools that actually work and can make the filesystem usable again.
Back in the days we had these things. But I doubt this would work with USB-C adapters and a Steam Deck.
Part of the experience to me is reading all the comments and leaving my 2¢. So I’m using the Share → Embed workaround so far.
Most modern Intel chipsets support “Dual Role Device” (DRD) where they can act as host or client as needed.
What’s next? Do they maybe also want landlords to cancel renting agreements over this? Supermarkets to not sell to these people?
Pretty much, I think. I have it running on a Raspberry Pi 4 with docker-compose:
version: '3'
services:
gotosocial:
image: superseriousbusiness/gotosocial:latest
restart: unless-stopped
networks:
- traefik-public
environment:
TZ: Europe/London
GTS_HOST: xyz.example.com
GTS_CONFIG_PATH: /gotosocial/storage/config.yaml
GTS_DB_TYPE: sqlite
GTS_DB_ADDRESS: /gotosocial/storage/sqlite.db
GTS_LETSENCRYPT_ENABLED: "false"
GTS_LETSENCRYPT_EMAIL_ADDRESS: ""
volumes:
- smb-gotosocial-data:/gotosocial/storage
labels:
traefik.enable: "true"
traefik.http.routers.gotosocial.rule: Host(`xyz.example.com`)
traefik.http.routers.gotosocial.entrypoints: websecure
traefik.http.routers.gotosocial.tls: "true"
traefik.http.routers.gotosocial.tls.certresolver: le
traefik.http.services.gotosocial.loadbalancer.server.port: "8080"
volumes:
smb-gotosocial-data:
driver_opts:
type: "smb3"
device: "//mynas/docker/gotosocial/data"
# Use nobrl to mitigate SQLite3 byte range locking issue on CIFS/SMB mounts
o: "rw,nobrl,vers=3.1.1,addr=172.16.254.1,username=xxx,password=xxx,cache=loose,iocharset=utf8,noperm,hard"
networks:
traefik-public:
external: true
At least in Germany, many of these copyright claims have no real legal grounds and wouldn’t hold up in an actual trial. All cases I’ve read into so far ended with a settlement - as the private person was too afraid of even more legal fees. Or were dropped completely after a while (full of empty threats) if the people never engaged with the other party.
Google, Bing, and a plethora of others.