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.
It’s better to use a custom domain or no alias at all for important personal stuff, but if your goal isn’t to be unidentifiable by the organization, then you can safely use your own name in the adresses. You will still have the advantage of spam control.
One downside I can think of is that the (government) organization will know that you use a particular aliasing service, which may be problematic in some situations.
That’s why you use a VPN/proxy everytime everywhere, not to sound too paranoid.
Do you have a firewall on 192.168.43.87
that may be blocking external connections?
Based on your previous posts I assume that you use Windows as your server OS. I am sadly unable to help you with OS-level issues on Windows. I am also unfamiliar with the quirks of the Synology OS.
You can check if your *arr-apps run as the same user as the permissions on the share (on the *arr-server). The folder and contained files of the share on the Synology NAS should have read, write and execute (rwx) permissions for the user of the share.
Do you mean that the automatically grabbed torrent is slow in qBittorrent? The apps themselves don’t have any idea what is a popular or unpopular torrent, so it may have just grabbed an almost dead one.
You may want to check out TRaSH Guides for some good Custom formats and guides for the *arr apps.
Radarr high-quality release groups
Sonarr high-quality release groups
I recommend finding some good release groups and setting them to be always preferred over others.
You need to add your *arr apps to Prowlarr. Add them in the tab “Apps” and use “Full Sync” as the sync level. If everything works, Prowlarr should add all indexers to the apps after a short while.
The *arrs automatically check for availability every 15 minutes or so. If the movie is monitored, it should have started a download already. Did you check if Prowlarr’s indexers also show up in Radarr’s indexer tab?
Did you try manually searching for the movie (interactive search)?
When starting an automatic search in Radarr (Search movie), in the bottom left of the sidebar should be a progress indicator. Does it say that releases were found or that a report was sent?
The Google Pixel 4a is officially end-of-life and doesn’t get any software and security updates anymore (https://endoflife.date/pixel).
Feishin is also a good player for desktop
It’s possible to find Pokemon Journeys over xem by searching for it. Xem is a tool which tries to help dealing with the mayhem in anime. (The website is not optimised for mobile)
Have you heard of our lord and saviour Copyleft?
The founder is a billionaire Eron Wolf and he funds the projects: https://m.youtube.com/watch?v=cwz2iZwYpgg&t=950
That organization is FUTO, founded in 2021 by 18-year Silicon Valley veteran, programmer/founder of Yahoo! Games, and WhatsApp seed investor Eron Wolf.
as @walden already mentioned, the files in Lemmy’s documentation are the wrong ones. The correct file seems to be in https://github.com/LemmyNet/lemmy/blob/main/docker/docker-compose.yml.
The documentation won’t help you if you don’t want to use Ansible.
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.
The free downloads are slow, but as books are usually small, it is perfectly usable without donating.