

That’s a neat little tool that seems to work pretty well. Turns out the files I thought I’d need it for already have embedded OCR data, so I didn’t end up needing it. Definitely one I’ll keep in mind for the future though.
🇨🇦
That’s a neat little tool that seems to work pretty well. Turns out the files I thought I’d need it for already have embedded OCR data, so I didn’t end up needing it. Definitely one I’ll keep in mind for the future though.
That works magnificently. I added -l so it spits out a list of files instead of listing each matching line in each file, then set it up with an alias. Now I can ssh in from my phone and search the whole collection for any string with a single command.
Thanks again!
Interesting; that would be much simpler. I’ll give that a shot in the morning, thanks!
Yeah, your home server is still able to reach plex.tv so there’s no problem there.
It’s people actually hosting there that got screwed over.
Plex blocked Hetzner IPs, so servers hosted there can’t reach plex.tv to auth users or validate plex pass.
DNS-01 is in the pipeline at least, so hopefully we’ll see that bring wildcard certs along with it.
It’s nice to see this being integrated into nginx. I’ve been using ACME.sh for around a decade instead. It just triggers through a script on a crontab schedule grabbing a new cert via DNS-01 if necessary, then refreshing nginx to recognize the new file.
Did anyone call him out for this during the meeting?
There’s a public comment section, right? Straight up ask why he feels it’s appropriate be deciding matters of public saftey while actively endangering the public himself by distracted driving during this very meeting.
They work great until someone drops it and bends the frame. As soon as there’s misalignment it’s becomes frustrating garbage.
Working warehousing, I bought my own and tethered it to my push cart because every one in the building kept getting destroyed by other employees.
Marketing for the rapper, not for Tesla.
Until this; I’d never heard of that rapper, and this drove lots of people to at least find the song that supposedly led to the C&D/stranding(real or not).
And everyone is just like “that’s totally something they would do! Lol”… What?
Keep in mind pretty much everyone on this platform already hates Tesla and does not nor would they own a Tesla vehicle. There’s also a certain ‘you got what you deserve by buying that’ kind of attitude towards Tesla owners.
This is behaviour we expect from this shit company and it doesn’t directly effect any of us commenting on it. We just get to point and laugh (for now).
The discussion might be a little different if it was a less expected brand like IKD, Audi. But who’s to say for sure; there’s been a lot of ‘cattle’ behaviour lately.
https://meeaudio.com/products/m6pro?_pos=3&_psq=M6+pro&_ss=e&_v=1.0
Excellent sound quality, durable+replaceable cables, and options between a TRS(aux) cable, USB C cable, or even a Bluetooth adapter.
I’ve made a habit of wiping the contacts on the earbud and case with a finger before putting it away, then I give the bud a bit of a wiggle once it’s in so the contacts rub together and hopefully dislodge/break through any dirt or oil.
We have company issued android phones with bluetooth headsets while on-premises (they work as ptt radios between staff, and they’re linked to the business phone so we can directly answer calls for our departments.).
There’s like 7 locked notifications and it regularly plays notification sounds but very very rarely displays any notifications that are actually relevant to you.
Finally it automatically logs you out after exactly 8hrs, even if you’re actively typing/using the device. Shifts are 8.5-9hrs including lunch.
Gender culture aside, the terms ‘Male’ and ‘Female’ sound really… clinical. Depending on the context, it’s so formal that it’s bizarre. Like an alien trying to fit in.
“Hello, fellow males, what are doing today.”
Note; that project is no longer being maintained.
https://github.com/filebrowser/filebrowser/discussions/4906
There is a fork working it’s way out of beta though.
You have to explicitly enable directory indexing; but then it will automatically generate simple http pages listing directory contents.
https://nginx.org/en/docs/http/ngx_http_autoindex_module.html
The times we live in.
I want off this ride.
I can’t think of a place more deserving of a mass-shooting than this room.
An $11/yr domain pointed at my IP. Port 443 is open to nginx, which proxies to the desired service depending on subdomain. (and explicitly drops any connection that uses my raw ip or an unrecognized name to connect, without responding at all)
ACME.sh automatically refreshes my free ssl certificate every ~2months via DNS-01 verification and letsencrypt.
And finally, I’ve got a dynamic IP, so DDClient keeps my domain pointed at the correct IP when/if it changes.
There’s also pihole on the local network, replacing the WAN IP from external DNS, with the servers local IP, for LAN devices to use. But that’s very much optional, especially if your router performs NAT Hairpinning.
This setup covers all ~24 of the services/web applications I host, though most other services have some additional configuration to make them only accessible from LAN/VPN despite using the same ports and nginx service. I can go into that if there’s interest.
Only Emby/Jellyfin, Ombi, and Filebrowser are made accessible from WAN; so I can easily share those with friends/family without having to guide them through/restrict them to a vpn connection.
Major version changes for any software from the OS right down to a simple notepad app should update as sequentially as possible (11>12>13>etc). Skipping over versions is just asking for trouble, as it’s rarely tested throughly.
It might work, but why risk it.
An example: if 12 makes a big database change but you skip over that version, 13 may not recognize the databases left by 11 because 12 had the code to recognize and reformat the old database while that code was seen as unnecessary and removed from 13.
Stuff like this is also why you can’t always revert to an older version while keeping the data/databases from the newer software.