• 1 Post
  • 507 Comments
Joined 3 years ago
cake
Cake day: June 12th, 2023

help-circle

  • Sounds stressful asf, you should try take a break and relax (e.g. turn off all computers in the house for a few days). The rushed decisions you make now might not be the best

    In terms of suggestions, I’d recommend:

    • Isolating untrustworthy network devices (e.g. web3 shit and your roommate’s pc) in VLANs
    • Running untrustworthy code in containers or vms
    • Getting a proper router (openwrt one maybe?) and managing it yourself, don’t let your roommate touch it
    • Setting up firewalls on your pc (restrict ports to the ones you actually need)

    This would involve learning more about networking, Wikipedia and the arch wiki has pretty good information on it.



  • I would personally buy a new ssd for Linux, and keep the original windows drive somewhere else for safe keeping. That’s what I did when I migrated

    However, you can transfer the entire ssd content including files, partitions, boot stuff to another disk (e.g. your hdd) as long as that hdd is bigger than or the same size as your ssd. have a look at clonezilla for this. You can then read this hard drive’s contents from the new Linux install to copy over files you want.




  • that’s mainly because of Wayland’s security model I think, it’s trading a tiny bit of convenience for lots more security in terms of things like preventing easy keylogging.

    You can still do keylogging in wayland but that has to be done at the compositor or evdev layer, which requires root access or control of the DE, which makes it more secure. I’m sure you could write something in C to do this though

    It might be an annoyance for you and I get that, but your small annoyance improves security for lots more people than you realise. I’m sure you can adapt to not using the script though (I also use multiple layouts and I work fine without a script like this)