AnEilifintChorcra

@AnEilifintChorcra@sopuli.xyz

This profile is from a federated server and may be incomplete. Browse more on the original instance.

AnEilifintChorcra,

I’m not very familiar with pipewire, I’ve always just been able to plug and play with any headphones but you can try runnning


<span style="color:#323232;">Journalctl -r
</span>

After your next reboot to see the most recent system logs and check for any errors with pipewire

I think you can also run


<span style="color:#323232;">Sudo systemctl status pipewire.service
</span>

After you reboot to make sure that it is enabled by default, if its not you should be able to run


<span style="color:#323232;">Sudo systemctl enable --now pipewire.service
</span>

This Reddit thread might be helpful Teddit alternative link

EndeavorOS also have a forum that might be helpful

Steam Deck Switch emulation

Hey so I installed Yuzu (and many other emulators) via emu deck so the installation is taken care of I think except for the product keys and title keys I have a switch but dont want to fuck with getting the keys out of it and all that so Im trying to just download them I found a website called “theprodkeys.com” is this...

AnEilifintChorcra,

I haven’t heard of it, I got mine from the FAQ section on ziperto, linked in the rentry mega thread that’s stickied here.

AnEilifintChorcra,

Telegram uses Google services like Signal for notifications - telegra.ph/Notifications-FIX its the first point under the Android section

core.telegram.org/api/push-updates these are the docs for building your own Telegram app, specifically the push notifications section and again it mentions using APNS for iOS or FCM for Android but they also offer Simple push which would work with Unifiedpush and would be one way to bypass FCM but I don’t know if they offer that in their official app or if there are any other Telegram apps that have implemented it

AnEilifintChorcra,

For android, Google uses Firebase Cloud Messaging, basically a server that pings the phone when a notification for an app is available, which wakes the app up to receive the notification. There are alternatives but they need to be adopted by app devs for them to work.

For people running a degoogled android, they’ll notice most apps won’t receive any notifications until they open the apps since most apps rely on Google Play Services to receive a ping from FCM.

I don’t have any google play services so most of my apps don’t give me push notifications but I do have WhatsApp installed and that still receives notifications, they’re sometimes delayed by a few minutes which makes me think Meta have their own implementation/alternative to FCM but I’m not sure.

For Signal, their servers tell Googles FCM servers that you have notifications waiting on Signals servers and to wake up your Signal app so it can communicate with Signals servers to receive your messages.

WhatsApp and Signal claim/have end-end encryption on their messages but that shouldn’t matter when specifically looking at Googles FCM servers so, at most it would be meta data that could be obtained from the FCM servers.

jami.net/unifiedpush/ has a pretty basic explanation of push notifications on android and also showcases an alternative to FCM unifiedpush.org which has a nice little diagram about push notifications on android. Unfortunately, Unifiedpush is not widely adopted by many applications.

So there are ways to avoid Googles FCM servers on android using Unifiedpush or always having the application on in the background but for the most part FCM is used.

AnEilifintChorcra,

I’m pretty sure Element stays active in the background, it may have asked you to turn off battery optimisation and have a silent notification always active. This decreases battery life which is why most apps don’t do this but it allows the app to constantly ping the server to check for new messages and is one way around using FCM.

Fair email uses en.m.wikipedia.org/wiki/IMAP_IDLE instead of FCM, I’m no expert and this is just my guess but it seems to also need the app to run in the background for this to work.

Silence is SMS and MMS only and so doesn’t use internet and so has no need for FCM or any alternative anyway

Is this VPN comparison breakdown trustworthy?

I’m shopping for a VPN providers, and really struggling to find a detailed and non-biased breakdown of the various options. A number of years ago, I recall finding an extremely detailed VPN comparison spreadsheet that had 30+ columns, which were contained criteria by which the VPNs were judged both quantitatively and...

AnEilifintChorcra,

There seems to be a lot of discount codes and affiliate links which usually means payment from the providers to the person running the list. When money is involved, truth is often the first casualty, so I would take it with a grain of salt.

www.techlore.tech/vpn.html has a pretty good list, its open source so anyone can create an issue/contribute on github github.com/techlore/website/tree/master/…/vpn. They’re open about any affiliate links discuss.techlore.tech/pub/sponsors-affiliates and are pretty well regarded for an intro in to online privacy

www.privacyguides.org/en/vpn/ is also a great resource with a much smaller and stricter list with regards to privacy and tends to be my go to when I’m looking for a new privacy respecting service. I think they have a community here but I don’t think its very active and they also have a subreddit which was pretty active the last time I was on it a few months ago

How to get into those super secret iptv services?

I have heard that there iptv services which are really private and don’t advertise openly and provide really great services. I don;t remember but i saw it here/reddit that they are available on private trackers’ forums. I am on Avistaz, bakabt, torrentleech and few others not worth mentioning. I would like to learn more...

AnEilifintChorcra,

For sports, the mega thread has some stuff rentry.co/megathread-sports

For a good IPTV service you really do need to know someone, I know a guy that has been reselling for over a decade and he’s only had one provider shutdown on him because they only sell to people they trust.

When a provider gets too big that’s when law enforcement step in. Over the last few years there’s been a bunch of raids all over Europe so finding a provider has gotten more difficult and when people have one they don’t want to risk getting them shutdown by telling a stranger on the internet about it

Next smartphone I buy, which one do you recommend?

Things that make me angry about my current smartphone Samsung Galaxy S21Ultra on a Verizon plan is the mandatory software updates in which they install WITHOUT MY PERMISSION stupid apps like Netflix and addictive gambling games and stacking block games and Candy crush. God knows what else they install without my permission. I...

AnEilifintChorcra,

Weirdly in this case I think I agree. You can look at my previous comments about how much I hate Apple but it seems to me that OP isn’t too technical and installing a custom ROM might not be what they’re after. iPhones don’t have any of those annoying games and stuff preinstalled, as long as the carrier doesn’t install stuff. I’d suggest a refurbished unlocked iPhone though, to save some money. Make sure the previous owners account is removed from the device or else it’ll probably just be a paper weight.

If OP is open to custom ROMs then GrapheneOS is a great choice but LineageOS and DivestOS are also great options for someone that wants to get started with privacy and they support a lot more devices, that can be got for cheaper than an iPhone/Pixel. Again, I’d recommended a refurbished, carrier unlocked phone that is supported by one of these projects

qBittorrent network interface bind not working?

I am using ProtonVPN, and have (or so I thought) set up qBittorrent to bind to the network interface that ProtonVPN is using (tun0). The connection symbol turns red if I turn off the VPN, and downloads will stop. However, when checking the torrent address on ipleak.net, it seems that this bind is not working properly - my real...

AnEilifintChorcra,

I’m almost certain when using the official proton VPN app that proton creates a “proton0” network interface, or something similar, instead of using tun0. So you would have to bind to that interface instead of tun0.

I can’t remember for definite, its been so long since I used the official app.

I’m not sure it explains your problem though since you’re bound to tun0 anyway.

AnEilifintChorcra,

Its pretty weird, being specifically bound to tun0 and still having your IP show after disconnecting, makes it seem like there is something else running tun0 like openVPN or Wireguard without a kill switch enabled and they’re just not connected to a VPN, if you’ve ever used them?

You could probably test this if you exit qbittorrent completely and disconnect from your VPN then open qbittorrent again and connect to another network interface in qbittorrent like wlan0 and save it. Then reopen that setting and see if tun0 is still an option. I don’t think it should show up, if it does something is keeping tun0 active.

Either way, I would suggest uninstalling ProtonVPN v3 and v4 and reinstalling v4, maybe something is getting mixed up with v3 and v4 files?

protonvpn.com/support/official-linux-vpn-fedora/

protonvpn.com/support/official-ubuntu-vpn-setup/

Under the notes section they specifically show how to uninstall v3 so that might help too.

AnEilifintChorcra,

I’ve noticed before that a manual disconnect from the VPN will automatically disconnect the kill switch but qbittorrent should still lose connection once its bound to the correct interface

AnEilifintChorcra,

Jc141 on 1337x and LinuxRulez on torrminatorr have repacks specifically meant to work on linux. You just have to run their bash scripts and it auto decompresses the files and sets everything up for you. Make sure to follow jc141 setup guide on github to make sure you have all the dependencies installed. github.com/jc141x/jc141-bash/blob/…/readme.md

For Fitgirl and Dodi repacks, Lutris is probably the easiest. I usually setup my folders similar to jc141. GameName with 2 subfolders called game and prefix. The game folder is my working directory and my prefix folder is my prefix directory. This allows me to have different wine prefixes for each game in case some games have extra dependencies that mess with other games. I point Lutris to the installer exe and run the install then afterwards I switch it to the game exe. I usually use WineGE instead of the default Lutris option for the prefixes.

For KaOsKrew, I use a windows VM with QEMU to unpack and use sftp to transfer the files because I haven’t had any luck with getting their installer to work. I do the same with Fitgirl and Dodi repacks that have unarc errors during decompression. Then its just setting up with Lutris as normal.

You can also add non Steam games to Steam and make them use proton, I’ve only had to do this once with RE0, I couldn’t get it to run any other way.

r/linuxcracksupport might be helpful and I think they have a matrix chat too.

Any VPNs comparable to IVPN and Mullvad by privacy, but also have port forwarding?

Since IVPN and Mullvad are both phasing out port forwarding, are there any alternatives? I am not looking for something like NordVPN which is a privacy nightmare. AirVPN is also not private enough considering I’ve seen reports online of ISPs sending out DMCA letters of gold to its users.

AnEilifintChorcra,

Proton only started logging his IP after they were legally forced to do so, just like any other law abiding company would have to do.

Proton offers an onion site of Protonmail which the activist should have been using since he allegedly committed

theft and property damage, crimes - the latter two - that enable surveillance

this is a case of user error and bad opsec, not a company bending over backwards to share their users information. If you’re going to do things that are likely going to get you arrested, no matter how noble the cause, make sure you have excellent OpSec

  • All
  • Subscribed
  • Moderated
  • Favorites
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #