FrostyPolicy

joined 1 year ago
[–] [email protected] 2 points 5 days ago

It is against the GDPR.

[–] [email protected] 121 points 1 week ago (19 children)

In the EU this kind of automatic opting-in to marketing/data sharing is against the GDPR as it requires explicit consent from user/customer. I'm in the EU and have those settings but they were both toggled off, as expected.

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

I stand corrected. I use Tumbleweed so have not kept up to date on that front.

[–] [email protected] 54 points 2 weeks ago (2 children)

OpenSuse is already by itself a well rounded distro. It supports multiple desktops out-of-the-box, is highly customizable so it doesn't really need forks.

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

SUSE Linux Enterprise isn't really a fork. OpenSuse Leap is to SLE a bit like Fedora is to Red Hat i.e. the community version which is then frozen at some point to build SLE.

[–] [email protected] 9 points 3 weeks ago

It is. It's a rolling release so it has the latest packages. It's not bleeding edge like arch. All software goes thru an automatic testing in OpenQA before they are allowed in the repo so there's some quality control. It's also very stable.

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

I'm on the Other category, both for home and work. I use Tumbleweed in both.

[–] [email protected] 8 points 3 weeks ago

I'm in the EU and that section in the settings isn't even there. I guess they aren't doing it here, for now at least. Probably due to GDPR.

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

Have you tried Okular?

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

Valve releasing Proton.

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 ›