docker handbrake has a web-ui, thanks to virtual frame buffer and vnc. It works just like the desktop version, because that’s what it is, but in a browser.
docker handbrake has a web-ui, thanks to virtual frame buffer and vnc. It works just like the desktop version, because that’s what it is, but in a browser.
Yes. Here’s a random listing on CL.
In the opposite end, what is the cheapest device that you could watch YT on? I’m thinking one of those retro game consoles, which are like $60, run Linux, and have WiFi.
This would be easy with ssh -D 8000 remotehost
. I actually do exactly this every day, but not from a Pi, and with a bunch of -L
forwards too.
Configure your browser to use 127.0.0.1:8000 as a socks 5 proxy and voila.
Bonus points for having a proxy.pac file with more advanced proxy configuration logic.
Also check out sshuttle.
From my understanding, it only checks DNS when it initially connects, and so if the public IP changes the connection just stops working.
This is pretty standard TCP network behavior for long duration connections. The client queries dns for the IP address, opens a socket, and leaves it open as long as needed.
One thing that would help here is some kind of keepalive feature, like a client to server TCP connect or SYN, or better yet a higher level protocol signal. Check your client to see if there is some tunable keepalive. It may be set so something long like 1h.
Spreadsheets are such a killer app.
Anybody know a good TUI spreadsheet app that can import and export csv, or even just a TUI csv editor? I have been unable to find one.
One of the big turning points for Facebook for them to increase the difficulty of switching was cutting off RSS as a way to syndicate content into Facebook. After that, content had to be manually created in Facebook, instead of automatically imported from a third party source based on standard protocols. This forced people away from their chosen content authoring system into Facebook’s opinionated, inflexible, ad infested walled garden.
But here’s the thing: all those other platforms, the ones where I unwisely allowed myself to get locked in, where today I find myself trapped by the professional, personal and political costs of leaving them, they were all started by people who swore they’d never sell out. I know those people, the old blogger mafia who started the CMSes, social media services, and publishing platforms where I find myself trapped. I considered them friends (I still consider most of them friends), and I knew them well enough to believe that they really cared about their users.
They did care about their users. They just cared about other stuff, too, and, when push came to shove, they chose the worsening of their services as the lesser of two evils.
For usb, make sure to get one with UASP https://www.jeffgeerling.com/blog/2020/uasp-makes-raspberry-pi-4-disk-io-50-faster
No, thats not how it works now. You used to have to install docker-compose and run docker-compose
, but now you don’t. Docker comes with compose, but you call it as docker compose
rather than the old Python module based way docker-compose
https://www.docker.com/blog/new-docker-compose-v2-and-v1-deprecation/
I saw in your update you mentioned installing docker-compose. Modern docker has “compose” as a verb, and should work as docker compose
. I haven’t tested this on raspberry pi though.
deleted by creator
I’d personally do what others are suggesting and use bash, but you could also go with http://myrepos.branchable.com/
Sure, you can do whatever you want. You could even use non-rfc1918 addresses and nobody can stop you. It’s just not always a great idea for your own network’s functionality and security. You can use an unregistered TLD if you want, but it’s worth knowing that when people and companies did that in the past, and the TLD was later registered, things didn’t turn out well for them. You wouldn’t expect .foo to be a TLD, right? And it wasn’t, until it was.
Try using .com for your internal network and watch the problems arise. Their choice to reserve .internal helps people avoid fqdn collisions.
Woohoo Voyager!
I’ve had N40L and N54L, still running one, and I would absolutely not suggest buying one. They’re too old and underpowered, and they’re honestly quite inconvenient to service. If you get one for free, then sure, but if you’re going to spend money, you can get something cheap, more powerful, and easier to work on, like a used optiplex.
I was just thinking yesterday that I should replace my one remaining N40L instead of waiting for it to die.
Oh yeah, exactly. USG and aps and stuff do not. The dream router does, so I would caution against it.
Also, they may force it in the future. Their past behavior does indicate that direction.
Ubiquiti website says that dream router must run unifi.
https://store.ui.com/us/en/collections/unifi-dream-router/products/udr
*Consists of UniFi Network plus two of Protect, Access, Talk, or Connect.
I was also going to link this. I started using zfs 10-ish years ago and used dedup when it came out, and it was really not worth it except for archiving a bunch of stuff I knew had gigs of duplicate data. Performance was so poor.