Replying to remind you.
Replying to remind you.
According to the Gitlab repo for the Android transition layer, yes.
Some/most places outside the USA heavily rely on WhatsApp for communication. This is like saying “you dont need to be able to talk with your friends, family, or employer”
The one-line command I recommend for install Mullvad’s RPM repo is as follows:
curl --tlsv1.3 -fsS https://repository.mullvad.net/rpm/stable/mullvad.repo | pkexec tee -a "/etc/yum.repos.d/mullvad.repo"
My explanation: This curl
command enforces strong TLS encryption and pipes the fetched repo file to the tee
(append) command, which requests to run with root permissions and appends the file to the specified path. pkexec
is useful instead of plain sudo
because if the current user isn’t in wheel/sudo groul it requests the local admin account to authenticate.
You can give a Flatpak the necessary permissions to modify disks. All the permissions needed by Veracrypt could be granted.
That is usually referred to as “source available” and doesnt fall into the category of open source.
The Signal server is centralized, but it is also still open source under the AGPL license: https://github.com/signalapp/Signal-Server
The Signal server is centralized, but it is also still open source under the AGPL license: https://github.com/signalapp/Signal-Server
You can shove anything in /tmp, it is (by default) read/writeable by all users/groups. Plenty of user apps create files/folders in tmp
Cool, I like it more now.
Why not Codeberg, cus its FOSS and run by a donation-funded nonprofit.
I dont think so. It would just require some ports open.
I do agree that generally when we refer to the fediverse, we mean ActivityPub federation. I also just wanted to point out that ActivityPub is not synonymous with fediverse.
It is federated, just with other Matrix protocol servers. Just like how email is federated.
Element is default E2EE for 1-to-1 direct messaging. Rooms require setting up encryption.
Chrono from f-droid is the perfect clock app. Good UI, all the features you’d need, no internet permission.
Maybe to you, but with a proper algorithmic analysis of the sounds differences can be fingerprinted and differentiated.
Best supported devices: https://divestos.org/pages/devices_golden
All devices supported: https://divestos.org/pages/devices
I used tee -a because that is how I have seen it recommended. If it works without then do that instead.