• 1 Post
  • 923 Comments
Joined 1 year ago
cake
Cake day: June 17th, 2023

help-circle



  • I am not 100% sure, but I had something similar with passworded drive. There was a way to edit crypt tab stuff so that when system looks for pwd input on boot it went to the hashed file to get password. I forget the steps I did, but online there is a walk through and it was not too difficult to configure…just a few manual file edits


  • BCsven@lemmy.catoLinux@lemmy.mlLinux middle ground?
    link
    fedilink
    arrow-up
    2
    ·
    edit-2
    2 days ago

    I found zypper package speed for download seems to vary a lot, sometimes superfast and other times it drips in like old dialup. Maybe server load or what default server it hits is too many hops away or something. It also does delta downloads, which makes sense if your data is capped, but takes a lot longer to negotiate the lookup for update, compare versions, and pull delta only.

    Good thing about zypper and SUSE setup is you can use the various patch, patches, list patches commands to see what is unneeded, recommended or critical, CVE, and if has already been applied to your system or not. Great tool for sysadmin




  • Edit: just saw your other comment, so this may not apply to you now…Not that the default is smart, but the default has been set to fail a boot if parts are missing. Imagine a rocket launch system check, is temperature system online, no, fail and abort. While as users – for convenience–we want the system to boot even though a drive went offline, that may not be best default for induatrial applications. Or where another system relylies on first one to be up and coherent. So we have to use the nofail option, to contine the boot on missing drive.





  • My guess is not a whole lot to the average user, but it would allow for things to still respond when other things have bogged down resources. I am assuming real world applications would be industry like a machine safery stop should always have a quick turn around, and not be delayed by harddrive writes. But may like how they write special OS code for spacecraft where sending and receiving instructions on board has special states and if response isn’t given in timely manner the system can recognize, so malfunctions are prevented. There was an artivle/podcast somewhere abouy how this all had to work in realtime and not be queued waiting









  • Yeah being locked into an application sucks. I was lucky that the Proprietary CAD package we run had a linux version. Sadly Siemens decided linux share was low so dropped the GUI version of it, but left us cli version for batch processing work, so back to Windows to be on latest release.