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

help-circle
  • Humans could do it too, but there is always this selfish asshole ruining it. We have that exiting Richmond Vancouver area. Everyone is doing 100km/h and there is no congestion ahead, but there is a merge in lane from an alternate route behind, so the asshole sees that as a way to get ahead before the merge in tapers off. So they pull out speed to end of lane, dart in dangerously and have to heavy brake to slow to traffic speed. The reduced space makes the car behind heavy brake and that processes backwards until traffic starts to halt. If asshole had stayed in the flow, there would be no stop on the had highway



  • I did a lot of distro hopping, but settled on OpenSUSE for a lot of reasons, but somebody suggested nixOS as I was sorting out a distro for my wife’s laptop.

    She is bad with tech, and her 2010 windows laptop was making her lose her temper; with how slow and intrusive stuff was when she wanted to do work, and updates altering things. Her wants were: speed and consistency, even if it died she wanted it back exactly the same.

    So I setup nix, read about editting the config and rebuilds, and pretty quickly had a config that included zoom for her meetings, libreoffice for her client stuff, and browser. Had to add a hardware line for the WiFi card. Rebuild, and it is exactly everything she needs.

    It is peppy like my brand new work Windows computer. Which is both a praise to nixOS and a slam against Windows degradation.




  • BCsven@lemmy.catoLinux@lemmy.mlLinux security
    link
    fedilink
    arrow-up
    32
    arrow-down
    1
    ·
    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 his 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.









  • Zorin, OpenSUSE Leap seem solid choices. Even Tumbleweed, because openSUSE has a snapshotting feature built in, so even if an update were to break something you just rollback.

    Don’t follow online tutorial for adding nVidia to SUSE as the hard steps that still linger out there. Just add the nvidia repo that is specific to OoenSUSE Leap. Nvidia hosts it, but its described in one setup page on the openSUSE website.