• 0 Posts
  • 41 Comments
Joined 2 years ago
cake
Cake day: August 12th, 2024

help-circle

  • With a tiny bit of offsec you can make pretty bulletproof setup.

    Work only exists inside of a Win11 VM. It never touches the underlying system! All files associated with that VM (most importantly the virtual disk) live on a separate partition, or better separate drive. That partition is not mounted in fstab. So under normal circumstances it should never be mounted. So any fuck up they do to their Linux system will leave that partition untouched. If worst comes to worst that can boot a live iso from USB and run their work VM from there.

    I would trust that setup infinitely more than having windows as a base system.





  • Terminology: revoked means the issuer of the certificate has decided that the certificate should not be trusted anymore even though it is still valid.

    If a attacker gets access to a certificates key, they can impersonate the server until the validity period of the cert runs out or it is revoked by the CA. However … revocation doesn’t work. The revocation lists arent checked by most clients so a stolen cert will be accepted potentially for a very long time.

    The second argument for shorter certs is adoption of new technology so certs with bad cryptographic algorithms are circled out quicker.

    And third argument is: if the validity is so short you don’t want to change the certs manually and automate the process, you can never forget and let your certs expire.

    We will probably get to a point of single day certs or even one cert per connection eventually and every step will be saver than before (until we get to single use certs which will probably fuck over privacy)



  • You don’t need something ever. Sometimes you just want something because the alternative is realy bad. I don’t need to eat. I want to eat because I don’t want to starve.

    I want to watch a movie with my partner at the agrees time because otherwise they will be mad. I want to access my digitalized documents to send a letter in time because otherwise I will have to pay late fees. I want to access my gameserver because that’s the one time a week I get to have fun with my friends from my college time.

    There are many situations where I’d rather do the thing I want instead of doing maintenance.







  • That is the smallest scale of self hosting. The server and the client are the same device. It is also the most insecure way as you probably don’t have any backups and very limited storage space.

    Actually self hosting is the next step when you decide you want 5+ TB of data and have it automatically create backups. Digital storage media degrade pretty quickly and if you just have your movies on a hard drive in your computer, after 5-10 years you might start to lose quality or some files completely.


  • Sometimes I wonder how people can be so naive. Even if they don’t know just how much money is thrown at AI, just the fact that it is now in literally anything and on the news every day should be a clue that it is a huge industry. You wouldn’t expect the guy that changes your cars tires to be able to single handedly build a car that is better, faster, cheaper and more efficient than all car companies together.



  • My 10yo gaming PC is probably “faster” to boot because it is set up to auto logon without password promt so it boots straight to desktop without any interruptions while my Linux laptop has pre-boot-authentication and then normal login. But between these two password promts is basically no time at all



  • (I’m just being silly, I recognize that an old package list would probably cause issues with installing or upgrading packages.)

    No problems anywhere you can always install older versions from a repo.

    Upgrade -> update two days ago and then again today will leave me with exactly the same packages as it would if I ran it correctly the first time and then not at all today. Just the state of two days ago.