729
A petition has been created by an Austrian EU rep. to replace Windows with GNU/Linux in all Europe
(www.europarl.europa.eu)
A community for everything relating to the linux operating system
Also check out !linux_memes@programming.dev
Original icon base courtesy of lewing@isc.tamu.edu and The GIMP
My main worry with Linux becoming more popular is that it will be attacked with more malware and viruses. I wouldn't mind though if Linux programmers could come up with better protection.
Most of the Windows malware gets deployed by some user downloading and executing random files they downloaded on the web. Since installing applications on Linux is usually done through some centralized package manager or app store (Flathub), it almost entirely eliminates this attack vector. Running random scripts from the internet by downloading them using
curl
and piping them intosudo bash
is a whole nother issue though. Noob-friendly distros like Ubuntu should IMO have some safeguards in place to block these actions.They have, snaps