Fushuan [he/him]

Huh?

  • 1 Post
  • 51 Comments
Joined 2 years ago
cake
Cake day: July 1st, 2023

help-circle






  • A single .sh file with exec permission that asks for sudo will easily download appimage keyloggers and then set a cron job to run it every X time to keep it alive and sends it all to whatever remote location. Or whatever else you let the appimage do.

    95% of regular users will double click that, and then write their pass in the popup without blinking twice and that will work in most Linux systems.

    Most viruses don’t target Linux, sure, but that’s wishful thinking. Always be creful with what you run.









  • Then it’s your anecdotal experience vs mine, I’ve been using a better main drove connected to two NTFS drives, one for torrents and videos and downloads and another for games. 2 years almost like this and all games run perfectly fine. Souls games, path of exile (quite read heavy), league, hots, last epoch monstwe hunter… You name it, it has worked perfectly fine for over a year.

    Maybe it has improved since that happened to you idk, and I agree that threshold not allow NTFS for the main drive of, but for external ones it’s just silly.


  • Fushuan [he/him]@lemm.eetoLinux@lemmy.mlCachyOs vs PopOs vs others?
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    3 months ago

    That is muy point, a lot of people that swap from windows probably have several drives for the HDD or just extensions, being able to access that stuff is key for a smooth transition.

    Also, im going to ignore you calling basic Linux commands to enable services, swap DEs, install and uninstall stuff, add drives by wirtting them in fstab as it has been done since the dawn of time… hacks, but as a side note, if the OS limiting you from fucking up your system is what gave you a stable experience… Maybe don’t fuck it up? BRTFS has snapshots, you can configure the system to snapshot every time you install stuff… Idk.


  • A friend installed it and it’s been terrible doing tech support about it. All the obvious fixes don’t work because it’s immutable, all the obvious fixes like editing fstab don’t work, you need to use their hip programs and special commands to install things. The arch wiki that usually helps any distro doesn’t work and you need to almost exclusively use their own docs. Terrible experience.

    He has somehow managed to break the glorious immutable distro twice in two weeks while I’m happy with life in EOS for a year since the full swap.

    Oh, and bazzite doesn’t support NTFS drives. They say it’s because the NTFS conversion layer has issues but I’ve been living with the games ssd drive being a NTFS drive because I need space to swap it to brtfs and it works FINE. Games run at the same speed, the drove doesn’t lock, there’s no weird write issues or anything. Bazzite devs are cowards that don’t allow NTFS drives for dual booters either.

    Doing tech support for it for a month now, I’ve come to hate all the stupid limitations for the so called glorious immutable distro.



  • I disagree that json is not human writable. JSON is perfectly writable since it has explicit visible separations between elements.

    It might look ugly but it’s perfectly readable and writeable.

    Granted, I always read json after parsing it with an auto formatter. Maybe that’s why people say that json is difficult to read? It’s true that unformatted json (minified) is way worse than yaml but no one in their right mind would not format the json, specially when it’s natively supported by most code editors.

    BTW, about documentation, post formatting json looks very much like a yaml, all yaml docs can be converted to json instructions if you think a little bit.