Which clients do you recommend for IOS?
How it works: I don’t know about this service in particular, but usually the shared contains the encryption key so like this: example.com/files/file_id/encryption_key or something similar
As for trust: This appears to be a individual, so you will have to just trust it when using the public instance. However, since it is FOSS, you can audit the code and spin up your own instance
Privacy wise it very much is still Firefox with different defaults (telemetry disabled, do not track enabled), the changes to upstream are mainly the UI and some performance enhancements
If you look at the description you can see that they clearly say that it isn’t official:
NOTE: This is an unofficial and experimental Flatpak build based on Android Translation Layer. Please report bugs to the ATL bug tracker instead of the NewPipe bug tracker https://gitlab.com/android_translation_layer/android_translation_layer/-/issues.
Don’t know why they’d put “Developer of the Newpipe app” as dev though
Answer of Bitwarden founder:
Thanks for sharing your concerns here. We have been progressing use of our SDK in more use cases for our clients. However, our goal is to make sure that the SDK is used in a way that maintains GPL compatibility.
- the SDK and the client are two separate programs
- code for each program is in separate repositories
- the fact that the two programs communicate using standard protocols does not mean they are one program for purposes of GPLv3
Being able to build the app as you are trying to do here is an issue we plan to resolve and is merely a bug.
Care to share what parental control you are using on Linux?
Linux ISOs obviously./s
On a more serious note: if you are downloading public domain movies or similar from the internet archive a download manager really helps.
Looks good, but too bad it’s not on flathub but that’s to be expected if the Linux version is still in beta. I’ll stick to Varia until then.
AFAIK the Lutris devs are working on integrating umu into Lutris, not sure about bottles though
Proton use wine and bundles dxvk and other tools, so it also has the same issue.
Windows doesn’t support any of the mentioned file systems out of the box, but there is a btrfs driver available.
There also is the more inconvenient option of creating symlinks for the games on a supported file system: Guide
WINE does not officially support NTFS as it is not optimal on Linux, even if you can technically read/write to it. So save yourself the headache and simply install your games on something like btrfs, xfs, or ext4 instead for playing games on Linux.
https://gitlab.winehq.org/wine/wine/-/wikis/FAQ#does-wine-run-on-all-unix-filesystems
Download Flatseal and make sure the app has the permission to access the network
Discord: Their are custom clients like Vesktop that fix streaming on Linux and add features
Da Vinci: You can use this project for easier use, or just get Kdenlive which is fully supported on Linux
WhatsApp: If you do want to call people you could use Waydroid and install the android version, or if you don’t need calls but want background notifications you can use Zapzap
There is Neonmodem as a TUI client
Printing has basically everywhere been annoying. You need(-ed) specific drivers or even apps to make it work and if you have that set up it still can be annoying. And because most of these drivers/apps don’t support Linux printing relied on reverse engineered drivers. Then CUPS came around which made things better. And when apple adopted CUPS for Mac suddenly everyone wanted to support.
If you are really interested check out this episode of destination Linux where it’s discussed in detail.
I believe you can just do youruser:
and chmod automatically uses the correct group. The other user is also technically correct as the usergroup is called the same as the user so both commands are the same.
Use chown
to change ownership or chmod
to change rights. The -R option makes them also change the permissions for all files and directories inside of the directory.
sudo chown -R <username>:<usergroup> /pathto/Files
I think the main reason is that most people who use Linux installed it on their own and at that point no parental control is stopping you.
It had a verified version on flathub