What do you mean “planned successor”?
- 17 Posts
- 72 Comments
Vittelius@feddit.orgto
Games@lemmy.world•Stop Killing Games delivers 'absolutely incredible' hearing in European Parliament: 'There was no [parliament member] that wasn't responding positively'English
6·1 month agoThe right man in the wrong place can make all the difference in the world.
You could use owncast as a twitch alternative: https://owncast.online/
Some Matrix clients such as comment also support screen sharing (for a more discord like experience). But I haven’t used it myself, so I can’t speak to its quality or reliability: https://commet.chat/
Hardware
A mac mini is probably overkill for what you want to do. We are talking standard blu-ray after all, meaning your videos are going to be limited to 720p. Most hardware will have no problem dealing with that. The cheapest solution that’s fit for purpose is a refurbished thin client. They aren’t powerful or anything, but you don’t need powerful. You need quiet (passively cooled) and low on energy consumption.
Thin clients can be had on eBay for less than 30 Franks.
Software
- Kodi: originally known as the XBox Media Center (XBMC), a TV friendly menu to pick the movie or TV show you want to watch
- LibreElec: A Linux distro, that preconfigures and auto starts Kodi, not the best choice if you plan to use anything besides Kodi
- Jellyfin: A media server. If you got multiple TVs you might want to look into this one. It essentially let’s you operate your own Netflix, complete with a web frontend and apps for phones and TVs, integrates with Kodi
That’s what hardware keys are for. Even the cheap lines of fido USB keys (ca $20) can safe passkeys. And your phone can too.
It’s a term from city planing. Essentialy places that are not your place of work or someone’s home.
Here is a more in depth explainer by NotJustBikes: https://youtu.be/VvdQ381K5xg
Vittelius@feddit.orgto
Linux@lemmy.ml•I think i am ready to switch from windows and need advice
4·3 months agoThat’s why Ultramarine exists. It’s just Fedora with RPM-Fusion (the non-free repo) preconfigured and the Nvidia drivers preinstalled.
Vittelius@feddit.orgto
Lemmy Shitpost@lemmy.world•TFW you get the old gang back together
2·6 months agoSomething something, republicans are spineless cowards, something something, the supremecourt has been captured?
Compose multiplatform https://www.jetbrains.com/compose-multiplatform/
- ubuntu touch UI framework / suru: qt 5 based, so slightly outdated underpinnings, but still actively maintained https://docs.ubports.com/en/latest/humanguide/index.html
- flutter: developed by google as a cross platform framework, tied to the dart programming language. https://flutter.dev/
- Canonical has created custom widgets for flutter, if you don’t like material design: https://pub.dev/packages?q=ubuntu
- uno.platform: C# framework for cross platform apps. https://platform.uno/
Vittelius@feddit.orgto
Linux@lemmy.ml•Finally, after some time I made the switch to #Linux !
11·7 months agoBecause its not. OP made a post on Mastodon and crossposted it to Lemmy by @ing the community. I’m not sure this wasn’t by accident
And if you don’t have an unique public IP address, for example because you are behind CGNAT, you can use Pangolin. It tunnels all traffic from your homelab to a VPS via Wireguard and exposes your services via a Traefik reverse proxy. Pangolin also automates the Traefik setup and provides a webui to configure the individual proxies.
For a VPS I recommended ionos, because they offer servers with unlimited traffic starting at only 1€ per month with server locations in both Europe and the US.
Vittelius@feddit.orgto
Jellyfin: The Free Software Media System@lemmy.ml•Subtitles for a whole seriesEnglish
7·9 months agoThere are multiple tools to edit subtitles. From the web based https://subtitle-editor.org/ to really powerful software like SubtitleEdit
Isn’t the VollaPhone Quintus the best option for Ubuntu Touch? (It’s more expensive than the Fair Phone, but it ships with UT)
I’d argue that Ubuntu Touch and Sailfish are the most mature offerings. Both OSs are (or at least were at some point) developed as commercially viable alternatives to the duopoly. That gives them a headstart in terms of apps and overall pollish.
The postmarket shells are catching up, but you still get instructions like “drag and drop a file from your file manager to open it”, which doesn’t work on a phone. Phone UX still seems like an afterthought in many cases.
Postmarket OS is a desktop Linux system, but for phones. UT and Sailfish on the other hand are mobile OSs, that happen to use much of the same tech as desktop Linux. They are therefore much closer to the duopoly (for bettet or for worse).
Vittelius@feddit.orgto
Linux@lemmy.ml•[SOLVED] how come yt-dlp on a terminal returns bash: yt-dlp: command not found even though I installed it with wget? debian 13English
5·9 months agoI found pipx the easiest way to install and manage a current ytdlp installation
sudo apt install pipx pipx ensurepath pipx install yt-dlpYes I know, it’s an additional package manager, but it actually is a package manager and will therefore ensure the setup is correct
The feature is called “WiFi Tethering” and is available on most Android systems (sometimes OEMs or carriers disable it)
On iOS it should enable automatically if you’ve got a hotspot active and connect your device to your computer via USB
Resolve is not available as a flatpak so distrobox would be your only option to get it running on a atomic distro.
But in general flatpaks are more secure than distrobox containers. Flatpaks are sandboxed. Apps can request access to different parts outside the sandbox through so called portals. Portals are basically like the permission system on your phone. But not all portals are finished yet so apps can get way more permissions in the name of user friendliness. There are third party tools like flatseal, that manage permissions though.
Distrobox on the other hand doesn’t have any of that. Apps can access your entire home directory and a bunch of other stuff if they want













I assume, you are asking how to allow remote (as in outside of your network) access. There are multiple options to achieve this goal: