FrostyPolicy

joined 2 years ago
[–] FrostyPolicy@suppo.fi 18 points 21 hours ago (2 children)

Welcome to the light side. I'm a happy Tumbleweed user for many years now. Love that Hitchhiker's guide reference .

[–] FrostyPolicy@suppo.fi 37 points 1 week ago (8 children)

Nothing suggests that WhatsApp’s encryption protocol has been broken or that Meta can read the contents of your conversations.

Nothing prevents them from reading the messages prior to encryption or after decryption.

[–] FrostyPolicy@suppo.fi 4 points 1 week ago

That would be nice yes.

[–] FrostyPolicy@suppo.fi 7 points 1 week ago (2 children)

It just felt odd to link thru an american service in Buy European community though the though behind it was good.

[–] FrostyPolicy@suppo.fi 10 points 1 week ago* (last edited 1 week ago) (1 children)

Thank you. Firefox has builtin translator that can handle Romanian.

Edit: Offline full page translator.

[–] FrostyPolicy@suppo.fi 5 points 1 week ago

Domain registration information is public and accessible via whois. If your domain registrar has privacy services use them. They usually mean that instead of your name etc it will display the info of the privacy proxy.

[–] FrostyPolicy@suppo.fi 7 points 1 week ago (6 children)

Why not link directly to the article instead of through google spyware?

[–] FrostyPolicy@suppo.fi 6 points 1 week ago

The annoyance is no notifications

Not true. I have GrapheneOS with no Google blobs in a profile where I have Signal from play store (via Aurora) and notifications work perfectly. Signal itself will turn on the no google mode for notifications if not available.

[–] FrostyPolicy@suppo.fi 8 points 2 weeks ago (4 children)

They were already losing before MS bought them.

[–] FrostyPolicy@suppo.fi 4 points 3 weeks ago (2 children)
22
submitted 1 year ago* (last edited 1 year ago) by FrostyPolicy@suppo.fi to c/linux@lemmy.ml
 

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 ›