FrostyPolicy

joined 1 year ago
[–] [email protected] 3 points 4 days ago

Filen is good. Works like a charm. Back in the days I got their pay once for 100GB of storage package and am very happy about it. Looks like they have the starter 100GB lifetime available still i.e. pay only once.

[–] [email protected] 1 points 3 weeks ago (1 children)

Have you tried Okular?

[–] [email protected] 3 points 1 month ago

Valve releasing Proton.

[–] [email protected] 7 points 1 month ago

I use that myself though haven't sent a sms/mms in like > 10 years. Anyhow FOSS > stock spyware any day. The fossify project has many other useful tools as well.

[–] [email protected] 8 points 1 month ago* (last edited 1 month ago) (1 children)

Under GDPR this kind of data collection and sharing HAS to be opt-in i.e. with an informed consent. You can't just bury it in your TOS and/or privacy policy. The user has to be explicitly shown what they are collection, on what basis they are doing it and how they are using it, then give the user the choice to accept or decline that, and they have to respect that decision.

[–] [email protected] 6 points 1 month ago (1 children)

Best Fallout game ever.

[–] [email protected] 2 points 1 month ago* (last edited 1 month ago)

Here's what I got when I upgraded: https://pcpartpicker.com/list/Kn3hsL. In addition I have two sata ssds (1 TB & 2 TB) for data storage. It's similar to yours. For me performance was the priority. Doing most of my gaming on Linux.

Edit: As the ram in my build are expo models they run at 6000 MHz. No instabilities.

[–] [email protected] 8 points 1 month ago* (last edited 1 month ago) (10 children)

I'd say wait a few days to see if glibc-eac-bin gets updated. Could the name refer to easy anti cheat perhaps? The glibc is the official library that comes with Linux distros.

[–] [email protected] 1 points 1 month ago (4 children)

In a country with good consumer rights, this would be a valid reason to return it and get a replacement or refund: It’s no longer offering functionality that was advertised and that you paid for as part of the purchase price.

In the EU this would probably be a no-brainer.

[–] [email protected] 1 points 1 month ago

You won’t get rid of google tracking you on Youtube or Gmail,

For gmail that's true (one should use something else anyhow). For youtube you can use an alternative frontend like NewPipe to avoid tracking.

If you care about privacy you should use a trustworthy paid email. They even aren't that expensive. You can get them as low as 1 € / month.

[–] [email protected] 1 points 1 month ago (2 children)

You can basically disable most Google tracking though a good DNS that blocks that traffic.

So only most but not all. Therefore it's not private if there's any tracking. Thus a de-googled version is the only option.

23
submitted 4 months ago* (last edited 4 months ago) by [email protected] to c/[email protected]
 

I have on the host machine two network interfaces. One is lan and the other is a wlan. For libvirt I have created a nat network which is bound to the wlan. From the guest I can access other machines in the network host wlan is connected to. Also DNS lookup works. The problem is that there's no connection to the internet at all, e.g. pinging something gives "Destination network unreachable". ~~This only happens when both network connection on the host are active.~~ Running qemu/libvirt on OpenSuse Tumbleweed.

The nat network in question:

<network>
  <name>natToWlan</name>
  <uuid>a44c939c-e6bf-44d0-8f86-376056d418a4</uuid>
  <forward dev="wlp19s0f4u1u1" mode="nat">
    <nat>
      <port start="1024" end="65535"/>
    </nat>
    <interface dev="wlp19s0f4u1u1"/>
  </forward>
  <bridge name="virbr1" stp="on" delay="0"/>
  <mac address="52:54:00:1f:64:95"/>
  <ip address="192.168.100.1" netmask="255.255.255.0">
    <dhcp>
      <range start="192.168.100.128" end="192.168.100.254"/>
    </dhcp>
  </ip>
</network>
view more: next ›