Hello there!

I’m also @[email protected] , and I have a website at https://www.savagewolf.org/ .

He/They

  • 0 Posts
  • 229 Comments
Joined 2 years ago
cake
Cake day: June 27th, 2023

help-circle
  • For the swap space, yes that’s for when you run out of RAM. 48GiB is plenty of RAM, so you should be fine without it. I have 32GiB of RAM on my system and have been running without swap for ages without issue.

    Hardening guides like that are mostly designed for things like web servers which are connected to the public internet and need higher scrutiny. The default configuration for distros like Mint should be secure enough for the average user.

    However, don’t feel invincible and run random code from random sites. Both Windows and Linux can’t protect you against malicious code you run yourself.

    Having organised partitions is the kind of thing that people obsessed with organisation do. For most people, the default partitioning scheme is fine. However, as always, remember to keep backups of important data.

    For installing software, Mint has a Software Centre (which is distinct from the Snap Store). I’d recommend installing software using that for the average user.

    In Mint, there are three main types of packages:

    • Debian/APT packages, which are provided by Mint (well, technically by the Debian distro and they trickle down to Mint, but technicalities). Not all software is available from Mint’s repos and they may be out of date.
    • Flatpak packages, which are provided either by developers themselves or dedicated fans. They are usually more up to date and have a degree of sandboxing.
    • Snap packages, which are controlled by a company named Canonical. As of late, Canonical has been a bit “ehhhh”, so there’s pushback against Snap. Mint has it disabled and has their reasoning explained here: https://linuxmint-user-guide.readthedocs.io/en/latest/snap.html

    Mint’s software centre is able to install both Debian and Flatpak packages. I’d recommend using it where possible since it allows automatic upgrades and easier installation/uninstallation.











  • If you’re itching to test Orion for Linux, you’ll have to wait. No public builds are available yet, and when testing versions do arrive, they’ll initially be restricted to paid Orion+ and Kagi subscribers.

    If reading this has you itching to try it out, you’ll have to wait. No public builds of Orion’s Linux port are available for testing, and when available, the plan is to only give paid Orion+ and Kagi subscribers first dibs – crushing, but there is a reason for it.

    Seems they didn’t give it a proofread before publishing. :p



  • So the narrative is that Rust somehow, through being released only through one distro, is going to use that influence to force incompatible changes into other codebases. Despite the fact that any change to shell scripts that isn’t posix compatible brings opinionated people out the woodwork. And then they’re going to pivot to releasing a proprietary version of coreutils that somehow has killer features that the open source version lacks despite coreutils being 30 years old.

    Also the guy pushing for it once worked for a government so that means he can’t be trusted ever again.

    It’s just a fucking bunch of programs that act as thin wrappers around C functions. There’s nothing novel that needs protecting or is hard to implement.


  • SavvyWolf@pawb.socialtoLinux@lemmy.mlWindows Linux Dual boot
    link
    fedilink
    English
    arrow-up
    4
    ·
    4 months ago

    Is it likely? No. Is it possible? Yes.

    If you want to make absolutely sure that Windows can’t spy on anything, you’ll need to physically remove the storage device containing Linux when booting.

    A more practical but slightly less secure approach is to enable full disk encryption on Linux. Then, if Windows does decide to get sneaky it’ll only see random data.

    This doesn’t prevent hostile code such as ransomware from destroying the data though. For that, you need to have good backup hygene.

    A good backup system is to have automatic daily backups to some online cloud storage provider, and weekly or monthly backups to a physical device you keep disconnected and safe.