• 1 Post
  • 133 Comments
Joined 2 years ago
cake
Cake day: July 29th, 2023

help-circle
  • Problem is Microsoft has leverage in several enterprise categories like teams, office, etc.

    There have been successful corporate switches in Linux, with even dedicated 1:1 UX skins to keep even the most poorly skilled users happy, but lots of corporations are just way too vendor locked.

    It doesn’t matter how total garbage win 11 or teams gets, anyone locked in is gonna be stuck, kinda like what happened with vmware.

    Microsoft’s biggest mistake though is basing their QoL and overall OS design on the home market. If they lose their leverage there, even mid size or older corps may seriously consider transitioning or trialing Linux as a test.

    It’s very hard to convince leadership to abandon vendor locked deals, but they eat up anything that demonstrates slashed costs and improved productivity. If a vendor like SUSE shows up with a complete package, they may genuinely consider if MSFT takes a real nosedive.



  • This is the same BS CrowdStrike uses to sell their rootkit EDR. I mean, by all means it is a very solid EDR, but it’s being used exclusively to cover gaping holes in discrete security as a cop out for not properly composing enterprise infrastructure.

    A kernel space agent should only really be running in an environment where every process must be heavily scrutinized and the design of the kernel module is tightly controlled and itself under constant review, like in a proper data center with thousands of critical nodes. Not your laptop or the shitty windows box used to display ads in the screens at the airport.

    Crowdstrike keeps spamming new features and techniques without serious consideration to keep their enterprise customers happy, similar to crappy solutions like Vanguard.

    Covering obvious blatant logic flaws should be included in your server software, it’s the same as sanity checking your inputs because there is always the possibility in may not match what you expect.

    From that experience, I’m very comfortable saying that if a game supports Proton or Linux, they’re not serious about anti-cheat

    This statement is especially insulting to the massive library of games that successfully added Linux support without so much as a hint of issue relating to cheating. Even crappy outsourced dev War Thunder doesn’t need to do anything after enabling EAC/BattilEye because they actually spend the .000001% extra cash from their whale revenue to run a service moderation team.

    Hell even Valve’s VAC system is mostly just about automating moderation tasks so that hackers can be taken down ASAP instead of a lengthy review process.

    Or you know, the thousands of games that have better game logic than Rust’s anticheat.








  • Ubuntu and Docker.

    Really? Netplan alone disqualifies Ubuntu as a “friendly stable starter distro”, and I can guarantee you that your guide will somehow become outdated with a single new Ubuntu release, or some poor soul who accidentally selected an LTS release.

    Docker doesn’t matter as much, but there’s a reason beyond just FOSS licensing why podman exists.

    Would highly recommend Debian instead.

    I started on Ubuntu similar to this many years ago and both the server and desktop experience was not fun at all.



  • Both. WIndows 8 added a ton of unnecessary operations, part in due to the horrendous new PWA system they made to replace all the proven software.

    NTFS meanwhile functionally reflects FAT32. It has no proper block allocation algorithm, so files get fragmented and placed in poor locations all over the physical disk. Tools like defraggler became super popular because they provided serious and visible IO gains from defragging your drives.

    Compare that to ext4 which only begins to fragment once you hit something like 95%+ capacity.



  • The funny thing is even though it has been done, there’s not even that much of an incentive to do it because Windows on consumer side has so little defense that most attackers opt for lazy premade viruses sold on the darkweb, and Windows on enterprise side is so insanely insecure that the only groups that make high end rootkit level software are usually government backed APTs.

    Microsoft also very conveniently avoided making a new filesystem from old ass NTFS because SSDs started popping up around the time Window’s IO operations were clogging every old machine with HDDs.

    I remember upgrading from 7 to 8 and the disk IO just sat at a solid 100% at idle lol.







  • I kinda hate to agree with the other suggestions here, but entry level and even dedicated NAS products are pretty expensive for providing something you can very easily DIY for significantly cheaper even with the latest hardware.

    Was in a similar boat and just ended up taking an old HP desktop and added some cheap HDDs. I ended up playing around with proper Fedora for some LVM cache tricks and running some other services, but the common suggestion for this is SnapRAID and Nextcloud.