this post was submitted on 26 Sep 2021
14 points (100.0% liked)

Privacy

31265 readers
434 users here now

A place to discuss privacy and freedom in the digital world.

Privacy has become a very important issue in modern society, with companies and governments constantly abusing their power, more and more people are waking up to the importance of digital privacy.

In this community everyone is welcome to post links and discuss topics related to privacy.

Some Rules

Related communities

Chat rooms

much thanks to @gary_host_laptop for the logo design :)

founded 4 years ago
MODERATORS
 

I'm curious if whonix actually provides any value rather than just running tor locally?

Like has there ever been a case when because tor was run locally on someones computer over using whonix for tor that they were compromised?

you are viewing a single comment's thread
view the rest of the comments
[–] nVZWmCa67Tq0SQkXPR@lemmy.ml 2 points 3 years ago (1 children)

The only problem with Qubes + Whonix combination is well it's not newbie friendly at all.

[–] gary_host_laptop@lemmy.ml 5 points 3 years ago (2 children)

It shouldn't be, using Qubes+Whonix is for people who have the need for a super secure system, from starters you have a hardware barrier that would prevent a lot of people from using it. I mean, you can use it just because yes but I don't think there's much benefit.

[–] nVZWmCa67Tq0SQkXPR@lemmy.ml 1 points 3 years ago (1 children)

Yeah it depends on your threat model but even if you have the right hardware, it would still be pretty hard if you are a newbie who say, has recently switched to Linux.

[–] AgreeableLandscape@lemmy.ml 1 points 3 years ago* (last edited 3 years ago)

Furthermore, Linux knowledge will only help you to an extent with Qubes. You should ideally also be familiar with how Xen works and how it's configured.

[–] AgreeableLandscape@lemmy.ml 1 points 3 years ago* (last edited 3 years ago) (1 children)

from starters you have a hardware barrier that would prevent a lot of people from using it

What hardware barrier? I was under the assumption that you just need virtualization support in your CPU (which almost every consumer model also have nowadays), as well as simply more RAM for storing the parallel running operating systems.

[–] gary_host_laptop@lemmy.ml 1 points 3 years ago (1 children)

You need a CRAZY amount of RAM, not just more RAM. At least having 128GB RAM as a bare minimum is not something I'd ever seen in my third world country, even for people with moderately good PCs. The price for that amount of RAM where I live is 972.96USD.

[–] AgreeableLandscape@lemmy.ml 1 points 3 years ago* (last edited 3 years ago) (1 children)

I'm assuming this is because Qubes OS allocates RAM independently for each VM, regardless of how much the VM is actually using? Does Xen not have the ability to use a pool of RAM and just overlap the empty space? I was under the assumption that enterprise level hypervisors could do that. Even if you have five VMs, if four of them are idle, in theory only a little more than one OS's worth of RAM should actually be filled with active data.

[–] gary_host_laptop@lemmy.ml 2 points 3 years ago (1 children)

Qubes does not only use compartmentalization for stuff like browsing, if I remember correctly your /home folder is also a separate VM and I think there was something similar to this happening too, so I assume there's always at least like 3 or 4 VMs running. Either way AFAIK you still need that amount, regardless of if there's an alternative, which makes it non usable for poor people.

[–] AgreeableLandscape@lemmy.ml 1 points 3 years ago* (last edited 3 years ago)

Fair enough. I said this in another comment already, but for this reason I really wish there was a viable desktop OS that uses a microkernel, since such an OS can be much more easily designed do secure compartmentalization without the need for VMs or duplicate parallel processes in general. A micorkernel OS still has more computational overhead than one monolithic kernel, but would be much more resource frugal than multiple VMs.