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

help-circle





  • A job is about you and your employer (you do tasks they pay you compensation for the tasks), it is not you and your coworkers.

    Do your work, go home and enjoy life outside of work. You have to stop worrying about other people, and the need for absolute fairness, life isn’t fair.

    We have equality as a human rights concept, but equality does not mean the same. Men might have to lift heavy patients, women may be asked to console a sad person, senior workers may have become fixtures where they have freedoms juniors do not. Smokers might get smoke breaks.

    Focus on you, and let everything else roll off you like water off a ducks back.




  • BCsven@lemmy.catoLinux@lemmy.mlLinux security
    link
    fedilink
    arrow-up
    33
    arrow-down
    1
    ·
    edit-2
    5 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


  • I find it good for music and film suggestions. You feed it a set of ( I want a suggestion like these ) and it provides a good result.

    Also good at building mermaid code for diagrams, just tell it write me mermaid code for this, and drop in a descriptive paragraph, then copy paste the code into mermaid.live

    That use case became very useful so there is a paid mermaid page to automate that manual process.


  • 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