• 0 Posts
  • 16 Comments
Joined 4 years ago
cake
Cake day: January 17th, 2021

help-circle


  • It used to be that everything in Linux was a file, ideally a text file, so if you could find the right file you could access or change what you wanted. Systemd is a big program that manages a bunch of stuff and creates unique commands within its programs for doing so, which moves away from that principle and turns system management into what feels a bit more microsofty (like the registry editor program vs editing config files, etc) and a lot of people don’t like that. But to its credit, it does solve a few problems with cobbling together a modern system that doesn’t suck.







  • I’m a Linux developer who’s made Electron apps, I have complete and total understanding of everything you’re saying. You don’t seem to be understanding the thing we’re saying, which is that if you really really need a specific Microsoft or Adobe product, your best option is still Windows or Mac since Wine isn’t very good. This is a fault of those corporations, not technology.




  • zkikiz@lemmy.mltoLinux Gaming@lemmy.mlLinux Desktop Market share reaches 3.08%
    link
    fedilink
    English
    arrow-up
    4
    arrow-down
    1
    ·
    edit-2
    1 year ago

    That’s exactly what he said, and then he also said except for industry-specific software like video editing, graphic design, etc, where big companies don’t offer a Linux version and the alternatives aren’t quite up to par. It’s true there’s Offcie 365 online but it’s still subpar compared to the real deal, like if you’re a PowerPoint or Excel power user or really need Access or another specialized program.

    I’m all for Linux, these big companies have just eaten a lot of the market and refuse to play nice.


  • A few gigs of zeroes will prevent random drive-bys. At that point the partition and filesystem table of at least the first partition is overwritten and you “can” recover files off it but you’ll be missing filenames and at least half the files will be corrupt due to fragmentation losing track of which files are where.

    I agree with Ono that shred is a good tool for this. If you don’t want to use that, try increasing the block size to at least 1M if not 16M to reduce the overhead.