GrapheneOS supports disabling Wifi and Bluetooth after some inactivity.
I think it’s also possible to do this with the apps Tasker or Automate, but I’m not sure how much they are able to do and how privacy friendly they are.
GrapheneOS supports disabling Wifi and Bluetooth after some inactivity.
I think it’s also possible to do this with the apps Tasker or Automate, but I’m not sure how much they are able to do and how privacy friendly they are.
The advantage of FreeTube is that if it doesn’t work, it can use an Invidious instance as a fallback.
If you mean the work profile:
The VPN does not apply to the work profile, i think the app that creates it needs to define a proxy or VPN, otherwise it’s a direct connection.
I think you can’t easily set up a VPN in the work profile, but I never tried it. If you used Instagram with a VPN up until this point, it might be good to continue using it. If you didn’t, don’t start now if you will stop using Instagram soon anyway.
You can “mount”/give permission to read specific folders of the main or work profile on the other one. It’s read-only. For example WhatsApp has an option to switch the image selection to the main profile when sending an image.
The Google Pixel 4a is officially end-of-life and doesn’t get any software and security updates anymore (https://endoflife.date/pixel).
The Samba service is normally run by root either way. Samba uses the logged in user’s uid to access the files. To be able to see the files, the user needs to have permissions for the directory and the contained files. The mnt folder currently only has root permissions, which is why the user can’t see the files.
You need to change the permissions of the NTFS mount. I’m not sure what the uid of user
is, but you can find that out by executing id user
. The numbers are the ids you need.
In fstab, you need to add the user’s uid and gid by adding uid={},gid={}
to the line.
Assuming the uid and gid are 1000, it would look like this:
/dev/disk/by-uuid/2666EE3966EE097F /mnt/2666EE3966EE097F auto nosuid,nodev,nofail,uid=1000,gid=1000,x-gvfs-show 0 0
(you need to remount the partition after the change). You can check if the permissions changed in your file manager.
This will change the mount’s permissions to the user you want to access it from, but this also means that no other user (except root) will be able to. The link below has the answer if you want it to be accessible by all users.
I used this answer on Superuser, so it’s possible that this will not fully work, but I don’t have the devices to test it out currently.
You need to put the bommon line /dev/disk/by-uuid/2666EE3966EE097F /mnt/2666EE3966EE097F auto nosuid,nodev,nofail,x-gvfs-show 0 0
onto the computer with the NTFS partition.
The top line //192.168.0.30/share /mnt/2666EE3966EE097F auto cifs username=user,password=1 0 0
is for mounting the Samba share on another device.
I don’t fully understand this setup. Did I misunderstand something?
You have a Fedora PC with an NTFS partition mounted to /run/media/user/share
.
The Fedora computer shares a directory /mnt/2666EE3966EE097F
over Samba.
Fedora and another computer connect to /mnt/2666EE3966EE097F/
over Samba, but they show no content.
Did you perhaps forget to remount your NTFS partition to /mnt/2666EE3966EE097F/
? Otherwise I don’t see a way to access the content with your current configuration.
Whenever money is involved, greedy people and content farms start appearing. That would not benefit the Fediverse in any way.
Integrating it into the client apps means that fake apps will start appearing to steal wallet keys. That already happens with normal wallet apps.
The Fediverse is supposed to be free and volunteer run. Tipping is normally implemented by the instance admins on their website and not everyone wants to deal with wallet keys and conversion/selling of cryptocurrency. Such a thing shouldn’t be a part of the Fediverse, but a decision every instance makes for themselves.
Looks like Discord will do a Reddit in the near future.
I recommend switching to Matrix.
I started with Pop!_OS, because it was pretty and I was told that it was made for programmers. I was overwhelmed with the options and couldn’t get Twitch to work properly (because of missing codecs), so I switched over to ZorinOS, which helped me to familiarize myself with Linux. Later I returned to Pop!_OS.
Someday I got fed up with the major version updates, so I switched to Manjaro and later to Arch btw.
I love the last panel. He’s waiting for a miraculous bit flip.
Edit: Context and the cosmic bit flip is probalby not true: https://youtu.be/vj8DzA9y8ls
The OS will wait until the mount is successful with these settings, which is why GNOME doesn’t load. Try adding nofail
to your options. It should continue with the boot process if you are out of the network with that option set. (https://wiki.archlinux.org/title/Fstab#External_devices)
You don’t install the apps “sandboxed”. You can install the Google services like any normal app (in the “Apps” app). The Google services will then only have very limited permissions, for example they won’t be able to see your location, camera, contacts etc. by default and you can grant these permissions like to any other app.
The only thing that changes is that you have the option to install Google services and that you have the option to grant them permissions they would have limitlessly on a “normal” Android phone.
Your four mentioned apps should work on GrapheneOS without any problems, the only apps I had difficulties with were banking apps. The Google Play Store won’t be installed by default though, so you will need to install it in the “Apps” app. (I recommend using F-Droid to find alernative apps, although you won’t find something like Clash Royale on there. If you don’t want to use a Google account, you may want to look into Aurora Store (it provides anonymous access to the Play Store), which is also available of F-Droid)
I personally still use Firefox (Mull to be exact), because Vanadium doesn’t seem to have any good way of blocking ads. I found this on the internet in some R*ddit comment:
Chromium-based browsers like Vanadium and Bromite provide the strongest sandbox implementation, leagues ahead of the alternatives. It is much harder to escape from the sandbox and it provides much more than acting as a barrier to compromising the rest of the OS.
(Long version of the above quote: https://grapheneos.org/usage#web-browsing)
Sam O’Nella Academy four years ago but instead of six months it was three years.
https://wiki.archlinux.org/title/MongoDB
Do you know what the AUR (Arch User Repository) is? You can install MongoDB that way. (This is NOT an official source, all AUR packages are created by users!)
You can install an AUR manager like yay:
git clone https://github.com/Jguer/yay
cd yay
sudo make install
and install (compile) MongoDB:
yay -S mongodb
(or alternatively mongodb-bin for a pre-compiled version)
I apologize if some of the code doesn’t work, i can’t test it right now.
Kinda ඞ
Two political memes in 2 minutes, less than 10 minutes after joining? 🙃
This Matrix is unrelated to the open source Matrix protocol: https://matrix.org/blog/2024/12/unrelated-cybercriminal-network-taken-down/