Also: If someone manages to tamper with the downloadable ISO … they likely will be able to tamper with the signature files, too.
Somewhere between Linux woes, gaming, open source, 3D printing, recreational coding, and occasional ranting.
🇬🇧 / 🇩🇪
Also: If someone manages to tamper with the downloadable ISO … they likely will be able to tamper with the signature files, too.
Mmh, okay. So I’ll continue re-downloading videos in non-HDR variants. But good to see it implemented, though.
I’m not following Linux drama, sorry.
So no more dark and dull looking videos?
but I’d like to give Nginx Proxy Manager a try, it seems easier to manage stuff not in docker.
NPM is pretty agnostic. If it receives a request for a specific address and port combination it just forwards the traffic to another specific address and port combination. This can be a docker container, but also can be a physical machine or any random URL.
It also has Let’s Encrypt included (but that should be a no-brainer).
If you’re into watching YouTube: You can add channels as RSS into your reader. The latest 15 videos are offered via the feeds. All you need is the channel ID of the channel whose feed you want to access.
The channel ID is not visible anywhere on the page, but if you look at the DOM in the web browser via the developer console, you will find a meta entry <link rel="canonical" href="https://www.youtube.com/channel/CHANNEL_ID">
in the <head>
, where CHANNEL_ID
is the required ID. There are also websites that can be found quickly and easily using the appropriate keywords, which read out and return the ID associated with the provided handle.
https://www.youtube.com/feeds/videos.xml?channel_id=CHANNEL_ID
If you have a lot of subscriptions, you can use Google Takeout at takeout.google.com and export the YouTube subscriptions as a CSV file. The CSV file contains the subscribed channels with their ID and title for you to parse into whatever format you need for your reader.
For Newsboat you can use this script on the Abos.csv from my Google Takeout archive:
while IFS="," read id url name; do
feedURL="https://www.youtube.com/feeds/videos.xml?channel_id=%24%7Bid%7D"
[ ! -z "${id}" ] && echo "$feedURL youtube videos \"~${name}\""
done < <(tail -n +2 Abos.csv) >> urls
Edit: Seems like, Lemmy messes up the code formatting, but you get the gist …
QC was such a fun ride…
It clearly had it’s moments. There were some weirdly questionable strips. I’m not following it anymore since a few years but I’m happy to see it’s still running.
He has unlimited money. I am pretty sure he doesn’t really care.
Here in Germany we learn that in school in 3rd or 4th grade (ca 9-10 years of age).
For some people it’s not always about the money.
I run my website as static site from within a Docker container, I wonder how I would get the information about the other containers into that site.
Do you directly serve that site from the host or do you run the script and write something in a volume the site has read access to or bind a file?
I wonder.
Does “cropped” mean: something was cut away, or does it mean: someone added crops (like in “painting”, where it means that someone added paint). In this case the pictures should be in reverse order.
If your company goes full-on Microsoft cloud (including OneDrive), maybe try logging in on https://www.microsoft365.com/ with your corporate account. From there you have access to all the OneDrive files that are shared with you, as well as all Office web applications (they’re basically identical with the installed apps).
Using a Chromium-based browser you can run the individual web-apps like chromium --app="https://...."
to give them a more native look-and-feel by removing the browser interface.
Same goes for Teams, btw.: Just open http://teams.microsoft.com/, it works just like the installed version. Including audio, video, screen sharing, and notifications.
Do you guys have any suggestions?
Because I don’t like software getting in my way I just cobbled together some HTML and CSS and call it a day.
Same here. I have no clue what the latest things to watch, read, or listen to are. And I don’t think I miss out on anything. I also get almost none of the references.
So we’ll see a release in November this year?
Usually you just see LibreOffice and nothing else, so it’s fine, I guess. Not a web-based editor, but usable.
Ah, I see. Not as native web application, though.
They’re using Alpine Linux, install X and Openbox and Xvnc and serve KasmVNC via Nginx and connect via KasmVNC to that X instance. LibreOffice is started in fullscreen and looks like a slightly blurry web application.
But in reality it is just a regular desktop installation with some extra things.
@[email protected], maybe this is a solution? I wouldn’t recommend it because it’s not really a web-based document editor.
So, LibreOffice can be used over the Internet in a web browser?
They do it since quite some time now, right?