• 1 Post
  • 1.03K Comments
Joined 2 years ago
cake
Cake day: June 17th, 2023

help-circle



  • BCsven@lemmy.catoLinux@lemmy.mlLinux security
    link
    fedilink
    arrow-up
    33
    arrow-down
    1
    ·
    edit-2
    2 days ago

    Microsoft being closed source hides their bugs and vulnerabilities. Even when security researchers have sent in reports MS has sat on them due to profit being motive not security, and not taking vulners seriously until the researchers say screw that and publish it.

    Linux being open can have all eyes on it, and if there is an exploit, there is a community willing to help ASAP.

    On many distros you may have weekly or even daily updates or patches coming through with fixes. A distro like OpenSUSE has various patch and list patch commands that show what security patches are avilailable, their status (critical, recommended) and if it’s needed on your system or not depending on what you have installed. You don’t get transparency on closed source systems.

    If you are paranoid about security you can use AppArmor tools or SELinux. AppArmor can be set to learn how an app behaves, then you lock it so the app can’t do new things.

    SELinux you set rules for files and folders, so even with remote access an attacker can’t access data if rules don’t allow file listing over SSH etc


  • You can solve that problem by making an additional efi/boot partition when you install Linux over the Windows install.

    You have Linux setup with its own boot partition and the install should probe for a foreign OS, it then adds a chainloader entry in grub to point to the Windows EFI partition.

    You set BIOS to boot from Linux EFI partition. When it comes up at boot you can chose Windows and Grub hands over control to the windows bootloader, but Windows is ignorant of Linux EFI existing. It now only messes with its own EFI and never touches the Linux stuff.

    @utnapishtim






  • I worked on an old CAD program in the early 90s, it had hotkeys for the menu structure. After some time ( and memorization) they became much faster than mouse clicks. When getting designs out as fast as possible, to keep the shop busy, was the mandate it led to designers flying across the keys building geometry, trimming, dimensioning etc. After about 4 years though RSI became a problem for all of use.