FrostyPolicy

joined 2 years ago
[–] FrostyPolicy@suppo.fi -2 points 6 days ago (1 children)

Not all distros ship SELinux and the ones that do, don’t actually configure it securely.

You're welcome to work with distro maintainers to fix this instead of just complaining about it.

New users are expected to keep copying and pasting commands from their browsers to their terminal which compromises some Linux security defenses.

This is a big problem

Most if not all of the Linux Distros in 2025 ship with Grub bootloader, which suffers from a lot of problems, instead of using the bootloaders that does not support BIOS and will improve the reliability of booting and provide a more stable experience.

You're welcome to work with distro maintainers to fix this instead of just complaining about it.

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

That's usually the answer to these kind of questions.

[–] FrostyPolicy@suppo.fi 14 points 1 week ago (26 children)

the humanism of Fahrenheit.

How? Fahrenheit scale is totally incomprehensible. Celsius at least is using a rational point for 0 (=where water freezes) and same scale as Kelvin.

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

Businesses can’t be expected to indefinitely support a piece of technology for free.

Of course not but they themselves announced long ago that win10 will be EOL'd in October 2025. Then later they announced that you can buy extra support for plenty and increasing amounts of money. And now this.

Though even longer ago they announced that win10 will be the last windows ever.

[–] FrostyPolicy@suppo.fi 11 points 1 week ago (5 children)

So windows 10 isn't EOL'd in October 2025 after all.

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

To sign an EU petition you have to be a citizen of a EU member state.

[–] FrostyPolicy@suppo.fi 36 points 2 weeks ago (10 children)

A solution is not to use any product, service or software made by MS or google.

[–] FrostyPolicy@suppo.fi 8 points 2 weeks ago

According to wikipedia Forgejo development is run by Codeberg which is a non-profit organization so I doubt they will start charging money. GitLab is managed by a for-profit corporation so anything is possible with them.

[–] FrostyPolicy@suppo.fi 11 points 2 weeks ago (3 children)

Stop using github. Move to something else e.g. codeberg.

[–] FrostyPolicy@suppo.fi 11 points 2 weeks ago

Happened to have a SearX instance configured as a search engine in my LibreWolf. Did a test search and uBlock origin blocks zero things. So that is a privacy friedly no tracking search engine.

[–] FrostyPolicy@suppo.fi 12 points 2 weeks ago* (last edited 2 weeks ago)

Was about to post the same. A privacy focused no tracking search engine should have zero of anything uBlock origin would block. If uBlock blocks trackers then it's not "no tracking" nor "privacy-focused".

23
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 ›